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/v1beta1/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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_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_v1beta1_types_proto protoreflect.FileDescriptor
236
237var file_google_cloud_aiplatform_v1beta1_types_proto_rawDesc = []byte{
238	0x0a, 0x2b, 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, 0x62, 0x65, 0x74, 0x61,
240	0x31, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1f, 0x67,
241	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c,
242	0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x1a, 0x1c,
243	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
244	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x23, 0x0a, 0x09,
245	0x42, 0x6f, 0x6f, 0x6c, 0x41, 0x72, 0x72, 0x61, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c,
246	0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x08, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65,
247	0x73, 0x22, 0x25, 0x0a, 0x0b, 0x44, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x41, 0x72, 0x72, 0x61, 0x79,
248	0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x01,
249	0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x24, 0x0a, 0x0a, 0x49, 0x6e, 0x74, 0x36,
250	0x34, 0x41, 0x72, 0x72, 0x61, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73,
251	0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x25,
252	0x0a, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x41, 0x72, 0x72, 0x61, 0x79, 0x12, 0x16, 0x0a,
253	0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x76,
254	0x61, 0x6c, 0x75, 0x65, 0x73, 0x42, 0xe7, 0x01, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f,
255	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61,
256	0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x42, 0x0a, 0x54,
257	0x79, 0x70, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x49, 0x67, 0x6f, 0x6f,
258	0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67,
259	0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70,
260	0x69, 0x73, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66,
261	0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x3b, 0x61, 0x69, 0x70, 0x6c,
262	0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0xaa, 0x02, 0x1f, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
263	0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d,
264	0x2e, 0x56, 0x31, 0x42, 0x65, 0x74, 0x61, 0x31, 0xca, 0x02, 0x1f, 0x47, 0x6f, 0x6f, 0x67, 0x6c,
265	0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f,
266	0x72, 0x6d, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xea, 0x02, 0x22, 0x47, 0x6f, 0x6f,
267	0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x49, 0x50, 0x6c,
268	0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x62,
269	0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
270}
271
272var (
273	file_google_cloud_aiplatform_v1beta1_types_proto_rawDescOnce sync.Once
274	file_google_cloud_aiplatform_v1beta1_types_proto_rawDescData = file_google_cloud_aiplatform_v1beta1_types_proto_rawDesc
275)
276
277func file_google_cloud_aiplatform_v1beta1_types_proto_rawDescGZIP() []byte {
278	file_google_cloud_aiplatform_v1beta1_types_proto_rawDescOnce.Do(func() {
279		file_google_cloud_aiplatform_v1beta1_types_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_aiplatform_v1beta1_types_proto_rawDescData)
280	})
281	return file_google_cloud_aiplatform_v1beta1_types_proto_rawDescData
282}
283
284var file_google_cloud_aiplatform_v1beta1_types_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
285var file_google_cloud_aiplatform_v1beta1_types_proto_goTypes = []interface{}{
286	(*BoolArray)(nil),   // 0: google.cloud.aiplatform.v1beta1.BoolArray
287	(*DoubleArray)(nil), // 1: google.cloud.aiplatform.v1beta1.DoubleArray
288	(*Int64Array)(nil),  // 2: google.cloud.aiplatform.v1beta1.Int64Array
289	(*StringArray)(nil), // 3: google.cloud.aiplatform.v1beta1.StringArray
290}
291var file_google_cloud_aiplatform_v1beta1_types_proto_depIdxs = []int32{
292	0, // [0:0] is the sub-list for method output_type
293	0, // [0:0] is the sub-list for method input_type
294	0, // [0:0] is the sub-list for extension type_name
295	0, // [0:0] is the sub-list for extension extendee
296	0, // [0:0] is the sub-list for field type_name
297}
298
299func init() { file_google_cloud_aiplatform_v1beta1_types_proto_init() }
300func file_google_cloud_aiplatform_v1beta1_types_proto_init() {
301	if File_google_cloud_aiplatform_v1beta1_types_proto != nil {
302		return
303	}
304	if !protoimpl.UnsafeEnabled {
305		file_google_cloud_aiplatform_v1beta1_types_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
306			switch v := v.(*BoolArray); i {
307			case 0:
308				return &v.state
309			case 1:
310				return &v.sizeCache
311			case 2:
312				return &v.unknownFields
313			default:
314				return nil
315			}
316		}
317		file_google_cloud_aiplatform_v1beta1_types_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
318			switch v := v.(*DoubleArray); i {
319			case 0:
320				return &v.state
321			case 1:
322				return &v.sizeCache
323			case 2:
324				return &v.unknownFields
325			default:
326				return nil
327			}
328		}
329		file_google_cloud_aiplatform_v1beta1_types_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
330			switch v := v.(*Int64Array); i {
331			case 0:
332				return &v.state
333			case 1:
334				return &v.sizeCache
335			case 2:
336				return &v.unknownFields
337			default:
338				return nil
339			}
340		}
341		file_google_cloud_aiplatform_v1beta1_types_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
342			switch v := v.(*StringArray); i {
343			case 0:
344				return &v.state
345			case 1:
346				return &v.sizeCache
347			case 2:
348				return &v.unknownFields
349			default:
350				return nil
351			}
352		}
353	}
354	type x struct{}
355	out := protoimpl.TypeBuilder{
356		File: protoimpl.DescBuilder{
357			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
358			RawDescriptor: file_google_cloud_aiplatform_v1beta1_types_proto_rawDesc,
359			NumEnums:      0,
360			NumMessages:   4,
361			NumExtensions: 0,
362			NumServices:   0,
363		},
364		GoTypes:           file_google_cloud_aiplatform_v1beta1_types_proto_goTypes,
365		DependencyIndexes: file_google_cloud_aiplatform_v1beta1_types_proto_depIdxs,
366		MessageInfos:      file_google_cloud_aiplatform_v1beta1_types_proto_msgTypes,
367	}.Build()
368	File_google_cloud_aiplatform_v1beta1_types_proto = out.File
369	file_google_cloud_aiplatform_v1beta1_types_proto_rawDesc = nil
370	file_google_cloud_aiplatform_v1beta1_types_proto_goTypes = nil
371	file_google_cloud_aiplatform_v1beta1_types_proto_depIdxs = nil
372}
373