1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package connectors
22
23 import (
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
32 const (
33
34 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
35
36 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
37 )
38
39
40 type RuntimeConfig_State int32
41
42 const (
43
44 RuntimeConfig_STATE_UNSPECIFIED RuntimeConfig_State = 0
45
46
47
48 RuntimeConfig_INACTIVE RuntimeConfig_State = 1
49
50
51
52 RuntimeConfig_ACTIVATING RuntimeConfig_State = 2
53
54 RuntimeConfig_ACTIVE RuntimeConfig_State = 3
55
56 RuntimeConfig_CREATING RuntimeConfig_State = 4
57
58 RuntimeConfig_DELETING RuntimeConfig_State = 5
59
60 RuntimeConfig_UPDATING RuntimeConfig_State = 6
61 )
62
63
64 var (
65 RuntimeConfig_State_name = map[int32]string{
66 0: "STATE_UNSPECIFIED",
67 1: "INACTIVE",
68 2: "ACTIVATING",
69 3: "ACTIVE",
70 4: "CREATING",
71 5: "DELETING",
72 6: "UPDATING",
73 }
74 RuntimeConfig_State_value = map[string]int32{
75 "STATE_UNSPECIFIED": 0,
76 "INACTIVE": 1,
77 "ACTIVATING": 2,
78 "ACTIVE": 3,
79 "CREATING": 4,
80 "DELETING": 5,
81 "UPDATING": 6,
82 }
83 )
84
85 func (x RuntimeConfig_State) Enum() *RuntimeConfig_State {
86 p := new(RuntimeConfig_State)
87 *p = x
88 return p
89 }
90
91 func (x RuntimeConfig_State) String() string {
92 return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
93 }
94
95 func (RuntimeConfig_State) Descriptor() protoreflect.EnumDescriptor {
96 return file_google_cloud_connectors_v1_runtime_proto_enumTypes[0].Descriptor()
97 }
98
99 func (RuntimeConfig_State) Type() protoreflect.EnumType {
100 return &file_google_cloud_connectors_v1_runtime_proto_enumTypes[0]
101 }
102
103 func (x RuntimeConfig_State) Number() protoreflect.EnumNumber {
104 return protoreflect.EnumNumber(x)
105 }
106
107
108 func (RuntimeConfig_State) EnumDescriptor() ([]byte, []int) {
109 return file_google_cloud_connectors_v1_runtime_proto_rawDescGZIP(), []int{1, 0}
110 }
111
112
113 type GetRuntimeConfigRequest struct {
114 state protoimpl.MessageState
115 sizeCache protoimpl.SizeCache
116 unknownFields protoimpl.UnknownFields
117
118
119
120 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
121 }
122
123 func (x *GetRuntimeConfigRequest) Reset() {
124 *x = GetRuntimeConfigRequest{}
125 if protoimpl.UnsafeEnabled {
126 mi := &file_google_cloud_connectors_v1_runtime_proto_msgTypes[0]
127 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
128 ms.StoreMessageInfo(mi)
129 }
130 }
131
132 func (x *GetRuntimeConfigRequest) String() string {
133 return protoimpl.X.MessageStringOf(x)
134 }
135
136 func (*GetRuntimeConfigRequest) ProtoMessage() {}
137
138 func (x *GetRuntimeConfigRequest) ProtoReflect() protoreflect.Message {
139 mi := &file_google_cloud_connectors_v1_runtime_proto_msgTypes[0]
140 if protoimpl.UnsafeEnabled && x != nil {
141 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
142 if ms.LoadMessageInfo() == nil {
143 ms.StoreMessageInfo(mi)
144 }
145 return ms
146 }
147 return mi.MessageOf(x)
148 }
149
150
151 func (*GetRuntimeConfigRequest) Descriptor() ([]byte, []int) {
152 return file_google_cloud_connectors_v1_runtime_proto_rawDescGZIP(), []int{0}
153 }
154
155 func (x *GetRuntimeConfigRequest) GetName() string {
156 if x != nil {
157 return x.Name
158 }
159 return ""
160 }
161
162
163
164
165
166 type RuntimeConfig struct {
167 state protoimpl.MessageState
168 sizeCache protoimpl.SizeCache
169 unknownFields protoimpl.UnknownFields
170
171
172 LocationId string `protobuf:"bytes,1,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
173
174
175 ConndTopic string `protobuf:"bytes,2,opt,name=connd_topic,json=conndTopic,proto3" json:"connd_topic,omitempty"`
176
177
178 ConndSubscription string `protobuf:"bytes,3,opt,name=connd_subscription,json=conndSubscription,proto3" json:"connd_subscription,omitempty"`
179
180
181
182 ControlPlaneTopic string `protobuf:"bytes,4,opt,name=control_plane_topic,json=controlPlaneTopic,proto3" json:"control_plane_topic,omitempty"`
183
184
185 ControlPlaneSubscription string `protobuf:"bytes,5,opt,name=control_plane_subscription,json=controlPlaneSubscription,proto3" json:"control_plane_subscription,omitempty"`
186
187 RuntimeEndpoint string `protobuf:"bytes,6,opt,name=runtime_endpoint,json=runtimeEndpoint,proto3" json:"runtime_endpoint,omitempty"`
188
189 State RuntimeConfig_State `protobuf:"varint,7,opt,name=state,proto3,enum=google.cloud.connectors.v1.RuntimeConfig_State" json:"state,omitempty"`
190
191 SchemaGcsBucket string `protobuf:"bytes,8,opt,name=schema_gcs_bucket,json=schemaGcsBucket,proto3" json:"schema_gcs_bucket,omitempty"`
192
193 ServiceDirectory string `protobuf:"bytes,9,opt,name=service_directory,json=serviceDirectory,proto3" json:"service_directory,omitempty"`
194
195
196 Name string `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"`
197 }
198
199 func (x *RuntimeConfig) Reset() {
200 *x = RuntimeConfig{}
201 if protoimpl.UnsafeEnabled {
202 mi := &file_google_cloud_connectors_v1_runtime_proto_msgTypes[1]
203 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
204 ms.StoreMessageInfo(mi)
205 }
206 }
207
208 func (x *RuntimeConfig) String() string {
209 return protoimpl.X.MessageStringOf(x)
210 }
211
212 func (*RuntimeConfig) ProtoMessage() {}
213
214 func (x *RuntimeConfig) ProtoReflect() protoreflect.Message {
215 mi := &file_google_cloud_connectors_v1_runtime_proto_msgTypes[1]
216 if protoimpl.UnsafeEnabled && x != nil {
217 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
218 if ms.LoadMessageInfo() == nil {
219 ms.StoreMessageInfo(mi)
220 }
221 return ms
222 }
223 return mi.MessageOf(x)
224 }
225
226
227 func (*RuntimeConfig) Descriptor() ([]byte, []int) {
228 return file_google_cloud_connectors_v1_runtime_proto_rawDescGZIP(), []int{1}
229 }
230
231 func (x *RuntimeConfig) GetLocationId() string {
232 if x != nil {
233 return x.LocationId
234 }
235 return ""
236 }
237
238 func (x *RuntimeConfig) GetConndTopic() string {
239 if x != nil {
240 return x.ConndTopic
241 }
242 return ""
243 }
244
245 func (x *RuntimeConfig) GetConndSubscription() string {
246 if x != nil {
247 return x.ConndSubscription
248 }
249 return ""
250 }
251
252 func (x *RuntimeConfig) GetControlPlaneTopic() string {
253 if x != nil {
254 return x.ControlPlaneTopic
255 }
256 return ""
257 }
258
259 func (x *RuntimeConfig) GetControlPlaneSubscription() string {
260 if x != nil {
261 return x.ControlPlaneSubscription
262 }
263 return ""
264 }
265
266 func (x *RuntimeConfig) GetRuntimeEndpoint() string {
267 if x != nil {
268 return x.RuntimeEndpoint
269 }
270 return ""
271 }
272
273 func (x *RuntimeConfig) GetState() RuntimeConfig_State {
274 if x != nil {
275 return x.State
276 }
277 return RuntimeConfig_STATE_UNSPECIFIED
278 }
279
280 func (x *RuntimeConfig) GetSchemaGcsBucket() string {
281 if x != nil {
282 return x.SchemaGcsBucket
283 }
284 return ""
285 }
286
287 func (x *RuntimeConfig) GetServiceDirectory() string {
288 if x != nil {
289 return x.ServiceDirectory
290 }
291 return ""
292 }
293
294 func (x *RuntimeConfig) GetName() string {
295 if x != nil {
296 return x.Name
297 }
298 return ""
299 }
300
301 var File_google_cloud_connectors_v1_runtime_proto protoreflect.FileDescriptor
302
303 var file_google_cloud_connectors_v1_runtime_proto_rawDesc = []byte{
304 0x0a, 0x28, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x63,
305 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x75, 0x6e,
306 0x74, 0x69, 0x6d, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1a, 0x67, 0x6f, 0x6f, 0x67,
307 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74,
308 0x6f, 0x72, 0x73, 0x2e, 0x76, 0x31, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61,
309 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f,
310 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
311 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f,
312 0x74, 0x6f, 0x22, 0x5e, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65,
313 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a,
314 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0xe0, 0x41, 0x02,
315 0xfa, 0x41, 0x29, 0x0a, 0x27, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x2e,
316 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x52,
317 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x04, 0x6e, 0x61,
318 0x6d, 0x65, 0x22, 0xe0, 0x05, 0x0a, 0x0d, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6f,
319 0x6e, 0x66, 0x69, 0x67, 0x12, 0x24, 0x0a, 0x0b, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
320 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0a,
321 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0b, 0x63, 0x6f,
322 0x6e, 0x6e, 0x64, 0x5f, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
323 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x6e, 0x64, 0x54, 0x6f, 0x70, 0x69, 0x63,
324 0x12, 0x32, 0x0a, 0x12, 0x63, 0x6f, 0x6e, 0x6e, 0x64, 0x5f, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72,
325 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41,
326 0x03, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x6e, 0x64, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70,
327 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x33, 0x0a, 0x13, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5f,
328 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x5f, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28,
329 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x50,
330 0x6c, 0x61, 0x6e, 0x65, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x12, 0x41, 0x0a, 0x1a, 0x63, 0x6f, 0x6e,
331 0x74, 0x72, 0x6f, 0x6c, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x5f, 0x73, 0x75, 0x62, 0x73, 0x63,
332 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0,
333 0x41, 0x03, 0x52, 0x18, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x50, 0x6c, 0x61, 0x6e, 0x65,
334 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x10,
335 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74,
336 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0f, 0x72, 0x75, 0x6e,
337 0x74, 0x69, 0x6d, 0x65, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x4a, 0x0a, 0x05,
338 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2f, 0x2e, 0x67, 0x6f,
339 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65,
340 0x63, 0x74, 0x6f, 0x72, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65,
341 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x42, 0x03, 0xe0, 0x41,
342 0x03, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x2f, 0x0a, 0x11, 0x73, 0x63, 0x68, 0x65,
343 0x6d, 0x61, 0x5f, 0x67, 0x63, 0x73, 0x5f, 0x62, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x08, 0x20,
344 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0f, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61,
345 0x47, 0x63, 0x73, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x30, 0x0a, 0x11, 0x73, 0x65, 0x72,
346 0x76, 0x69, 0x63, 0x65, 0x5f, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x09,
347 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x10, 0x73, 0x65, 0x72, 0x76, 0x69,
348 0x63, 0x65, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x17, 0x0a, 0x04, 0x6e,
349 0x61, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x04,
350 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x7a, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x15, 0x0a,
351 0x11, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49,
352 0x45, 0x44, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x08, 0x49, 0x4e, 0x41, 0x43, 0x54, 0x49, 0x56, 0x45,
353 0x10, 0x01, 0x1a, 0x02, 0x08, 0x01, 0x12, 0x12, 0x0a, 0x0a, 0x41, 0x43, 0x54, 0x49, 0x56, 0x41,
354 0x54, 0x49, 0x4e, 0x47, 0x10, 0x02, 0x1a, 0x02, 0x08, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x41, 0x43,
355 0x54, 0x49, 0x56, 0x45, 0x10, 0x03, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x52, 0x45, 0x41, 0x54, 0x49,
356 0x4e, 0x47, 0x10, 0x04, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x49, 0x4e, 0x47,
357 0x10, 0x05, 0x12, 0x0c, 0x0a, 0x08, 0x55, 0x50, 0x44, 0x41, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x06,
358 0x3a, 0x63, 0xea, 0x41, 0x60, 0x0a, 0x27, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72,
359 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d,
360 0x2f, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x35,
361 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
362 0x74, 0x7d, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x7b, 0x6c, 0x6f,
363 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x7d, 0x2f, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43,
364 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x76, 0x0a, 0x1e, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f,
365 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63,
366 0x74, 0x6f, 0x72, 0x73, 0x2e, 0x76, 0x31, 0x42, 0x0c, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65,
367 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x44, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
368 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72,
369 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63,
370 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x2f,
371 0x76, 0x31, 0x3b, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x62, 0x06, 0x70,
372 0x72, 0x6f, 0x74, 0x6f, 0x33,
373 }
374
375 var (
376 file_google_cloud_connectors_v1_runtime_proto_rawDescOnce sync.Once
377 file_google_cloud_connectors_v1_runtime_proto_rawDescData = file_google_cloud_connectors_v1_runtime_proto_rawDesc
378 )
379
380 func file_google_cloud_connectors_v1_runtime_proto_rawDescGZIP() []byte {
381 file_google_cloud_connectors_v1_runtime_proto_rawDescOnce.Do(func() {
382 file_google_cloud_connectors_v1_runtime_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_connectors_v1_runtime_proto_rawDescData)
383 })
384 return file_google_cloud_connectors_v1_runtime_proto_rawDescData
385 }
386
387 var file_google_cloud_connectors_v1_runtime_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
388 var file_google_cloud_connectors_v1_runtime_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
389 var file_google_cloud_connectors_v1_runtime_proto_goTypes = []interface{}{
390 (RuntimeConfig_State)(0),
391 (*GetRuntimeConfigRequest)(nil),
392 (*RuntimeConfig)(nil),
393 }
394 var file_google_cloud_connectors_v1_runtime_proto_depIdxs = []int32{
395 0,
396 1,
397 1,
398 1,
399 1,
400 0,
401 }
402
403 func init() { file_google_cloud_connectors_v1_runtime_proto_init() }
404 func file_google_cloud_connectors_v1_runtime_proto_init() {
405 if File_google_cloud_connectors_v1_runtime_proto != nil {
406 return
407 }
408 if !protoimpl.UnsafeEnabled {
409 file_google_cloud_connectors_v1_runtime_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
410 switch v := v.(*GetRuntimeConfigRequest); i {
411 case 0:
412 return &v.state
413 case 1:
414 return &v.sizeCache
415 case 2:
416 return &v.unknownFields
417 default:
418 return nil
419 }
420 }
421 file_google_cloud_connectors_v1_runtime_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
422 switch v := v.(*RuntimeConfig); i {
423 case 0:
424 return &v.state
425 case 1:
426 return &v.sizeCache
427 case 2:
428 return &v.unknownFields
429 default:
430 return nil
431 }
432 }
433 }
434 type x struct{}
435 out := protoimpl.TypeBuilder{
436 File: protoimpl.DescBuilder{
437 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
438 RawDescriptor: file_google_cloud_connectors_v1_runtime_proto_rawDesc,
439 NumEnums: 1,
440 NumMessages: 2,
441 NumExtensions: 0,
442 NumServices: 0,
443 },
444 GoTypes: file_google_cloud_connectors_v1_runtime_proto_goTypes,
445 DependencyIndexes: file_google_cloud_connectors_v1_runtime_proto_depIdxs,
446 EnumInfos: file_google_cloud_connectors_v1_runtime_proto_enumTypes,
447 MessageInfos: file_google_cloud_connectors_v1_runtime_proto_msgTypes,
448 }.Build()
449 File_google_cloud_connectors_v1_runtime_proto = out.File
450 file_google_cloud_connectors_v1_runtime_proto_rawDesc = nil
451 file_google_cloud_connectors_v1_runtime_proto_goTypes = nil
452 file_google_cloud_connectors_v1_runtime_proto_depIdxs = nil
453 }
454
View as plain text