1{
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
7 }
8 }
9 }
10 },
11 "basePath": "",
12 "baseUrl": "https://connectors.googleapis.com/",
13 "batchPath": "batch",
14 "canonicalName": "Connectors",
15 "description": "Enables users to create and manage connections to Google Cloud services and third-party business applications using the Connectors interface.",
16 "discoveryVersion": "v1",
17 "documentationLink": "https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors",
18 "fullyEncodeReservedExpansion": true,
19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
22 },
23 "id": "connectors:v1",
24 "kind": "discovery#restDescription",
25 "mtlsRootUrl": "https://connectors.mtls.googleapis.com/",
26 "name": "connectors",
27 "ownerDomain": "google.com",
28 "ownerName": "Google",
29 "parameters": {
30 "$.xgafv": {
31 "description": "V1 error format.",
32 "enum": [
33 "1",
34 "2"
35 ],
36 "enumDescriptions": [
37 "v1 error format",
38 "v2 error format"
39 ],
40 "location": "query",
41 "type": "string"
42 },
43 "access_token": {
44 "description": "OAuth access token.",
45 "location": "query",
46 "type": "string"
47 },
48 "alt": {
49 "default": "json",
50 "description": "Data format for response.",
51 "enum": [
52 "json",
53 "media",
54 "proto"
55 ],
56 "enumDescriptions": [
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
60 ],
61 "location": "query",
62 "type": "string"
63 },
64 "callback": {
65 "description": "JSONP",
66 "location": "query",
67 "type": "string"
68 },
69 "fields": {
70 "description": "Selector specifying which fields to include in a partial response.",
71 "location": "query",
72 "type": "string"
73 },
74 "key": {
75 "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
76 "location": "query",
77 "type": "string"
78 },
79 "oauth_token": {
80 "description": "OAuth 2.0 token for the current user.",
81 "location": "query",
82 "type": "string"
83 },
84 "prettyPrint": {
85 "default": "true",
86 "description": "Returns response with indentations and line breaks.",
87 "location": "query",
88 "type": "boolean"
89 },
90 "quotaUser": {
91 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
92 "location": "query",
93 "type": "string"
94 },
95 "uploadType": {
96 "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
97 "location": "query",
98 "type": "string"
99 },
100 "upload_protocol": {
101 "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
102 "location": "query",
103 "type": "string"
104 }
105 },
106 "protocol": "rest",
107 "resources": {
108 "projects": {
109 "resources": {
110 "locations": {
111 "methods": {
112 "get": {
113 "description": "Gets information about a location.",
114 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}",
115 "httpMethod": "GET",
116 "id": "connectors.projects.locations.get",
117 "parameterOrder": [
118 "name"
119 ],
120 "parameters": {
121 "name": {
122 "description": "Resource name for the location.",
123 "location": "path",
124 "pattern": "^projects/[^/]+/locations/[^/]+$",
125 "required": true,
126 "type": "string"
127 }
128 },
129 "path": "v1/{+name}",
130 "response": {
131 "$ref": "Location"
132 },
133 "scopes": [
134 "https://www.googleapis.com/auth/cloud-platform"
135 ]
136 },
137 "getRegionalSettings": {
138 "description": "GetRegionalSettings gets settings of a region. RegionalSettings is a singleton resource.",
139 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/regionalSettings",
140 "httpMethod": "GET",
141 "id": "connectors.projects.locations.getRegionalSettings",
142 "parameterOrder": [
143 "name"
144 ],
145 "parameters": {
146 "name": {
147 "description": "Required. The resource name of the Regional Settings.",
148 "location": "path",
149 "pattern": "^projects/[^/]+/locations/[^/]+/regionalSettings$",
150 "required": true,
151 "type": "string"
152 }
153 },
154 "path": "v1/{+name}",
155 "response": {
156 "$ref": "RegionalSettings"
157 },
158 "scopes": [
159 "https://www.googleapis.com/auth/cloud-platform"
160 ]
161 },
162 "getRuntimeConfig": {
163 "description": "Gets the runtimeConfig of a location. RuntimeConfig is a singleton resource for each location.",
164 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/runtimeConfig",
165 "httpMethod": "GET",
166 "id": "connectors.projects.locations.getRuntimeConfig",
167 "parameterOrder": [
168 "name"
169 ],
170 "parameters": {
171 "name": {
172 "description": "Required. Resource name of the form: `projects/*/locations/*/runtimeConfig`",
173 "location": "path",
174 "pattern": "^projects/[^/]+/locations/[^/]+/runtimeConfig$",
175 "required": true,
176 "type": "string"
177 }
178 },
179 "path": "v1/{+name}",
180 "response": {
181 "$ref": "RuntimeConfig"
182 },
183 "scopes": [
184 "https://www.googleapis.com/auth/cloud-platform"
185 ]
186 },
187 "list": {
188 "description": "Lists information about the supported locations for this service.",
189 "flatPath": "v1/projects/{projectsId}/locations",
190 "httpMethod": "GET",
191 "id": "connectors.projects.locations.list",
192 "parameterOrder": [
193 "name"
194 ],
195 "parameters": {
196 "filter": {
197 "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
198 "location": "query",
199 "type": "string"
200 },
201 "name": {
202 "description": "The resource that owns the locations collection, if applicable.",
203 "location": "path",
204 "pattern": "^projects/[^/]+$",
205 "required": true,
206 "type": "string"
207 },
208 "pageSize": {
209 "description": "The maximum number of results to return. If not set, the service selects a default.",
210 "format": "int32",
211 "location": "query",
212 "type": "integer"
213 },
214 "pageToken": {
215 "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
216 "location": "query",
217 "type": "string"
218 }
219 },
220 "path": "v1/{+name}/locations",
221 "response": {
222 "$ref": "ListLocationsResponse"
223 },
224 "scopes": [
225 "https://www.googleapis.com/auth/cloud-platform"
226 ]
227 },
228 "updateRegionalSettings": {
229 "description": "Update the settings of a region.",
230 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/regionalSettings",
231 "httpMethod": "PATCH",
232 "id": "connectors.projects.locations.updateRegionalSettings",
233 "parameterOrder": [
234 "name"
235 ],
236 "parameters": {
237 "name": {
238 "description": "Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/regionalSettings",
239 "location": "path",
240 "pattern": "^projects/[^/]+/locations/[^/]+/regionalSettings$",
241 "required": true,
242 "type": "string"
243 },
244 "updateMask": {
245 "description": "Required. The list of fields to update.",
246 "format": "google-fieldmask",
247 "location": "query",
248 "type": "string"
249 }
250 },
251 "path": "v1/{+name}",
252 "request": {
253 "$ref": "RegionalSettings"
254 },
255 "response": {
256 "$ref": "Operation"
257 },
258 "scopes": [
259 "https://www.googleapis.com/auth/cloud-platform"
260 ]
261 }
262 },
263 "resources": {
264 "connections": {
265 "methods": {
266 "create": {
267 "description": "Creates a new Connection in a given project and location.",
268 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections",
269 "httpMethod": "POST",
270 "id": "connectors.projects.locations.connections.create",
271 "parameterOrder": [
272 "parent"
273 ],
274 "parameters": {
275 "connectionId": {
276 "description": "Required. Identifier to assign to the Connection. Must be unique within scope of the parent resource.",
277 "location": "query",
278 "type": "string"
279 },
280 "parent": {
281 "description": "Required. Parent resource of the Connection, of the form: `projects/*/locations/*`",
282 "location": "path",
283 "pattern": "^projects/[^/]+/locations/[^/]+$",
284 "required": true,
285 "type": "string"
286 }
287 },
288 "path": "v1/{+parent}/connections",
289 "request": {
290 "$ref": "Connection"
291 },
292 "response": {
293 "$ref": "Operation"
294 },
295 "scopes": [
296 "https://www.googleapis.com/auth/cloud-platform"
297 ]
298 },
299 "delete": {
300 "description": "Deletes a single Connection.",
301 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}",
302 "httpMethod": "DELETE",
303 "id": "connectors.projects.locations.connections.delete",
304 "parameterOrder": [
305 "name"
306 ],
307 "parameters": {
308 "name": {
309 "description": "Required. Resource name of the form: `projects/*/locations/*/connections/*`",
310 "location": "path",
311 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
312 "required": true,
313 "type": "string"
314 }
315 },
316 "path": "v1/{+name}",
317 "response": {
318 "$ref": "Operation"
319 },
320 "scopes": [
321 "https://www.googleapis.com/auth/cloud-platform"
322 ]
323 },
324 "get": {
325 "description": "Gets details of a single Connection.",
326 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}",
327 "httpMethod": "GET",
328 "id": "connectors.projects.locations.connections.get",
329 "parameterOrder": [
330 "name"
331 ],
332 "parameters": {
333 "name": {
334 "description": "Required. Resource name of the form: `projects/*/locations/*/connections/*`",
335 "location": "path",
336 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
337 "required": true,
338 "type": "string"
339 },
340 "view": {
341 "description": "Specifies which fields of the Connection are returned in the response. Defaults to `BASIC` view.",
342 "enum": [
343 "CONNECTION_VIEW_UNSPECIFIED",
344 "BASIC",
345 "FULL"
346 ],
347 "enumDescriptions": [
348 "CONNECTION_UNSPECIFIED.",
349 "Do not include runtime required configs.",
350 "Include runtime required configs."
351 ],
352 "location": "query",
353 "type": "string"
354 }
355 },
356 "path": "v1/{+name}",
357 "response": {
358 "$ref": "Connection"
359 },
360 "scopes": [
361 "https://www.googleapis.com/auth/cloud-platform"
362 ]
363 },
364 "getConnectionSchemaMetadata": {
365 "description": "Gets schema metadata of a connection. SchemaMetadata is a singleton resource for each connection.",
366 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/connectionSchemaMetadata",
367 "httpMethod": "GET",
368 "id": "connectors.projects.locations.connections.getConnectionSchemaMetadata",
369 "parameterOrder": [
370 "name"
371 ],
372 "parameters": {
373 "name": {
374 "description": "Required. Connection name Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata",
375 "location": "path",
376 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/connectionSchemaMetadata$",
377 "required": true,
378 "type": "string"
379 }
380 },
381 "path": "v1/{+name}",
382 "response": {
383 "$ref": "ConnectionSchemaMetadata"
384 },
385 "scopes": [
386 "https://www.googleapis.com/auth/cloud-platform"
387 ]
388 },
389 "getIamPolicy": {
390 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
391 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}:getIamPolicy",
392 "httpMethod": "GET",
393 "id": "connectors.projects.locations.connections.getIamPolicy",
394 "parameterOrder": [
395 "resource"
396 ],
397 "parameters": {
398 "options.requestedPolicyVersion": {
399 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
400 "format": "int32",
401 "location": "query",
402 "type": "integer"
403 },
404 "resource": {
405 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
406 "location": "path",
407 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
408 "required": true,
409 "type": "string"
410 }
411 },
412 "path": "v1/{+resource}:getIamPolicy",
413 "response": {
414 "$ref": "Policy"
415 },
416 "scopes": [
417 "https://www.googleapis.com/auth/cloud-platform"
418 ]
419 },
420 "list": {
421 "description": "Lists Connections in a given project and location.",
422 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections",
423 "httpMethod": "GET",
424 "id": "connectors.projects.locations.connections.list",
425 "parameterOrder": [
426 "parent"
427 ],
428 "parameters": {
429 "filter": {
430 "description": "Filter.",
431 "location": "query",
432 "type": "string"
433 },
434 "orderBy": {
435 "description": "Order by parameters.",
436 "location": "query",
437 "type": "string"
438 },
439 "pageSize": {
440 "description": "Page size.",
441 "format": "int32",
442 "location": "query",
443 "type": "integer"
444 },
445 "pageToken": {
446 "description": "Page token.",
447 "location": "query",
448 "type": "string"
449 },
450 "parent": {
451 "description": "Required. Parent resource of the Connection, of the form: `projects/*/locations/*`",
452 "location": "path",
453 "pattern": "^projects/[^/]+/locations/[^/]+$",
454 "required": true,
455 "type": "string"
456 },
457 "view": {
458 "description": "Specifies which fields of the Connection are returned in the response. Defaults to `BASIC` view.",
459 "enum": [
460 "CONNECTION_VIEW_UNSPECIFIED",
461 "BASIC",
462 "FULL"
463 ],
464 "enumDescriptions": [
465 "CONNECTION_UNSPECIFIED.",
466 "Do not include runtime required configs.",
467 "Include runtime required configs."
468 ],
469 "location": "query",
470 "type": "string"
471 }
472 },
473 "path": "v1/{+parent}/connections",
474 "response": {
475 "$ref": "ListConnectionsResponse"
476 },
477 "scopes": [
478 "https://www.googleapis.com/auth/cloud-platform"
479 ]
480 },
481 "listenEvent": {
482 "description": "ListenEvent listens to the event.",
483 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}:listenEvent",
484 "httpMethod": "POST",
485 "id": "connectors.projects.locations.connections.listenEvent",
486 "parameterOrder": [
487 "resourcePath"
488 ],
489 "parameters": {
490 "resourcePath": {
491 "description": "Required. Resource path for request.",
492 "location": "path",
493 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
494 "required": true,
495 "type": "string"
496 }
497 },
498 "path": "v1/{+resourcePath}:listenEvent",
499 "request": {
500 "$ref": "ListenEventRequest"
501 },
502 "response": {
503 "$ref": "ListenEventResponse"
504 },
505 "scopes": [
506 "https://www.googleapis.com/auth/cloud-platform"
507 ]
508 },
509 "patch": {
510 "description": "Updates the parameters of a single Connection.",
511 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}",
512 "httpMethod": "PATCH",
513 "id": "connectors.projects.locations.connections.patch",
514 "parameterOrder": [
515 "name"
516 ],
517 "parameters": {
518 "name": {
519 "description": "Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}",
520 "location": "path",
521 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
522 "required": true,
523 "type": "string"
524 },
525 "updateMask": {
526 "description": "Required. You can modify only the fields listed below. To lock/unlock a connection: * `lock_config` To suspend/resume a connection: * `suspended` To update the connection details: * `description` * `labels` * `connector_version` * `config_variables` * `auth_config` * `destination_configs` * `node_config` * `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config` * `auth_override_enabled`",
527 "format": "google-fieldmask",
528 "location": "query",
529 "type": "string"
530 }
531 },
532 "path": "v1/{+name}",
533 "request": {
534 "$ref": "Connection"
535 },
536 "response": {
537 "$ref": "Operation"
538 },
539 "scopes": [
540 "https://www.googleapis.com/auth/cloud-platform"
541 ]
542 },
543 "repairEventing": {
544 "description": "RepaiEventing tries to repair eventing related event subscriptions.",
545 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}:repairEventing",
546 "httpMethod": "POST",
547 "id": "connectors.projects.locations.connections.repairEventing",
548 "parameterOrder": [
549 "name"
550 ],
551 "parameters": {
552 "name": {
553 "description": "Required. Resource name of the form: `projects/*/locations/*/connections/*`",
554 "location": "path",
555 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
556 "required": true,
557 "type": "string"
558 }
559 },
560 "path": "v1/{+name}:repairEventing",
561 "request": {
562 "$ref": "RepairEventingRequest"
563 },
564 "response": {
565 "$ref": "Operation"
566 },
567 "scopes": [
568 "https://www.googleapis.com/auth/cloud-platform"
569 ]
570 },
571 "search": {
572 "description": "Returns Top matching Connections for a given query.",
573 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections:search",
574 "httpMethod": "GET",
575 "id": "connectors.projects.locations.connections.search",
576 "parameterOrder": [
577 "name"
578 ],
579 "parameters": {
580 "name": {
581 "description": "Required. Parent resource of the Connection, of the form: `projects/*/locations/*/connections`",
582 "location": "path",
583 "pattern": "^projects/[^/]+/locations/[^/]+/connections$",
584 "required": true,
585 "type": "string"
586 },
587 "pageSize": {
588 "description": "Optional. The number of top matching connectors to return",
589 "format": "int32",
590 "location": "query",
591 "type": "integer"
592 },
593 "pageToken": {
594 "description": "Optional. page_token",
595 "location": "query",
596 "type": "string"
597 },
598 "query": {
599 "description": "Required. The query against which the search needs to be done.",
600 "location": "query",
601 "type": "string"
602 }
603 },
604 "path": "v1/{+name}:search",
605 "response": {
606 "$ref": "SearchConnectionsResponse"
607 },
608 "scopes": [
609 "https://www.googleapis.com/auth/cloud-platform"
610 ]
611 },
612 "setIamPolicy": {
613 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
614 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}:setIamPolicy",
615 "httpMethod": "POST",
616 "id": "connectors.projects.locations.connections.setIamPolicy",
617 "parameterOrder": [
618 "resource"
619 ],
620 "parameters": {
621 "resource": {
622 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
623 "location": "path",
624 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
625 "required": true,
626 "type": "string"
627 }
628 },
629 "path": "v1/{+resource}:setIamPolicy",
630 "request": {
631 "$ref": "SetIamPolicyRequest"
632 },
633 "response": {
634 "$ref": "Policy"
635 },
636 "scopes": [
637 "https://www.googleapis.com/auth/cloud-platform"
638 ]
639 },
640 "testIamPermissions": {
641 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
642 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}:testIamPermissions",
643 "httpMethod": "POST",
644 "id": "connectors.projects.locations.connections.testIamPermissions",
645 "parameterOrder": [
646 "resource"
647 ],
648 "parameters": {
649 "resource": {
650 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
651 "location": "path",
652 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
653 "required": true,
654 "type": "string"
655 }
656 },
657 "path": "v1/{+resource}:testIamPermissions",
658 "request": {
659 "$ref": "TestIamPermissionsRequest"
660 },
661 "response": {
662 "$ref": "TestIamPermissionsResponse"
663 },
664 "scopes": [
665 "https://www.googleapis.com/auth/cloud-platform"
666 ]
667 }
668 },
669 "resources": {
670 "connectionSchemaMetadata": {
671 "methods": {
672 "getAction": {
673 "description": "Get action.",
674 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/connectionSchemaMetadata:getAction",
675 "httpMethod": "GET",
676 "id": "connectors.projects.locations.connections.connectionSchemaMetadata.getAction",
677 "parameterOrder": [
678 "name"
679 ],
680 "parameters": {
681 "actionId": {
682 "description": "Required. Id of the action.",
683 "location": "query",
684 "type": "string"
685 },
686 "name": {
687 "description": "Required. Resource name format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata",
688 "location": "path",
689 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/connectionSchemaMetadata$",
690 "required": true,
691 "type": "string"
692 }
693 },
694 "path": "v1/{+name}:getAction",
695 "response": {
696 "$ref": "Operation"
697 },
698 "scopes": [
699 "https://www.googleapis.com/auth/cloud-platform"
700 ]
701 },
702 "getEntityType": {
703 "description": "Get entity type.",
704 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/connectionSchemaMetadata:getEntityType",
705 "httpMethod": "GET",
706 "id": "connectors.projects.locations.connections.connectionSchemaMetadata.getEntityType",
707 "parameterOrder": [
708 "name"
709 ],
710 "parameters": {
711 "entityId": {
712 "description": "Required. Id of the entity type.",
713 "location": "query",
714 "type": "string"
715 },
716 "name": {
717 "description": "Required. Resource name format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata",
718 "location": "path",
719 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/connectionSchemaMetadata$",
720 "required": true,
721 "type": "string"
722 }
723 },
724 "path": "v1/{+name}:getEntityType",
725 "response": {
726 "$ref": "Operation"
727 },
728 "scopes": [
729 "https://www.googleapis.com/auth/cloud-platform"
730 ]
731 },
732 "listActions": {
733 "description": "List actions.",
734 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/connectionSchemaMetadata:listActions",
735 "httpMethod": "GET",
736 "id": "connectors.projects.locations.connections.connectionSchemaMetadata.listActions",
737 "parameterOrder": [
738 "name"
739 ],
740 "parameters": {
741 "filter": {
742 "description": "Required. Filter Wildcards are not supported in the filter currently.",
743 "location": "query",
744 "type": "string"
745 },
746 "name": {
747 "description": "Required. Resource name format. projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata",
748 "location": "path",
749 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/connectionSchemaMetadata$",
750 "required": true,
751 "type": "string"
752 },
753 "pageSize": {
754 "description": "Page size. If unspecified, at most 50 actions will be returned.",
755 "format": "int32",
756 "location": "query",
757 "type": "integer"
758 },
759 "pageToken": {
760 "description": "Page token.",
761 "location": "query",
762 "type": "string"
763 },
764 "view": {
765 "description": "Specifies which fields are returned in response. Defaults to BASIC view.",
766 "enum": [
767 "VIEW_UNSPECIFIED",
768 "BASIC"
769 ],
770 "enumDescriptions": [
771 "",
772 ""
773 ],
774 "location": "query",
775 "type": "string"
776 }
777 },
778 "path": "v1/{+name}:listActions",
779 "response": {
780 "$ref": "ListActionsResponse"
781 },
782 "scopes": [
783 "https://www.googleapis.com/auth/cloud-platform"
784 ]
785 },
786 "listEntityTypes": {
787 "description": "List entity types.",
788 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/connectionSchemaMetadata:listEntityTypes",
789 "httpMethod": "GET",
790 "id": "connectors.projects.locations.connections.connectionSchemaMetadata.listEntityTypes",
791 "parameterOrder": [
792 "name"
793 ],
794 "parameters": {
795 "filter": {
796 "description": "Required. Filter Wildcards are not supported in the filter currently.",
797 "location": "query",
798 "type": "string"
799 },
800 "name": {
801 "description": "Required. Resource name format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata",
802 "location": "path",
803 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/connectionSchemaMetadata$",
804 "required": true,
805 "type": "string"
806 },
807 "pageSize": {
808 "description": "Page size. If unspecified, at most 50 entity types will be returned.",
809 "format": "int32",
810 "location": "query",
811 "type": "integer"
812 },
813 "pageToken": {
814 "description": "Page token.",
815 "location": "query",
816 "type": "string"
817 },
818 "view": {
819 "description": "Specifies which fields are returned in response. Defaults to BASIC view.",
820 "enum": [
821 "VIEW_UNSPECIFIED",
822 "BASIC"
823 ],
824 "enumDescriptions": [
825 "",
826 ""
827 ],
828 "location": "query",
829 "type": "string"
830 }
831 },
832 "path": "v1/{+name}:listEntityTypes",
833 "response": {
834 "$ref": "ListEntityTypesResponse"
835 },
836 "scopes": [
837 "https://www.googleapis.com/auth/cloud-platform"
838 ]
839 },
840 "refresh": {
841 "description": "Refresh runtime schema of a connection.",
842 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/connectionSchemaMetadata:refresh",
843 "httpMethod": "POST",
844 "id": "connectors.projects.locations.connections.connectionSchemaMetadata.refresh",
845 "parameterOrder": [
846 "name"
847 ],
848 "parameters": {
849 "name": {
850 "description": "Required. Resource name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata",
851 "location": "path",
852 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/connectionSchemaMetadata$",
853 "required": true,
854 "type": "string"
855 }
856 },
857 "path": "v1/{+name}:refresh",
858 "request": {
859 "$ref": "RefreshConnectionSchemaMetadataRequest"
860 },
861 "response": {
862 "$ref": "Operation"
863 },
864 "scopes": [
865 "https://www.googleapis.com/auth/cloud-platform"
866 ]
867 }
868 }
869 },
870 "eventSubscriptions": {
871 "methods": {
872 "create": {
873 "description": "Creates a new EventSubscription in a given project,location and connection.",
874 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/eventSubscriptions",
875 "httpMethod": "POST",
876 "id": "connectors.projects.locations.connections.eventSubscriptions.create",
877 "parameterOrder": [
878 "parent"
879 ],
880 "parameters": {
881 "eventSubscriptionId": {
882 "description": "Required. Identifier to assign to the Event Subscription. Must be unique within scope of the parent resource.",
883 "location": "query",
884 "type": "string"
885 },
886 "parent": {
887 "description": "Required. Parent resource of the EventSubscription, of the form: `projects/*/locations/*/connections/*`",
888 "location": "path",
889 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
890 "required": true,
891 "type": "string"
892 }
893 },
894 "path": "v1/{+parent}/eventSubscriptions",
895 "request": {
896 "$ref": "EventSubscription"
897 },
898 "response": {
899 "$ref": "Operation"
900 },
901 "scopes": [
902 "https://www.googleapis.com/auth/cloud-platform"
903 ]
904 },
905 "delete": {
906 "description": "Deletes a single EventSubscription.",
907 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/eventSubscriptions/{eventSubscriptionsId}",
908 "httpMethod": "DELETE",
909 "id": "connectors.projects.locations.connections.eventSubscriptions.delete",
910 "parameterOrder": [
911 "name"
912 ],
913 "parameters": {
914 "name": {
915 "description": "Required. Resource name of the form: `projects/*/locations/*/connections/*/eventsubscriptions/*`",
916 "location": "path",
917 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/eventSubscriptions/[^/]+$",
918 "required": true,
919 "type": "string"
920 }
921 },
922 "path": "v1/{+name}",
923 "response": {
924 "$ref": "Operation"
925 },
926 "scopes": [
927 "https://www.googleapis.com/auth/cloud-platform"
928 ]
929 },
930 "get": {
931 "description": "Gets details of a single EventSubscription.",
932 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/eventSubscriptions/{eventSubscriptionsId}",
933 "httpMethod": "GET",
934 "id": "connectors.projects.locations.connections.eventSubscriptions.get",
935 "parameterOrder": [
936 "name"
937 ],
938 "parameters": {
939 "name": {
940 "description": "Required. Resource name of the form: `projects/*/locations/*/connections/*/eventSubscriptions/*`",
941 "location": "path",
942 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/eventSubscriptions/[^/]+$",
943 "required": true,
944 "type": "string"
945 }
946 },
947 "path": "v1/{+name}",
948 "response": {
949 "$ref": "EventSubscription"
950 },
951 "scopes": [
952 "https://www.googleapis.com/auth/cloud-platform"
953 ]
954 },
955 "list": {
956 "description": "List EventSubscriptions in a given project,location and connection.",
957 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/eventSubscriptions",
958 "httpMethod": "GET",
959 "id": "connectors.projects.locations.connections.eventSubscriptions.list",
960 "parameterOrder": [
961 "parent"
962 ],
963 "parameters": {
964 "filter": {
965 "description": "Filter.",
966 "location": "query",
967 "type": "string"
968 },
969 "orderBy": {
970 "description": "Order by parameters.",
971 "location": "query",
972 "type": "string"
973 },
974 "pageSize": {
975 "description": "Page size.",
976 "format": "int32",
977 "location": "query",
978 "type": "integer"
979 },
980 "pageToken": {
981 "description": "Page token.",
982 "location": "query",
983 "type": "string"
984 },
985 "parent": {
986 "description": "Required. Parent resource of the EventSubscription, of the form: `projects/*/locations/*/connections/*`",
987 "location": "path",
988 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
989 "required": true,
990 "type": "string"
991 }
992 },
993 "path": "v1/{+parent}/eventSubscriptions",
994 "response": {
995 "$ref": "ListEventSubscriptionsResponse"
996 },
997 "scopes": [
998 "https://www.googleapis.com/auth/cloud-platform"
999 ]
1000 },
1001 "patch": {
1002 "description": "Updates the parameters of a single EventSubscription.",
1003 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/eventSubscriptions/{eventSubscriptionsId}",
1004 "httpMethod": "PATCH",
1005 "id": "connectors.projects.locations.connections.eventSubscriptions.patch",
1006 "parameterOrder": [
1007 "name"
1008 ],
1009 "parameters": {
1010 "name": {
1011 "description": "Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}",
1012 "location": "path",
1013 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/eventSubscriptions/[^/]+$",
1014 "required": true,
1015 "type": "string"
1016 },
1017 "updateMask": {
1018 "description": "Required. The list of fields to update. Fields are specified relative to the Subscription. A field will be overwritten if it is in the mask. You can modify only the fields listed below. To update the EventSubscription details: * `serviceAccount`",
1019 "format": "google-fieldmask",
1020 "location": "query",
1021 "type": "string"
1022 }
1023 },
1024 "path": "v1/{+name}",
1025 "request": {
1026 "$ref": "EventSubscription"
1027 },
1028 "response": {
1029 "$ref": "Operation"
1030 },
1031 "scopes": [
1032 "https://www.googleapis.com/auth/cloud-platform"
1033 ]
1034 },
1035 "retry": {
1036 "description": "RetryEventSubscription retries the registration of Subscription.",
1037 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/eventSubscriptions/{eventSubscriptionsId}:retry",
1038 "httpMethod": "POST",
1039 "id": "connectors.projects.locations.connections.eventSubscriptions.retry",
1040 "parameterOrder": [
1041 "name"
1042 ],
1043 "parameters": {
1044 "name": {
1045 "description": "Required. Resource name of the form: `projects/*/locations/*/connections/*/eventSubscriptions/*`",
1046 "location": "path",
1047 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/eventSubscriptions/[^/]+$",
1048 "required": true,
1049 "type": "string"
1050 }
1051 },
1052 "path": "v1/{+name}:retry",
1053 "request": {
1054 "$ref": "RetryEventSubscriptionRequest"
1055 },
1056 "response": {
1057 "$ref": "Operation"
1058 },
1059 "scopes": [
1060 "https://www.googleapis.com/auth/cloud-platform"
1061 ]
1062 }
1063 }
1064 },
1065 "runtimeActionSchemas": {
1066 "methods": {
1067 "list": {
1068 "description": "List schema of a runtime actions filtered by action name.",
1069 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/runtimeActionSchemas",
1070 "httpMethod": "GET",
1071 "id": "connectors.projects.locations.connections.runtimeActionSchemas.list",
1072 "parameterOrder": [
1073 "parent"
1074 ],
1075 "parameters": {
1076 "filter": {
1077 "description": "Required. Filter Format: action=\"{actionId}\" Only action field is supported with literal equality operator. Accepted filter example: action=\"CancelOrder\" Wildcards are not supported in the filter currently.",
1078 "location": "query",
1079 "type": "string"
1080 },
1081 "pageSize": {
1082 "description": "Page size.",
1083 "format": "int32",
1084 "location": "query",
1085 "type": "integer"
1086 },
1087 "pageToken": {
1088 "description": "Page token.",
1089 "location": "query",
1090 "type": "string"
1091 },
1092 "parent": {
1093 "description": "Required. Parent resource of RuntimeActionSchema Format: projects/{project}/locations/{location}/connections/{connection}",
1094 "location": "path",
1095 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
1096 "required": true,
1097 "type": "string"
1098 }
1099 },
1100 "path": "v1/{+parent}/runtimeActionSchemas",
1101 "response": {
1102 "$ref": "ListRuntimeActionSchemasResponse"
1103 },
1104 "scopes": [
1105 "https://www.googleapis.com/auth/cloud-platform"
1106 ]
1107 }
1108 }
1109 },
1110 "runtimeEntitySchemas": {
1111 "methods": {
1112 "list": {
1113 "description": "List schema of a runtime entities filtered by entity name.",
1114 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/runtimeEntitySchemas",
1115 "httpMethod": "GET",
1116 "id": "connectors.projects.locations.connections.runtimeEntitySchemas.list",
1117 "parameterOrder": [
1118 "parent"
1119 ],
1120 "parameters": {
1121 "filter": {
1122 "description": "Required. Filter Format: entity=\"{entityId}\" Only entity field is supported with literal equality operator. Accepted filter example: entity=\"Order\" Wildcards are not supported in the filter currently.",
1123 "location": "query",
1124 "type": "string"
1125 },
1126 "pageSize": {
1127 "description": "Page size.",
1128 "format": "int32",
1129 "location": "query",
1130 "type": "integer"
1131 },
1132 "pageToken": {
1133 "description": "Page token.",
1134 "location": "query",
1135 "type": "string"
1136 },
1137 "parent": {
1138 "description": "Required. Parent resource of RuntimeEntitySchema Format: projects/{project}/locations/{location}/connections/{connection}",
1139 "location": "path",
1140 "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+$",
1141 "required": true,
1142 "type": "string"
1143 }
1144 },
1145 "path": "v1/{+parent}/runtimeEntitySchemas",
1146 "response": {
1147 "$ref": "ListRuntimeEntitySchemasResponse"
1148 },
1149 "scopes": [
1150 "https://www.googleapis.com/auth/cloud-platform"
1151 ]
1152 }
1153 }
1154 }
1155 }
1156 },
1157 "customConnectors": {
1158 "methods": {
1159 "validateCustomConnectorSpec": {
1160 "description": "Validates a Custom Connector Spec.",
1161 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customConnectors:validateCustomConnectorSpec",
1162 "httpMethod": "POST",
1163 "id": "connectors.projects.locations.customConnectors.validateCustomConnectorSpec",
1164 "parameterOrder": [
1165 "parent"
1166 ],
1167 "parameters": {
1168 "parent": {
1169 "description": "Required. Location at which the custom connector is being created.",
1170 "location": "path",
1171 "pattern": "^projects/[^/]+/locations/[^/]+$",
1172 "required": true,
1173 "type": "string"
1174 }
1175 },
1176 "path": "v1/{+parent}/customConnectors:validateCustomConnectorSpec",
1177 "request": {
1178 "$ref": "ValidateCustomConnectorSpecRequest"
1179 },
1180 "response": {
1181 "$ref": "ValidateCustomConnectorSpecResponse"
1182 },
1183 "scopes": [
1184 "https://www.googleapis.com/auth/cloud-platform"
1185 ]
1186 }
1187 },
1188 "resources": {
1189 "customConnectorVersions": {
1190 "methods": {
1191 "delete": {
1192 "description": "Deletes a single CustomConnectorVersion.",
1193 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customConnectors/{customConnectorsId}/customConnectorVersions/{customConnectorVersionsId}",
1194 "httpMethod": "DELETE",
1195 "id": "connectors.projects.locations.customConnectors.customConnectorVersions.delete",
1196 "parameterOrder": [
1197 "name"
1198 ],
1199 "parameters": {
1200 "name": {
1201 "description": "Required. Resource name of the form: `projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}`",
1202 "location": "path",
1203 "pattern": "^projects/[^/]+/locations/[^/]+/customConnectors/[^/]+/customConnectorVersions/[^/]+$",
1204 "required": true,
1205 "type": "string"
1206 }
1207 },
1208 "path": "v1/{+name}",
1209 "response": {
1210 "$ref": "Operation"
1211 },
1212 "scopes": [
1213 "https://www.googleapis.com/auth/cloud-platform"
1214 ]
1215 },
1216 "deprecate": {
1217 "description": "Deprecates a single CustomConnectorVersion.",
1218 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customConnectors/{customConnectorsId}/customConnectorVersions/{customConnectorVersionsId}:deprecate",
1219 "httpMethod": "POST",
1220 "id": "connectors.projects.locations.customConnectors.customConnectorVersions.deprecate",
1221 "parameterOrder": [
1222 "name"
1223 ],
1224 "parameters": {
1225 "name": {
1226 "description": "Required. Resource name of the form: `projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}`",
1227 "location": "path",
1228 "pattern": "^projects/[^/]+/locations/[^/]+/customConnectors/[^/]+/customConnectorVersions/[^/]+$",
1229 "required": true,
1230 "type": "string"
1231 }
1232 },
1233 "path": "v1/{+name}:deprecate",
1234 "request": {
1235 "$ref": "DeprecateCustomConnectorVersionRequest"
1236 },
1237 "response": {
1238 "$ref": "Operation"
1239 },
1240 "scopes": [
1241 "https://www.googleapis.com/auth/cloud-platform"
1242 ]
1243 }
1244 }
1245 }
1246 }
1247 },
1248 "endpointAttachments": {
1249 "methods": {
1250 "create": {
1251 "description": "Creates a new EndpointAttachment in a given project and location.",
1252 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpointAttachments",
1253 "httpMethod": "POST",
1254 "id": "connectors.projects.locations.endpointAttachments.create",
1255 "parameterOrder": [
1256 "parent"
1257 ],
1258 "parameters": {
1259 "endpointAttachmentId": {
1260 "description": "Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource.",
1261 "location": "query",
1262 "type": "string"
1263 },
1264 "parent": {
1265 "description": "Required. Parent resource of the EndpointAttachment, of the form: `projects/*/locations/*`",
1266 "location": "path",
1267 "pattern": "^projects/[^/]+/locations/[^/]+$",
1268 "required": true,
1269 "type": "string"
1270 }
1271 },
1272 "path": "v1/{+parent}/endpointAttachments",
1273 "request": {
1274 "$ref": "EndpointAttachment"
1275 },
1276 "response": {
1277 "$ref": "Operation"
1278 },
1279 "scopes": [
1280 "https://www.googleapis.com/auth/cloud-platform"
1281 ]
1282 },
1283 "delete": {
1284 "description": "Deletes a single EndpointAttachment.",
1285 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpointAttachments/{endpointAttachmentsId}",
1286 "httpMethod": "DELETE",
1287 "id": "connectors.projects.locations.endpointAttachments.delete",
1288 "parameterOrder": [
1289 "name"
1290 ],
1291 "parameters": {
1292 "name": {
1293 "description": "Required. Resource name of the form: `projects/*/locations/*/endpointAttachments/*`",
1294 "location": "path",
1295 "pattern": "^projects/[^/]+/locations/[^/]+/endpointAttachments/[^/]+$",
1296 "required": true,
1297 "type": "string"
1298 }
1299 },
1300 "path": "v1/{+name}",
1301 "response": {
1302 "$ref": "Operation"
1303 },
1304 "scopes": [
1305 "https://www.googleapis.com/auth/cloud-platform"
1306 ]
1307 },
1308 "get": {
1309 "description": "Gets details of a single EndpointAttachment.",
1310 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpointAttachments/{endpointAttachmentsId}",
1311 "httpMethod": "GET",
1312 "id": "connectors.projects.locations.endpointAttachments.get",
1313 "parameterOrder": [
1314 "name"
1315 ],
1316 "parameters": {
1317 "name": {
1318 "description": "Required. Resource name of the form: `projects/*/locations/*/endpointAttachments/*`",
1319 "location": "path",
1320 "pattern": "^projects/[^/]+/locations/[^/]+/endpointAttachments/[^/]+$",
1321 "required": true,
1322 "type": "string"
1323 }
1324 },
1325 "path": "v1/{+name}",
1326 "response": {
1327 "$ref": "EndpointAttachment"
1328 },
1329 "scopes": [
1330 "https://www.googleapis.com/auth/cloud-platform"
1331 ]
1332 },
1333 "list": {
1334 "description": "List EndpointAttachments in a given project",
1335 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpointAttachments",
1336 "httpMethod": "GET",
1337 "id": "connectors.projects.locations.endpointAttachments.list",
1338 "parameterOrder": [
1339 "parent"
1340 ],
1341 "parameters": {
1342 "filter": {
1343 "description": "Filter.",
1344 "location": "query",
1345 "type": "string"
1346 },
1347 "orderBy": {
1348 "description": "Order by parameters.",
1349 "location": "query",
1350 "type": "string"
1351 },
1352 "pageSize": {
1353 "description": "Page size.",
1354 "format": "int32",
1355 "location": "query",
1356 "type": "integer"
1357 },
1358 "pageToken": {
1359 "description": "Page token.",
1360 "location": "query",
1361 "type": "string"
1362 },
1363 "parent": {
1364 "description": "Required. Parent resource od the EndpointAttachment, of the form: `projects/*/locations/*`",
1365 "location": "path",
1366 "pattern": "^projects/[^/]+/locations/[^/]+$",
1367 "required": true,
1368 "type": "string"
1369 }
1370 },
1371 "path": "v1/{+parent}/endpointAttachments",
1372 "response": {
1373 "$ref": "ListEndpointAttachmentsResponse"
1374 },
1375 "scopes": [
1376 "https://www.googleapis.com/auth/cloud-platform"
1377 ]
1378 },
1379 "patch": {
1380 "description": "Updates the parameters of a single EndpointAttachment.",
1381 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpointAttachments/{endpointAttachmentsId}",
1382 "httpMethod": "PATCH",
1383 "id": "connectors.projects.locations.endpointAttachments.patch",
1384 "parameterOrder": [
1385 "name"
1386 ],
1387 "parameters": {
1388 "name": {
1389 "description": "Output only. Resource name of the Endpoint Attachment. Format: projects/{project}/locations/{location}/endpointAttachments/{endpoint_attachment}",
1390 "location": "path",
1391 "pattern": "^projects/[^/]+/locations/[^/]+/endpointAttachments/[^/]+$",
1392 "required": true,
1393 "type": "string"
1394 },
1395 "updateMask": {
1396 "description": "Required. The list of fields to update. Fields are specified relative to the endpointAttachment. A field will be overwritten if it is in the mask. You can modify only the fields listed below. To update the endpointAttachment details: * `description` * `labels`",
1397 "format": "google-fieldmask",
1398 "location": "query",
1399 "type": "string"
1400 }
1401 },
1402 "path": "v1/{+name}",
1403 "request": {
1404 "$ref": "EndpointAttachment"
1405 },
1406 "response": {
1407 "$ref": "Operation"
1408 },
1409 "scopes": [
1410 "https://www.googleapis.com/auth/cloud-platform"
1411 ]
1412 }
1413 }
1414 },
1415 "global": {
1416 "methods": {
1417 "getSettings": {
1418 "description": "GetGlobalSettings gets settings of a project. GlobalSettings is a singleton resource.",
1419 "flatPath": "v1/projects/{projectsId}/locations/global/settings",
1420 "httpMethod": "GET",
1421 "id": "connectors.projects.locations.global.getSettings",
1422 "parameterOrder": [
1423 "name"
1424 ],
1425 "parameters": {
1426 "name": {
1427 "description": "Required. The resource name of the Settings.",
1428 "location": "path",
1429 "pattern": "^projects/[^/]+/locations/global/settings$",
1430 "required": true,
1431 "type": "string"
1432 }
1433 },
1434 "path": "v1/{+name}",
1435 "response": {
1436 "$ref": "Settings"
1437 },
1438 "scopes": [
1439 "https://www.googleapis.com/auth/cloud-platform"
1440 ]
1441 },
1442 "updateSettings": {
1443 "description": "Update the global settings of a project.",
1444 "flatPath": "v1/projects/{projectsId}/locations/global/settings",
1445 "httpMethod": "PATCH",
1446 "id": "connectors.projects.locations.global.updateSettings",
1447 "parameterOrder": [
1448 "name"
1449 ],
1450 "parameters": {
1451 "name": {
1452 "description": "Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings}",
1453 "location": "path",
1454 "pattern": "^projects/[^/]+/locations/global/settings$",
1455 "required": true,
1456 "type": "string"
1457 },
1458 "updateMask": {
1459 "description": "Required. The list of fields to update.",
1460 "format": "google-fieldmask",
1461 "location": "query",
1462 "type": "string"
1463 }
1464 },
1465 "path": "v1/{+name}",
1466 "request": {
1467 "$ref": "Settings"
1468 },
1469 "response": {
1470 "$ref": "Operation"
1471 },
1472 "scopes": [
1473 "https://www.googleapis.com/auth/cloud-platform"
1474 ]
1475 }
1476 },
1477 "resources": {
1478 "customConnectors": {
1479 "methods": {
1480 "create": {
1481 "description": "Creates a new CustomConnector in a given project and location.",
1482 "flatPath": "v1/projects/{projectsId}/locations/global/customConnectors",
1483 "httpMethod": "POST",
1484 "id": "connectors.projects.locations.global.customConnectors.create",
1485 "parameterOrder": [
1486 "parent"
1487 ],
1488 "parameters": {
1489 "customConnectorId": {
1490 "description": "Required. Identifier to assign to the CreateCustomConnector. Must be unique within scope of the parent resource.",
1491 "location": "query",
1492 "type": "string"
1493 },
1494 "parent": {
1495 "description": "Required. Parent resource of the CreateCustomConnector, of the form: `projects/{project}/locations/*`",
1496 "location": "path",
1497 "pattern": "^projects/[^/]+/locations/global$",
1498 "required": true,
1499 "type": "string"
1500 }
1501 },
1502 "path": "v1/{+parent}/customConnectors",
1503 "request": {
1504 "$ref": "CustomConnector"
1505 },
1506 "response": {
1507 "$ref": "Operation"
1508 },
1509 "scopes": [
1510 "https://www.googleapis.com/auth/cloud-platform"
1511 ]
1512 },
1513 "delete": {
1514 "description": "Deletes a single CustomConnector.",
1515 "flatPath": "v1/projects/{projectsId}/locations/global/customConnectors/{customConnectorsId}",
1516 "httpMethod": "DELETE",
1517 "id": "connectors.projects.locations.global.customConnectors.delete",
1518 "parameterOrder": [
1519 "name"
1520 ],
1521 "parameters": {
1522 "force": {
1523 "description": "Optional. If set to true, any customConnectorVersion which is a child resource will also be deleted. https://aip.dev/135#cascading-delete",
1524 "location": "query",
1525 "type": "boolean"
1526 },
1527 "name": {
1528 "description": "Required. Resource name of the form: `projects/{project}/locations/{location}/customConnectors/{connector}`",
1529 "location": "path",
1530 "pattern": "^projects/[^/]+/locations/global/customConnectors/[^/]+$",
1531 "required": true,
1532 "type": "string"
1533 }
1534 },
1535 "path": "v1/{+name}",
1536 "response": {
1537 "$ref": "Operation"
1538 },
1539 "scopes": [
1540 "https://www.googleapis.com/auth/cloud-platform"
1541 ]
1542 },
1543 "get": {
1544 "description": "Gets details of a single CustomConnector.",
1545 "flatPath": "v1/projects/{projectsId}/locations/global/customConnectors/{customConnectorsId}",
1546 "httpMethod": "GET",
1547 "id": "connectors.projects.locations.global.customConnectors.get",
1548 "parameterOrder": [
1549 "name"
1550 ],
1551 "parameters": {
1552 "name": {
1553 "description": "Required. Resource name of the form: `projects/*/locations/*/customConnectors/*`",
1554 "location": "path",
1555 "pattern": "^projects/[^/]+/locations/global/customConnectors/[^/]+$",
1556 "required": true,
1557 "type": "string"
1558 }
1559 },
1560 "path": "v1/{+name}",
1561 "response": {
1562 "$ref": "CustomConnector"
1563 },
1564 "scopes": [
1565 "https://www.googleapis.com/auth/cloud-platform"
1566 ]
1567 },
1568 "list": {
1569 "description": "List CustomConnectorVersions in a given project",
1570 "flatPath": "v1/projects/{projectsId}/locations/global/customConnectors",
1571 "httpMethod": "GET",
1572 "id": "connectors.projects.locations.global.customConnectors.list",
1573 "parameterOrder": [
1574 "parent"
1575 ],
1576 "parameters": {
1577 "filter": {
1578 "description": "Filter string.",
1579 "location": "query",
1580 "type": "string"
1581 },
1582 "pageSize": {
1583 "description": "Page size.",
1584 "format": "int32",
1585 "location": "query",
1586 "type": "integer"
1587 },
1588 "pageToken": {
1589 "description": "Page token.",
1590 "location": "query",
1591 "type": "string"
1592 },
1593 "parent": {
1594 "description": "Required. Parent resource of the custom connectors, of the form: `projects/*/locations/*` Only global location is supported for CustomConnector resource.",
1595 "location": "path",
1596 "pattern": "^projects/[^/]+/locations/global$",
1597 "required": true,
1598 "type": "string"
1599 }
1600 },
1601 "path": "v1/{+parent}/customConnectors",
1602 "response": {
1603 "$ref": "ListCustomConnectorsResponse"
1604 },
1605 "scopes": [
1606 "https://www.googleapis.com/auth/cloud-platform"
1607 ]
1608 },
1609 "patch": {
1610 "description": "Updates the parameters of a CustomConnector.",
1611 "flatPath": "v1/projects/{projectsId}/locations/global/customConnectors/{customConnectorsId}",
1612 "httpMethod": "PATCH",
1613 "id": "connectors.projects.locations.global.customConnectors.patch",
1614 "parameterOrder": [
1615 "name"
1616 ],
1617 "parameters": {
1618 "name": {
1619 "description": "Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}",
1620 "location": "path",
1621 "pattern": "^projects/[^/]+/locations/global/customConnectors/[^/]+$",
1622 "required": true,
1623 "type": "string"
1624 },
1625 "updateMask": {
1626 "description": "Required. Field mask is used to specify the fields to be overwritten in the Connector resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. Set the mask as \"*\" for full replacement, which means all fields will be overwritten.",
1627 "format": "google-fieldmask",
1628 "location": "query",
1629 "type": "string"
1630 }
1631 },
1632 "path": "v1/{+name}",
1633 "request": {
1634 "$ref": "CustomConnector"
1635 },
1636 "response": {
1637 "$ref": "Operation"
1638 },
1639 "scopes": [
1640 "https://www.googleapis.com/auth/cloud-platform"
1641 ]
1642 }
1643 },
1644 "resources": {
1645 "customConnectorVersions": {
1646 "methods": {
1647 "create": {
1648 "description": "Creates a new CustomConnectorVersion in a given project and location.",
1649 "flatPath": "v1/projects/{projectsId}/locations/global/customConnectors/{customConnectorsId}/customConnectorVersions",
1650 "httpMethod": "POST",
1651 "id": "connectors.projects.locations.global.customConnectors.customConnectorVersions.create",
1652 "parameterOrder": [
1653 "parent"
1654 ],
1655 "parameters": {
1656 "customConnectorVersionId": {
1657 "description": "Required. Identifier to assign to the CreateCustomConnectorVersion. Must be unique within scope of the parent resource.",
1658 "location": "query",
1659 "type": "string"
1660 },
1661 "parent": {
1662 "description": "Required. Parent resource of the CreateCustomConnector, of the form: `projects/{project}/locations/{location}/customConnectors/{custom_connector}`",
1663 "location": "path",
1664 "pattern": "^projects/[^/]+/locations/global/customConnectors/[^/]+$",
1665 "required": true,
1666 "type": "string"
1667 }
1668 },
1669 "path": "v1/{+parent}/customConnectorVersions",
1670 "request": {
1671 "$ref": "CustomConnectorVersion"
1672 },
1673 "response": {
1674 "$ref": "Operation"
1675 },
1676 "scopes": [
1677 "https://www.googleapis.com/auth/cloud-platform"
1678 ]
1679 },
1680 "get": {
1681 "description": "Gets details of a single CustomConnectorVersion.",
1682 "flatPath": "v1/projects/{projectsId}/locations/global/customConnectors/{customConnectorsId}/customConnectorVersions/{customConnectorVersionsId}",
1683 "httpMethod": "GET",
1684 "id": "connectors.projects.locations.global.customConnectors.customConnectorVersions.get",
1685 "parameterOrder": [
1686 "name"
1687 ],
1688 "parameters": {
1689 "name": {
1690 "description": "Required. Resource name of the form: `projects/*/locations/{location}/customConnectors/*/customConnectorVersions/*`",
1691 "location": "path",
1692 "pattern": "^projects/[^/]+/locations/global/customConnectors/[^/]+/customConnectorVersions/[^/]+$",
1693 "required": true,
1694 "type": "string"
1695 }
1696 },
1697 "path": "v1/{+name}",
1698 "response": {
1699 "$ref": "CustomConnectorVersion"
1700 },
1701 "scopes": [
1702 "https://www.googleapis.com/auth/cloud-platform"
1703 ]
1704 },
1705 "list": {
1706 "description": "List CustomConnectorVersions in a given project",
1707 "flatPath": "v1/projects/{projectsId}/locations/global/customConnectors/{customConnectorsId}/customConnectorVersions",
1708 "httpMethod": "GET",
1709 "id": "connectors.projects.locations.global.customConnectors.customConnectorVersions.list",
1710 "parameterOrder": [
1711 "parent"
1712 ],
1713 "parameters": {
1714 "pageSize": {
1715 "description": "Page size.",
1716 "format": "int32",
1717 "location": "query",
1718 "type": "integer"
1719 },
1720 "pageToken": {
1721 "description": "Page token.",
1722 "location": "query",
1723 "type": "string"
1724 },
1725 "parent": {
1726 "description": "Required. Parent resource of the connectors, of the form: `projects/*/locations/{location}/customConnectors/*/customConnectorVersions/*`",
1727 "location": "path",
1728 "pattern": "^projects/[^/]+/locations/global/customConnectors/[^/]+$",
1729 "required": true,
1730 "type": "string"
1731 }
1732 },
1733 "path": "v1/{+parent}/customConnectorVersions",
1734 "response": {
1735 "$ref": "ListCustomConnectorVersionsResponse"
1736 },
1737 "scopes": [
1738 "https://www.googleapis.com/auth/cloud-platform"
1739 ]
1740 }
1741 }
1742 }
1743 }
1744 },
1745 "managedZones": {
1746 "methods": {
1747 "create": {
1748 "description": "Creates a new ManagedZone in a given project and location.",
1749 "flatPath": "v1/projects/{projectsId}/locations/global/managedZones",
1750 "httpMethod": "POST",
1751 "id": "connectors.projects.locations.global.managedZones.create",
1752 "parameterOrder": [
1753 "parent"
1754 ],
1755 "parameters": {
1756 "managedZoneId": {
1757 "description": "Required. Identifier to assign to the ManagedZone. Must be unique within scope of the parent resource.",
1758 "location": "query",
1759 "type": "string"
1760 },
1761 "parent": {
1762 "description": "Required. Parent resource of the ManagedZone, of the form: `projects/*/locations/global`",
1763 "location": "path",
1764 "pattern": "^projects/[^/]+/locations/global$",
1765 "required": true,
1766 "type": "string"
1767 }
1768 },
1769 "path": "v1/{+parent}/managedZones",
1770 "request": {
1771 "$ref": "ManagedZone"
1772 },
1773 "response": {
1774 "$ref": "Operation"
1775 },
1776 "scopes": [
1777 "https://www.googleapis.com/auth/cloud-platform"
1778 ]
1779 },
1780 "delete": {
1781 "description": "Deletes a single ManagedZone.",
1782 "flatPath": "v1/projects/{projectsId}/locations/global/managedZones/{managedZonesId}",
1783 "httpMethod": "DELETE",
1784 "id": "connectors.projects.locations.global.managedZones.delete",
1785 "parameterOrder": [
1786 "name"
1787 ],
1788 "parameters": {
1789 "name": {
1790 "description": "Required. Resource name of the form: `projects/*/locations/global/managedZones/*`",
1791 "location": "path",
1792 "pattern": "^projects/[^/]+/locations/global/managedZones/[^/]+$",
1793 "required": true,
1794 "type": "string"
1795 }
1796 },
1797 "path": "v1/{+name}",
1798 "response": {
1799 "$ref": "Operation"
1800 },
1801 "scopes": [
1802 "https://www.googleapis.com/auth/cloud-platform"
1803 ]
1804 },
1805 "get": {
1806 "description": "Gets details of a single ManagedZone.",
1807 "flatPath": "v1/projects/{projectsId}/locations/global/managedZones/{managedZonesId}",
1808 "httpMethod": "GET",
1809 "id": "connectors.projects.locations.global.managedZones.get",
1810 "parameterOrder": [
1811 "name"
1812 ],
1813 "parameters": {
1814 "name": {
1815 "description": "Required. Resource name of the form: `projects/*/locations/global/managedZones/*`",
1816 "location": "path",
1817 "pattern": "^projects/[^/]+/locations/global/managedZones/[^/]+$",
1818 "required": true,
1819 "type": "string"
1820 }
1821 },
1822 "path": "v1/{+name}",
1823 "response": {
1824 "$ref": "ManagedZone"
1825 },
1826 "scopes": [
1827 "https://www.googleapis.com/auth/cloud-platform"
1828 ]
1829 },
1830 "list": {
1831 "description": "List ManagedZones in a given project",
1832 "flatPath": "v1/projects/{projectsId}/locations/global/managedZones",
1833 "httpMethod": "GET",
1834 "id": "connectors.projects.locations.global.managedZones.list",
1835 "parameterOrder": [
1836 "parent"
1837 ],
1838 "parameters": {
1839 "filter": {
1840 "description": "Filter.",
1841 "location": "query",
1842 "type": "string"
1843 },
1844 "orderBy": {
1845 "description": "Order by parameters.",
1846 "location": "query",
1847 "type": "string"
1848 },
1849 "pageSize": {
1850 "description": "Page size.",
1851 "format": "int32",
1852 "location": "query",
1853 "type": "integer"
1854 },
1855 "pageToken": {
1856 "description": "Page token.",
1857 "location": "query",
1858 "type": "string"
1859 },
1860 "parent": {
1861 "description": "Required. Parent resource of the Managed Zone, of the form: `projects/*/locations/global`",
1862 "location": "path",
1863 "pattern": "^projects/[^/]+/locations/global$",
1864 "required": true,
1865 "type": "string"
1866 }
1867 },
1868 "path": "v1/{+parent}/managedZones",
1869 "response": {
1870 "$ref": "ListManagedZonesResponse"
1871 },
1872 "scopes": [
1873 "https://www.googleapis.com/auth/cloud-platform"
1874 ]
1875 },
1876 "patch": {
1877 "description": "Updates the parameters of a single ManagedZone.",
1878 "flatPath": "v1/projects/{projectsId}/locations/global/managedZones/{managedZonesId}",
1879 "httpMethod": "PATCH",
1880 "id": "connectors.projects.locations.global.managedZones.patch",
1881 "parameterOrder": [
1882 "name"
1883 ],
1884 "parameters": {
1885 "name": {
1886 "description": "Output only. Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}",
1887 "location": "path",
1888 "pattern": "^projects/[^/]+/locations/global/managedZones/[^/]+$",
1889 "required": true,
1890 "type": "string"
1891 },
1892 "updateMask": {
1893 "description": "Required. The list of fields to update. Fields are specified relative to the managedZone. A field will be overwritten if it is in the mask. You can modify only the fields listed below. To update the managedZone details: * `description` * `labels` * `target_project` * `target_network`",
1894 "format": "google-fieldmask",
1895 "location": "query",
1896 "type": "string"
1897 }
1898 },
1899 "path": "v1/{+name}",
1900 "request": {
1901 "$ref": "ManagedZone"
1902 },
1903 "response": {
1904 "$ref": "Operation"
1905 },
1906 "scopes": [
1907 "https://www.googleapis.com/auth/cloud-platform"
1908 ]
1909 }
1910 }
1911 }
1912 }
1913 },
1914 "operations": {
1915 "methods": {
1916 "cancel": {
1917 "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1918 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
1919 "httpMethod": "POST",
1920 "id": "connectors.projects.locations.operations.cancel",
1921 "parameterOrder": [
1922 "name"
1923 ],
1924 "parameters": {
1925 "name": {
1926 "description": "The name of the operation resource to be cancelled.",
1927 "location": "path",
1928 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
1929 "required": true,
1930 "type": "string"
1931 }
1932 },
1933 "path": "v1/{+name}:cancel",
1934 "request": {
1935 "$ref": "CancelOperationRequest"
1936 },
1937 "response": {
1938 "$ref": "Empty"
1939 },
1940 "scopes": [
1941 "https://www.googleapis.com/auth/cloud-platform"
1942 ]
1943 },
1944 "delete": {
1945 "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
1946 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
1947 "httpMethod": "DELETE",
1948 "id": "connectors.projects.locations.operations.delete",
1949 "parameterOrder": [
1950 "name"
1951 ],
1952 "parameters": {
1953 "name": {
1954 "description": "The name of the operation resource to be deleted.",
1955 "location": "path",
1956 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
1957 "required": true,
1958 "type": "string"
1959 }
1960 },
1961 "path": "v1/{+name}",
1962 "response": {
1963 "$ref": "Empty"
1964 },
1965 "scopes": [
1966 "https://www.googleapis.com/auth/cloud-platform"
1967 ]
1968 },
1969 "get": {
1970 "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
1971 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
1972 "httpMethod": "GET",
1973 "id": "connectors.projects.locations.operations.get",
1974 "parameterOrder": [
1975 "name"
1976 ],
1977 "parameters": {
1978 "name": {
1979 "description": "The name of the operation resource.",
1980 "location": "path",
1981 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
1982 "required": true,
1983 "type": "string"
1984 }
1985 },
1986 "path": "v1/{+name}",
1987 "response": {
1988 "$ref": "Operation"
1989 },
1990 "scopes": [
1991 "https://www.googleapis.com/auth/cloud-platform"
1992 ]
1993 },
1994 "list": {
1995 "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
1996 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
1997 "httpMethod": "GET",
1998 "id": "connectors.projects.locations.operations.list",
1999 "parameterOrder": [
2000 "name"
2001 ],
2002 "parameters": {
2003 "filter": {
2004 "description": "The standard list filter.",
2005 "location": "query",
2006 "type": "string"
2007 },
2008 "name": {
2009 "description": "The name of the operation's parent resource.",
2010 "location": "path",
2011 "pattern": "^projects/[^/]+/locations/[^/]+$",
2012 "required": true,
2013 "type": "string"
2014 },
2015 "pageSize": {
2016 "description": "The standard list page size.",
2017 "format": "int32",
2018 "location": "query",
2019 "type": "integer"
2020 },
2021 "pageToken": {
2022 "description": "The standard list page token.",
2023 "location": "query",
2024 "type": "string"
2025 }
2026 },
2027 "path": "v1/{+name}/operations",
2028 "response": {
2029 "$ref": "ListOperationsResponse"
2030 },
2031 "scopes": [
2032 "https://www.googleapis.com/auth/cloud-platform"
2033 ]
2034 }
2035 }
2036 },
2037 "providers": {
2038 "methods": {
2039 "get": {
2040 "description": "Gets details of a provider.",
2041 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}",
2042 "httpMethod": "GET",
2043 "id": "connectors.projects.locations.providers.get",
2044 "parameterOrder": [
2045 "name"
2046 ],
2047 "parameters": {
2048 "name": {
2049 "description": "Required. Resource name of the form: `projects/*/locations/*/providers/*` Only global location is supported for Provider resource.",
2050 "location": "path",
2051 "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+$",
2052 "required": true,
2053 "type": "string"
2054 }
2055 },
2056 "path": "v1/{+name}",
2057 "response": {
2058 "$ref": "Provider"
2059 },
2060 "scopes": [
2061 "https://www.googleapis.com/auth/cloud-platform"
2062 ]
2063 },
2064 "getIamPolicy": {
2065 "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
2066 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}:getIamPolicy",
2067 "httpMethod": "GET",
2068 "id": "connectors.projects.locations.providers.getIamPolicy",
2069 "parameterOrder": [
2070 "resource"
2071 ],
2072 "parameters": {
2073 "options.requestedPolicyVersion": {
2074 "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
2075 "format": "int32",
2076 "location": "query",
2077 "type": "integer"
2078 },
2079 "resource": {
2080 "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
2081 "location": "path",
2082 "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+$",
2083 "required": true,
2084 "type": "string"
2085 }
2086 },
2087 "path": "v1/{+resource}:getIamPolicy",
2088 "response": {
2089 "$ref": "Policy"
2090 },
2091 "scopes": [
2092 "https://www.googleapis.com/auth/cloud-platform"
2093 ]
2094 },
2095 "list": {
2096 "description": "Lists Providers in a given project and location.",
2097 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers",
2098 "httpMethod": "GET",
2099 "id": "connectors.projects.locations.providers.list",
2100 "parameterOrder": [
2101 "parent"
2102 ],
2103 "parameters": {
2104 "pageSize": {
2105 "description": "Page size.",
2106 "format": "int32",
2107 "location": "query",
2108 "type": "integer"
2109 },
2110 "pageToken": {
2111 "description": "Page token.",
2112 "location": "query",
2113 "type": "string"
2114 },
2115 "parent": {
2116 "description": "Required. Parent resource of the API, of the form: `projects/*/locations/*` Only global location is supported for Provider resource.",
2117 "location": "path",
2118 "pattern": "^projects/[^/]+/locations/[^/]+$",
2119 "required": true,
2120 "type": "string"
2121 }
2122 },
2123 "path": "v1/{+parent}/providers",
2124 "response": {
2125 "$ref": "ListProvidersResponse"
2126 },
2127 "scopes": [
2128 "https://www.googleapis.com/auth/cloud-platform"
2129 ]
2130 },
2131 "setIamPolicy": {
2132 "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
2133 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}:setIamPolicy",
2134 "httpMethod": "POST",
2135 "id": "connectors.projects.locations.providers.setIamPolicy",
2136 "parameterOrder": [
2137 "resource"
2138 ],
2139 "parameters": {
2140 "resource": {
2141 "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
2142 "location": "path",
2143 "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+$",
2144 "required": true,
2145 "type": "string"
2146 }
2147 },
2148 "path": "v1/{+resource}:setIamPolicy",
2149 "request": {
2150 "$ref": "SetIamPolicyRequest"
2151 },
2152 "response": {
2153 "$ref": "Policy"
2154 },
2155 "scopes": [
2156 "https://www.googleapis.com/auth/cloud-platform"
2157 ]
2158 },
2159 "testIamPermissions": {
2160 "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
2161 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}:testIamPermissions",
2162 "httpMethod": "POST",
2163 "id": "connectors.projects.locations.providers.testIamPermissions",
2164 "parameterOrder": [
2165 "resource"
2166 ],
2167 "parameters": {
2168 "resource": {
2169 "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
2170 "location": "path",
2171 "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+$",
2172 "required": true,
2173 "type": "string"
2174 }
2175 },
2176 "path": "v1/{+resource}:testIamPermissions",
2177 "request": {
2178 "$ref": "TestIamPermissionsRequest"
2179 },
2180 "response": {
2181 "$ref": "TestIamPermissionsResponse"
2182 },
2183 "scopes": [
2184 "https://www.googleapis.com/auth/cloud-platform"
2185 ]
2186 }
2187 },
2188 "resources": {
2189 "connectors": {
2190 "methods": {
2191 "get": {
2192 "description": "Gets details of a single Connector.",
2193 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors/{connectorsId}",
2194 "httpMethod": "GET",
2195 "id": "connectors.projects.locations.providers.connectors.get",
2196 "parameterOrder": [
2197 "name"
2198 ],
2199 "parameters": {
2200 "name": {
2201 "description": "Required. Resource name of the form: `projects/*/locations/*/providers/*/connectors/*` Only global location is supported for Connector resource.",
2202 "location": "path",
2203 "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+/connectors/[^/]+$",
2204 "required": true,
2205 "type": "string"
2206 }
2207 },
2208 "path": "v1/{+name}",
2209 "response": {
2210 "$ref": "Connector"
2211 },
2212 "scopes": [
2213 "https://www.googleapis.com/auth/cloud-platform"
2214 ]
2215 },
2216 "list": {
2217 "description": "Lists Connectors in a given project and location.",
2218 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors",
2219 "httpMethod": "GET",
2220 "id": "connectors.projects.locations.providers.connectors.list",
2221 "parameterOrder": [
2222 "parent"
2223 ],
2224 "parameters": {
2225 "filter": {
2226 "description": "Filter string.",
2227 "location": "query",
2228 "type": "string"
2229 },
2230 "pageSize": {
2231 "description": "Page size.",
2232 "format": "int32",
2233 "location": "query",
2234 "type": "integer"
2235 },
2236 "pageToken": {
2237 "description": "Page token.",
2238 "location": "query",
2239 "type": "string"
2240 },
2241 "parent": {
2242 "description": "Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*` Only global location is supported for Connector resource.",
2243 "location": "path",
2244 "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+$",
2245 "required": true,
2246 "type": "string"
2247 }
2248 },
2249 "path": "v1/{+parent}/connectors",
2250 "response": {
2251 "$ref": "ListConnectorsResponse"
2252 },
2253 "scopes": [
2254 "https://www.googleapis.com/auth/cloud-platform"
2255 ]
2256 }
2257 },
2258 "resources": {
2259 "versions": {
2260 "methods": {
2261 "get": {
2262 "description": "Gets details of a single connector version.",
2263 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors/{connectorsId}/versions/{versionsId}",
2264 "httpMethod": "GET",
2265 "id": "connectors.projects.locations.providers.connectors.versions.get",
2266 "parameterOrder": [
2267 "name"
2268 ],
2269 "parameters": {
2270 "name": {
2271 "description": "Required. Resource name of the form: `projects/*/locations/*/providers/*/connectors/*/versions/*` Only global location is supported for ConnectorVersion resource.",
2272 "location": "path",
2273 "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+/connectors/[^/]+/versions/[^/]+$",
2274 "required": true,
2275 "type": "string"
2276 },
2277 "view": {
2278 "description": "Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `CUSTOMER` view.",
2279 "enum": [
2280 "CONNECTOR_VERSION_VIEW_UNSPECIFIED",
2281 "CONNECTOR_VERSION_VIEW_BASIC",
2282 "CONNECTOR_VERSION_VIEW_FULL"
2283 ],
2284 "enumDescriptions": [
2285 "CONNECTOR_VERSION_VIEW_UNSPECIFIED.",
2286 "Do not include role grant configs.",
2287 "Include role grant configs."
2288 ],
2289 "location": "query",
2290 "type": "string"
2291 }
2292 },
2293 "path": "v1/{+name}",
2294 "response": {
2295 "$ref": "ConnectorVersion"
2296 },
2297 "scopes": [
2298 "https://www.googleapis.com/auth/cloud-platform"
2299 ]
2300 },
2301 "list": {
2302 "description": "Lists Connector Versions in a given project and location.",
2303 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors/{connectorsId}/versions",
2304 "httpMethod": "GET",
2305 "id": "connectors.projects.locations.providers.connectors.versions.list",
2306 "parameterOrder": [
2307 "parent"
2308 ],
2309 "parameters": {
2310 "pageSize": {
2311 "description": "Page size.",
2312 "format": "int32",
2313 "location": "query",
2314 "type": "integer"
2315 },
2316 "pageToken": {
2317 "description": "Page token.",
2318 "location": "query",
2319 "type": "string"
2320 },
2321 "parent": {
2322 "description": "Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*/connectors/*` Only global location is supported for ConnectorVersion resource.",
2323 "location": "path",
2324 "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+/connectors/[^/]+$",
2325 "required": true,
2326 "type": "string"
2327 },
2328 "view": {
2329 "description": "Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `BASIC` view.",
2330 "enum": [
2331 "CONNECTOR_VERSION_VIEW_UNSPECIFIED",
2332 "CONNECTOR_VERSION_VIEW_BASIC",
2333 "CONNECTOR_VERSION_VIEW_FULL"
2334 ],
2335 "enumDescriptions": [
2336 "CONNECTOR_VERSION_VIEW_UNSPECIFIED.",
2337 "Do not include role grant configs.",
2338 "Include role grant configs."
2339 ],
2340 "location": "query",
2341 "type": "string"
2342 }
2343 },
2344 "path": "v1/{+parent}/versions",
2345 "response": {
2346 "$ref": "ListConnectorVersionsResponse"
2347 },
2348 "scopes": [
2349 "https://www.googleapis.com/auth/cloud-platform"
2350 ]
2351 }
2352 },
2353 "resources": {
2354 "eventtypes": {
2355 "methods": {
2356 "get": {
2357 "description": "Gets details of a single event type.",
2358 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors/{connectorsId}/versions/{versionsId}/eventtypes/{eventtypesId}",
2359 "httpMethod": "GET",
2360 "id": "connectors.projects.locations.providers.connectors.versions.eventtypes.get",
2361 "parameterOrder": [
2362 "name"
2363 ],
2364 "parameters": {
2365 "name": {
2366 "description": "Required. Resource name of the form: `projects/*/locations/*/providers/*/connectors/*/versions/*/eventtypes/*` Only global location is supported for EventType resource.",
2367 "location": "path",
2368 "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+/connectors/[^/]+/versions/[^/]+/eventtypes/[^/]+$",
2369 "required": true,
2370 "type": "string"
2371 }
2372 },
2373 "path": "v1/{+name}",
2374 "response": {
2375 "$ref": "EventType"
2376 },
2377 "scopes": [
2378 "https://www.googleapis.com/auth/cloud-platform"
2379 ]
2380 },
2381 "list": {
2382 "description": "Lists Event Types in a given Connector Version.",
2383 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors/{connectorsId}/versions/{versionsId}/eventtypes",
2384 "httpMethod": "GET",
2385 "id": "connectors.projects.locations.providers.connectors.versions.eventtypes.list",
2386 "parameterOrder": [
2387 "parent"
2388 ],
2389 "parameters": {
2390 "pageSize": {
2391 "description": "Page size.",
2392 "format": "int32",
2393 "location": "query",
2394 "type": "integer"
2395 },
2396 "pageToken": {
2397 "description": "Page token.",
2398 "location": "query",
2399 "type": "string"
2400 },
2401 "parent": {
2402 "description": "Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*/connectors/*/versions/*` Only global location is supported for EventType resource.",
2403 "location": "path",
2404 "pattern": "^projects/[^/]+/locations/[^/]+/providers/[^/]+/connectors/[^/]+/versions/[^/]+$",
2405 "required": true,
2406 "type": "string"
2407 }
2408 },
2409 "path": "v1/{+parent}/eventtypes",
2410 "response": {
2411 "$ref": "ListEventTypesResponse"
2412 },
2413 "scopes": [
2414 "https://www.googleapis.com/auth/cloud-platform"
2415 ]
2416 }
2417 }
2418 }
2419 }
2420 }
2421 }
2422 }
2423 }
2424 }
2425 }
2426 }
2427 }
2428 }
2429 },
2430 "revision": "20240504",
2431 "rootUrl": "https://connectors.googleapis.com/",
2432 "schemas": {
2433 "AuditConfig": {
2434 "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
2435 "id": "AuditConfig",
2436 "properties": {
2437 "auditLogConfigs": {
2438 "description": "The configuration for logging of each type of permission.",
2439 "items": {
2440 "$ref": "AuditLogConfig"
2441 },
2442 "type": "array"
2443 },
2444 "service": {
2445 "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
2446 "type": "string"
2447 }
2448 },
2449 "type": "object"
2450 },
2451 "AuditLogConfig": {
2452 "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
2453 "id": "AuditLogConfig",
2454 "properties": {
2455 "exemptedMembers": {
2456 "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
2457 "items": {
2458 "type": "string"
2459 },
2460 "type": "array"
2461 },
2462 "logType": {
2463 "description": "The log type that this config enables.",
2464 "enum": [
2465 "LOG_TYPE_UNSPECIFIED",
2466 "ADMIN_READ",
2467 "DATA_WRITE",
2468 "DATA_READ"
2469 ],
2470 "enumDescriptions": [
2471 "Default case. Should never be this.",
2472 "Admin reads. Example: CloudIAM getIamPolicy",
2473 "Data writes. Example: CloudSQL Users create",
2474 "Data reads. Example: CloudSQL Users list"
2475 ],
2476 "type": "string"
2477 }
2478 },
2479 "type": "object"
2480 },
2481 "AuthConfig": {
2482 "description": "AuthConfig defines details of a authentication type.",
2483 "id": "AuthConfig",
2484 "properties": {
2485 "additionalVariables": {
2486 "description": "List containing additional auth configs.",
2487 "items": {
2488 "$ref": "ConfigVariable"
2489 },
2490 "type": "array"
2491 },
2492 "authKey": {
2493 "description": "Identifier key for auth config",
2494 "type": "string"
2495 },
2496 "authType": {
2497 "description": "The type of authentication configured.",
2498 "enum": [
2499 "AUTH_TYPE_UNSPECIFIED",
2500 "USER_PASSWORD",
2501 "OAUTH2_JWT_BEARER",
2502 "OAUTH2_CLIENT_CREDENTIALS",
2503 "SSH_PUBLIC_KEY",
2504 "OAUTH2_AUTH_CODE_FLOW",
2505 "GOOGLE_AUTHENTICATION"
2506 ],
2507 "enumDescriptions": [
2508 "Authentication type not specified.",
2509 "Username and Password Authentication.",
2510 "JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication",
2511 "Oauth 2.0 Client Credentials Grant Authentication",
2512 "SSH Public Key Authentication",
2513 "Oauth 2.0 Authorization Code Flow",
2514 "Google authentication"
2515 ],
2516 "type": "string"
2517 },
2518 "oauth2AuthCodeFlow": {
2519 "$ref": "Oauth2AuthCodeFlow",
2520 "description": "Oauth2AuthCodeFlow."
2521 },
2522 "oauth2ClientCredentials": {
2523 "$ref": "Oauth2ClientCredentials",
2524 "description": "Oauth2ClientCredentials."
2525 },
2526 "oauth2JwtBearer": {
2527 "$ref": "Oauth2JwtBearer",
2528 "description": "Oauth2JwtBearer."
2529 },
2530 "sshPublicKey": {
2531 "$ref": "SshPublicKey",
2532 "description": "SSH Public Key."
2533 },
2534 "userPassword": {
2535 "$ref": "UserPassword",
2536 "description": "UserPassword."
2537 }
2538 },
2539 "type": "object"
2540 },
2541 "AuthConfigTemplate": {
2542 "description": "AuthConfigTemplate defines required field over an authentication type.",
2543 "id": "AuthConfigTemplate",
2544 "properties": {
2545 "authKey": {
2546 "description": "Identifier key for auth config",
2547 "type": "string"
2548 },
2549 "authType": {
2550 "description": "The type of authentication configured.",
2551 "enum": [
2552 "AUTH_TYPE_UNSPECIFIED",
2553 "USER_PASSWORD",
2554 "OAUTH2_JWT_BEARER",
2555 "OAUTH2_CLIENT_CREDENTIALS",
2556 "SSH_PUBLIC_KEY",
2557 "OAUTH2_AUTH_CODE_FLOW",
2558 "GOOGLE_AUTHENTICATION"
2559 ],
2560 "enumDescriptions": [
2561 "Authentication type not specified.",
2562 "Username and Password Authentication.",
2563 "JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication",
2564 "Oauth 2.0 Client Credentials Grant Authentication",
2565 "SSH Public Key Authentication",
2566 "Oauth 2.0 Authorization Code Flow",
2567 "Google authentication"
2568 ],
2569 "type": "string"
2570 },
2571 "configVariableTemplates": {
2572 "description": "Config variables to describe an `AuthConfig` for a `Connection`.",
2573 "items": {
2574 "$ref": "ConfigVariableTemplate"
2575 },
2576 "type": "array"
2577 },
2578 "description": {
2579 "description": "Connector specific description for an authentication template.",
2580 "type": "string"
2581 },
2582 "displayName": {
2583 "description": "Display name for authentication template.",
2584 "type": "string"
2585 }
2586 },
2587 "type": "object"
2588 },
2589 "AuthorizationCodeLink": {
2590 "description": "This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow.",
2591 "id": "AuthorizationCodeLink",
2592 "properties": {
2593 "clientId": {
2594 "description": "The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.",
2595 "type": "string"
2596 },
2597 "enablePkce": {
2598 "description": "Whether to enable PKCE for the auth code flow.",
2599 "type": "boolean"
2600 },
2601 "scopes": {
2602 "description": "The scopes for which the user will authorize Google Cloud Connectors on the connector data source.",
2603 "items": {
2604 "type": "string"
2605 },
2606 "type": "array"
2607 },
2608 "uri": {
2609 "description": "The base URI the user must click to trigger the authorization code login flow.",
2610 "type": "string"
2611 }
2612 },
2613 "type": "object"
2614 },
2615 "BillingConfig": {
2616 "description": "Billing config for the connection.",
2617 "id": "BillingConfig",
2618 "properties": {
2619 "billingCategory": {
2620 "description": "Output only. Billing category for the connector.",
2621 "enum": [
2622 "BILLING_CATEGORY_UNSPECIFIED",
2623 "GCP_AND_TECHNICAL_CONNECTOR",
2624 "NON_GCP_CONNECTOR"
2625 ],
2626 "enumDescriptions": [
2627 "Billing category is not specified.",
2628 "GCP/Technical connector.",
2629 "Non-GCP connector."
2630 ],
2631 "readOnly": true,
2632 "type": "string"
2633 }
2634 },
2635 "type": "object"
2636 },
2637 "Binding": {
2638 "description": "Associates `members`, or principals, with a `role`.",
2639 "id": "Binding",
2640 "properties": {
2641 "condition": {
2642 "$ref": "Expr",
2643 "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
2644 },
2645 "members": {
2646 "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
2647 "items": {
2648 "type": "string"
2649 },
2650 "type": "array"
2651 },
2652 "role": {
2653 "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
2654 "type": "string"
2655 }
2656 },
2657 "type": "object"
2658 },
2659 "CancelOperationRequest": {
2660 "description": "The request message for Operations.CancelOperation.",
2661 "id": "CancelOperationRequest",
2662 "properties": {},
2663 "type": "object"
2664 },
2665 "ConfigVariable": {
2666 "description": "ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.",
2667 "id": "ConfigVariable",
2668 "properties": {
2669 "boolValue": {
2670 "description": "Value is a bool.",
2671 "type": "boolean"
2672 },
2673 "encryptionKeyValue": {
2674 "$ref": "EncryptionKey",
2675 "description": "Value is a Encryption Key."
2676 },
2677 "intValue": {
2678 "description": "Value is an integer",
2679 "format": "int64",
2680 "type": "string"
2681 },
2682 "key": {
2683 "description": "Key of the config variable.",
2684 "type": "string"
2685 },
2686 "secretValue": {
2687 "$ref": "Secret",
2688 "description": "Value is a secret."
2689 },
2690 "stringValue": {
2691 "description": "Value is a string.",
2692 "type": "string"
2693 }
2694 },
2695 "type": "object"
2696 },
2697 "ConfigVariableTemplate": {
2698 "description": "ConfigVariableTemplate provides metadata about a `ConfigVariable` that is used in a Connection.",
2699 "id": "ConfigVariableTemplate",
2700 "properties": {
2701 "authorizationCodeLink": {
2702 "$ref": "AuthorizationCodeLink",
2703 "description": "Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`"
2704 },
2705 "description": {
2706 "description": "Description.",
2707 "type": "string"
2708 },
2709 "displayName": {
2710 "description": "Display name of the parameter.",
2711 "type": "string"
2712 },
2713 "enumOptions": {
2714 "description": "Enum options. To be populated if `ValueType` is `ENUM`",
2715 "items": {
2716 "$ref": "EnumOption"
2717 },
2718 "type": "array"
2719 },
2720 "enumSource": {
2721 "description": "Optional. enum source denotes the source of api to fill the enum options",
2722 "enum": [
2723 "ENUM_SOURCE_UNSPECIFIED",
2724 "EVENT_TYPES_API"
2725 ],
2726 "enumDescriptions": [
2727 "Api type unspecified.",
2728 "list event types."
2729 ],
2730 "type": "string"
2731 },
2732 "isAdvanced": {
2733 "description": "Indicates if current template is part of advanced settings",
2734 "type": "boolean"
2735 },
2736 "key": {
2737 "description": "Key of the config variable.",
2738 "type": "string"
2739 },
2740 "locationType": {
2741 "description": "Optional. Location Tyep denotes where this value should be sent in BYOC connections.",
2742 "enum": [
2743 "LOCATION_TYPE_UNSPECIFIED",
2744 "HEADER",
2745 "PAYLOAD",
2746 "QUERY_PARAM",
2747 "PATH_PARAM"
2748 ],
2749 "enumDescriptions": [
2750 "Location type unspecified.",
2751 "Request header.",
2752 "Request Payload.",
2753 "Request query param.",
2754 "Request path param."
2755 ],
2756 "type": "string"
2757 },
2758 "required": {
2759 "description": "Flag represents that this `ConfigVariable` must be provided for a connection.",
2760 "type": "boolean"
2761 },
2762 "requiredCondition": {
2763 "$ref": "LogicalExpression",
2764 "description": "Condition under which a field would be required. The condition can be represented in the form of a logical expression."
2765 },
2766 "roleGrant": {
2767 "$ref": "RoleGrant",
2768 "description": "Role grant configuration for the config variable."
2769 },
2770 "state": {
2771 "description": "State of the config variable.",
2772 "enum": [
2773 "STATE_UNSPECIFIED",
2774 "ACTIVE",
2775 "DEPRECATED"
2776 ],
2777 "enumDescriptions": [
2778 "Status is unspecified.",
2779 "Config variable is active",
2780 "Config variable is deprecated."
2781 ],
2782 "type": "string"
2783 },
2784 "validationRegex": {
2785 "description": "Regular expression in RE2 syntax used for validating the `value` of a `ConfigVariable`.",
2786 "type": "string"
2787 },
2788 "valueType": {
2789 "description": "Type of the parameter: string, int, bool etc. consider custom type for the benefit for the validation.",
2790 "enum": [
2791 "VALUE_TYPE_UNSPECIFIED",
2792 "STRING",
2793 "INT",
2794 "BOOL",
2795 "SECRET",
2796 "ENUM",
2797 "AUTHORIZATION_CODE",
2798 "ENCRYPTION_KEY"
2799 ],
2800 "enumDescriptions": [
2801 "Value type is not specified.",
2802 "Value type is string.",
2803 "Value type is integer.",
2804 "Value type is boolean.",
2805 "Value type is secret.",
2806 "Value type is enum.",
2807 "Value type is authorization code.",
2808 "Encryption Key."
2809 ],
2810 "type": "string"
2811 }
2812 },
2813 "type": "object"
2814 },
2815 "Connection": {
2816 "description": "Connection represents an instance of connector.",
2817 "id": "Connection",
2818 "properties": {
2819 "authConfig": {
2820 "$ref": "AuthConfig",
2821 "description": "Optional. Configuration for establishing the connection's authentication with an external system."
2822 },
2823 "billingConfig": {
2824 "$ref": "BillingConfig",
2825 "description": "Output only. Billing config for the connection.",
2826 "readOnly": true
2827 },
2828 "configVariables": {
2829 "description": "Optional. Configuration for configuring the connection with an external system.",
2830 "items": {
2831 "$ref": "ConfigVariable"
2832 },
2833 "type": "array"
2834 },
2835 "connectionRevision": {
2836 "description": "Output only. Connection revision. This field is only updated when the connection is created or updated by User.",
2837 "format": "int64",
2838 "readOnly": true,
2839 "type": "string"
2840 },
2841 "connectorVersion": {
2842 "description": "Required. Connector version on which the connection is created. The format is: projects/*/locations/*/providers/*/connectors/*/versions/* Only global location is supported for ConnectorVersion resource.",
2843 "type": "string"
2844 },
2845 "connectorVersionInfraConfig": {
2846 "$ref": "ConnectorVersionInfraConfig",
2847 "description": "Output only. Infra configs supported by Connector Version.",
2848 "readOnly": true
2849 },
2850 "connectorVersionLaunchStage": {
2851 "description": "Output only. Flag to mark the version indicating the launch stage.",
2852 "enum": [
2853 "LAUNCH_STAGE_UNSPECIFIED",
2854 "PREVIEW",
2855 "GA",
2856 "DEPRECATED",
2857 "PRIVATE_PREVIEW"
2858 ],
2859 "enumDescriptions": [
2860 "LAUNCH_STAGE_UNSPECIFIED.",
2861 "PREVIEW.",
2862 "GA.",
2863 "DEPRECATED.",
2864 "PRIVATE_PREVIEW."
2865 ],
2866 "readOnly": true,
2867 "type": "string"
2868 },
2869 "createTime": {
2870 "description": "Output only. Created time.",
2871 "format": "google-datetime",
2872 "readOnly": true,
2873 "type": "string"
2874 },
2875 "description": {
2876 "description": "Optional. Description of the resource.",
2877 "type": "string"
2878 },
2879 "destinationConfigs": {
2880 "description": "Optional. Configuration of the Connector's destination. Only accepted for Connectors that accepts user defined destination(s).",
2881 "items": {
2882 "$ref": "DestinationConfig"
2883 },
2884 "type": "array"
2885 },
2886 "envoyImageLocation": {
2887 "description": "Output only. GCR location where the envoy image is stored. formatted like: gcr.io/{bucketName}/{imageName}",
2888 "readOnly": true,
2889 "type": "string"
2890 },
2891 "eventingConfig": {
2892 "$ref": "EventingConfig",
2893 "description": "Optional. Eventing config of a connection"
2894 },
2895 "eventingEnablementType": {
2896 "description": "Optional. Eventing enablement type. Will be nil if eventing is not enabled.",
2897 "enum": [
2898 "EVENTING_ENABLEMENT_TYPE_UNSPECIFIED",
2899 "EVENTING_AND_CONNECTION",
2900 "ONLY_EVENTING"
2901 ],
2902 "enumDescriptions": [
2903 "Eventing Enablement Type Unspecifeied.",
2904 "Both connection and eventing.",
2905 "Only Eventing."
2906 ],
2907 "type": "string"
2908 },
2909 "eventingRuntimeData": {
2910 "$ref": "EventingRuntimeData",
2911 "description": "Output only. Eventing Runtime Data.",
2912 "readOnly": true
2913 },
2914 "imageLocation": {
2915 "description": "Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}",
2916 "readOnly": true,
2917 "type": "string"
2918 },
2919 "isTrustedTester": {
2920 "description": "Output only. Is trusted tester program enabled for the project.",
2921 "readOnly": true,
2922 "type": "boolean"
2923 },
2924 "labels": {
2925 "additionalProperties": {
2926 "type": "string"
2927 },
2928 "description": "Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources",
2929 "type": "object"
2930 },
2931 "lockConfig": {
2932 "$ref": "LockConfig",
2933 "description": "Optional. Configuration that indicates whether or not the Connection can be edited."
2934 },
2935 "logConfig": {
2936 "$ref": "ConnectorsLogConfig",
2937 "description": "Optional. Log configuration for the connection."
2938 },
2939 "name": {
2940 "description": "Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/connections/{connection}",
2941 "readOnly": true,
2942 "type": "string"
2943 },
2944 "nodeConfig": {
2945 "$ref": "NodeConfig",
2946 "description": "Optional. Node configuration for the connection."
2947 },
2948 "serviceAccount": {
2949 "description": "Optional. Service account needed for runtime plane to access Google Cloud resources.",
2950 "type": "string"
2951 },
2952 "serviceDirectory": {
2953 "description": "Output only. The name of the Service Directory service name. Used for Private Harpoon to resolve the ILB address. e.g. \"projects/cloud-connectors-e2e-testing/locations/us-central1/namespaces/istio-system/services/istio-ingressgateway-connectors\"",
2954 "readOnly": true,
2955 "type": "string"
2956 },
2957 "sslConfig": {
2958 "$ref": "SslConfig",
2959 "description": "Optional. Ssl config of a connection"
2960 },
2961 "status": {
2962 "$ref": "ConnectionStatus",
2963 "description": "Output only. Current status of the connection.",
2964 "readOnly": true
2965 },
2966 "subscriptionType": {
2967 "description": "Output only. This subscription type enum states the subscription type of the project.",
2968 "enum": [
2969 "SUBSCRIPTION_TYPE_UNSPECIFIED",
2970 "PAY_G",
2971 "PAID"
2972 ],
2973 "enumDescriptions": [
2974 "Unspecified subscription type.",
2975 "PayG subscription.",
2976 "Paid Subscription."
2977 ],
2978 "readOnly": true,
2979 "type": "string"
2980 },
2981 "suspended": {
2982 "description": "Optional. Suspended indicates if a user has suspended a connection or not.",
2983 "type": "boolean"
2984 },
2985 "updateTime": {
2986 "description": "Output only. Updated time.",
2987 "format": "google-datetime",
2988 "readOnly": true,
2989 "type": "string"
2990 }
2991 },
2992 "type": "object"
2993 },
2994 "ConnectionSchemaMetadata": {
2995 "description": "ConnectionSchemaMetadata is the singleton resource of each connection. It includes the entity and action names of runtime resources exposed by a connection backend.",
2996 "id": "ConnectionSchemaMetadata",
2997 "properties": {
2998 "actions": {
2999 "description": "Output only. List of actions.",
3000 "items": {
3001 "type": "string"
3002 },
3003 "readOnly": true,
3004 "type": "array"
3005 },
3006 "entities": {
3007 "description": "Output only. List of entity names.",
3008 "items": {
3009 "type": "string"
3010 },
3011 "readOnly": true,
3012 "type": "array"
3013 },
3014 "errorMessage": {
3015 "description": "Error message for users.",
3016 "type": "string"
3017 },
3018 "name": {
3019 "description": "Output only. Resource name. Format: projects/{project}/locations/{location}/connections/{connection}/connectionSchemaMetadata",
3020 "readOnly": true,
3021 "type": "string"
3022 },
3023 "refreshTime": {
3024 "description": "Output only. Timestamp when the connection runtime schema refresh was triggered.",
3025 "format": "google-datetime",
3026 "readOnly": true,
3027 "type": "string"
3028 },
3029 "state": {
3030 "description": "Output only. The current state of runtime schema.",
3031 "enum": [
3032 "STATE_UNSPECIFIED",
3033 "REFRESHING",
3034 "UPDATED",
3035 "REFRESHING_SCHEMA_METADATA",
3036 "UPDATED_SCHEMA_METADATA",
3037 "REFRESH_SCHEMA_METADATA_FAILED",
3038 "REFRESHING_FULL_SCHEMA",
3039 "UPDATED_FULL_SCHEMA"
3040 ],
3041 "enumDescriptions": [
3042 "Default state.",
3043 "Schema refresh is in progress.",
3044 "Schema has been updated.",
3045 "Schema refresh for metadata is in progress.",
3046 "Schema metadata has been updated.",
3047 "Failed to refresh schema metadata",
3048 "Triggered full schema refresh",
3049 "Updated full schema"
3050 ],
3051 "readOnly": true,
3052 "type": "string"
3053 },
3054 "updateTime": {
3055 "description": "Output only. Timestamp when the connection runtime schema was updated.",
3056 "format": "google-datetime",
3057 "readOnly": true,
3058 "type": "string"
3059 }
3060 },
3061 "type": "object"
3062 },
3063 "ConnectionStatus": {
3064 "description": "ConnectionStatus indicates the state of the connection.",
3065 "id": "ConnectionStatus",
3066 "properties": {
3067 "description": {
3068 "description": "Description.",
3069 "type": "string"
3070 },
3071 "state": {
3072 "description": "State.",
3073 "enum": [
3074 "STATE_UNSPECIFIED",
3075 "CREATING",
3076 "ACTIVE",
3077 "INACTIVE",
3078 "DELETING",
3079 "UPDATING",
3080 "ERROR",
3081 "AUTHORIZATION_REQUIRED"
3082 ],
3083 "enumDescriptions": [
3084 "Connection does not have a state yet.",
3085 "Connection is being created.",
3086 "Connection is running and ready for requests.",
3087 "Connection is stopped.",
3088 "Connection is being deleted.",
3089 "Connection is being updated.",
3090 "Connection is not running due to an error.",
3091 "Connection is not running because the authorization configuration is not complete."
3092 ],
3093 "type": "string"
3094 },
3095 "status": {
3096 "description": "Status provides detailed information for the state.",
3097 "type": "string"
3098 }
3099 },
3100 "type": "object"
3101 },
3102 "Connector": {
3103 "description": "Connectors indicates a specific connector type, e.x. Salesforce, SAP etc.",
3104 "id": "Connector",
3105 "properties": {
3106 "createTime": {
3107 "description": "Output only. Created time.",
3108 "format": "google-datetime",
3109 "readOnly": true,
3110 "type": "string"
3111 },
3112 "description": {
3113 "description": "Output only. Description of the resource.",
3114 "readOnly": true,
3115 "type": "string"
3116 },
3117 "displayName": {
3118 "description": "Output only. Display name.",
3119 "readOnly": true,
3120 "type": "string"
3121 },
3122 "documentationUri": {
3123 "description": "Output only. Link to documentation page.",
3124 "readOnly": true,
3125 "type": "string"
3126 },
3127 "eventingDetails": {
3128 "$ref": "EventingDetails",
3129 "description": "Output only. Eventing details. Will be null if eventing is not supported.",
3130 "readOnly": true
3131 },
3132 "externalUri": {
3133 "description": "Output only. Link to external page.",
3134 "readOnly": true,
3135 "type": "string"
3136 },
3137 "labels": {
3138 "additionalProperties": {
3139 "type": "string"
3140 },
3141 "description": "Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources",
3142 "readOnly": true,
3143 "type": "object"
3144 },
3145 "launchStage": {
3146 "description": "Output only. Flag to mark the version indicating the launch stage.",
3147 "enum": [
3148 "LAUNCH_STAGE_UNSPECIFIED",
3149 "PREVIEW",
3150 "GA",
3151 "DEPRECATED",
3152 "PRIVATE_PREVIEW"
3153 ],
3154 "enumDescriptions": [
3155 "LAUNCH_STAGE_UNSPECIFIED.",
3156 "PREVIEW.",
3157 "GA.",
3158 "DEPRECATED.",
3159 "PRIVATE_PREVIEW."
3160 ],
3161 "readOnly": true,
3162 "type": "string"
3163 },
3164 "name": {
3165 "description": "Output only. Resource name of the Connector. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector} Only global location is supported for Connector resource.",
3166 "readOnly": true,
3167 "type": "string"
3168 },
3169 "updateTime": {
3170 "description": "Output only. Updated time.",
3171 "format": "google-datetime",
3172 "readOnly": true,
3173 "type": "string"
3174 },
3175 "webAssetsLocation": {
3176 "description": "Output only. Cloud storage location of icons etc consumed by UI.",
3177 "readOnly": true,
3178 "type": "string"
3179 }
3180 },
3181 "type": "object"
3182 },
3183 "ConnectorInfraConfig": {
3184 "description": "This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version",
3185 "id": "ConnectorInfraConfig",
3186 "properties": {
3187 "connectionRatelimitWindowSeconds": {
3188 "description": "The window used for ratelimiting runtime requests to connections.",
3189 "format": "int64",
3190 "type": "string"
3191 },
3192 "deploymentModel": {
3193 "description": "Indicate whether connector is deployed on GKE/CloudRun",
3194 "enum": [
3195 "DEPLOYMENT_MODEL_UNSPECIFIED",
3196 "GKE_MST",
3197 "CLOUD_RUN_MST"
3198 ],
3199 "enumDescriptions": [
3200 "Deployment model is not specified.",
3201 "Default model gke mst.",
3202 "Cloud run mst."
3203 ],
3204 "type": "string"
3205 },
3206 "hpaConfig": {
3207 "$ref": "HPAConfig",
3208 "description": "HPA autoscaling config."
3209 },
3210 "internalclientRatelimitThreshold": {
3211 "description": "Max QPS supported for internal requests originating from Connd.",
3212 "format": "int64",
3213 "type": "string"
3214 },
3215 "ratelimitThreshold": {
3216 "description": "Max QPS supported by the connector version before throttling of requests.",
3217 "format": "int64",
3218 "type": "string"
3219 },
3220 "resourceLimits": {
3221 "$ref": "ResourceLimits",
3222 "description": "System resource limits."
3223 },
3224 "resourceRequests": {
3225 "$ref": "ResourceRequests",
3226 "description": "System resource requests."
3227 },
3228 "sharedDeployment": {
3229 "description": "The name of shared connector deployment.",
3230 "type": "string"
3231 }
3232 },
3233 "type": "object"
3234 },
3235 "ConnectorVersion": {
3236 "description": "ConnectorVersion indicates a specific version of a connector.",
3237 "id": "ConnectorVersion",
3238 "properties": {
3239 "authConfigTemplates": {
3240 "description": "Output only. List of auth configs supported by the Connector Version.",
3241 "items": {
3242 "$ref": "AuthConfigTemplate"
3243 },
3244 "readOnly": true,
3245 "type": "array"
3246 },
3247 "authOverrideEnabled": {
3248 "description": "Output only. Flag to mark the dynamic auth override.",
3249 "readOnly": true,
3250 "type": "boolean"
3251 },
3252 "configVariableTemplates": {
3253 "description": "Output only. List of config variables needed to create a connection.",
3254 "items": {
3255 "$ref": "ConfigVariableTemplate"
3256 },
3257 "readOnly": true,
3258 "type": "array"
3259 },
3260 "connectorInfraConfig": {
3261 "$ref": "ConnectorInfraConfig",
3262 "description": "Output only. Infra configs supported by Connector.",
3263 "readOnly": true
3264 },
3265 "createTime": {
3266 "description": "Output only. Created time.",
3267 "format": "google-datetime",
3268 "readOnly": true,
3269 "type": "string"
3270 },
3271 "destinationConfigTemplates": {
3272 "description": "Output only. List of destination configs needed to create a connection.",
3273 "items": {
3274 "$ref": "DestinationConfigTemplate"
3275 },
3276 "readOnly": true,
3277 "type": "array"
3278 },
3279 "displayName": {
3280 "description": "Output only. Display name.",
3281 "readOnly": true,
3282 "type": "string"
3283 },
3284 "egressControlConfig": {
3285 "$ref": "EgressControlConfig",
3286 "description": "Output only. Configuration for Egress Control.",
3287 "readOnly": true
3288 },
3289 "eventingConfigTemplate": {
3290 "$ref": "EventingConfigTemplate",
3291 "description": "Output only. Eventing configuration supported by the Connector.",
3292 "readOnly": true
3293 },
3294 "labels": {
3295 "additionalProperties": {
3296 "type": "string"
3297 },
3298 "description": "Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources",
3299 "readOnly": true,
3300 "type": "object"
3301 },
3302 "launchStage": {
3303 "description": "Output only. Flag to mark the version indicating the launch stage.",
3304 "enum": [
3305 "LAUNCH_STAGE_UNSPECIFIED",
3306 "PREVIEW",
3307 "GA",
3308 "DEPRECATED",
3309 "PRIVATE_PREVIEW"
3310 ],
3311 "enumDescriptions": [
3312 "LAUNCH_STAGE_UNSPECIFIED.",
3313 "PREVIEW.",
3314 "GA.",
3315 "DEPRECATED.",
3316 "PRIVATE_PREVIEW."
3317 ],
3318 "readOnly": true,
3319 "type": "string"
3320 },
3321 "name": {
3322 "description": "Output only. Resource name of the Version. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}/versions/{version} Only global location is supported for Connector resource.",
3323 "readOnly": true,
3324 "type": "string"
3325 },
3326 "releaseVersion": {
3327 "description": "Output only. ReleaseVersion of the connector, for example: \"1.0.1-alpha\".",
3328 "readOnly": true,
3329 "type": "string"
3330 },
3331 "roleGrant": {
3332 "$ref": "RoleGrant",
3333 "description": "Output only. Role grant configuration for this config variable. It will be DEPRECATED soon.",
3334 "readOnly": true
3335 },
3336 "roleGrants": {
3337 "description": "Output only. Role grant configurations for this connector version.",
3338 "items": {
3339 "$ref": "RoleGrant"
3340 },
3341 "readOnly": true,
3342 "type": "array"
3343 },
3344 "schemaRefreshConfig": {
3345 "$ref": "SchemaRefreshConfig",
3346 "description": "Connection Schema Refresh Config"
3347 },
3348 "sslConfigTemplate": {
3349 "$ref": "SslConfigTemplate",
3350 "description": "Output only. Ssl configuration supported by the Connector.",
3351 "readOnly": true
3352 },
3353 "supportedRuntimeFeatures": {
3354 "$ref": "SupportedRuntimeFeatures",
3355 "description": "Output only. Information about the runtime features supported by the Connector.",
3356 "readOnly": true
3357 },
3358 "unsupportedConnectionTypes": {
3359 "description": "Output only. Unsupported connection types.",
3360 "items": {
3361 "enum": [
3362 "CONNECTION_TYPE_UNSPECIFIED",
3363 "CONNECTION_WITH_EVENTING",
3364 "ONLY_CONNECTION",
3365 "ONLY_EVENTING"
3366 ],
3367 "enumDescriptions": [
3368 "Connection type is unspecified.",
3369 "Connection with eventing.",
3370 "Only connection.",
3371 "Only eventing."
3372 ],
3373 "type": "string"
3374 },
3375 "readOnly": true,
3376 "type": "array"
3377 },
3378 "updateTime": {
3379 "description": "Output only. Updated time.",
3380 "format": "google-datetime",
3381 "readOnly": true,
3382 "type": "string"
3383 }
3384 },
3385 "type": "object"
3386 },
3387 "ConnectorVersionInfraConfig": {
3388 "description": "This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version",
3389 "id": "ConnectorVersionInfraConfig",
3390 "properties": {
3391 "connectionRatelimitWindowSeconds": {
3392 "description": "Output only. The window used for ratelimiting runtime requests to connections.",
3393 "format": "int64",
3394 "readOnly": true,
3395 "type": "string"
3396 },
3397 "deploymentModel": {
3398 "description": "Optional. Indicates whether connector is deployed on GKE/CloudRun",
3399 "enum": [
3400 "DEPLOYMENT_MODEL_UNSPECIFIED",
3401 "GKE_MST",
3402 "CLOUD_RUN_MST"
3403 ],
3404 "enumDescriptions": [
3405 "Deployment model is not specified.",
3406 "Default model gke mst.",
3407 "Cloud run mst."
3408 ],
3409 "type": "string"
3410 },
3411 "hpaConfig": {
3412 "$ref": "HPAConfig",
3413 "description": "Output only. HPA autoscaling config.",
3414 "readOnly": true
3415 },
3416 "internalclientRatelimitThreshold": {
3417 "description": "Output only. Max QPS supported for internal requests originating from Connd.",
3418 "format": "int64",
3419 "readOnly": true,
3420 "type": "string"
3421 },
3422 "ratelimitThreshold": {
3423 "description": "Output only. Max QPS supported by the connector version before throttling of requests.",
3424 "format": "int64",
3425 "readOnly": true,
3426 "type": "string"
3427 },
3428 "resourceLimits": {
3429 "$ref": "ResourceLimits",
3430 "description": "Output only. System resource limits.",
3431 "readOnly": true
3432 },
3433 "resourceRequests": {
3434 "$ref": "ResourceRequests",
3435 "description": "Output only. System resource requests.",
3436 "readOnly": true
3437 },
3438 "sharedDeployment": {
3439 "description": "Output only. The name of shared connector deployment.",
3440 "readOnly": true,
3441 "type": "string"
3442 }
3443 },
3444 "type": "object"
3445 },
3446 "ConnectorsLogConfig": {
3447 "description": "Log configuration for the connection.",
3448 "id": "ConnectorsLogConfig",
3449 "properties": {
3450 "enabled": {
3451 "description": "Enabled represents whether logging is enabled or not for a connection.",
3452 "type": "boolean"
3453 },
3454 "level": {
3455 "description": "Optional. Log configuration level.",
3456 "enum": [
3457 "LOG_LEVEL_UNSPECIFIED",
3458 "ERROR",
3459 "INFO",
3460 "DEBUG"
3461 ],
3462 "enumDescriptions": [
3463 "Log level unspecified.",
3464 "Only error logs are enabled.",
3465 "Info and error logs are enabled.",
3466 "Debug and high verbosity logs are enabled."
3467 ],
3468 "type": "string"
3469 }
3470 },
3471 "type": "object"
3472 },
3473 "CustomConnector": {
3474 "description": "CustomConnector represents the custom connector defined by the customer as part of byoc.",
3475 "id": "CustomConnector",
3476 "properties": {
3477 "activeConnectorVersions": {
3478 "description": "Output only. Active connector versions.",
3479 "items": {
3480 "type": "string"
3481 },
3482 "readOnly": true,
3483 "type": "array"
3484 },
3485 "allConnectorVersions": {
3486 "description": "Output only. All connector versions.",
3487 "items": {
3488 "type": "string"
3489 },
3490 "readOnly": true,
3491 "type": "array"
3492 },
3493 "createTime": {
3494 "description": "Output only. Created time.",
3495 "format": "google-datetime",
3496 "readOnly": true,
3497 "type": "string"
3498 },
3499 "customConnectorType": {
3500 "description": "Required. Type of the custom connector.",
3501 "enum": [
3502 "CUSTOM_CONNECTOR_TYPE_UNSPECIFIED",
3503 "OPEN_API",
3504 "PROTO"
3505 ],
3506 "enumDescriptions": [
3507 "Connector type is not specified.",
3508 "OpenAPI connector.",
3509 "Proto connector."
3510 ],
3511 "type": "string"
3512 },
3513 "description": {
3514 "description": "Optional. Description of the resource.",
3515 "type": "string"
3516 },
3517 "displayName": {
3518 "description": "Optional. Display name.",
3519 "type": "string"
3520 },
3521 "labels": {
3522 "additionalProperties": {
3523 "type": "string"
3524 },
3525 "description": "Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources",
3526 "type": "object"
3527 },
3528 "logo": {
3529 "description": "Optional. Logo of the resource.",
3530 "type": "string"
3531 },
3532 "name": {
3533 "description": "Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}",
3534 "type": "string"
3535 },
3536 "updateTime": {
3537 "description": "Output only. Updated time.",
3538 "format": "google-datetime",
3539 "readOnly": true,
3540 "type": "string"
3541 }
3542 },
3543 "type": "object"
3544 },
3545 "CustomConnectorVersion": {
3546 "description": "CustomConnectorVersion indicates a specific version of a connector.",
3547 "id": "CustomConnectorVersion",
3548 "properties": {
3549 "authConfig": {
3550 "$ref": "AuthConfig",
3551 "description": "Optional. Authentication config for accessing connector facade/ proxy. This is used only when enable_backend_destination_config is true."
3552 },
3553 "backendVariableTemplates": {
3554 "description": "Optional. Backend variables config templates. This translates to additional variable templates in connection.",
3555 "items": {
3556 "$ref": "ConfigVariableTemplate"
3557 },
3558 "type": "array"
3559 },
3560 "createTime": {
3561 "description": "Output only. Created time.",
3562 "format": "google-datetime",
3563 "readOnly": true,
3564 "type": "string"
3565 },
3566 "destinationConfigs": {
3567 "description": "Optional. Destination config(s) for accessing connector facade/ proxy. This is used only when enable_backend_destination_config is true.",
3568 "items": {
3569 "$ref": "DestinationConfig"
3570 },
3571 "type": "array"
3572 },
3573 "enableBackendDestinationConfig": {
3574 "description": "Optional. When enabled, the connector will be a facade/ proxy, and connects to the destination provided during connection creation.",
3575 "type": "boolean"
3576 },
3577 "labels": {
3578 "additionalProperties": {
3579 "type": "string"
3580 },
3581 "description": "Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources",
3582 "type": "object"
3583 },
3584 "name": {
3585 "description": "Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}",
3586 "readOnly": true,
3587 "type": "string"
3588 },
3589 "serviceAccount": {
3590 "description": "Optional. Service account used by runtime plane to access auth config secrets.",
3591 "type": "string"
3592 },
3593 "specLocation": {
3594 "description": "Optional. Location of the custom connector spec. The location can be either a public url like `https://public-url.com/spec` Or a Google Cloud Storage location like `gs:///`",
3595 "type": "string"
3596 },
3597 "specServerUrls": {
3598 "description": "Output only. Server URLs parsed from the spec.",
3599 "items": {
3600 "type": "string"
3601 },
3602 "readOnly": true,
3603 "type": "array"
3604 },
3605 "state": {
3606 "description": "Output only. State of the custom connector version.",
3607 "enum": [
3608 "STATE_UNSPECIFIED",
3609 "ACTIVE",
3610 "DEPRECATED"
3611 ],
3612 "enumDescriptions": [
3613 "State Unspecified.",
3614 "Active state. By default we set the state to Active.",
3615 "Deprecated state."
3616 ],
3617 "readOnly": true,
3618 "type": "string"
3619 },
3620 "updateTime": {
3621 "description": "Output only. Updated time.",
3622 "format": "google-datetime",
3623 "readOnly": true,
3624 "type": "string"
3625 }
3626 },
3627 "type": "object"
3628 },
3629 "DailyCycle": {
3630 "description": "Time window specified for daily operations.",
3631 "id": "DailyCycle",
3632 "properties": {
3633 "duration": {
3634 "description": "Output only. Duration of the time window, set by service producer.",
3635 "format": "google-duration",
3636 "type": "string"
3637 },
3638 "startTime": {
3639 "$ref": "TimeOfDay",
3640 "description": "Time within the day to start the operations."
3641 }
3642 },
3643 "type": "object"
3644 },
3645 "Date": {
3646 "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
3647 "id": "Date",
3648 "properties": {
3649 "day": {
3650 "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
3651 "format": "int32",
3652 "type": "integer"
3653 },
3654 "month": {
3655 "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
3656 "format": "int32",
3657 "type": "integer"
3658 },
3659 "year": {
3660 "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
3661 "format": "int32",
3662 "type": "integer"
3663 }
3664 },
3665 "type": "object"
3666 },
3667 "DeadLetterConfig": {
3668 "description": "Dead Letter configuration details provided by the user.",
3669 "id": "DeadLetterConfig",
3670 "properties": {
3671 "projectId": {
3672 "description": "Optional. Project which has the topic given.",
3673 "type": "string"
3674 },
3675 "topic": {
3676 "description": "Optional. Topic to push events which couldn't be processed.",
3677 "type": "string"
3678 }
3679 },
3680 "type": "object"
3681 },
3682 "DenyMaintenancePeriod": {
3683 "description": "DenyMaintenancePeriod definition. Maintenance is forbidden within the deny period. The start_date must be less than the end_date.",
3684 "id": "DenyMaintenancePeriod",
3685 "properties": {
3686 "endDate": {
3687 "$ref": "Date",
3688 "description": "Deny period end date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year. Allows recurring deny periods each year. Date matching this period will have to be before the end."
3689 },
3690 "startDate": {
3691 "$ref": "Date",
3692 "description": "Deny period start date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year. Allows recurring deny periods each year. Date matching this period will have to be the same or after the start."
3693 },
3694 "time": {
3695 "$ref": "TimeOfDay",
3696 "description": "Time in UTC when the Blackout period starts on start_date and ends on end_date. This can be: * Full time. * All zeros for 00:00:00 UTC"
3697 }
3698 },
3699 "type": "object"
3700 },
3701 "DeprecateCustomConnectorVersionRequest": {
3702 "description": "Request message for ConnectorsService.DeprecateCustomConnectorVersion",
3703 "id": "DeprecateCustomConnectorVersionRequest",
3704 "properties": {},
3705 "type": "object"
3706 },
3707 "Destination": {
3708 "id": "Destination",
3709 "properties": {
3710 "host": {
3711 "description": "For publicly routable host.",
3712 "type": "string"
3713 },
3714 "port": {
3715 "description": "The port is the target port number that is accepted by the destination.",
3716 "format": "int32",
3717 "type": "integer"
3718 },
3719 "serviceAttachment": {
3720 "deprecated": true,
3721 "description": "PSC service attachments. Format: projects/*/regions/*/serviceAttachments/*",
3722 "type": "string"
3723 }
3724 },
3725 "type": "object"
3726 },
3727 "DestinationConfig": {
3728 "description": "Define the Connectors target endpoint.",
3729 "id": "DestinationConfig",
3730 "properties": {
3731 "destinations": {
3732 "description": "The destinations for the key.",
3733 "items": {
3734 "$ref": "Destination"
3735 },
3736 "type": "array"
3737 },
3738 "key": {
3739 "description": "The key is the destination identifier that is supported by the Connector.",
3740 "type": "string"
3741 }
3742 },
3743 "type": "object"
3744 },
3745 "DestinationConfigTemplate": {
3746 "description": "DestinationConfigTemplate defines required destinations supported by the Connector.",
3747 "id": "DestinationConfigTemplate",
3748 "properties": {
3749 "autocompleteSuggestions": {
3750 "description": "Autocomplete suggestions for destination URL field.",
3751 "items": {
3752 "type": "string"
3753 },
3754 "type": "array"
3755 },
3756 "defaultPort": {
3757 "description": "The default port.",
3758 "format": "int32",
3759 "type": "integer"
3760 },
3761 "description": {
3762 "description": "Description.",
3763 "type": "string"
3764 },
3765 "displayName": {
3766 "description": "Display name of the parameter.",
3767 "type": "string"
3768 },
3769 "isAdvanced": {
3770 "description": "Whether the current destination tempalate is part of Advanced settings",
3771 "type": "boolean"
3772 },
3773 "key": {
3774 "description": "Key of the destination.",
3775 "type": "string"
3776 },
3777 "max": {
3778 "description": "The maximum number of destinations supported for this key.",
3779 "format": "int32",
3780 "type": "integer"
3781 },
3782 "min": {
3783 "description": "The minimum number of destinations supported for this key.",
3784 "format": "int32",
3785 "type": "integer"
3786 },
3787 "portFieldType": {
3788 "description": "Whether port number should be provided by customers.",
3789 "enum": [
3790 "FIELD_TYPE_UNSPECIFIED",
3791 "REQUIRED",
3792 "OPTIONAL",
3793 "NOT_USED"
3794 ],
3795 "enumDescriptions": [
3796 "",
3797 "",
3798 "",
3799 ""
3800 ],
3801 "type": "string"
3802 },
3803 "regexPattern": {
3804 "description": "Regex pattern for host.",
3805 "type": "string"
3806 }
3807 },
3808 "type": "object"
3809 },
3810 "EgressControlConfig": {
3811 "description": "Egress control config for connector runtime. These configurations define the rules to identify which outbound domains/hosts needs to be whitelisted. It may be a static information for a particular connector version or it is derived from the configurations provided by the customer in Connection resource.",
3812 "id": "EgressControlConfig",
3813 "properties": {
3814 "backends": {
3815 "description": "Static Comma separated backends which are common for all Connection resources. Supported formats for each backend are host:port or just host (host can be ip address or domain name).",
3816 "type": "string"
3817 },
3818 "extractionRules": {
3819 "$ref": "ExtractionRules",
3820 "description": "Extractions Rules to extract the backends from customer provided configuration."
3821 }
3822 },
3823 "type": "object"
3824 },
3825 "Empty": {
3826 "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
3827 "id": "Empty",
3828 "properties": {},
3829 "type": "object"
3830 },
3831 "EncryptionConfig": {
3832 "description": "Regional encryption config for CMEK details.",
3833 "id": "EncryptionConfig",
3834 "properties": {
3835 "encryptionType": {
3836 "description": "Optional. Encryption type for the region.",
3837 "enum": [
3838 "ENCRYPTION_TYPE_UNSPECIFIED",
3839 "GMEK",
3840 "CMEK"
3841 ],
3842 "enumDescriptions": [
3843 "Encryption type unspecified.",
3844 "Google managed encryption keys",
3845 "Customer managed encryption keys."
3846 ],
3847 "type": "string"
3848 },
3849 "kmsKeyName": {
3850 "description": "Optional. KMS crypto key. This field accepts identifiers of the form `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/ {crypto_key}`",
3851 "type": "string"
3852 }
3853 },
3854 "type": "object"
3855 },
3856 "EncryptionKey": {
3857 "description": "Encryption Key value.",
3858 "id": "EncryptionKey",
3859 "properties": {
3860 "kmsKeyName": {
3861 "description": "The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed.",
3862 "type": "string"
3863 },
3864 "type": {
3865 "description": "Type.",
3866 "enum": [
3867 "TYPE_UNSPECIFIED",
3868 "GOOGLE_MANAGED",
3869 "CUSTOMER_MANAGED"
3870 ],
3871 "enumDescriptions": [
3872 "Value type is not specified.",
3873 "Google Managed.",
3874 "Customer Managed."
3875 ],
3876 "type": "string"
3877 }
3878 },
3879 "type": "object"
3880 },
3881 "EndPoint": {
3882 "description": "Endpoint message includes details of the Destination endpoint.",
3883 "id": "EndPoint",
3884 "properties": {
3885 "endpointUri": {
3886 "description": "The URI of the Endpoint.",
3887 "type": "string"
3888 },
3889 "headers": {
3890 "description": "List of Header to be added to the Endpoint.",
3891 "items": {
3892 "$ref": "Header"
3893 },
3894 "type": "array"
3895 }
3896 },
3897 "type": "object"
3898 },
3899 "EndpointAttachment": {
3900 "description": "represents the Connector's Endpoint Attachment resource",
3901 "id": "EndpointAttachment",
3902 "properties": {
3903 "createTime": {
3904 "description": "Output only. Created time.",
3905 "format": "google-datetime",
3906 "readOnly": true,
3907 "type": "string"
3908 },
3909 "description": {
3910 "description": "Optional. Description of the resource.",
3911 "type": "string"
3912 },
3913 "endpointGlobalAccess": {
3914 "description": "Optional. The Private Service Connect Connection Endpoint Global Access. https://cloud.google.com/vpc/docs/about-accessing-vpc-hosted-services-endpoints#global-access",
3915 "type": "boolean"
3916 },
3917 "endpointIp": {
3918 "description": "Output only. The Private Service Connect connection endpoint ip",
3919 "readOnly": true,
3920 "type": "string"
3921 },
3922 "labels": {
3923 "additionalProperties": {
3924 "type": "string"
3925 },
3926 "description": "Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources",
3927 "type": "object"
3928 },
3929 "name": {
3930 "description": "Output only. Resource name of the Endpoint Attachment. Format: projects/{project}/locations/{location}/endpointAttachments/{endpoint_attachment}",
3931 "readOnly": true,
3932 "type": "string"
3933 },
3934 "serviceAttachment": {
3935 "description": "Required. The path of the service attachment",
3936 "type": "string"
3937 },
3938 "updateTime": {
3939 "description": "Output only. Updated time.",
3940 "format": "google-datetime",
3941 "readOnly": true,
3942 "type": "string"
3943 }
3944 },
3945 "type": "object"
3946 },
3947 "EnumOption": {
3948 "description": "EnumOption definition",
3949 "id": "EnumOption",
3950 "properties": {
3951 "displayName": {
3952 "description": "Display name of the option.",
3953 "type": "string"
3954 },
3955 "id": {
3956 "description": "Id of the option.",
3957 "type": "string"
3958 }
3959 },
3960 "type": "object"
3961 },
3962 "EventSubscription": {
3963 "description": "represents the Connector's EventSubscription resource",
3964 "id": "EventSubscription",
3965 "properties": {
3966 "createTime": {
3967 "description": "Output only. Created time.",
3968 "format": "google-datetime",
3969 "readOnly": true,
3970 "type": "string"
3971 },
3972 "destinations": {
3973 "$ref": "EventSubscriptionDestination",
3974 "description": "Optional. The destination to hit when we receive an event"
3975 },
3976 "eventTypeId": {
3977 "description": "Optional. Event type id of the event of current EventSubscription.",
3978 "type": "string"
3979 },
3980 "jms": {
3981 "$ref": "JMS",
3982 "description": "Optional. JMS is the source for the event listener."
3983 },
3984 "name": {
3985 "description": "Required. Resource name of the EventSubscription. Format: projects/{project}/locations/{location}/connections/{connection}/eventSubscriptions/{event_subscription}",
3986 "type": "string"
3987 },
3988 "status": {
3989 "$ref": "EventSubscriptionStatus",
3990 "description": "Optional. Status indicates the status of the event subscription resource"
3991 },
3992 "subscriber": {
3993 "description": "Optional. name of the Subscriber for the current EventSubscription.",
3994 "type": "string"
3995 },
3996 "subscriberLink": {
3997 "description": "Optional. Link for Subscriber of the current EventSubscription.",
3998 "type": "string"
3999 },
4000 "triggerConfigVariables": {
4001 "description": "Optional. Configuration for configuring the trigger",
4002 "items": {
4003 "$ref": "ConfigVariable"
4004 },
4005 "type": "array"
4006 },
4007 "updateTime": {
4008 "description": "Output only. Updated time.",
4009 "format": "google-datetime",
4010 "readOnly": true,
4011 "type": "string"
4012 }
4013 },
4014 "type": "object"
4015 },
4016 "EventSubscriptionDestination": {
4017 "description": "Message for EventSubscription Destination to act on receiving an event",
4018 "id": "EventSubscriptionDestination",
4019 "properties": {
4020 "endpoint": {
4021 "$ref": "EndPoint",
4022 "description": "OPTION 1: Hit an endpoint when we receive an event."
4023 },
4024 "serviceAccount": {
4025 "description": "Service account needed for runtime plane to trigger IP workflow.",
4026 "type": "string"
4027 },
4028 "type": {
4029 "description": "type of the destination",
4030 "enum": [
4031 "TYPE_UNSPECIFIED",
4032 "ENDPOINT"
4033 ],
4034 "enumDescriptions": [
4035 "Default state.",
4036 "Endpoint - Hit the value of endpoint when event is received"
4037 ],
4038 "type": "string"
4039 }
4040 },
4041 "type": "object"
4042 },
4043 "EventSubscriptionStatus": {
4044 "description": "EventSubscription Status denotes the status of the EventSubscription resource.",
4045 "id": "EventSubscriptionStatus",
4046 "properties": {
4047 "description": {
4048 "description": "Output only. Description of the state.",
4049 "readOnly": true,
4050 "type": "string"
4051 },
4052 "state": {
4053 "description": "Output only. State of Event Subscription resource.",
4054 "enum": [
4055 "STATE_UNSPECIFIED",
4056 "CREATING",
4057 "UPDATING",
4058 "ACTIVE",
4059 "SUSPENDED",
4060 "ERROR"
4061 ],
4062 "enumDescriptions": [
4063 "Default state.",
4064 "EventSubscription creation is in progress.",
4065 "EventSubscription is in Updating status.",
4066 "EventSubscription is in Active state and is ready to receive events.",
4067 "EventSubscription is currently suspended.",
4068 "EventSubscription is in Error state."
4069 ],
4070 "readOnly": true,
4071 "type": "string"
4072 }
4073 },
4074 "type": "object"
4075 },
4076 "EventType": {
4077 "description": "EventType includes fields.",
4078 "id": "EventType",
4079 "properties": {
4080 "createTime": {
4081 "description": "Output only. Created time.",
4082 "format": "google-datetime",
4083 "readOnly": true,
4084 "type": "string"
4085 },
4086 "enrichedEventPayloadSchema": {
4087 "description": "Output only. Schema of the event payload after enriched. Will be null if read before send is not supported.",
4088 "readOnly": true,
4089 "type": "string"
4090 },
4091 "entityType": {
4092 "description": "Output only. Runtime entity type name. Will be null if entity type map is not available. Used for read before send feature.",
4093 "readOnly": true,
4094 "type": "string"
4095 },
4096 "eventPayloadSchema": {
4097 "description": "Output only. Schema of webhook event payload.",
4098 "readOnly": true,
4099 "type": "string"
4100 },
4101 "eventTypeId": {
4102 "description": "Output only. Event type id. Example: `ticket.created`.",
4103 "readOnly": true,
4104 "type": "string"
4105 },
4106 "idPath": {
4107 "description": "Output only. Id path denotes the path of id in webhook payload.",
4108 "readOnly": true,
4109 "type": "string"
4110 },
4111 "name": {
4112 "description": "Output only. Resource name of the eventtype. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}/versions/{version}/eventtypes/{eventtype} Only global location is supported for Connector resource.",
4113 "readOnly": true,
4114 "type": "string"
4115 },
4116 "updateTime": {
4117 "description": "Output only. Updated time.",
4118 "format": "google-datetime",
4119 "readOnly": true,
4120 "type": "string"
4121 }
4122 },
4123 "type": "object"
4124 },
4125 "EventingConfig": {
4126 "description": "Eventing Configuration of a connection",
4127 "id": "EventingConfig",
4128 "properties": {
4129 "additionalVariables": {
4130 "description": "Additional eventing related field values",
4131 "items": {
4132 "$ref": "ConfigVariable"
4133 },
4134 "type": "array"
4135 },
4136 "authConfig": {
4137 "$ref": "AuthConfig",
4138 "description": "Auth details for the webhook adapter."
4139 },
4140 "deadLetterConfig": {
4141 "$ref": "DeadLetterConfig",
4142 "description": "Optional. Dead letter configuration for eventing of a connection."
4143 },
4144 "enrichmentEnabled": {
4145 "description": "Enrichment Enabled.",
4146 "type": "boolean"
4147 },
4148 "eventsListenerIngressEndpoint": {
4149 "description": "Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.",
4150 "type": "string"
4151 },
4152 "listenerAuthConfig": {
4153 "$ref": "AuthConfig",
4154 "description": "Optional. Auth details for the event listener."
4155 },
4156 "privateConnectivityEnabled": {
4157 "description": "Optional. Private Connectivity Enabled.",
4158 "type": "boolean"
4159 },
4160 "proxyDestinationConfig": {
4161 "$ref": "DestinationConfig",
4162 "description": "Optional. Proxy for Eventing auto-registration."
4163 },
4164 "registrationDestinationConfig": {
4165 "$ref": "DestinationConfig",
4166 "description": "Registration endpoint for auto registration."
4167 }
4168 },
4169 "type": "object"
4170 },
4171 "EventingConfigTemplate": {
4172 "description": "Eventing Config details of a connector version.",
4173 "id": "EventingConfigTemplate",
4174 "properties": {
4175 "additionalVariables": {
4176 "description": "Additional fields that need to be rendered.",
4177 "items": {
4178 "$ref": "ConfigVariableTemplate"
4179 },
4180 "type": "array"
4181 },
4182 "authConfigTemplates": {
4183 "description": "AuthConfigTemplates represents the auth values for the webhook adapter.",
4184 "items": {
4185 "$ref": "AuthConfigTemplate"
4186 },
4187 "type": "array"
4188 },
4189 "autoRefresh": {
4190 "description": "Auto refresh to extend webhook life.",
4191 "type": "boolean"
4192 },
4193 "autoRegistrationSupported": {
4194 "description": "Auto Registration supported.",
4195 "type": "boolean"
4196 },
4197 "encryptionKeyTemplate": {
4198 "$ref": "ConfigVariableTemplate",
4199 "description": "Encryption key (can be either Google managed or CMEK)."
4200 },
4201 "enrichmentSupported": {
4202 "description": "Enrichment Supported.",
4203 "type": "boolean"
4204 },
4205 "eventListenerType": {
4206 "description": "The type of the event listener for a specific connector.",
4207 "enum": [
4208 "EVENT_LISTENER_TYPE_UNSPECIFIED",
4209 "WEBHOOK_LISTENER",
4210 "JMS_LISTENER"
4211 ],
4212 "enumDescriptions": [
4213 "Default value.",
4214 "Webhook listener. e.g. Jira, Zendesk, Servicenow etc.,",
4215 "JMS Listener. e.g. IBM MQ, Rabbit MQ etc.,"
4216 ],
4217 "type": "string"
4218 },
4219 "isEventingSupported": {
4220 "description": "Is Eventing Supported.",
4221 "type": "boolean"
4222 },
4223 "listenerAuthConfigTemplates": {
4224 "description": "ListenerAuthConfigTemplates represents the auth values for the event listener.",
4225 "items": {
4226 "$ref": "AuthConfigTemplate"
4227 },
4228 "type": "array"
4229 },
4230 "proxyDestinationConfig": {
4231 "$ref": "DestinationConfigTemplate",
4232 "description": "Proxy destination config template."
4233 },
4234 "registrationDestinationConfig": {
4235 "$ref": "DestinationConfigTemplate",
4236 "description": "Registration host destination config template."
4237 },
4238 "triggerConfigVariables": {
4239 "description": "Trigger Config fields that needs to be rendered",
4240 "items": {
4241 "$ref": "ConfigVariableTemplate"
4242 },
4243 "type": "array"
4244 }
4245 },
4246 "type": "object"
4247 },
4248 "EventingDetails": {
4249 "description": "Eventing Details message.",
4250 "id": "EventingDetails",
4251 "properties": {
4252 "customEventTypes": {
4253 "description": "Output only. Custom Event Types.",
4254 "readOnly": true,
4255 "type": "boolean"
4256 },
4257 "description": {
4258 "description": "Output only. Description.",
4259 "readOnly": true,
4260 "type": "string"
4261 },
4262 "documentationLink": {
4263 "description": "Output only. Link to public documentation.",
4264 "readOnly": true,
4265 "type": "string"
4266 },
4267 "iconLocation": {
4268 "description": "Output only. Cloud storage location of the icon.",
4269 "readOnly": true,
4270 "type": "string"
4271 },
4272 "launchStage": {
4273 "description": "Output only. Eventing Launch Stage.",
4274 "enum": [
4275 "LAUNCH_STAGE_UNSPECIFIED",
4276 "PREVIEW",
4277 "GA",
4278 "DEPRECATED",
4279 "PRIVATE_PREVIEW"
4280 ],
4281 "enumDescriptions": [
4282 "LAUNCH_STAGE_UNSPECIFIED.",
4283 "PREVIEW.",
4284 "GA.",
4285 "DEPRECATED.",
4286 "PRIVATE_PREVIEW."
4287 ],
4288 "readOnly": true,
4289 "type": "string"
4290 },
4291 "name": {
4292 "description": "Output only. Name of the Eventing trigger.",
4293 "readOnly": true,
4294 "type": "string"
4295 },
4296 "searchTags": {
4297 "description": "Output only. Array of search keywords.",
4298 "items": {
4299 "type": "string"
4300 },
4301 "readOnly": true,
4302 "type": "array"
4303 },
4304 "type": {
4305 "description": "Output only. The type of the event listener for a specific connector.",
4306 "enum": [
4307 "TYPE_UNSPECIFIED",
4308 "WEBHOOK",
4309 "JMS"
4310 ],
4311 "enumDescriptions": [
4312 "Default value.",
4313 "Webhook listener. e.g. Jira, Zendesk, Servicenow etc.,",
4314 "JMS Listener. e.g. IBM MQ, Rabbit MQ etc.,"
4315 ],
4316 "readOnly": true,
4317 "type": "string"
4318 }
4319 },
4320 "type": "object"
4321 },
4322 "EventingRuntimeData": {
4323 "description": "Eventing runtime data has the details related to eventing managed by the system.",
4324 "id": "EventingRuntimeData",
4325 "properties": {
4326 "eventsListenerEndpoint": {
4327 "description": "Output only. Events listener endpoint. The value will populated after provisioning the events listener.",
4328 "readOnly": true,
4329 "type": "string"
4330 },
4331 "eventsListenerPscSa": {
4332 "description": "Output only. Events listener PSC Service attachment. The value will be populated after provisioning the events listener with private connectivity enabled.",
4333 "readOnly": true,
4334 "type": "string"
4335 },
4336 "status": {
4337 "$ref": "EventingStatus",
4338 "description": "Output only. Current status of eventing.",
4339 "readOnly": true
4340 },
4341 "webhookData": {
4342 "$ref": "WebhookData",
4343 "description": "Output only. Webhook data.",
4344 "readOnly": true
4345 }
4346 },
4347 "type": "object"
4348 },
4349 "EventingStatus": {
4350 "description": "EventingStatus indicates the state of eventing.",
4351 "id": "EventingStatus",
4352 "properties": {
4353 "description": {
4354 "description": "Output only. Description of error if State is set to \"ERROR\".",
4355 "readOnly": true,
4356 "type": "string"
4357 },
4358 "state": {
4359 "description": "Output only. State.",
4360 "enum": [
4361 "STATE_UNSPECIFIED",
4362 "ACTIVE",
4363 "ERROR",
4364 "INGRESS_ENDPOINT_REQUIRED"
4365 ],
4366 "enumDescriptions": [
4367 "Default state.",
4368 "Eventing is enabled and ready to receive events.",
4369 "Eventing is not active due to an error.",
4370 "Ingress endpoint required."
4371 ],
4372 "readOnly": true,
4373 "type": "string"
4374 }
4375 },
4376 "type": "object"
4377 },
4378 "Expr": {
4379 "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' \u0026\u0026 document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
4380 "id": "Expr",
4381 "properties": {
4382 "description": {
4383 "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
4384 "type": "string"
4385 },
4386 "expression": {
4387 "description": "Textual representation of an expression in Common Expression Language syntax.",
4388 "type": "string"
4389 },
4390 "location": {
4391 "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
4392 "type": "string"
4393 },
4394 "title": {
4395 "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
4396 "type": "string"
4397 }
4398 },
4399 "type": "object"
4400 },
4401 "ExtractionRule": {
4402 "description": "Extraction Rule.",
4403 "id": "ExtractionRule",
4404 "properties": {
4405 "extractionRegex": {
4406 "description": "Regex used to extract backend details from source. If empty, whole source value will be used.",
4407 "type": "string"
4408 },
4409 "source": {
4410 "$ref": "Source",
4411 "description": "Source on which the rule is applied."
4412 }
4413 },
4414 "type": "object"
4415 },
4416 "ExtractionRules": {
4417 "description": "Extraction Rules to identity the backends from customer provided configuration in Connection resource.",
4418 "id": "ExtractionRules",
4419 "properties": {
4420 "extractionRule": {
4421 "description": "Collection of Extraction Rule.",
4422 "items": {
4423 "$ref": "ExtractionRule"
4424 },
4425 "type": "array"
4426 }
4427 },
4428 "type": "object"
4429 },
4430 "Field": {
4431 "description": "Metadata of an entity field.",
4432 "id": "Field",
4433 "properties": {
4434 "additionalDetails": {
4435 "additionalProperties": {
4436 "description": "Properties of the object.",
4437 "type": "any"
4438 },
4439 "description": "The following map contains fields that are not explicitly mentioned above,this give connectors the flexibility to add new metadata fields.",
4440 "type": "object"
4441 },
4442 "dataType": {
4443 "description": "The data type of the Field.",
4444 "enum": [
4445 "DATA_TYPE_UNSPECIFIED",
4446 "DATA_TYPE_INT",
4447 "DATA_TYPE_SMALLINT",
4448 "DATA_TYPE_DOUBLE",
4449 "DATA_TYPE_DATE",
4450 "DATA_TYPE_DATETIME",
4451 "DATA_TYPE_TIME",
4452 "DATA_TYPE_STRING",
4453 "DATA_TYPE_LONG",
4454 "DATA_TYPE_BOOLEAN",
4455 "DATA_TYPE_DECIMAL",
4456 "DATA_TYPE_UUID",
4457 "DATA_TYPE_BLOB",
4458 "DATA_TYPE_BIT",
4459 "DATA_TYPE_TINYINT",
4460 "DATA_TYPE_INTEGER",
4461 "DATA_TYPE_BIGINT",
4462 "DATA_TYPE_FLOAT",
4463 "DATA_TYPE_REAL",
4464 "DATA_TYPE_NUMERIC",
4465 "DATA_TYPE_CHAR",
4466 "DATA_TYPE_VARCHAR",
4467 "DATA_TYPE_LONGVARCHAR",
4468 "DATA_TYPE_TIMESTAMP",
4469 "DATA_TYPE_NCHAR",
4470 "DATA_TYPE_NVARCHAR",
4471 "DATA_TYPE_LONGNVARCHAR",
4472 "DATA_TYPE_NULL",
4473 "DATA_TYPE_OTHER",
4474 "DATA_TYPE_JAVA_OBJECT",
4475 "DATA_TYPE_DISTINCT",
4476 "DATA_TYPE_STRUCT",
4477 "DATA_TYPE_ARRAY",
4478 "DATA_TYPE_CLOB",
4479 "DATA_TYPE_REF",
4480 "DATA_TYPE_DATALINK",
4481 "DATA_TYPE_ROWID",
4482 "DATA_TYPE_BINARY",
4483 "DATA_TYPE_VARBINARY",
4484 "DATA_TYPE_LONGVARBINARY",
4485 "DATA_TYPE_NCLOB",
4486 "DATA_TYPE_SQLXML",
4487 "DATA_TYPE_REF_CURSOR",
4488 "DATA_TYPE_TIME_WITH_TIMEZONE",
4489 "DATA_TYPE_TIMESTAMP_WITH_TIMEZONE"
4490 ],
4491 "enumDeprecated": [
4492 false,
4493 true,
4494 false,
4495 false,
4496 false,
4497 true,
4498 false,
4499 true,
4500 true,
4501 false,
4502 false,
4503 true,
4504 false,
4505 false,
4506 false,
4507 false,
4508 false,
4509 false,
4510 false,
4511 false,
4512 false,
4513 false,
4514 false,
4515 false,
4516 false,
4517 false,
4518 false,
4519 false,
4520 false,
4521 false,
4522 false,
4523 false,
4524 false,
4525 false,
4526 false,
4527 false,
4528 false,
4529 false,
4530 false,
4531 false,
4532 false,
4533 false,
4534 false,
4535 false,
4536 false
4537 ],
4538 "enumDescriptions": [
4539 "Data type is not specified.",
4540 "DEPRECATED! Use DATA_TYPE_INTEGER.",
4541 "Short integer(int16) data type.",
4542 "Double data type.",
4543 "Date data type.",
4544 "DEPRECATED! Use DATA_TYPE_TIMESTAMP.",
4545 "Time data type.",
4546 "DEPRECATED! Use DATA_TYPE_VARCHAR.",
4547 "DEPRECATED! Use DATA_TYPE_BIGINT.",
4548 "Boolean data type.",
4549 "Decimal data type.",
4550 "DEPRECATED! Use DATA_TYPE_VARCHAR.",
4551 "UNSUPPORTED! Binary data type.",
4552 "Bit data type.",
4553 "Small integer(int8) data type.",
4554 "Integer(int32) data type.",
4555 "Long integer(int64) data type.",
4556 "Float data type.",
4557 "Real data type.",
4558 "Numeric data type.",
4559 "Char data type.",
4560 "Varchar data type.",
4561 "Longvarchar data type.",
4562 "Timestamp data type.",
4563 "Nchar data type.",
4564 "Nvarchar data type.",
4565 "Longnvarchar data type.",
4566 "Null data type.",
4567 "UNSUPPORTED! Binary data type.",
4568 "UNSUPPORTED! Binary data type.",
4569 "UNSUPPORTED! Binary data type.",
4570 "UNSUPPORTED! Binary data type.",
4571 "UNSUPPORTED! Binary data type.",
4572 "UNSUPPORTED! Binary data type.",
4573 "UNSUPPORTED! Binary data type.",
4574 "UNSUPPORTED! Binary data type.",
4575 "UNSUPPORTED! Row id data type.",
4576 "UNSUPPORTED! Binary data type.",
4577 "UNSUPPORTED! Variable binary data type.",
4578 "UNSUPPORTED! Long variable binary data type.",
4579 "UNSUPPORTED! NCLOB data type.",
4580 "UNSUPPORTED! SQL XML data type is not supported.",
4581 "UNSUPPORTED! Cursor reference type is not supported.",
4582 "UNSUPPORTED! Use TIME or TIMESTAMP instead.",
4583 "UNSUPPORTED! Use TIMESTAMP instead."
4584 ],
4585 "type": "string"
4586 },
4587 "defaultValue": {
4588 "description": "The following field specifies the default value of the Field provided by the external system if a value is not provided.",
4589 "type": "any"
4590 },
4591 "description": {
4592 "description": "A brief description of the Field.",
4593 "type": "string"
4594 },
4595 "field": {
4596 "description": "Name of the Field.",
4597 "type": "string"
4598 },
4599 "jsonSchema": {
4600 "$ref": "JsonSchema",
4601 "description": "JsonSchema representation of this entity's schema"
4602 },
4603 "key": {
4604 "description": "The following boolean field specifies if the current Field acts as a primary key or id if the parent is of type entity.",
4605 "type": "boolean"
4606 },
4607 "nullable": {
4608 "description": "Specifies whether a null value is allowed.",
4609 "type": "boolean"
4610 },
4611 "readonly": {
4612 "description": "Specifies if the Field is readonly.",
4613 "type": "boolean"
4614 }
4615 },
4616 "type": "object"
4617 },
4618 "FieldComparison": {
4619 "description": "Field that needs to be compared.",
4620 "id": "FieldComparison",
4621 "properties": {
4622 "boolValue": {
4623 "description": "Boolean value",
4624 "type": "boolean"
4625 },
4626 "comparator": {
4627 "description": "Comparator to use for comparing the field value.",
4628 "enum": [
4629 "COMPARATOR_UNSPECIFIED",
4630 "EQUALS",
4631 "NOT_EQUALS"
4632 ],
4633 "enumDescriptions": [
4634 "The default value.",
4635 "The field value must be equal to the specified value.",
4636 "The field value must not be equal to the specified value."
4637 ],
4638 "type": "string"
4639 },
4640 "intValue": {
4641 "description": "Integer value",
4642 "format": "int64",
4643 "type": "string"
4644 },
4645 "key": {
4646 "description": "Key of the field.",
4647 "type": "string"
4648 },
4649 "stringValue": {
4650 "description": "String value",
4651 "type": "string"
4652 }
4653 },
4654 "type": "object"
4655 },
4656 "HPAConfig": {
4657 "description": "Autoscaling config for connector deployment system metrics.",
4658 "id": "HPAConfig",
4659 "properties": {
4660 "cpuUtilizationThreshold": {
4661 "description": "Output only. Percent CPU utilization where HPA triggers autoscaling.",
4662 "format": "int64",
4663 "readOnly": true,
4664 "type": "string"
4665 },
4666 "memoryUtilizationThreshold": {
4667 "description": "Output only. Percent Memory utilization where HPA triggers autoscaling.",
4668 "format": "int64",
4669 "readOnly": true,
4670 "type": "string"
4671 }
4672 },
4673 "type": "object"
4674 },
4675 "Header": {
4676 "description": "Header details for a given header to be added to Endpoint.",
4677 "id": "Header",
4678 "properties": {
4679 "key": {
4680 "description": "Key of Header.",
4681 "type": "string"
4682 },
4683 "value": {
4684 "description": "Value of Header.",
4685 "type": "string"
4686 }
4687 },
4688 "type": "object"
4689 },
4690 "InputParameter": {
4691 "description": "Metadata of an input parameter.",
4692 "id": "InputParameter",
4693 "properties": {
4694 "dataType": {
4695 "description": "The data type of the Parameter.",
4696 "enum": [
4697 "DATA_TYPE_UNSPECIFIED",
4698 "DATA_TYPE_INT",
4699 "DATA_TYPE_SMALLINT",
4700 "DATA_TYPE_DOUBLE",
4701 "DATA_TYPE_DATE",
4702 "DATA_TYPE_DATETIME",
4703 "DATA_TYPE_TIME",
4704 "DATA_TYPE_STRING",
4705 "DATA_TYPE_LONG",
4706 "DATA_TYPE_BOOLEAN",
4707 "DATA_TYPE_DECIMAL",
4708 "DATA_TYPE_UUID",
4709 "DATA_TYPE_BLOB",
4710 "DATA_TYPE_BIT",
4711 "DATA_TYPE_TINYINT",
4712 "DATA_TYPE_INTEGER",
4713 "DATA_TYPE_BIGINT",
4714 "DATA_TYPE_FLOAT",
4715 "DATA_TYPE_REAL",
4716 "DATA_TYPE_NUMERIC",
4717 "DATA_TYPE_CHAR",
4718 "DATA_TYPE_VARCHAR",
4719 "DATA_TYPE_LONGVARCHAR",
4720 "DATA_TYPE_TIMESTAMP",
4721 "DATA_TYPE_NCHAR",
4722 "DATA_TYPE_NVARCHAR",
4723 "DATA_TYPE_LONGNVARCHAR",
4724 "DATA_TYPE_NULL",
4725 "DATA_TYPE_OTHER",
4726 "DATA_TYPE_JAVA_OBJECT",
4727 "DATA_TYPE_DISTINCT",
4728 "DATA_TYPE_STRUCT",
4729 "DATA_TYPE_ARRAY",
4730 "DATA_TYPE_CLOB",
4731 "DATA_TYPE_REF",
4732 "DATA_TYPE_DATALINK",
4733 "DATA_TYPE_ROWID",
4734 "DATA_TYPE_BINARY",
4735 "DATA_TYPE_VARBINARY",
4736 "DATA_TYPE_LONGVARBINARY",
4737 "DATA_TYPE_NCLOB",
4738 "DATA_TYPE_SQLXML",
4739 "DATA_TYPE_REF_CURSOR",
4740 "DATA_TYPE_TIME_WITH_TIMEZONE",
4741 "DATA_TYPE_TIMESTAMP_WITH_TIMEZONE"
4742 ],
4743 "enumDeprecated": [
4744 false,
4745 true,
4746 false,
4747 false,
4748 false,
4749 true,
4750 false,
4751 true,
4752 true,
4753 false,
4754 false,
4755 true,
4756 false,
4757 false,
4758 false,
4759 false,
4760 false,
4761 false,
4762 false,
4763 false,
4764 false,
4765 false,
4766 false,
4767 false,
4768 false,
4769 false,
4770 false,
4771 false,
4772 false,
4773 false,
4774 false,
4775 false,
4776 false,
4777 false,
4778 false,
4779 false,
4780 false,
4781 false,
4782 false,
4783 false,
4784 false,
4785 false,
4786 false,
4787 false,
4788 false
4789 ],
4790 "enumDescriptions": [
4791 "Data type is not specified.",
4792 "DEPRECATED! Use DATA_TYPE_INTEGER.",
4793 "Short integer(int16) data type.",
4794 "Double data type.",
4795 "Date data type.",
4796 "DEPRECATED! Use DATA_TYPE_TIMESTAMP.",
4797 "Time data type.",
4798 "DEPRECATED! Use DATA_TYPE_VARCHAR.",
4799 "DEPRECATED! Use DATA_TYPE_BIGINT.",
4800 "Boolean data type.",
4801 "Decimal data type.",
4802 "DEPRECATED! Use DATA_TYPE_VARCHAR.",
4803 "UNSUPPORTED! Binary data type.",
4804 "Bit data type.",
4805 "Small integer(int8) data type.",
4806 "Integer(int32) data type.",
4807 "Long integer(int64) data type.",
4808 "Float data type.",
4809 "Real data type.",
4810 "Numeric data type.",
4811 "Char data type.",
4812 "Varchar data type.",
4813 "Longvarchar data type.",
4814 "Timestamp data type.",
4815 "Nchar data type.",
4816 "Nvarchar data type.",
4817 "Longnvarchar data type.",
4818 "Null data type.",
4819 "UNSUPPORTED! Binary data type.",
4820 "UNSUPPORTED! Binary data type.",
4821 "UNSUPPORTED! Binary data type.",
4822 "UNSUPPORTED! Binary data type.",
4823 "UNSUPPORTED! Binary data type.",
4824 "UNSUPPORTED! Binary data type.",
4825 "UNSUPPORTED! Binary data type.",
4826 "UNSUPPORTED! Binary data type.",
4827 "UNSUPPORTED! Row id data type.",
4828 "UNSUPPORTED! Binary data type.",
4829 "UNSUPPORTED! Variable binary data type.",
4830 "UNSUPPORTED! Long variable binary data type.",
4831 "UNSUPPORTED! NCLOB data type.",
4832 "UNSUPPORTED! SQL XML data type is not supported.",
4833 "UNSUPPORTED! Cursor reference type is not supported.",
4834 "UNSUPPORTED! Use TIME or TIMESTAMP instead.",
4835 "UNSUPPORTED! Use TIMESTAMP instead."
4836 ],
4837 "type": "string"
4838 },
4839 "defaultValue": {
4840 "description": "The following field specifies the default value of the Parameter provided by the external system if a value is not provided.",
4841 "type": "any"
4842 },
4843 "description": {
4844 "description": "A brief description of the Parameter.",
4845 "type": "string"
4846 },
4847 "jsonSchema": {
4848 "$ref": "JsonSchema",
4849 "description": "JsonSchema representation of this action's parameter"
4850 },
4851 "nullable": {
4852 "description": "Specifies whether a null value is allowed.",
4853 "type": "boolean"
4854 },
4855 "parameter": {
4856 "description": "Name of the Parameter.",
4857 "type": "string"
4858 }
4859 },
4860 "type": "object"
4861 },
4862 "Instance": {
4863 "description": "Instance represents the interface for SLM services to actuate the state of control plane resources. Example Instance in JSON, where consumer-project-number=123456, producer-project-id=cloud-sql: ```json Instance: { \"name\": \"projects/123456/locations/us-east1/instances/prod-instance\", \"create_time\": { \"seconds\": 1526406431, }, \"labels\": { \"env\": \"prod\", \"foo\": \"bar\" }, \"state\": READY, \"software_versions\": { \"software_update\": \"cloud-sql-09-28-2018\", }, \"maintenance_policy_names\": { \"UpdatePolicy\": \"projects/123456/locations/us-east1/maintenancePolicies/prod-update-policy\", } \"tenant_project_id\": \"cloud-sql-test-tenant\", \"producer_metadata\": { \"cloud-sql-tier\": \"basic\", \"cloud-sql-instance-size\": \"1G\", }, \"provisioned_resources\": [ { \"resource-type\": \"compute-instance\", \"resource-url\": \"https://www.googleapis.com/compute/v1/projects/cloud-sql/zones/us-east1-b/instances/vm-1\", } ], \"maintenance_schedules\": { \"csa_rollout\": { \"start_time\": { \"seconds\": 1526406431, }, \"end_time\": { \"seconds\": 1535406431, }, }, \"ncsa_rollout\": { \"start_time\": { \"seconds\": 1526406431, }, \"end_time\": { \"seconds\": 1535406431, }, } }, \"consumer_defined_name\": \"my-sql-instance1\", } ``` LINT.IfChange",
4864 "id": "Instance",
4865 "properties": {
4866 "consumerDefinedName": {
4867 "description": "consumer_defined_name is the name of the instance set by the service consumers. Generally this is different from the `name` field which reperesents the system-assigned id of the instance which the service consumers do not recognize. This is a required field for tenants onboarding to Maintenance Window notifications (go/slm-rollout-maintenance-policies#prerequisites).",
4868 "type": "string"
4869 },
4870 "createTime": {
4871 "description": "Output only. Timestamp when the resource was created.",
4872 "format": "google-datetime",
4873 "readOnly": true,
4874 "type": "string"
4875 },
4876 "instanceType": {
4877 "description": "Optional. The instance_type of this instance of format: projects/{project_number}/locations/{location_id}/instanceTypes/{instance_type_id}. Instance Type represents a high-level tier or SKU of the service that this instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along with 'software_versions' to determine whether instance needs an update or not.",
4878 "type": "string"
4879 },
4880 "labels": {
4881 "additionalProperties": {
4882 "type": "string"
4883 },
4884 "description": "Optional. Resource labels to represent user provided metadata. Each label is a key-value pair, where both the key and the value are arbitrary strings provided by the user.",
4885 "type": "object"
4886 },
4887 "maintenancePolicyNames": {
4888 "additionalProperties": {
4889 "type": "string"
4890 },
4891 "description": "Optional. The MaintenancePolicies that have been attached to the instance. The key must be of the type name of the oneof policy name defined in MaintenancePolicy, and the referenced policy must define the same policy type. For details, please refer to go/mr-user-guide. Should not be set if maintenance_settings.maintenance_policies is set.",
4892 "type": "object"
4893 },
4894 "maintenanceSchedules": {
4895 "additionalProperties": {
4896 "$ref": "MaintenanceSchedule"
4897 },
4898 "description": "The MaintenanceSchedule contains the scheduling information of published maintenance schedule with same key as software_versions.",
4899 "type": "object"
4900 },
4901 "maintenanceSettings": {
4902 "$ref": "MaintenanceSettings",
4903 "description": "Optional. The MaintenanceSettings associated with instance."
4904 },
4905 "name": {
4906 "description": "Unique name of the resource. It uses the form: `projects/{project_number}/locations/{location_id}/instances/{instance_id}` Note: This name is passed, stored and logged across the rollout system. So use of consumer project_id or any other consumer PII in the name is strongly discouraged for wipeout (go/wipeout) compliance. See go/elysium/project_ids#storage-guidance for more details.",
4907 "type": "string"
4908 },
4909 "notificationParameters": {
4910 "additionalProperties": {
4911 "$ref": "NotificationParameter"
4912 },
4913 "description": "Optional. notification_parameter are information that service producers may like to include that is not relevant to Rollout. This parameter will only be passed to Gamma and Cloud Logging for notification/logging purpose.",
4914 "type": "object"
4915 },
4916 "producerMetadata": {
4917 "additionalProperties": {
4918 "type": "string"
4919 },
4920 "description": "Output only. Custom string attributes used primarily to expose producer-specific information in monitoring dashboards. See go/get-instance-metadata.",
4921 "readOnly": true,
4922 "type": "object"
4923 },
4924 "provisionedResources": {
4925 "description": "Output only. The list of data plane resources provisioned for this instance, e.g. compute VMs. See go/get-instance-metadata.",
4926 "items": {
4927 "$ref": "ProvisionedResource"
4928 },
4929 "readOnly": true,
4930 "type": "array"
4931 },
4932 "slmInstanceTemplate": {
4933 "description": "Link to the SLM instance template. Only populated when updating SLM instances via SSA's Actuation service adaptor. Service producers with custom control plane (e.g. Cloud SQL) doesn't need to populate this field. Instead they should use software_versions.",
4934 "type": "string"
4935 },
4936 "sloMetadata": {
4937 "$ref": "SloMetadata",
4938 "description": "Output only. SLO metadata for instance classification in the Standardized dataplane SLO platform. See go/cloud-ssa-standard-slo for feature description.",
4939 "readOnly": true
4940 },
4941 "softwareVersions": {
4942 "additionalProperties": {
4943 "type": "string"
4944 },
4945 "description": "Software versions that are used to deploy this instance. This can be mutated by rollout services.",
4946 "type": "object"
4947 },
4948 "state": {
4949 "description": "Output only. Current lifecycle state of the resource (e.g. if it's being created or ready to use).",
4950 "enum": [
4951 "STATE_UNSPECIFIED",
4952 "CREATING",
4953 "READY",
4954 "UPDATING",
4955 "REPAIRING",
4956 "DELETING",
4957 "ERROR"
4958 ],
4959 "enumDescriptions": [
4960 "Unspecified state.",
4961 "Instance is being created.",
4962 "Instance has been created and is ready to use.",
4963 "Instance is being updated.",
4964 "Instance is unheathy and under repair.",
4965 "Instance is being deleted.",
4966 "Instance encountered an error and is in indeterministic state."
4967 ],
4968 "readOnly": true,
4969 "type": "string"
4970 },
4971 "tenantProjectId": {
4972 "description": "Output only. ID of the associated GCP tenant project. See go/get-instance-metadata.",
4973 "readOnly": true,
4974 "type": "string"
4975 },
4976 "updateTime": {
4977 "description": "Output only. Timestamp when the resource was last modified.",
4978 "format": "google-datetime",
4979 "readOnly": true,
4980 "type": "string"
4981 }
4982 },
4983 "type": "object"
4984 },
4985 "JMS": {
4986 "description": "JMS message denotes the source of the event",
4987 "id": "JMS",
4988 "properties": {
4989 "name": {
4990 "description": "Optional. Name of the JMS source. i.e. queueName or topicName",
4991 "type": "string"
4992 },
4993 "type": {
4994 "description": "Optional. Type of the JMS Source. i.e. Queue or Topic",
4995 "enum": [
4996 "TYPE_UNSPECIFIED",
4997 "QUEUE",
4998 "TOPIC"
4999 ],
5000 "enumDescriptions": [
5001 "Default state.",
5002 "JMS Queue.",
5003 "JMS Topic."
5004 ],
5005 "type": "string"
5006 }
5007 },
5008 "type": "object"
5009 },
5010 "JsonSchema": {
5011 "description": "JsonSchema representation of schema metadata",
5012 "id": "JsonSchema",
5013 "properties": {
5014 "default": {
5015 "description": "The default value of the field or object described by this schema.",
5016 "type": "any"
5017 },
5018 "description": {
5019 "description": "A description of this schema.",
5020 "type": "string"
5021 },
5022 "enum": {
5023 "description": "Possible values for an enumeration. This works in conjunction with `type` to represent types with a fixed set of legal values",
5024 "items": {
5025 "type": "any"
5026 },
5027 "type": "array"
5028 },
5029 "format": {
5030 "description": "Format of the value as per https://json-schema.org/understanding-json-schema/reference/string.html#format",
5031 "type": "string"
5032 },
5033 "items": {
5034 "$ref": "JsonSchema",
5035 "description": "Schema that applies to array values, applicable only if this is of type `array`."
5036 },
5037 "jdbcType": {
5038 "description": "JDBC datatype of the field.",
5039 "enum": [
5040 "DATA_TYPE_UNSPECIFIED",
5041 "DATA_TYPE_INT",
5042 "DATA_TYPE_SMALLINT",
5043 "DATA_TYPE_DOUBLE",
5044 "DATA_TYPE_DATE",
5045 "DATA_TYPE_DATETIME",
5046 "DATA_TYPE_TIME",
5047 "DATA_TYPE_STRING",
5048 "DATA_TYPE_LONG",
5049 "DATA_TYPE_BOOLEAN",
5050 "DATA_TYPE_DECIMAL",
5051 "DATA_TYPE_UUID",
5052 "DATA_TYPE_BLOB",
5053 "DATA_TYPE_BIT",
5054 "DATA_TYPE_TINYINT",
5055 "DATA_TYPE_INTEGER",
5056 "DATA_TYPE_BIGINT",
5057 "DATA_TYPE_FLOAT",
5058 "DATA_TYPE_REAL",
5059 "DATA_TYPE_NUMERIC",
5060 "DATA_TYPE_CHAR",
5061 "DATA_TYPE_VARCHAR",
5062 "DATA_TYPE_LONGVARCHAR",
5063 "DATA_TYPE_TIMESTAMP",
5064 "DATA_TYPE_NCHAR",
5065 "DATA_TYPE_NVARCHAR",
5066 "DATA_TYPE_LONGNVARCHAR",
5067 "DATA_TYPE_NULL",
5068 "DATA_TYPE_OTHER",
5069 "DATA_TYPE_JAVA_OBJECT",
5070 "DATA_TYPE_DISTINCT",
5071 "DATA_TYPE_STRUCT",
5072 "DATA_TYPE_ARRAY",
5073 "DATA_TYPE_CLOB",
5074 "DATA_TYPE_REF",
5075 "DATA_TYPE_DATALINK",
5076 "DATA_TYPE_ROWID",
5077 "DATA_TYPE_BINARY",
5078 "DATA_TYPE_VARBINARY",
5079 "DATA_TYPE_LONGVARBINARY",
5080 "DATA_TYPE_NCLOB",
5081 "DATA_TYPE_SQLXML",
5082 "DATA_TYPE_REF_CURSOR",
5083 "DATA_TYPE_TIME_WITH_TIMEZONE",
5084 "DATA_TYPE_TIMESTAMP_WITH_TIMEZONE"
5085 ],
5086 "enumDeprecated": [
5087 false,
5088 true,
5089 false,
5090 false,
5091 false,
5092 true,
5093 false,
5094 true,
5095 true,
5096 false,
5097 false,
5098 true,
5099 false,
5100 false,
5101 false,
5102 false,
5103 false,
5104 false,
5105 false,
5106 false,
5107 false,
5108 false,
5109 false,
5110 false,
5111 false,
5112 false,
5113 false,
5114 false,
5115 false,
5116 false,
5117 false,
5118 false,
5119 false,
5120 false,
5121 false,
5122 false,
5123 false,
5124 false,
5125 false,
5126 false,
5127 false,
5128 false,
5129 false,
5130 false,
5131 false
5132 ],
5133 "enumDescriptions": [
5134 "Data type is not specified.",
5135 "DEPRECATED! Use DATA_TYPE_INTEGER.",
5136 "Short integer(int16) data type.",
5137 "Double data type.",
5138 "Date data type.",
5139 "DEPRECATED! Use DATA_TYPE_TIMESTAMP.",
5140 "Time data type.",
5141 "DEPRECATED! Use DATA_TYPE_VARCHAR.",
5142 "DEPRECATED! Use DATA_TYPE_BIGINT.",
5143 "Boolean data type.",
5144 "Decimal data type.",
5145 "DEPRECATED! Use DATA_TYPE_VARCHAR.",
5146 "UNSUPPORTED! Binary data type.",
5147 "Bit data type.",
5148 "Small integer(int8) data type.",
5149 "Integer(int32) data type.",
5150 "Long integer(int64) data type.",
5151 "Float data type.",
5152 "Real data type.",
5153 "Numeric data type.",
5154 "Char data type.",
5155 "Varchar data type.",
5156 "Longvarchar data type.",
5157 "Timestamp data type.",
5158 "Nchar data type.",
5159 "Nvarchar data type.",
5160 "Longnvarchar data type.",
5161 "Null data type.",
5162 "UNSUPPORTED! Binary data type.",
5163 "UNSUPPORTED! Binary data type.",
5164 "UNSUPPORTED! Binary data type.",
5165 "UNSUPPORTED! Binary data type.",
5166 "UNSUPPORTED! Binary data type.",
5167 "UNSUPPORTED! Binary data type.",
5168 "UNSUPPORTED! Binary data type.",
5169 "UNSUPPORTED! Binary data type.",
5170 "UNSUPPORTED! Row id data type.",
5171 "UNSUPPORTED! Binary data type.",
5172 "UNSUPPORTED! Variable binary data type.",
5173 "UNSUPPORTED! Long variable binary data type.",
5174 "UNSUPPORTED! NCLOB data type.",
5175 "UNSUPPORTED! SQL XML data type is not supported.",
5176 "UNSUPPORTED! Cursor reference type is not supported.",
5177 "UNSUPPORTED! Use TIME or TIMESTAMP instead.",
5178 "UNSUPPORTED! Use TIMESTAMP instead."
5179 ],
5180 "type": "string"
5181 },
5182 "properties": {
5183 "additionalProperties": {
5184 "$ref": "JsonSchema"
5185 },
5186 "description": "The child schemas, applicable only if this is of type `object`. The key is the name of the property and the value is the json schema that describes that property",
5187 "type": "object"
5188 },
5189 "required": {
5190 "description": "Whether this property is required.",
5191 "items": {
5192 "type": "string"
5193 },
5194 "type": "array"
5195 },
5196 "type": {
5197 "description": "JSON Schema Validation: A Vocabulary for Structural Validation of JSON",
5198 "items": {
5199 "type": "string"
5200 },
5201 "type": "array"
5202 }
5203 },
5204 "type": "object"
5205 },
5206 "JwtClaims": {
5207 "description": "JWT claims used for the jwt-bearer authorization grant.",
5208 "id": "JwtClaims",
5209 "properties": {
5210 "audience": {
5211 "description": "Value for the \"aud\" claim.",
5212 "type": "string"
5213 },
5214 "issuer": {
5215 "description": "Value for the \"iss\" claim.",
5216 "type": "string"
5217 },
5218 "subject": {
5219 "description": "Value for the \"sub\" claim.",
5220 "type": "string"
5221 }
5222 },
5223 "type": "object"
5224 },
5225 "ListActionsResponse": {
5226 "description": "Response message for ListActions API",
5227 "id": "ListActionsResponse",
5228 "properties": {
5229 "actions": {
5230 "description": "list of actions",
5231 "items": {
5232 "$ref": "RuntimeActionSchema"
5233 },
5234 "type": "array"
5235 },
5236 "nextPageToken": {
5237 "description": "token for next page",
5238 "type": "string"
5239 }
5240 },
5241 "type": "object"
5242 },
5243 "ListConnectionsResponse": {
5244 "description": "Response message for ConnectorsService.ListConnections",
5245 "id": "ListConnectionsResponse",
5246 "properties": {
5247 "connections": {
5248 "description": "Connections.",
5249 "items": {
5250 "$ref": "Connection"
5251 },
5252 "type": "array"
5253 },
5254 "nextPageToken": {
5255 "description": "Next page token.",
5256 "type": "string"
5257 },
5258 "unreachable": {
5259 "description": "Locations that could not be reached.",
5260 "items": {
5261 "type": "string"
5262 },
5263 "type": "array"
5264 }
5265 },
5266 "type": "object"
5267 },
5268 "ListConnectorVersionsResponse": {
5269 "description": "Response message for Connectors.ListConnectorVersions.",
5270 "id": "ListConnectorVersionsResponse",
5271 "properties": {
5272 "connectorVersions": {
5273 "description": "A list of connector versions.",
5274 "items": {
5275 "$ref": "ConnectorVersion"
5276 },
5277 "type": "array"
5278 },
5279 "nextPageToken": {
5280 "description": "Next page token.",
5281 "type": "string"
5282 },
5283 "unreachable": {
5284 "description": "Locations that could not be reached.",
5285 "items": {
5286 "type": "string"
5287 },
5288 "type": "array"
5289 }
5290 },
5291 "type": "object"
5292 },
5293 "ListConnectorsResponse": {
5294 "description": "Response message for Connectors.ListConnectors.",
5295 "id": "ListConnectorsResponse",
5296 "properties": {
5297 "connectors": {
5298 "description": "A list of connectors.",
5299 "items": {
5300 "$ref": "Connector"
5301 },
5302 "type": "array"
5303 },
5304 "nextPageToken": {
5305 "description": "Next page token.",
5306 "type": "string"
5307 },
5308 "unreachable": {
5309 "description": "Locations that could not be reached.",
5310 "items": {
5311 "type": "string"
5312 },
5313 "type": "array"
5314 }
5315 },
5316 "type": "object"
5317 },
5318 "ListCustomConnectorVersionsResponse": {
5319 "description": "Response message for Connectors.ListCustomConnectorVersions.",
5320 "id": "ListCustomConnectorVersionsResponse",
5321 "properties": {
5322 "customConnectorVersions": {
5323 "description": "A list of connector versions.",
5324 "items": {
5325 "$ref": "CustomConnectorVersion"
5326 },
5327 "type": "array"
5328 },
5329 "nextPageToken": {
5330 "description": "Next page token.",
5331 "type": "string"
5332 },
5333 "unreachable": {
5334 "description": "Locations that could not be reached.",
5335 "items": {
5336 "type": "string"
5337 },
5338 "type": "array"
5339 }
5340 },
5341 "type": "object"
5342 },
5343 "ListCustomConnectorsResponse": {
5344 "description": "Response message for Connectors.ListCustomConnectors.",
5345 "id": "ListCustomConnectorsResponse",
5346 "properties": {
5347 "customConnectors": {
5348 "description": "A list of customConnectors.",
5349 "items": {
5350 "$ref": "CustomConnector"
5351 },
5352 "type": "array"
5353 },
5354 "nextPageToken": {
5355 "description": "Next page token.",
5356 "type": "string"
5357 },
5358 "unreachable": {
5359 "description": "Locations that could not be reached.",
5360 "items": {
5361 "type": "string"
5362 },
5363 "type": "array"
5364 }
5365 },
5366 "type": "object"
5367 },
5368 "ListEndpointAttachmentsResponse": {
5369 "description": "Response message for ConnectorsService.ListEndpointAttachments",
5370 "id": "ListEndpointAttachmentsResponse",
5371 "properties": {
5372 "endpointAttachments": {
5373 "description": "EndpointAttachments.",
5374 "items": {
5375 "$ref": "EndpointAttachment"
5376 },
5377 "type": "array"
5378 },
5379 "nextPageToken": {
5380 "description": "Next page token.",
5381 "type": "string"
5382 },
5383 "unreachable": {
5384 "description": "Locations that could not be reached.",
5385 "items": {
5386 "type": "string"
5387 },
5388 "type": "array"
5389 }
5390 },
5391 "type": "object"
5392 },
5393 "ListEntityTypesResponse": {
5394 "description": "Response message for ListEntityTypes API",
5395 "id": "ListEntityTypesResponse",
5396 "properties": {
5397 "entityTypes": {
5398 "description": "list of entity types",
5399 "items": {
5400 "$ref": "RuntimeEntitySchema"
5401 },
5402 "type": "array"
5403 },
5404 "nextPageToken": {
5405 "description": "token for next page",
5406 "type": "string"
5407 }
5408 },
5409 "type": "object"
5410 },
5411 "ListEventSubscriptionsResponse": {
5412 "description": "Response message for ConnectorsService.ListEventSubscriptions",
5413 "id": "ListEventSubscriptionsResponse",
5414 "properties": {
5415 "eventSubscriptions": {
5416 "description": "Subscriptions.",
5417 "items": {
5418 "$ref": "EventSubscription"
5419 },
5420 "type": "array"
5421 },
5422 "nextPageToken": {
5423 "description": "Next page token.",
5424 "type": "string"
5425 },
5426 "unreachable": {
5427 "description": "Locations that could not be reached.",
5428 "items": {
5429 "type": "string"
5430 },
5431 "type": "array"
5432 }
5433 },
5434 "type": "object"
5435 },
5436 "ListEventTypesResponse": {
5437 "description": "Response message for Connectors.ListEventTypes.",
5438 "id": "ListEventTypesResponse",
5439 "properties": {
5440 "eventTypes": {
5441 "description": "A list of connector versions.",
5442 "items": {
5443 "$ref": "EventType"
5444 },
5445 "type": "array"
5446 },
5447 "nextPageToken": {
5448 "description": "Next page token.",
5449 "type": "string"
5450 }
5451 },
5452 "type": "object"
5453 },
5454 "ListLocationsResponse": {
5455 "description": "The response message for Locations.ListLocations.",
5456 "id": "ListLocationsResponse",
5457 "properties": {
5458 "locations": {
5459 "description": "A list of locations that matches the specified filter in the request.",
5460 "items": {
5461 "$ref": "Location"
5462 },
5463 "type": "array"
5464 },
5465 "nextPageToken": {
5466 "description": "The standard List next-page token.",
5467 "type": "string"
5468 }
5469 },
5470 "type": "object"
5471 },
5472 "ListManagedZonesResponse": {
5473 "description": "Response message for ConnectorsService.ListManagedZones",
5474 "id": "ListManagedZonesResponse",
5475 "properties": {
5476 "managedZones": {
5477 "description": "ManagedZones.",
5478 "items": {
5479 "$ref": "ManagedZone"
5480 },
5481 "type": "array"
5482 },
5483 "nextPageToken": {
5484 "description": "Next page token.",
5485 "type": "string"
5486 }
5487 },
5488 "type": "object"
5489 },
5490 "ListOperationsResponse": {
5491 "description": "The response message for Operations.ListOperations.",
5492 "id": "ListOperationsResponse",
5493 "properties": {
5494 "nextPageToken": {
5495 "description": "The standard List next-page token.",
5496 "type": "string"
5497 },
5498 "operations": {
5499 "description": "A list of operations that matches the specified filter in the request.",
5500 "items": {
5501 "$ref": "Operation"
5502 },
5503 "type": "array"
5504 }
5505 },
5506 "type": "object"
5507 },
5508 "ListProvidersResponse": {
5509 "description": "Response message for Connectors.ListProviders.",
5510 "id": "ListProvidersResponse",
5511 "properties": {
5512 "nextPageToken": {
5513 "description": "Next page token.",
5514 "type": "string"
5515 },
5516 "providers": {
5517 "description": "A list of providers.",
5518 "items": {
5519 "$ref": "Provider"
5520 },
5521 "type": "array"
5522 },
5523 "unreachable": {
5524 "description": "Locations that could not be reached.",
5525 "items": {
5526 "type": "string"
5527 },
5528 "type": "array"
5529 }
5530 },
5531 "type": "object"
5532 },
5533 "ListRuntimeActionSchemasResponse": {
5534 "description": "Response message for ConnectorsService.ListRuntimeActionSchemas.",
5535 "id": "ListRuntimeActionSchemasResponse",
5536 "properties": {
5537 "nextPageToken": {
5538 "description": "Next page token.",
5539 "type": "string"
5540 },
5541 "runtimeActionSchemas": {
5542 "description": "Runtime action schemas.",
5543 "items": {
5544 "$ref": "RuntimeActionSchema"
5545 },
5546 "type": "array"
5547 }
5548 },
5549 "type": "object"
5550 },
5551 "ListRuntimeEntitySchemasResponse": {
5552 "description": "Response message for ConnectorsService.ListRuntimeEntitySchemas.",
5553 "id": "ListRuntimeEntitySchemasResponse",
5554 "properties": {
5555 "nextPageToken": {
5556 "description": "Next page token.",
5557 "type": "string"
5558 },
5559 "runtimeEntitySchemas": {
5560 "description": "Runtime entity schemas.",
5561 "items": {
5562 "$ref": "RuntimeEntitySchema"
5563 },
5564 "type": "array"
5565 }
5566 },
5567 "type": "object"
5568 },
5569 "ListenEventRequest": {
5570 "description": "Expected request for ListenEvent API.",
5571 "id": "ListenEventRequest",
5572 "properties": {
5573 "payload": {
5574 "additionalProperties": {
5575 "description": "Properties of the object.",
5576 "type": "any"
5577 },
5578 "description": "Optional. Request payload.",
5579 "type": "object"
5580 }
5581 },
5582 "type": "object"
5583 },
5584 "ListenEventResponse": {
5585 "description": "Expected response for ListenEvent API.",
5586 "id": "ListenEventResponse",
5587 "properties": {},
5588 "type": "object"
5589 },
5590 "Location": {
5591 "description": "A resource that represents a Google Cloud location.",
5592 "id": "Location",
5593 "properties": {
5594 "displayName": {
5595 "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
5596 "type": "string"
5597 },
5598 "labels": {
5599 "additionalProperties": {
5600 "type": "string"
5601 },
5602 "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
5603 "type": "object"
5604 },
5605 "locationId": {
5606 "description": "The canonical id for this location. For example: `\"us-east1\"`.",
5607 "type": "string"
5608 },
5609 "metadata": {
5610 "additionalProperties": {
5611 "description": "Properties of the object. Contains field @type with type URL.",
5612 "type": "any"
5613 },
5614 "description": "Service-specific metadata. For example the available capacity at the given location.",
5615 "type": "object"
5616 },
5617 "name": {
5618 "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
5619 "type": "string"
5620 }
5621 },
5622 "type": "object"
5623 },
5624 "LockConfig": {
5625 "description": "Determines whether or no a connection is locked. If locked, a reason must be specified.",
5626 "id": "LockConfig",
5627 "properties": {
5628 "locked": {
5629 "description": "Indicates whether or not the connection is locked.",
5630 "type": "boolean"
5631 },
5632 "reason": {
5633 "description": "Describes why a connection is locked.",
5634 "type": "string"
5635 }
5636 },
5637 "type": "object"
5638 },
5639 "LogicalExpression": {
5640 "description": "Struct for representing boolean expressions.",
5641 "id": "LogicalExpression",
5642 "properties": {
5643 "fieldComparisons": {
5644 "description": "A list of fields to be compared.",
5645 "items": {
5646 "$ref": "FieldComparison"
5647 },
5648 "type": "array"
5649 },
5650 "logicalExpressions": {
5651 "description": "A list of nested conditions to be compared.",
5652 "items": {
5653 "$ref": "LogicalExpression"
5654 },
5655 "type": "array"
5656 },
5657 "logicalOperator": {
5658 "description": "The logical operator to use between the fields and conditions.",
5659 "enum": [
5660 "OPERATOR_UNSPECIFIED",
5661 "AND",
5662 "OR"
5663 ],
5664 "enumDescriptions": [
5665 "The default value.",
5666 "AND operator; The conditions must all be true.",
5667 "OR operator; At least one of the conditions must be true."
5668 ],
5669 "type": "string"
5670 }
5671 },
5672 "type": "object"
5673 },
5674 "MaintenancePolicy": {
5675 "description": "Defines policies to service maintenance events.",
5676 "id": "MaintenancePolicy",
5677 "properties": {
5678 "createTime": {
5679 "description": "Output only. The time when the resource was created.",
5680 "format": "google-datetime",
5681 "type": "string"
5682 },
5683 "description": {
5684 "description": "Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.",
5685 "type": "string"
5686 },
5687 "labels": {
5688 "additionalProperties": {
5689 "type": "string"
5690 },
5691 "description": "Optional. Resource labels to represent user provided metadata. Each label is a key-value pair, where both the key and the value are arbitrary strings provided by the user.",
5692 "type": "object"
5693 },
5694 "name": {
5695 "description": "Required. MaintenancePolicy name using the form: `projects/{project_id}/locations/{location_id}/maintenancePolicies/{maintenance_policy_id}` where {project_id} refers to a GCP consumer project ID, {location_id} refers to a GCP region/zone, {maintenance_policy_id} must be 1-63 characters long and match the regular expression `[a-z0-9]([-a-z0-9]*[a-z0-9])?`.",
5696 "type": "string"
5697 },
5698 "state": {
5699 "description": "Optional. The state of the policy.",
5700 "enum": [
5701 "STATE_UNSPECIFIED",
5702 "READY",
5703 "DELETING"
5704 ],
5705 "enumDescriptions": [
5706 "Unspecified state.",
5707 "Resource is ready to be used.",
5708 "Resource is being deleted. It can no longer be attached to instances."
5709 ],
5710 "type": "string"
5711 },
5712 "updatePolicy": {
5713 "$ref": "UpdatePolicy",
5714 "description": "Maintenance policy applicable to instance update."
5715 },
5716 "updateTime": {
5717 "description": "Output only. The time when the resource was updated.",
5718 "format": "google-datetime",
5719 "type": "string"
5720 }
5721 },
5722 "type": "object"
5723 },
5724 "MaintenanceSchedule": {
5725 "description": "Maintenance schedule which is exposed to customer and potentially end user, indicating published upcoming future maintenance schedule",
5726 "id": "MaintenanceSchedule",
5727 "properties": {
5728 "canReschedule": {
5729 "deprecated": true,
5730 "description": "This field is deprecated, and will be always set to true since reschedule can happen multiple times now. This field should not be removed until all service producers remove this for their customers.",
5731 "type": "boolean"
5732 },
5733 "endTime": {
5734 "description": "The scheduled end time for the maintenance.",
5735 "format": "google-datetime",
5736 "type": "string"
5737 },
5738 "rolloutManagementPolicy": {
5739 "description": "The rollout management policy this maintenance schedule is associated with. When doing reschedule update request, the reschedule should be against this given policy.",
5740 "type": "string"
5741 },
5742 "scheduleDeadlineTime": {
5743 "description": "schedule_deadline_time is the time deadline any schedule start time cannot go beyond, including reschedule. It's normally the initial schedule start time plus maintenance window length (1 day or 1 week). Maintenance cannot be scheduled to start beyond this deadline.",
5744 "format": "google-datetime",
5745 "type": "string"
5746 },
5747 "startTime": {
5748 "description": "The scheduled start time for the maintenance.",
5749 "format": "google-datetime",
5750 "type": "string"
5751 }
5752 },
5753 "type": "object"
5754 },
5755 "MaintenanceSettings": {
5756 "description": "Maintenance settings associated with instance. Allows service producers and end users to assign settings that controls maintenance on this instance.",
5757 "id": "MaintenanceSettings",
5758 "properties": {
5759 "exclude": {
5760 "description": "Optional. Exclude instance from maintenance. When true, rollout service will not attempt maintenance on the instance. Rollout service will include the instance in reported rollout progress as not attempted.",
5761 "type": "boolean"
5762 },
5763 "isRollback": {
5764 "description": "Optional. If the update call is triggered from rollback, set the value as true.",
5765 "type": "boolean"
5766 },
5767 "maintenancePolicies": {
5768 "additionalProperties": {
5769 "$ref": "MaintenancePolicy"
5770 },
5771 "description": "Optional. The MaintenancePolicies that have been attached to the instance. The key must be of the type name of the oneof policy name defined in MaintenancePolicy, and the embedded policy must define the same policy type. For details, please refer to go/mr-user-guide. Should not be set if maintenance_policy_names is set. If only the name is needed, then only populate MaintenancePolicy.name.",
5772 "type": "object"
5773 }
5774 },
5775 "type": "object"
5776 },
5777 "MaintenanceWindow": {
5778 "description": "MaintenanceWindow definition.",
5779 "id": "MaintenanceWindow",
5780 "properties": {
5781 "dailyCycle": {
5782 "$ref": "DailyCycle",
5783 "description": "Daily cycle."
5784 },
5785 "weeklyCycle": {
5786 "$ref": "WeeklyCycle",
5787 "description": "Weekly cycle."
5788 }
5789 },
5790 "type": "object"
5791 },
5792 "ManagedZone": {
5793 "description": "represents the Connector's Managed Zone resource",
5794 "id": "ManagedZone",
5795 "properties": {
5796 "createTime": {
5797 "description": "Output only. Created time.",
5798 "format": "google-datetime",
5799 "readOnly": true,
5800 "type": "string"
5801 },
5802 "description": {
5803 "description": "Optional. Description of the resource.",
5804 "type": "string"
5805 },
5806 "dns": {
5807 "description": "Required. DNS Name of the resource",
5808 "type": "string"
5809 },
5810 "labels": {
5811 "additionalProperties": {
5812 "type": "string"
5813 },
5814 "description": "Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources",
5815 "type": "object"
5816 },
5817 "name": {
5818 "description": "Output only. Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}",
5819 "readOnly": true,
5820 "type": "string"
5821 },
5822 "targetProject": {
5823 "description": "Required. The name of the Target Project",
5824 "type": "string"
5825 },
5826 "targetVpc": {
5827 "description": "Required. The name of the Target Project VPC Network",
5828 "type": "string"
5829 },
5830 "updateTime": {
5831 "description": "Output only. Updated time.",
5832 "format": "google-datetime",
5833 "readOnly": true,
5834 "type": "string"
5835 }
5836 },
5837 "type": "object"
5838 },
5839 "NetworkConfig": {
5840 "description": "Regional Network Config.",
5841 "id": "NetworkConfig",
5842 "properties": {
5843 "egressIps": {
5844 "description": "Output only. Egress IPs",
5845 "items": {
5846 "type": "string"
5847 },
5848 "readOnly": true,
5849 "type": "array"
5850 },
5851 "egressMode": {
5852 "description": "Optional. Egress mode for the network.",
5853 "enum": [
5854 "NETWORK_EGRESS_MODE_UNSPECIFIED",
5855 "AUTO_IP",
5856 "STATIC_IP"
5857 ],
5858 "enumDescriptions": [
5859 "Egress mode unspecified.",
5860 "Network egress through auto assigned IPs.",
5861 "Network egress through static IPs."
5862 ],
5863 "type": "string"
5864 }
5865 },
5866 "type": "object"
5867 },
5868 "NodeConfig": {
5869 "description": "Node configuration for the connection.",
5870 "id": "NodeConfig",
5871 "properties": {
5872 "maxNodeCount": {
5873 "description": "Maximum number of nodes in the runtime nodes.",
5874 "format": "int32",
5875 "type": "integer"
5876 },
5877 "minNodeCount": {
5878 "description": "Minimum number of nodes in the runtime nodes.",
5879 "format": "int32",
5880 "type": "integer"
5881 }
5882 },
5883 "type": "object"
5884 },
5885 "NodeSloMetadata": {
5886 "description": "Node information for custom per-node SLO implementations. SSA does not support per-node SLO, but producers can populate per-node information in SloMetadata for custom precomputations. SSA Eligibility Exporter will emit per-node metric based on this information.",
5887 "id": "NodeSloMetadata",
5888 "properties": {
5889 "location": {
5890 "description": "The location of the node, if different from instance location.",
5891 "type": "string"
5892 },
5893 "nodeId": {
5894 "description": "The id of the node. This should be equal to SaasInstanceNode.node_id.",
5895 "type": "string"
5896 },
5897 "perSliEligibility": {
5898 "$ref": "PerSliSloEligibility",
5899 "description": "If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs."
5900 }
5901 },
5902 "type": "object"
5903 },
5904 "NotificationParameter": {
5905 "description": "Contains notification related data.",
5906 "id": "NotificationParameter",
5907 "properties": {
5908 "values": {
5909 "description": "Optional. Array of string values. e.g. instance's replica information.",
5910 "items": {
5911 "type": "string"
5912 },
5913 "type": "array"
5914 }
5915 },
5916 "type": "object"
5917 },
5918 "Oauth2AuthCodeFlow": {
5919 "description": "Parameters to support Oauth 2.0 Auth Code Grant Authentication. See https://www.rfc-editor.org/rfc/rfc6749#section-1.3.1 for more details.",
5920 "id": "Oauth2AuthCodeFlow",
5921 "properties": {
5922 "authCode": {
5923 "description": "Authorization code to be exchanged for access and refresh tokens.",
5924 "type": "string"
5925 },
5926 "authUri": {
5927 "description": "Auth URL for Authorization Code Flow",
5928 "type": "string"
5929 },
5930 "clientId": {
5931 "description": "Client ID for user-provided OAuth app.",
5932 "type": "string"
5933 },
5934 "clientSecret": {
5935 "$ref": "Secret",
5936 "description": "Client secret for user-provided OAuth app."
5937 },
5938 "enablePkce": {
5939 "description": "Whether to enable PKCE when the user performs the auth code flow.",
5940 "type": "boolean"
5941 },
5942 "pkceVerifier": {
5943 "description": "PKCE verifier to be used during the auth code exchange.",
5944 "type": "string"
5945 },
5946 "redirectUri": {
5947 "description": "Redirect URI to be provided during the auth code exchange.",
5948 "type": "string"
5949 },
5950 "scopes": {
5951 "description": "Scopes the connection will request when the user performs the auth code flow.",
5952 "items": {
5953 "type": "string"
5954 },
5955 "type": "array"
5956 }
5957 },
5958 "type": "object"
5959 },
5960 "Oauth2ClientCredentials": {
5961 "description": "Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.",
5962 "id": "Oauth2ClientCredentials",
5963 "properties": {
5964 "clientId": {
5965 "description": "The client identifier.",
5966 "type": "string"
5967 },
5968 "clientSecret": {
5969 "$ref": "Secret",
5970 "description": "Secret version reference containing the client secret."
5971 }
5972 },
5973 "type": "object"
5974 },
5975 "Oauth2JwtBearer": {
5976 "description": "Parameters to support JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication. See https://tools.ietf.org/html/rfc7523 for more details.",
5977 "id": "Oauth2JwtBearer",
5978 "properties": {
5979 "clientKey": {
5980 "$ref": "Secret",
5981 "description": "Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as: `projects/*/secrets/*/versions/*`."
5982 },
5983 "jwtClaims": {
5984 "$ref": "JwtClaims",
5985 "description": "JwtClaims providers fields to generate the token."
5986 }
5987 },
5988 "type": "object"
5989 },
5990 "Operation": {
5991 "description": "This resource represents a long-running operation that is the result of a network API call.",
5992 "id": "Operation",
5993 "properties": {
5994 "done": {
5995 "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
5996 "type": "boolean"
5997 },
5998 "error": {
5999 "$ref": "Status",
6000 "description": "The error result of the operation in case of failure or cancellation."
6001 },
6002 "metadata": {
6003 "additionalProperties": {
6004 "description": "Properties of the object. Contains field @type with type URL.",
6005 "type": "any"
6006 },
6007 "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
6008 "type": "object"
6009 },
6010 "name": {
6011 "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
6012 "type": "string"
6013 },
6014 "response": {
6015 "additionalProperties": {
6016 "description": "Properties of the object. Contains field @type with type URL.",
6017 "type": "any"
6018 },
6019 "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
6020 "type": "object"
6021 }
6022 },
6023 "type": "object"
6024 },
6025 "OperationMetadata": {
6026 "description": "Represents the metadata of the long-running operation.",
6027 "id": "OperationMetadata",
6028 "properties": {
6029 "apiVersion": {
6030 "description": "Output only. API version used to start the operation.",
6031 "readOnly": true,
6032 "type": "string"
6033 },
6034 "createTime": {
6035 "description": "Output only. The time the operation was created.",
6036 "format": "google-datetime",
6037 "readOnly": true,
6038 "type": "string"
6039 },
6040 "endTime": {
6041 "description": "Output only. The time the operation finished running.",
6042 "format": "google-datetime",
6043 "readOnly": true,
6044 "type": "string"
6045 },
6046 "requestedCancellation": {
6047 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
6048 "readOnly": true,
6049 "type": "boolean"
6050 },
6051 "statusMessage": {
6052 "description": "Output only. Human-readable status of the operation, if any.",
6053 "readOnly": true,
6054 "type": "string"
6055 },
6056 "target": {
6057 "description": "Output only. Server-defined resource path for the target of the operation.",
6058 "readOnly": true,
6059 "type": "string"
6060 },
6061 "verb": {
6062 "description": "Output only. Name of the verb executed by the operation.",
6063 "readOnly": true,
6064 "type": "string"
6065 }
6066 },
6067 "type": "object"
6068 },
6069 "PerSliSloEligibility": {
6070 "description": "PerSliSloEligibility is a mapping from an SLI name to eligibility.",
6071 "id": "PerSliSloEligibility",
6072 "properties": {
6073 "eligibilities": {
6074 "additionalProperties": {
6075 "$ref": "SloEligibility"
6076 },
6077 "description": "An entry in the eligibilities map specifies an eligibility for a particular SLI for the given instance. The SLI key in the name must be a valid SLI name specified in the Eligibility Exporter binary flags otherwise an error will be emitted by Eligibility Exporter and the oncaller will be alerted. If an SLI has been defined in the binary flags but the eligibilities map does not contain it, the corresponding SLI time series will not be emitted by the Eligibility Exporter. This ensures a smooth rollout and compatibility between the data produced by different versions of the Eligibility Exporters. If eligibilities map contains a key for an SLI which has not been declared in the binary flags, there will be an error message emitted in the Eligibility Exporter log and the metric for the SLI in question will not be emitted.",
6078 "type": "object"
6079 }
6080 },
6081 "type": "object"
6082 },
6083 "Policy": {
6084 "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
6085 "id": "Policy",
6086 "properties": {
6087 "auditConfigs": {
6088 "description": "Specifies cloud audit logging configuration for this policy.",
6089 "items": {
6090 "$ref": "AuditConfig"
6091 },
6092 "type": "array"
6093 },
6094 "bindings": {
6095 "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.",
6096 "items": {
6097 "$ref": "Binding"
6098 },
6099 "type": "array"
6100 },
6101 "etag": {
6102 "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
6103 "format": "byte",
6104 "type": "string"
6105 },
6106 "version": {
6107 "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
6108 "format": "int32",
6109 "type": "integer"
6110 }
6111 },
6112 "type": "object"
6113 },
6114 "Provider": {
6115 "description": "Provider indicates the owner who provides the connectors.",
6116 "id": "Provider",
6117 "properties": {
6118 "createTime": {
6119 "description": "Output only. Created time.",
6120 "format": "google-datetime",
6121 "readOnly": true,
6122 "type": "string"
6123 },
6124 "description": {
6125 "description": "Output only. Description of the resource.",
6126 "readOnly": true,
6127 "type": "string"
6128 },
6129 "displayName": {
6130 "description": "Output only. Display name.",
6131 "readOnly": true,
6132 "type": "string"
6133 },
6134 "documentationUri": {
6135 "description": "Output only. Link to documentation page.",
6136 "readOnly": true,
6137 "type": "string"
6138 },
6139 "externalUri": {
6140 "description": "Output only. Link to external page.",
6141 "readOnly": true,
6142 "type": "string"
6143 },
6144 "labels": {
6145 "additionalProperties": {
6146 "type": "string"
6147 },
6148 "description": "Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources",
6149 "readOnly": true,
6150 "type": "object"
6151 },
6152 "launchStage": {
6153 "description": "Output only. Flag to mark the version indicating the launch stage.",
6154 "enum": [
6155 "LAUNCH_STAGE_UNSPECIFIED",
6156 "PREVIEW",
6157 "GA",
6158 "DEPRECATED",
6159 "PRIVATE_PREVIEW"
6160 ],
6161 "enumDescriptions": [
6162 "LAUNCH_STAGE_UNSPECIFIED.",
6163 "PREVIEW.",
6164 "GA.",
6165 "DEPRECATED.",
6166 "PRIVATE_PREVIEW."
6167 ],
6168 "readOnly": true,
6169 "type": "string"
6170 },
6171 "name": {
6172 "description": "Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider} Only global location is supported for Provider resource.",
6173 "readOnly": true,
6174 "type": "string"
6175 },
6176 "updateTime": {
6177 "description": "Output only. Updated time.",
6178 "format": "google-datetime",
6179 "readOnly": true,
6180 "type": "string"
6181 },
6182 "webAssetsLocation": {
6183 "description": "Output only. Cloud storage location of icons etc consumed by UI.",
6184 "readOnly": true,
6185 "type": "string"
6186 }
6187 },
6188 "type": "object"
6189 },
6190 "ProvisionedResource": {
6191 "description": "Describes provisioned dataplane resources.",
6192 "id": "ProvisionedResource",
6193 "properties": {
6194 "resourceType": {
6195 "description": "Type of the resource. This can be either a GCP resource or a custom one (e.g. another cloud provider's VM). For GCP compute resources use singular form of the names listed in GCP compute API documentation (https://cloud.google.com/compute/docs/reference/rest/v1/), prefixed with 'compute-', for example: 'compute-instance', 'compute-disk', 'compute-autoscaler'.",
6196 "type": "string"
6197 },
6198 "resourceUrl": {
6199 "description": "URL identifying the resource, e.g. \"https://www.googleapis.com/compute/v1/projects/...)\".",
6200 "type": "string"
6201 }
6202 },
6203 "type": "object"
6204 },
6205 "RefreshConnectionSchemaMetadataRequest": {
6206 "description": "Request message for ConnectorsService.RefreshConnectionSchemaMetadata.",
6207 "id": "RefreshConnectionSchemaMetadataRequest",
6208 "properties": {},
6209 "type": "object"
6210 },
6211 "RegionalSettings": {
6212 "description": "Regional Settings details.",
6213 "id": "RegionalSettings",
6214 "properties": {
6215 "encryptionConfig": {
6216 "$ref": "EncryptionConfig",
6217 "description": "Optional. Regional encryption config to hold CMEK details."
6218 },
6219 "name": {
6220 "description": "Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/regionalSettings",
6221 "readOnly": true,
6222 "type": "string"
6223 },
6224 "networkConfig": {
6225 "$ref": "NetworkConfig",
6226 "description": "Optional. Regional network config."
6227 },
6228 "provisioned": {
6229 "description": "Output only. Specifies whether the region is provisioned.",
6230 "readOnly": true,
6231 "type": "boolean"
6232 }
6233 },
6234 "type": "object"
6235 },
6236 "RepairEventingRequest": {
6237 "description": "Request message for ConnectorsService.RepairEventing",
6238 "id": "RepairEventingRequest",
6239 "properties": {},
6240 "type": "object"
6241 },
6242 "Resource": {
6243 "description": "Resource definition",
6244 "id": "Resource",
6245 "properties": {
6246 "pathTemplate": {
6247 "description": "Template to uniquely represent a Google Cloud resource in a format IAM expects This is a template that can have references to other values provided in the config variable template.",
6248 "type": "string"
6249 },
6250 "type": {
6251 "description": "Different types of resource supported.",
6252 "enum": [
6253 "TYPE_UNSPECIFIED",
6254 "GCP_PROJECT",
6255 "GCP_RESOURCE",
6256 "GCP_SECRETMANAGER_SECRET",
6257 "GCP_SECRETMANAGER_SECRET_VERSION"
6258 ],
6259 "enumDescriptions": [
6260 "Value type is not specified.",
6261 "Google Cloud Project Resource.",
6262 "Any Google Cloud Resource which is identified uniquely by IAM.",
6263 "Google Cloud Secret Resource.",
6264 "Google Cloud Secret Version Resource."
6265 ],
6266 "type": "string"
6267 }
6268 },
6269 "type": "object"
6270 },
6271 "ResourceLimits": {
6272 "description": "Resource limits defined for connection pods of a given connector type.",
6273 "id": "ResourceLimits",
6274 "properties": {
6275 "cpu": {
6276 "description": "Output only. CPU limit.",
6277 "readOnly": true,
6278 "type": "string"
6279 },
6280 "memory": {
6281 "description": "Output only. Memory limit.",
6282 "readOnly": true,
6283 "type": "string"
6284 }
6285 },
6286 "type": "object"
6287 },
6288 "ResourceRequests": {
6289 "description": "Resource requests defined for connection pods of a given connector type.",
6290 "id": "ResourceRequests",
6291 "properties": {
6292 "cpu": {
6293 "description": "Output only. CPU request.",
6294 "readOnly": true,
6295 "type": "string"
6296 },
6297 "memory": {
6298 "description": "Output only. Memory request.",
6299 "readOnly": true,
6300 "type": "string"
6301 }
6302 },
6303 "type": "object"
6304 },
6305 "ResultMetadata": {
6306 "description": "Metadata of result field.",
6307 "id": "ResultMetadata",
6308 "properties": {
6309 "dataType": {
6310 "description": "The data type of the field.",
6311 "enum": [
6312 "DATA_TYPE_UNSPECIFIED",
6313 "DATA_TYPE_INT",
6314 "DATA_TYPE_SMALLINT",
6315 "DATA_TYPE_DOUBLE",
6316 "DATA_TYPE_DATE",
6317 "DATA_TYPE_DATETIME",
6318 "DATA_TYPE_TIME",
6319 "DATA_TYPE_STRING",
6320 "DATA_TYPE_LONG",
6321 "DATA_TYPE_BOOLEAN",
6322 "DATA_TYPE_DECIMAL",
6323 "DATA_TYPE_UUID",
6324 "DATA_TYPE_BLOB",
6325 "DATA_TYPE_BIT",
6326 "DATA_TYPE_TINYINT",
6327 "DATA_TYPE_INTEGER",
6328 "DATA_TYPE_BIGINT",
6329 "DATA_TYPE_FLOAT",
6330 "DATA_TYPE_REAL",
6331 "DATA_TYPE_NUMERIC",
6332 "DATA_TYPE_CHAR",
6333 "DATA_TYPE_VARCHAR",
6334 "DATA_TYPE_LONGVARCHAR",
6335 "DATA_TYPE_TIMESTAMP",
6336 "DATA_TYPE_NCHAR",
6337 "DATA_TYPE_NVARCHAR",
6338 "DATA_TYPE_LONGNVARCHAR",
6339 "DATA_TYPE_NULL",
6340 "DATA_TYPE_OTHER",
6341 "DATA_TYPE_JAVA_OBJECT",
6342 "DATA_TYPE_DISTINCT",
6343 "DATA_TYPE_STRUCT",
6344 "DATA_TYPE_ARRAY",
6345 "DATA_TYPE_CLOB",
6346 "DATA_TYPE_REF",
6347 "DATA_TYPE_DATALINK",
6348 "DATA_TYPE_ROWID",
6349 "DATA_TYPE_BINARY",
6350 "DATA_TYPE_VARBINARY",
6351 "DATA_TYPE_LONGVARBINARY",
6352 "DATA_TYPE_NCLOB",
6353 "DATA_TYPE_SQLXML",
6354 "DATA_TYPE_REF_CURSOR",
6355 "DATA_TYPE_TIME_WITH_TIMEZONE",
6356 "DATA_TYPE_TIMESTAMP_WITH_TIMEZONE"
6357 ],
6358 "enumDeprecated": [
6359 false,
6360 true,
6361 false,
6362 false,
6363 false,
6364 true,
6365 false,
6366 true,
6367 true,
6368 false,
6369 false,
6370 true,
6371 false,
6372 false,
6373 false,
6374 false,
6375 false,
6376 false,
6377 false,
6378 false,
6379 false,
6380 false,
6381 false,
6382 false,
6383 false,
6384 false,
6385 false,
6386 false,
6387 false,
6388 false,
6389 false,
6390 false,
6391 false,
6392 false,
6393 false,
6394 false,
6395 false,
6396 false,
6397 false,
6398 false,
6399 false,
6400 false,
6401 false,
6402 false,
6403 false
6404 ],
6405 "enumDescriptions": [
6406 "Data type is not specified.",
6407 "DEPRECATED! Use DATA_TYPE_INTEGER.",
6408 "Short integer(int16) data type.",
6409 "Double data type.",
6410 "Date data type.",
6411 "DEPRECATED! Use DATA_TYPE_TIMESTAMP.",
6412 "Time data type.",
6413 "DEPRECATED! Use DATA_TYPE_VARCHAR.",
6414 "DEPRECATED! Use DATA_TYPE_BIGINT.",
6415 "Boolean data type.",
6416 "Decimal data type.",
6417 "DEPRECATED! Use DATA_TYPE_VARCHAR.",
6418 "UNSUPPORTED! Binary data type.",
6419 "Bit data type.",
6420 "Small integer(int8) data type.",
6421 "Integer(int32) data type.",
6422 "Long integer(int64) data type.",
6423 "Float data type.",
6424 "Real data type.",
6425 "Numeric data type.",
6426 "Char data type.",
6427 "Varchar data type.",
6428 "Longvarchar data type.",
6429 "Timestamp data type.",
6430 "Nchar data type.",
6431 "Nvarchar data type.",
6432 "Longnvarchar data type.",
6433 "Null data type.",
6434 "UNSUPPORTED! Binary data type.",
6435 "UNSUPPORTED! Binary data type.",
6436 "UNSUPPORTED! Binary data type.",
6437 "UNSUPPORTED! Binary data type.",
6438 "UNSUPPORTED! Binary data type.",
6439 "UNSUPPORTED! Binary data type.",
6440 "UNSUPPORTED! Binary data type.",
6441 "UNSUPPORTED! Binary data type.",
6442 "UNSUPPORTED! Row id data type.",
6443 "UNSUPPORTED! Binary data type.",
6444 "UNSUPPORTED! Variable binary data type.",
6445 "UNSUPPORTED! Long variable binary data type.",
6446 "UNSUPPORTED! NCLOB data type.",
6447 "UNSUPPORTED! SQL XML data type is not supported.",
6448 "UNSUPPORTED! Cursor reference type is not supported.",
6449 "UNSUPPORTED! Use TIME or TIMESTAMP instead.",
6450 "UNSUPPORTED! Use TIMESTAMP instead."
6451 ],
6452 "type": "string"
6453 },
6454 "description": {
6455 "description": "A brief description of the field.",
6456 "type": "string"
6457 },
6458 "field": {
6459 "description": "Name of the result field.",
6460 "type": "string"
6461 },
6462 "jsonSchema": {
6463 "$ref": "JsonSchema",
6464 "description": "JsonSchema representation of this action's result"
6465 }
6466 },
6467 "type": "object"
6468 },
6469 "RetryEventSubscriptionRequest": {
6470 "description": "Request message for ConnectorsService.RefreshEventSubscription",
6471 "id": "RetryEventSubscriptionRequest",
6472 "properties": {},
6473 "type": "object"
6474 },
6475 "RoleGrant": {
6476 "description": "This configuration defines all the Cloud IAM roles that needs to be granted to a particular Google Cloud resource for the selected principal like service account. These configurations will let UI display to customers what IAM roles need to be granted by them. Or these configurations can be used by the UI to render a 'grant' button to do the same on behalf of the user.",
6477 "id": "RoleGrant",
6478 "properties": {
6479 "helperTextTemplate": {
6480 "description": "Template that UI can use to provide helper text to customers.",
6481 "type": "string"
6482 },
6483 "principal": {
6484 "description": "Prinicipal/Identity for whom the role need to assigned.",
6485 "enum": [
6486 "PRINCIPAL_UNSPECIFIED",
6487 "CONNECTOR_SA"
6488 ],
6489 "enumDescriptions": [
6490 "Value type is not specified.",
6491 "Service Account used for Connector workload identity This is either the default service account if unspecified or Service Account provided by Customers through BYOSA."
6492 ],
6493 "type": "string"
6494 },
6495 "resource": {
6496 "$ref": "Resource",
6497 "description": "Resource on which the roles needs to be granted for the principal."
6498 },
6499 "roles": {
6500 "description": "List of roles that need to be granted.",
6501 "items": {
6502 "type": "string"
6503 },
6504 "type": "array"
6505 }
6506 },
6507 "type": "object"
6508 },
6509 "RuntimeActionSchema": {
6510 "description": "Schema of a runtime action.",
6511 "id": "RuntimeActionSchema",
6512 "properties": {
6513 "action": {
6514 "description": "Output only. Name of the action.",
6515 "readOnly": true,
6516 "type": "string"
6517 },
6518 "description": {
6519 "description": "Output only. Brief Description of action",
6520 "readOnly": true,
6521 "type": "string"
6522 },
6523 "displayName": {
6524 "description": "Output only. Display Name of action to be shown on client side",
6525 "readOnly": true,
6526 "type": "string"
6527 },
6528 "inputJsonSchema": {
6529 "$ref": "JsonSchema",
6530 "description": "Output only. JsonSchema representation of this action's input metadata",
6531 "readOnly": true
6532 },
6533 "inputParameters": {
6534 "description": "Output only. List of input parameter metadata for the action.",
6535 "items": {
6536 "$ref": "InputParameter"
6537 },
6538 "readOnly": true,
6539 "type": "array"
6540 },
6541 "resultJsonSchema": {
6542 "$ref": "JsonSchema",
6543 "description": "Output only. JsonSchema representation of this action's result metadata",
6544 "readOnly": true
6545 },
6546 "resultMetadata": {
6547 "description": "Output only. List of result field metadata.",
6548 "items": {
6549 "$ref": "ResultMetadata"
6550 },
6551 "readOnly": true,
6552 "type": "array"
6553 }
6554 },
6555 "type": "object"
6556 },
6557 "RuntimeConfig": {
6558 "description": "RuntimeConfig is the singleton resource of each location. It includes generic resource configs consumed by control plane and runtime plane like: pub/sub topic/subscription resource name, Cloud Storage location storing schema etc.",
6559 "id": "RuntimeConfig",
6560 "properties": {
6561 "conndSubscription": {
6562 "description": "Output only. Pub/Sub subscription for connd to receive message. E.g. projects/{project-id}/subscriptions/{topic-id}",
6563 "readOnly": true,
6564 "type": "string"
6565 },
6566 "conndTopic": {
6567 "description": "Output only. Pub/Sub topic for connd to send message. E.g. projects/{project-id}/topics/{topic-id}",
6568 "readOnly": true,
6569 "type": "string"
6570 },
6571 "controlPlaneSubscription": {
6572 "description": "Output only. Pub/Sub subscription for control plane to receive message. E.g. projects/{project-id}/subscriptions/{topic-id}",
6573 "readOnly": true,
6574 "type": "string"
6575 },
6576 "controlPlaneTopic": {
6577 "description": "Output only. Pub/Sub topic for control plne to send message. communication. E.g. projects/{project-id}/topics/{topic-id}",
6578 "readOnly": true,
6579 "type": "string"
6580 },
6581 "locationId": {
6582 "description": "Output only. location_id of the runtime location. E.g. \"us-west1\".",
6583 "readOnly": true,
6584 "type": "string"
6585 },
6586 "name": {
6587 "description": "Output only. Name of the runtimeConfig resource. Format: projects/{project}/locations/{location}/runtimeConfig",
6588 "readOnly": true,
6589 "type": "string"
6590 },
6591 "runtimeEndpoint": {
6592 "description": "Output only. The endpoint of the connectors runtime ingress.",
6593 "readOnly": true,
6594 "type": "string"
6595 },
6596 "schemaGcsBucket": {
6597 "description": "Output only. The Cloud Storage bucket that stores connector's schema reports.",
6598 "readOnly": true,
6599 "type": "string"
6600 },
6601 "serviceDirectory": {
6602 "description": "Output only. The name of the Service Directory service name.",
6603 "readOnly": true,
6604 "type": "string"
6605 },
6606 "state": {
6607 "description": "Output only. The state of the location.",
6608 "enum": [
6609 "STATE_UNSPECIFIED",
6610 "INACTIVE",
6611 "ACTIVATING",
6612 "ACTIVE",
6613 "CREATING",
6614 "DELETING",
6615 "UPDATING"
6616 ],
6617 "enumDeprecated": [
6618 false,
6619 true,
6620 true,
6621 false,
6622 false,
6623 false,
6624 false
6625 ],
6626 "enumDescriptions": [
6627 "STATE_UNSPECIFIED.",
6628 "INACTIVE.",
6629 "ACTIVATING.",
6630 "ACTIVE.",
6631 "CREATING.",
6632 "DELETING.",
6633 "UPDATING."
6634 ],
6635 "readOnly": true,
6636 "type": "string"
6637 }
6638 },
6639 "type": "object"
6640 },
6641 "RuntimeEntitySchema": {
6642 "description": "Schema of a runtime entity.",
6643 "id": "RuntimeEntitySchema",
6644 "properties": {
6645 "entity": {
6646 "description": "Output only. Name of the entity.",
6647 "readOnly": true,
6648 "type": "string"
6649 },
6650 "fields": {
6651 "description": "Output only. List of fields in the entity.",
6652 "items": {
6653 "$ref": "Field"
6654 },
6655 "readOnly": true,
6656 "type": "array"
6657 },
6658 "jsonSchema": {
6659 "$ref": "JsonSchema",
6660 "description": "Output only. JsonSchema representation of this entity's metadata",
6661 "readOnly": true
6662 },
6663 "operations": {
6664 "description": "List of operations supported by this entity",
6665 "items": {
6666 "enum": [
6667 "OPERATION_UNSPECIFIED",
6668 "LIST",
6669 "GET",
6670 "CREATE",
6671 "UPDATE",
6672 "DELETE"
6673 ],
6674 "enumDescriptions": [
6675 "Operation unspecified.",
6676 "This operation means entity type supports LIST entities.",
6677 "This operation means entity type supports GET entity.",
6678 "This operation means entity type supports CREATE entity.",
6679 "This operation means entity type supports UPDATE entity.",
6680 "This operation means entity type supports DELETE entity."
6681 ],
6682 "type": "string"
6683 },
6684 "type": "array"
6685 }
6686 },
6687 "type": "object"
6688 },
6689 "Schedule": {
6690 "description": "Configure the schedule.",
6691 "id": "Schedule",
6692 "properties": {
6693 "day": {
6694 "description": "Allows to define schedule that runs specified day of the week.",
6695 "enum": [
6696 "DAY_OF_WEEK_UNSPECIFIED",
6697 "MONDAY",
6698 "TUESDAY",
6699 "WEDNESDAY",
6700 "THURSDAY",
6701 "FRIDAY",
6702 "SATURDAY",
6703 "SUNDAY"
6704 ],
6705 "enumDescriptions": [
6706 "The day of the week is unspecified.",
6707 "Monday",
6708 "Tuesday",
6709 "Wednesday",
6710 "Thursday",
6711 "Friday",
6712 "Saturday",
6713 "Sunday"
6714 ],
6715 "type": "string"
6716 },
6717 "duration": {
6718 "description": "Output only. Duration of the time window, set by service producer.",
6719 "format": "google-duration",
6720 "type": "string"
6721 },
6722 "startTime": {
6723 "$ref": "TimeOfDay",
6724 "description": "Time within the window to start the operations."
6725 }
6726 },
6727 "type": "object"
6728 },
6729 "SchemaRefreshConfig": {
6730 "description": "Config for connection schema refresh",
6731 "id": "SchemaRefreshConfig",
6732 "properties": {
6733 "useActionDisplayNames": {
6734 "description": "Whether to use displayName for actions in UI.",
6735 "type": "boolean"
6736 },
6737 "useSynchronousSchemaRefresh": {
6738 "description": "Whether to use synchronous schema refresh.",
6739 "type": "boolean"
6740 }
6741 },
6742 "type": "object"
6743 },
6744 "SearchConnectionInstance": {
6745 "description": "SearchConnectionInstance represents an instance of connector with specific fields",
6746 "id": "SearchConnectionInstance",
6747 "properties": {
6748 "actionSchema": {
6749 "$ref": "RuntimeActionSchema",
6750 "description": "Output only. Schema of a runtime action.",
6751 "readOnly": true
6752 },
6753 "connection": {
6754 "$ref": "Connection",
6755 "description": "Output only. Connection details",
6756 "readOnly": true
6757 },
6758 "entitySchema": {
6759 "$ref": "RuntimeEntitySchema",
6760 "description": "Output only. Schema of a runtime entity.",
6761 "readOnly": true
6762 }
6763 },
6764 "type": "object"
6765 },
6766 "SearchConnectionsResponse": {
6767 "description": "Response message for Connectors.SearchConnections.",
6768 "id": "SearchConnectionsResponse",
6769 "properties": {
6770 "connections": {
6771 "description": "A list of connectors.",
6772 "items": {
6773 "$ref": "SearchConnectionInstance"
6774 },
6775 "type": "array"
6776 },
6777 "nextPageToken": {
6778 "description": "Optional. page_token",
6779 "type": "string"
6780 },
6781 "unreachable": {
6782 "description": "Locations that could not be reached.",
6783 "items": {
6784 "type": "string"
6785 },
6786 "type": "array"
6787 }
6788 },
6789 "type": "object"
6790 },
6791 "Secret": {
6792 "description": "Secret provides a reference to entries in Secret Manager.",
6793 "id": "Secret",
6794 "properties": {
6795 "secretVersion": {
6796 "description": "The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`.",
6797 "type": "string"
6798 }
6799 },
6800 "type": "object"
6801 },
6802 "SetIamPolicyRequest": {
6803 "description": "Request message for `SetIamPolicy` method.",
6804 "id": "SetIamPolicyRequest",
6805 "properties": {
6806 "policy": {
6807 "$ref": "Policy",
6808 "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them."
6809 },
6810 "updateMask": {
6811 "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
6812 "format": "google-fieldmask",
6813 "type": "string"
6814 }
6815 },
6816 "type": "object"
6817 },
6818 "Settings": {
6819 "description": "Global Settings details.",
6820 "id": "Settings",
6821 "properties": {
6822 "name": {
6823 "description": "Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings}",
6824 "readOnly": true,
6825 "type": "string"
6826 },
6827 "payg": {
6828 "description": "Output only. Flag indicates if user is in PayG model",
6829 "readOnly": true,
6830 "type": "boolean"
6831 },
6832 "tenantProjectId": {
6833 "description": "Output only. Tenant project id of the consumer project.",
6834 "readOnly": true,
6835 "type": "string"
6836 },
6837 "vpcsc": {
6838 "description": "Optional. Flag indicates whether vpc-sc is enabled.",
6839 "type": "boolean"
6840 }
6841 },
6842 "type": "object"
6843 },
6844 "SloEligibility": {
6845 "description": "SloEligibility is a tuple containing eligibility value: true if an instance is eligible for SLO calculation or false if it should be excluded from all SLO-related calculations along with a user-defined reason.",
6846 "id": "SloEligibility",
6847 "properties": {
6848 "eligible": {
6849 "description": "Whether an instance is eligible or ineligible.",
6850 "type": "boolean"
6851 },
6852 "reason": {
6853 "description": "User-defined reason for the current value of instance eligibility. Usually, this can be directly mapped to the internal state. An empty reason is allowed.",
6854 "type": "string"
6855 }
6856 },
6857 "type": "object"
6858 },
6859 "SloMetadata": {
6860 "description": "SloMetadata contains resources required for proper SLO classification of the instance.",
6861 "id": "SloMetadata",
6862 "properties": {
6863 "nodes": {
6864 "description": "Optional. List of nodes. Some producers need to use per-node metadata to calculate SLO. This field allows such producers to publish per-node SLO meta data, which will be consumed by SSA Eligibility Exporter and published in the form of per node metric to Monarch.",
6865 "items": {
6866 "$ref": "NodeSloMetadata"
6867 },
6868 "type": "array"
6869 },
6870 "perSliEligibility": {
6871 "$ref": "PerSliSloEligibility",
6872 "description": "Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs."
6873 },
6874 "tier": {
6875 "description": "Name of the SLO tier the Instance belongs to. This name will be expected to match the tiers specified in the service SLO configuration. Field is mandatory and must not be empty.",
6876 "type": "string"
6877 }
6878 },
6879 "type": "object"
6880 },
6881 "Source": {
6882 "description": "Source to extract the backend from.",
6883 "id": "Source",
6884 "properties": {
6885 "fieldId": {
6886 "description": "Field identifier. For example config vaiable name.",
6887 "type": "string"
6888 },
6889 "sourceType": {
6890 "description": "Type of the source.",
6891 "enum": [
6892 "SOURCE_TYPE_UNSPECIFIED",
6893 "CONFIG_VARIABLE"
6894 ],
6895 "enumDescriptions": [
6896 "Default SOURCE.",
6897 "Config Variable source type."
6898 ],
6899 "type": "string"
6900 }
6901 },
6902 "type": "object"
6903 },
6904 "SshPublicKey": {
6905 "description": "Parameters to support Ssh public key Authentication.",
6906 "id": "SshPublicKey",
6907 "properties": {
6908 "certType": {
6909 "description": "Format of SSH Client cert.",
6910 "type": "string"
6911 },
6912 "sshClientCert": {
6913 "$ref": "Secret",
6914 "description": "SSH Client Cert. It should contain both public and private key."
6915 },
6916 "sshClientCertPass": {
6917 "$ref": "Secret",
6918 "description": "Password (passphrase) for ssh client certificate if it has one."
6919 },
6920 "username": {
6921 "description": "The user account used to authenticate.",
6922 "type": "string"
6923 }
6924 },
6925 "type": "object"
6926 },
6927 "SslConfig": {
6928 "description": "SSL Configuration of a connection",
6929 "id": "SslConfig",
6930 "properties": {
6931 "additionalVariables": {
6932 "description": "Additional SSL related field values",
6933 "items": {
6934 "$ref": "ConfigVariable"
6935 },
6936 "type": "array"
6937 },
6938 "clientCertType": {
6939 "description": "Type of Client Cert (PEM/JKS/.. etc.)",
6940 "enum": [
6941 "CERT_TYPE_UNSPECIFIED",
6942 "PEM"
6943 ],
6944 "enumDescriptions": [
6945 "Cert type unspecified.",
6946 "Privacy Enhanced Mail (PEM) Type"
6947 ],
6948 "type": "string"
6949 },
6950 "clientCertificate": {
6951 "$ref": "Secret",
6952 "description": "Client Certificate"
6953 },
6954 "clientPrivateKey": {
6955 "$ref": "Secret",
6956 "description": "Client Private Key"
6957 },
6958 "clientPrivateKeyPass": {
6959 "$ref": "Secret",
6960 "description": "Secret containing the passphrase protecting the Client Private Key"
6961 },
6962 "privateServerCertificate": {
6963 "$ref": "Secret",
6964 "description": "Private Server Certificate. Needs to be specified if trust model is `PRIVATE`."
6965 },
6966 "serverCertType": {
6967 "description": "Type of Server Cert (PEM/JKS/.. etc.)",
6968 "enum": [
6969 "CERT_TYPE_UNSPECIFIED",
6970 "PEM"
6971 ],
6972 "enumDescriptions": [
6973 "Cert type unspecified.",
6974 "Privacy Enhanced Mail (PEM) Type"
6975 ],
6976 "type": "string"
6977 },
6978 "trustModel": {
6979 "description": "Trust Model of the SSL connection",
6980 "enum": [
6981 "PUBLIC",
6982 "PRIVATE",
6983 "INSECURE"
6984 ],
6985 "enumDescriptions": [
6986 "Public Trust Model. Takes the Default Java trust store.",
6987 "Private Trust Model. Takes custom/private trust store.",
6988 "Insecure Trust Model. Accept all certificates."
6989 ],
6990 "type": "string"
6991 },
6992 "type": {
6993 "description": "Controls the ssl type for the given connector version.",
6994 "enum": [
6995 "SSL_TYPE_UNSPECIFIED",
6996 "TLS",
6997 "MTLS"
6998 ],
6999 "enumDescriptions": [
7000 "No SSL configuration required.",
7001 "TLS Handshake",
7002 "mutual TLS (MTLS) Handshake"
7003 ],
7004 "type": "string"
7005 },
7006 "useSsl": {
7007 "description": "Bool for enabling SSL",
7008 "type": "boolean"
7009 }
7010 },
7011 "type": "object"
7012 },
7013 "SslConfigTemplate": {
7014 "description": "Ssl config details of a connector version",
7015 "id": "SslConfigTemplate",
7016 "properties": {
7017 "additionalVariables": {
7018 "description": "Any additional fields that need to be rendered",
7019 "items": {
7020 "$ref": "ConfigVariableTemplate"
7021 },
7022 "type": "array"
7023 },
7024 "clientCertType": {
7025 "description": "List of supported Client Cert Types",
7026 "items": {
7027 "enum": [
7028 "CERT_TYPE_UNSPECIFIED",
7029 "PEM"
7030 ],
7031 "enumDescriptions": [
7032 "Cert type unspecified.",
7033 "Privacy Enhanced Mail (PEM) Type"
7034 ],
7035 "type": "string"
7036 },
7037 "type": "array"
7038 },
7039 "isTlsMandatory": {
7040 "description": "Boolean for determining if the connector version mandates TLS.",
7041 "type": "boolean"
7042 },
7043 "serverCertType": {
7044 "description": "List of supported Server Cert Types",
7045 "items": {
7046 "enum": [
7047 "CERT_TYPE_UNSPECIFIED",
7048 "PEM"
7049 ],
7050 "enumDescriptions": [
7051 "Cert type unspecified.",
7052 "Privacy Enhanced Mail (PEM) Type"
7053 ],
7054 "type": "string"
7055 },
7056 "type": "array"
7057 },
7058 "sslType": {
7059 "description": "Controls the ssl type for the given connector version",
7060 "enum": [
7061 "SSL_TYPE_UNSPECIFIED",
7062 "TLS",
7063 "MTLS"
7064 ],
7065 "enumDescriptions": [
7066 "No SSL configuration required.",
7067 "TLS Handshake",
7068 "mutual TLS (MTLS) Handshake"
7069 ],
7070 "type": "string"
7071 }
7072 },
7073 "type": "object"
7074 },
7075 "Status": {
7076 "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
7077 "id": "Status",
7078 "properties": {
7079 "code": {
7080 "description": "The status code, which should be an enum value of google.rpc.Code.",
7081 "format": "int32",
7082 "type": "integer"
7083 },
7084 "details": {
7085 "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
7086 "items": {
7087 "additionalProperties": {
7088 "description": "Properties of the object. Contains field @type with type URL.",
7089 "type": "any"
7090 },
7091 "type": "object"
7092 },
7093 "type": "array"
7094 },
7095 "message": {
7096 "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
7097 "type": "string"
7098 }
7099 },
7100 "type": "object"
7101 },
7102 "SupportedRuntimeFeatures": {
7103 "description": "Supported runtime features of a connector version.",
7104 "id": "SupportedRuntimeFeatures",
7105 "properties": {
7106 "actionApis": {
7107 "description": "Specifies if the connector supports action apis like 'executeAction'.",
7108 "type": "boolean"
7109 },
7110 "entityApis": {
7111 "description": "Specifies if the connector supports entity apis like 'createEntity'.",
7112 "type": "boolean"
7113 },
7114 "sqlQuery": {
7115 "description": "Specifies if the connector supports 'ExecuteSqlQuery' operation.",
7116 "type": "boolean"
7117 }
7118 },
7119 "type": "object"
7120 },
7121 "TestIamPermissionsRequest": {
7122 "description": "Request message for `TestIamPermissions` method.",
7123 "id": "TestIamPermissionsRequest",
7124 "properties": {
7125 "permissions": {
7126 "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).",
7127 "items": {
7128 "type": "string"
7129 },
7130 "type": "array"
7131 }
7132 },
7133 "type": "object"
7134 },
7135 "TestIamPermissionsResponse": {
7136 "description": "Response message for `TestIamPermissions` method.",
7137 "id": "TestIamPermissionsResponse",
7138 "properties": {
7139 "permissions": {
7140 "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
7141 "items": {
7142 "type": "string"
7143 },
7144 "type": "array"
7145 }
7146 },
7147 "type": "object"
7148 },
7149 "TimeOfDay": {
7150 "description": "Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.",
7151 "id": "TimeOfDay",
7152 "properties": {
7153 "hours": {
7154 "description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
7155 "format": "int32",
7156 "type": "integer"
7157 },
7158 "minutes": {
7159 "description": "Minutes of hour of day. Must be from 0 to 59.",
7160 "format": "int32",
7161 "type": "integer"
7162 },
7163 "nanos": {
7164 "description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.",
7165 "format": "int32",
7166 "type": "integer"
7167 },
7168 "seconds": {
7169 "description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.",
7170 "format": "int32",
7171 "type": "integer"
7172 }
7173 },
7174 "type": "object"
7175 },
7176 "UpdatePolicy": {
7177 "description": "Maintenance policy applicable to instance updates.",
7178 "id": "UpdatePolicy",
7179 "properties": {
7180 "channel": {
7181 "description": "Optional. Relative scheduling channel applied to resource.",
7182 "enum": [
7183 "UPDATE_CHANNEL_UNSPECIFIED",
7184 "EARLIER",
7185 "LATER",
7186 "WEEK1",
7187 "WEEK2",
7188 "WEEK5"
7189 ],
7190 "enumDescriptions": [
7191 "Unspecified channel.",
7192 "Early channel within a customer project.",
7193 "Later channel within a customer project.",
7194 "! ! The follow channels can ONLY be used if you adopt the new MW system! ! ! NOTE: all WEEK channels are assumed to be under a weekly window. ! There is currently no dedicated channel definitions for Daily windows. ! If you use Daily window, the system will assume a 1d (24Hours) advanced ! notification period b/w EARLY and LATER. ! We may consider support more flexible daily channel specifications in ! the future. WEEK1 == EARLIER with minimum 7d advanced notification. {7d, 14d} The system will treat them equally and will use WEEK1 whenever it can. New customers are encouraged to use this channel annotation.",
7195 "WEEK2 == LATER with minimum 14d advanced notification {14d, 21d}.",
7196 "WEEK5 == 40d support. minimum 35d advanced notification {35d, 42d}."
7197 ],
7198 "type": "string"
7199 },
7200 "denyMaintenancePeriods": {
7201 "description": "Deny Maintenance Period that is applied to resource to indicate when maintenance is forbidden. The protocol supports zero-to-many such periods, but the current SLM Rollout implementation only supports zero-to-one.",
7202 "items": {
7203 "$ref": "DenyMaintenancePeriod"
7204 },
7205 "type": "array"
7206 },
7207 "window": {
7208 "$ref": "MaintenanceWindow",
7209 "description": "Optional. Maintenance window that is applied to resources covered by this policy."
7210 }
7211 },
7212 "type": "object"
7213 },
7214 "UserPassword": {
7215 "description": "Parameters to support Username and Password Authentication.",
7216 "id": "UserPassword",
7217 "properties": {
7218 "password": {
7219 "$ref": "Secret",
7220 "description": "Secret version reference containing the password."
7221 },
7222 "username": {
7223 "description": "Username.",
7224 "type": "string"
7225 }
7226 },
7227 "type": "object"
7228 },
7229 "ValidateCustomConnectorSpecRequest": {
7230 "description": "Request message for ConnectorsService.ValidateCustomConnectorSpec",
7231 "id": "ValidateCustomConnectorSpecRequest",
7232 "properties": {
7233 "serviceAccount": {
7234 "description": "Required. Service account to access the spec from Google Cloud Storage.",
7235 "type": "string"
7236 },
7237 "specLocation": {
7238 "description": "Required. Location of the custom connector spec. The location can be either a public url like `https://public-url.com/spec` Or a Google Cloud Storage location like `gs:///`",
7239 "type": "string"
7240 },
7241 "specType": {
7242 "description": "Required. Spec type of the custom connector spec.",
7243 "enum": [
7244 "CUSTOM_CONNECTOR_TYPE_UNSPECIFIED",
7245 "OPEN_API",
7246 "PROTO"
7247 ],
7248 "enumDescriptions": [
7249 "Connector type is not specified.",
7250 "OpenAPI connector.",
7251 "Proto connector."
7252 ],
7253 "type": "string"
7254 }
7255 },
7256 "type": "object"
7257 },
7258 "ValidateCustomConnectorSpecResponse": {
7259 "description": "Response message for ConnectorsService.ValidateCustomConnectorSpec",
7260 "id": "ValidateCustomConnectorSpecResponse",
7261 "properties": {
7262 "errorMessage": {
7263 "description": "Error message. The spec is valid if the error message is empty.",
7264 "type": "string"
7265 }
7266 },
7267 "type": "object"
7268 },
7269 "WebhookData": {
7270 "description": "WebhookData has details of webhook configuration.",
7271 "id": "WebhookData",
7272 "properties": {
7273 "additionalVariables": {
7274 "description": "Output only. Additional webhook related field values.",
7275 "items": {
7276 "$ref": "ConfigVariable"
7277 },
7278 "readOnly": true,
7279 "type": "array"
7280 },
7281 "createTime": {
7282 "description": "Output only. Timestamp when the webhook was created.",
7283 "format": "google-datetime",
7284 "readOnly": true,
7285 "type": "string"
7286 },
7287 "id": {
7288 "description": "Output only. ID to uniquely identify webhook.",
7289 "readOnly": true,
7290 "type": "string"
7291 },
7292 "name": {
7293 "description": "Output only. Name of the Webhook",
7294 "readOnly": true,
7295 "type": "string"
7296 },
7297 "nextRefreshTime": {
7298 "description": "Output only. Next webhook refresh time. Will be null if refresh is not supported.",
7299 "format": "google-datetime",
7300 "readOnly": true,
7301 "type": "string"
7302 },
7303 "updateTime": {
7304 "description": "Output only. Timestamp when the webhook was last updated.",
7305 "format": "google-datetime",
7306 "readOnly": true,
7307 "type": "string"
7308 }
7309 },
7310 "type": "object"
7311 },
7312 "WeeklyCycle": {
7313 "description": "Time window specified for weekly operations.",
7314 "id": "WeeklyCycle",
7315 "properties": {
7316 "schedule": {
7317 "description": "User can specify multiple windows in a week. Minimum of 1 window.",
7318 "items": {
7319 "$ref": "Schedule"
7320 },
7321 "type": "array"
7322 }
7323 },
7324 "type": "object"
7325 }
7326 },
7327 "servicePath": "",
7328 "title": "Connectors API",
7329 "version": "v1",
7330 "version_module": true
7331}
View as plain text