1// Copyright 2020 Google LLC
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7//     http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15// Code generated by protoc-gen-go. DO NOT EDIT.
16// versions:
17// 	protoc-gen-go v1.25.0
18// 	protoc        v3.13.0
19// source: google/actions/sdk/v2/version.proto
20
21package sdk
22
23import (
24	reflect "reflect"
25	sync "sync"
26
27	proto "github.com/golang/protobuf/proto"
28	_ "google.golang.org/genproto/googleapis/api/annotations"
29	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
30	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
31	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
32)
33
34const (
35	// Verify that this generated code is sufficiently up-to-date.
36	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
37	// Verify that runtime/protoimpl is sufficiently up-to-date.
38	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
39)
40
41// This is a compile-time assertion that a sufficiently up-to-date version
42// of the legacy proto package is being used.
43const _ = proto.ProtoPackageIsVersion4
44
45// Enum indicating the states that a Version can take. This enum is not yet
46// frozen and values maybe added later.
47type Version_VersionState_State int32
48
49const (
50	// Default value of State.
51	Version_VersionState_STATE_UNSPECIFIED Version_VersionState_State = 0
52	// The version creation is in progress.
53	Version_VersionState_CREATION_IN_PROGRESS Version_VersionState_State = 1
54	// The version creation failed.
55	Version_VersionState_CREATION_FAILED Version_VersionState_State = 2
56	// The version has been successfully created.
57	Version_VersionState_CREATED Version_VersionState_State = 3
58	// The version is under policy review (aka Approval).
59	Version_VersionState_REVIEW_IN_PROGRESS Version_VersionState_State = 4
60	// The version has been approved for policy review and can be deployed.
61	Version_VersionState_APPROVED Version_VersionState_State = 5
62	// The version has been conditionally approved but is pending final
63	// review. It may be rolled back if final review is denied.
64	Version_VersionState_CONDITIONALLY_APPROVED Version_VersionState_State = 6
65	// The version has been denied for policy review.
66	Version_VersionState_DENIED Version_VersionState_State = 7
67	// The version is taken down as entire agent and all versions are taken
68	// down.
69	Version_VersionState_UNDER_TAKEDOWN Version_VersionState_State = 8
70	// The version has been deleted.
71	Version_VersionState_DELETED Version_VersionState_State = 9
72)
73
74// Enum value maps for Version_VersionState_State.
75var (
76	Version_VersionState_State_name = map[int32]string{
77		0: "STATE_UNSPECIFIED",
78		1: "CREATION_IN_PROGRESS",
79		2: "CREATION_FAILED",
80		3: "CREATED",
81		4: "REVIEW_IN_PROGRESS",
82		5: "APPROVED",
83		6: "CONDITIONALLY_APPROVED",
84		7: "DENIED",
85		8: "UNDER_TAKEDOWN",
86		9: "DELETED",
87	}
88	Version_VersionState_State_value = map[string]int32{
89		"STATE_UNSPECIFIED":      0,
90		"CREATION_IN_PROGRESS":   1,
91		"CREATION_FAILED":        2,
92		"CREATED":                3,
93		"REVIEW_IN_PROGRESS":     4,
94		"APPROVED":               5,
95		"CONDITIONALLY_APPROVED": 6,
96		"DENIED":                 7,
97		"UNDER_TAKEDOWN":         8,
98		"DELETED":                9,
99	}
100)
101
102func (x Version_VersionState_State) Enum() *Version_VersionState_State {
103	p := new(Version_VersionState_State)
104	*p = x
105	return p
106}
107
108func (x Version_VersionState_State) String() string {
109	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
110}
111
112func (Version_VersionState_State) Descriptor() protoreflect.EnumDescriptor {
113	return file_google_actions_sdk_v2_version_proto_enumTypes[0].Descriptor()
114}
115
116func (Version_VersionState_State) Type() protoreflect.EnumType {
117	return &file_google_actions_sdk_v2_version_proto_enumTypes[0]
118}
119
120func (x Version_VersionState_State) Number() protoreflect.EnumNumber {
121	return protoreflect.EnumNumber(x)
122}
123
124// Deprecated: Use Version_VersionState_State.Descriptor instead.
125func (Version_VersionState_State) EnumDescriptor() ([]byte, []int) {
126	return file_google_actions_sdk_v2_version_proto_rawDescGZIP(), []int{0, 0, 0}
127}
128
129// Definition of version resource.
130type Version struct {
131	state         protoimpl.MessageState
132	sizeCache     protoimpl.SizeCache
133	unknownFields protoimpl.UnknownFields
134
135	// The unique identifier of the version in the following format.
136	// `projects/{project}/versions/{version}`.
137	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
138	// The current state of the version.
139	VersionState *Version_VersionState `protobuf:"bytes,2,opt,name=version_state,json=versionState,proto3" json:"version_state,omitempty"`
140	// Email of the user who created this version.
141	Creator string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
142	// Timestamp of the last change to this version.
143	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
144}
145
146func (x *Version) Reset() {
147	*x = Version{}
148	if protoimpl.UnsafeEnabled {
149		mi := &file_google_actions_sdk_v2_version_proto_msgTypes[0]
150		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
151		ms.StoreMessageInfo(mi)
152	}
153}
154
155func (x *Version) String() string {
156	return protoimpl.X.MessageStringOf(x)
157}
158
159func (*Version) ProtoMessage() {}
160
161func (x *Version) ProtoReflect() protoreflect.Message {
162	mi := &file_google_actions_sdk_v2_version_proto_msgTypes[0]
163	if protoimpl.UnsafeEnabled && x != nil {
164		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
165		if ms.LoadMessageInfo() == nil {
166			ms.StoreMessageInfo(mi)
167		}
168		return ms
169	}
170	return mi.MessageOf(x)
171}
172
173// Deprecated: Use Version.ProtoReflect.Descriptor instead.
174func (*Version) Descriptor() ([]byte, []int) {
175	return file_google_actions_sdk_v2_version_proto_rawDescGZIP(), []int{0}
176}
177
178func (x *Version) GetName() string {
179	if x != nil {
180		return x.Name
181	}
182	return ""
183}
184
185func (x *Version) GetVersionState() *Version_VersionState {
186	if x != nil {
187		return x.VersionState
188	}
189	return nil
190}
191
192func (x *Version) GetCreator() string {
193	if x != nil {
194		return x.Creator
195	}
196	return ""
197}
198
199func (x *Version) GetUpdateTime() *timestamppb.Timestamp {
200	if x != nil {
201		return x.UpdateTime
202	}
203	return nil
204}
205
206// Represents the current state of the version.
207type Version_VersionState struct {
208	state         protoimpl.MessageState
209	sizeCache     protoimpl.SizeCache
210	unknownFields protoimpl.UnknownFields
211
212	// The current state of the version.
213	State Version_VersionState_State `protobuf:"varint,1,opt,name=state,proto3,enum=google.actions.sdk.v2.Version_VersionState_State" json:"state,omitempty"`
214	// User-friendly message for the current state of the version.
215	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
216}
217
218func (x *Version_VersionState) Reset() {
219	*x = Version_VersionState{}
220	if protoimpl.UnsafeEnabled {
221		mi := &file_google_actions_sdk_v2_version_proto_msgTypes[1]
222		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
223		ms.StoreMessageInfo(mi)
224	}
225}
226
227func (x *Version_VersionState) String() string {
228	return protoimpl.X.MessageStringOf(x)
229}
230
231func (*Version_VersionState) ProtoMessage() {}
232
233func (x *Version_VersionState) ProtoReflect() protoreflect.Message {
234	mi := &file_google_actions_sdk_v2_version_proto_msgTypes[1]
235	if protoimpl.UnsafeEnabled && x != nil {
236		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
237		if ms.LoadMessageInfo() == nil {
238			ms.StoreMessageInfo(mi)
239		}
240		return ms
241	}
242	return mi.MessageOf(x)
243}
244
245// Deprecated: Use Version_VersionState.ProtoReflect.Descriptor instead.
246func (*Version_VersionState) Descriptor() ([]byte, []int) {
247	return file_google_actions_sdk_v2_version_proto_rawDescGZIP(), []int{0, 0}
248}
249
250func (x *Version_VersionState) GetState() Version_VersionState_State {
251	if x != nil {
252		return x.State
253	}
254	return Version_VersionState_STATE_UNSPECIFIED
255}
256
257func (x *Version_VersionState) GetMessage() string {
258	if x != nil {
259		return x.Message
260	}
261	return ""
262}
263
264var File_google_actions_sdk_v2_version_proto protoreflect.FileDescriptor
265
266var file_google_actions_sdk_v2_version_proto_rawDesc = []byte{
267	0x0a, 0x23, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73,
268	0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x76, 0x32, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e,
269	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x63,
270	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x76, 0x32, 0x1a, 0x19, 0x67, 0x6f,
271	0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63,
272	0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
273	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
274	0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd2, 0x04, 0x0a, 0x07, 0x56, 0x65, 0x72,
275	0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
276	0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x50, 0x0a, 0x0d, 0x76, 0x65, 0x72, 0x73,
277	0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
278	0x2b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73,
279	0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x76, 0x32, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e,
280	0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x0c, 0x76, 0x65,
281	0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x72,
282	0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x72, 0x65,
283	0x61, 0x74, 0x6f, 0x72, 0x12, 0x3b, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74,
284	0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
285	0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65,
286	0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
287	0x65, 0x1a, 0xbd, 0x02, 0x0a, 0x0c, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61,
288	0x74, 0x65, 0x12, 0x47, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
289	0x0e, 0x32, 0x31, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x6f,
290	0x6e, 0x73, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x76, 0x32, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f,
291	0x6e, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2e, 0x53,
292	0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d,
293	0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65,
294	0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0xc9, 0x01, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12,
295	0x15, 0x0a, 0x11, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49,
296	0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x18, 0x0a, 0x14, 0x43, 0x52, 0x45, 0x41, 0x54, 0x49,
297	0x4f, 0x4e, 0x5f, 0x49, 0x4e, 0x5f, 0x50, 0x52, 0x4f, 0x47, 0x52, 0x45, 0x53, 0x53, 0x10, 0x01,
298	0x12, 0x13, 0x0a, 0x0f, 0x43, 0x52, 0x45, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x46, 0x41, 0x49,
299	0x4c, 0x45, 0x44, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x43, 0x52, 0x45, 0x41, 0x54, 0x45, 0x44,
300	0x10, 0x03, 0x12, 0x16, 0x0a, 0x12, 0x52, 0x45, 0x56, 0x49, 0x45, 0x57, 0x5f, 0x49, 0x4e, 0x5f,
301	0x50, 0x52, 0x4f, 0x47, 0x52, 0x45, 0x53, 0x53, 0x10, 0x04, 0x12, 0x0c, 0x0a, 0x08, 0x41, 0x50,
302	0x50, 0x52, 0x4f, 0x56, 0x45, 0x44, 0x10, 0x05, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x4f, 0x4e, 0x44,
303	0x49, 0x54, 0x49, 0x4f, 0x4e, 0x41, 0x4c, 0x4c, 0x59, 0x5f, 0x41, 0x50, 0x50, 0x52, 0x4f, 0x56,
304	0x45, 0x44, 0x10, 0x06, 0x12, 0x0a, 0x0a, 0x06, 0x44, 0x45, 0x4e, 0x49, 0x45, 0x44, 0x10, 0x07,
305	0x12, 0x12, 0x0a, 0x0e, 0x55, 0x4e, 0x44, 0x45, 0x52, 0x5f, 0x54, 0x41, 0x4b, 0x45, 0x44, 0x4f,
306	0x57, 0x4e, 0x10, 0x08, 0x12, 0x0b, 0x0a, 0x07, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x44, 0x10,
307	0x09, 0x3a, 0x4a, 0xea, 0x41, 0x47, 0x0a, 0x1e, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e,
308	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x56,
309	0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x25, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
310	0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x7d, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69,
311	0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x7d, 0x42, 0x65, 0x0a,
312	0x19, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x63, 0x74, 0x69,
313	0x6f, 0x6e, 0x73, 0x2e, 0x73, 0x64, 0x6b, 0x2e, 0x76, 0x32, 0x42, 0x0c, 0x56, 0x65, 0x72, 0x73,
314	0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x38, 0x67, 0x6f, 0x6f, 0x67,
315	0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65,
316	0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69,
317	0x73, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x76, 0x32,
318	0x3b, 0x73, 0x64, 0x6b, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
319}
320
321var (
322	file_google_actions_sdk_v2_version_proto_rawDescOnce sync.Once
323	file_google_actions_sdk_v2_version_proto_rawDescData = file_google_actions_sdk_v2_version_proto_rawDesc
324)
325
326func file_google_actions_sdk_v2_version_proto_rawDescGZIP() []byte {
327	file_google_actions_sdk_v2_version_proto_rawDescOnce.Do(func() {
328		file_google_actions_sdk_v2_version_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_actions_sdk_v2_version_proto_rawDescData)
329	})
330	return file_google_actions_sdk_v2_version_proto_rawDescData
331}
332
333var file_google_actions_sdk_v2_version_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
334var file_google_actions_sdk_v2_version_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
335var file_google_actions_sdk_v2_version_proto_goTypes = []interface{}{
336	(Version_VersionState_State)(0), // 0: google.actions.sdk.v2.Version.VersionState.State
337	(*Version)(nil),                 // 1: google.actions.sdk.v2.Version
338	(*Version_VersionState)(nil),    // 2: google.actions.sdk.v2.Version.VersionState
339	(*timestamppb.Timestamp)(nil),   // 3: google.protobuf.Timestamp
340}
341var file_google_actions_sdk_v2_version_proto_depIdxs = []int32{
342	2, // 0: google.actions.sdk.v2.Version.version_state:type_name -> google.actions.sdk.v2.Version.VersionState
343	3, // 1: google.actions.sdk.v2.Version.update_time:type_name -> google.protobuf.Timestamp
344	0, // 2: google.actions.sdk.v2.Version.VersionState.state:type_name -> google.actions.sdk.v2.Version.VersionState.State
345	3, // [3:3] is the sub-list for method output_type
346	3, // [3:3] is the sub-list for method input_type
347	3, // [3:3] is the sub-list for extension type_name
348	3, // [3:3] is the sub-list for extension extendee
349	0, // [0:3] is the sub-list for field type_name
350}
351
352func init() { file_google_actions_sdk_v2_version_proto_init() }
353func file_google_actions_sdk_v2_version_proto_init() {
354	if File_google_actions_sdk_v2_version_proto != nil {
355		return
356	}
357	if !protoimpl.UnsafeEnabled {
358		file_google_actions_sdk_v2_version_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
359			switch v := v.(*Version); i {
360			case 0:
361				return &v.state
362			case 1:
363				return &v.sizeCache
364			case 2:
365				return &v.unknownFields
366			default:
367				return nil
368			}
369		}
370		file_google_actions_sdk_v2_version_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
371			switch v := v.(*Version_VersionState); i {
372			case 0:
373				return &v.state
374			case 1:
375				return &v.sizeCache
376			case 2:
377				return &v.unknownFields
378			default:
379				return nil
380			}
381		}
382	}
383	type x struct{}
384	out := protoimpl.TypeBuilder{
385		File: protoimpl.DescBuilder{
386			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
387			RawDescriptor: file_google_actions_sdk_v2_version_proto_rawDesc,
388			NumEnums:      1,
389			NumMessages:   2,
390			NumExtensions: 0,
391			NumServices:   0,
392		},
393		GoTypes:           file_google_actions_sdk_v2_version_proto_goTypes,
394		DependencyIndexes: file_google_actions_sdk_v2_version_proto_depIdxs,
395		EnumInfos:         file_google_actions_sdk_v2_version_proto_enumTypes,
396		MessageInfos:      file_google_actions_sdk_v2_version_proto_msgTypes,
397	}.Build()
398	File_google_actions_sdk_v2_version_proto = out.File
399	file_google_actions_sdk_v2_version_proto_rawDesc = nil
400	file_google_actions_sdk_v2_version_proto_goTypes = nil
401	file_google_actions_sdk_v2_version_proto_depIdxs = nil
402}
403