1// Copyright 2021 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.26.0
18// 	protoc        v3.12.2
19// source: google/cloud/aiplatform/v1/types.proto
20
21package aiplatform
22
23import (
24	reflect "reflect"
25	sync "sync"
26
27	_ "google.golang.org/genproto/googleapis/api/annotations"
28	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
29	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
30)
31
32const (
33	// Verify that this generated code is sufficiently up-to-date.
34	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
35	// Verify that runtime/protoimpl is sufficiently up-to-date.
36	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
37)
38
39// A list of boolean values.
40type BoolArray struct {
41	state         protoimpl.MessageState
42	sizeCache     protoimpl.SizeCache
43	unknownFields protoimpl.UnknownFields
44
45	// A list of bool values.
46	Values []bool `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
47}
48
49func (x *BoolArray) Reset() {
50	*x = BoolArray{}
51	if protoimpl.UnsafeEnabled {
52		mi := &file_google_cloud_aiplatform_v1_types_proto_msgTypes[0]
53		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
54		ms.StoreMessageInfo(mi)
55	}
56}
57
58func (x *BoolArray) String() string {
59	return protoimpl.X.MessageStringOf(x)
60}
61
62func (*BoolArray) ProtoMessage() {}
63
64func (x *BoolArray) ProtoReflect() protoreflect.Message {
65	mi := &file_google_cloud_aiplatform_v1_types_proto_msgTypes[0]
66	if protoimpl.UnsafeEnabled && x != nil {
67		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
68		if ms.LoadMessageInfo() == nil {
69			ms.StoreMessageInfo(mi)
70		}
71		return ms
72	}
73	return mi.MessageOf(x)
74}
75
76// Deprecated: Use BoolArray.ProtoReflect.Descriptor instead.
77func (*BoolArray) Descriptor() ([]byte, []int) {
78	return file_google_cloud_aiplatform_v1_types_proto_rawDescGZIP(), []int{0}
79}
80
81func (x *BoolArray) GetValues() []bool {
82	if x != nil {
83		return x.Values
84	}
85	return nil
86}
87
88// A list of double values.
89type DoubleArray struct {
90	state         protoimpl.MessageState
91	sizeCache     protoimpl.SizeCache
92	unknownFields protoimpl.UnknownFields
93
94	// A list of bool values.
95	Values []float64 `protobuf:"fixed64,1,rep,packed,name=values,proto3" json:"values,omitempty"`
96}
97
98func (x *DoubleArray) Reset() {
99	*x = DoubleArray{}
100	if protoimpl.UnsafeEnabled {
101		mi := &file_google_cloud_aiplatform_v1_types_proto_msgTypes[1]
102		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
103		ms.StoreMessageInfo(mi)
104	}
105}
106
107func (x *DoubleArray) String() string {
108	return protoimpl.X.MessageStringOf(x)
109}
110
111func (*DoubleArray) ProtoMessage() {}
112
113func (x *DoubleArray) ProtoReflect() protoreflect.Message {
114	mi := &file_google_cloud_aiplatform_v1_types_proto_msgTypes[1]
115	if protoimpl.UnsafeEnabled && x != nil {
116		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
117		if ms.LoadMessageInfo() == nil {
118			ms.StoreMessageInfo(mi)
119		}
120		return ms
121	}
122	return mi.MessageOf(x)
123}
124
125// Deprecated: Use DoubleArray.ProtoReflect.Descriptor instead.
126func (*DoubleArray) Descriptor() ([]byte, []int) {
127	return file_google_cloud_aiplatform_v1_types_proto_rawDescGZIP(), []int{1}
128}
129
130func (x *DoubleArray) GetValues() []float64 {
131	if x != nil {
132		return x.Values
133	}
134	return nil
135}
136
137// A list of int64 values.
138type Int64Array struct {
139	state         protoimpl.MessageState
140	sizeCache     protoimpl.SizeCache
141	unknownFields protoimpl.UnknownFields
142
143	// A list of int64 values.
144	Values []int64 `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
145}
146
147func (x *Int64Array) Reset() {
148	*x = Int64Array{}
149	if protoimpl.UnsafeEnabled {
150		mi := &file_google_cloud_aiplatform_v1_types_proto_msgTypes[2]
151		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
152		ms.StoreMessageInfo(mi)
153	}
154}
155
156func (x *Int64Array) String() string {
157	return protoimpl.X.MessageStringOf(x)
158}
159
160func (*Int64Array) ProtoMessage() {}
161
162func (x *Int64Array) ProtoReflect() protoreflect.Message {
163	mi := &file_google_cloud_aiplatform_v1_types_proto_msgTypes[2]
164	if protoimpl.UnsafeEnabled && x != nil {
165		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
166		if ms.LoadMessageInfo() == nil {
167			ms.StoreMessageInfo(mi)
168		}
169		return ms
170	}
171	return mi.MessageOf(x)
172}
173
174// Deprecated: Use Int64Array.ProtoReflect.Descriptor instead.
175func (*Int64Array) Descriptor() ([]byte, []int) {
176	return file_google_cloud_aiplatform_v1_types_proto_rawDescGZIP(), []int{2}
177}
178
179func (x *Int64Array) GetValues() []int64 {
180	if x != nil {
181		return x.Values
182	}
183	return nil
184}
185
186// A list of string values.
187type StringArray struct {
188	state         protoimpl.MessageState
189	sizeCache     protoimpl.SizeCache
190	unknownFields protoimpl.UnknownFields
191
192	// A list of string values.
193	Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
194}
195
196func (x *StringArray) Reset() {
197	*x = StringArray{}
198	if protoimpl.UnsafeEnabled {
199		mi := &file_google_cloud_aiplatform_v1_types_proto_msgTypes[3]
200		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
201		ms.StoreMessageInfo(mi)
202	}
203}
204
205func (x *StringArray) String() string {
206	return protoimpl.X.MessageStringOf(x)
207}
208
209func (*StringArray) ProtoMessage() {}
210
211func (x *StringArray) ProtoReflect() protoreflect.Message {
212	mi := &file_google_cloud_aiplatform_v1_types_proto_msgTypes[3]
213	if protoimpl.UnsafeEnabled && x != nil {
214		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
215		if ms.LoadMessageInfo() == nil {
216			ms.StoreMessageInfo(mi)
217		}
218		return ms
219	}
220	return mi.MessageOf(x)
221}
222
223// Deprecated: Use StringArray.ProtoReflect.Descriptor instead.
224func (*StringArray) Descriptor() ([]byte, []int) {
225	return file_google_cloud_aiplatform_v1_types_proto_rawDescGZIP(), []int{3}
226}
227
228func (x *StringArray) GetValues() []string {
229	if x != nil {
230		return x.Values
231	}
232	return nil
233}
234
235var File_google_cloud_aiplatform_v1_types_proto protoreflect.FileDescriptor
236
237var file_google_cloud_aiplatform_v1_types_proto_rawDesc = []byte{
238	0x0a, 0x26, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61,
239	0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x74, 0x79, 0x70,
240	0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
241	0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72,
242	0x6d, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69,
243	0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f,
244	0x74, 0x6f, 0x22, 0x23, 0x0a, 0x09, 0x42, 0x6f, 0x6f, 0x6c, 0x41, 0x72, 0x72, 0x61, 0x79, 0x12,
245	0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x08, 0x52,
246	0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x25, 0x0a, 0x0b, 0x44, 0x6f, 0x75, 0x62, 0x6c,
247	0x65, 0x41, 0x72, 0x72, 0x61, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73,
248	0x18, 0x01, 0x20, 0x03, 0x28, 0x01, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x24,
249	0x0a, 0x0a, 0x49, 0x6e, 0x74, 0x36, 0x34, 0x41, 0x72, 0x72, 0x61, 0x79, 0x12, 0x16, 0x0a, 0x06,
250	0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x06, 0x76, 0x61,
251	0x6c, 0x75, 0x65, 0x73, 0x22, 0x25, 0x0a, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x41, 0x72,
252	0x72, 0x61, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20,
253	0x03, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x42, 0xce, 0x01, 0x0a, 0x1e,
254	0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64,
255	0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x42, 0x0a,
256	0x54, 0x79, 0x70, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x44, 0x67, 0x6f,
257	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f,
258	0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61,
259	0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74,
260	0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x3b, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f,
261	0x72, 0x6d, 0xaa, 0x02, 0x1a, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75,
262	0x64, 0x2e, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x56, 0x31, 0xca,
263	0x02, 0x1a, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x41,
264	0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x1d, 0x47,
265	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x49,
266	0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72,
267	0x6f, 0x74, 0x6f, 0x33,
268}
269
270var (
271	file_google_cloud_aiplatform_v1_types_proto_rawDescOnce sync.Once
272	file_google_cloud_aiplatform_v1_types_proto_rawDescData = file_google_cloud_aiplatform_v1_types_proto_rawDesc
273)
274
275func file_google_cloud_aiplatform_v1_types_proto_rawDescGZIP() []byte {
276	file_google_cloud_aiplatform_v1_types_proto_rawDescOnce.Do(func() {
277		file_google_cloud_aiplatform_v1_types_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_aiplatform_v1_types_proto_rawDescData)
278	})
279	return file_google_cloud_aiplatform_v1_types_proto_rawDescData
280}
281
282var file_google_cloud_aiplatform_v1_types_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
283var file_google_cloud_aiplatform_v1_types_proto_goTypes = []interface{}{
284	(*BoolArray)(nil),   // 0: google.cloud.aiplatform.v1.BoolArray
285	(*DoubleArray)(nil), // 1: google.cloud.aiplatform.v1.DoubleArray
286	(*Int64Array)(nil),  // 2: google.cloud.aiplatform.v1.Int64Array
287	(*StringArray)(nil), // 3: google.cloud.aiplatform.v1.StringArray
288}
289var file_google_cloud_aiplatform_v1_types_proto_depIdxs = []int32{
290	0, // [0:0] is the sub-list for method output_type
291	0, // [0:0] is the sub-list for method input_type
292	0, // [0:0] is the sub-list for extension type_name
293	0, // [0:0] is the sub-list for extension extendee
294	0, // [0:0] is the sub-list for field type_name
295}
296
297func init() { file_google_cloud_aiplatform_v1_types_proto_init() }
298func file_google_cloud_aiplatform_v1_types_proto_init() {
299	if File_google_cloud_aiplatform_v1_types_proto != nil {
300		return
301	}
302	if !protoimpl.UnsafeEnabled {
303		file_google_cloud_aiplatform_v1_types_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
304			switch v := v.(*BoolArray); i {
305			case 0:
306				return &v.state
307			case 1:
308				return &v.sizeCache
309			case 2:
310				return &v.unknownFields
311			default:
312				return nil
313			}
314		}
315		file_google_cloud_aiplatform_v1_types_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
316			switch v := v.(*DoubleArray); i {
317			case 0:
318				return &v.state
319			case 1:
320				return &v.sizeCache
321			case 2:
322				return &v.unknownFields
323			default:
324				return nil
325			}
326		}
327		file_google_cloud_aiplatform_v1_types_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
328			switch v := v.(*Int64Array); i {
329			case 0:
330				return &v.state
331			case 1:
332				return &v.sizeCache
333			case 2:
334				return &v.unknownFields
335			default:
336				return nil
337			}
338		}
339		file_google_cloud_aiplatform_v1_types_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
340			switch v := v.(*StringArray); i {
341			case 0:
342				return &v.state
343			case 1:
344				return &v.sizeCache
345			case 2:
346				return &v.unknownFields
347			default:
348				return nil
349			}
350		}
351	}
352	type x struct{}
353	out := protoimpl.TypeBuilder{
354		File: protoimpl.DescBuilder{
355			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
356			RawDescriptor: file_google_cloud_aiplatform_v1_types_proto_rawDesc,
357			NumEnums:      0,
358			NumMessages:   4,
359			NumExtensions: 0,
360			NumServices:   0,
361		},
362		GoTypes:           file_google_cloud_aiplatform_v1_types_proto_goTypes,
363		DependencyIndexes: file_google_cloud_aiplatform_v1_types_proto_depIdxs,
364		MessageInfos:      file_google_cloud_aiplatform_v1_types_proto_msgTypes,
365	}.Build()
366	File_google_cloud_aiplatform_v1_types_proto = out.File
367	file_google_cloud_aiplatform_v1_types_proto_rawDesc = nil
368	file_google_cloud_aiplatform_v1_types_proto_goTypes = nil
369	file_google_cloud_aiplatform_v1_types_proto_depIdxs = nil
370}
371