You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updateMask: string, Required. The list of fields to update. Fields are specified relative to the connection. A field will be overwritten if it is in the mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server. 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`
2646
+
updateMask: string, Required. The list of fields to update. Fields are specified relative to the connection. A field will be overwritten if it is in the mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server. 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` * `async_operations_enabled`
endpointAttachmentId: string, Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource.
127
+
endpointAttachmentId: string, Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource. The regex is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
name: string, Required. Resource name of the form: `projects/*/locations/*/providers/*/connectors/*/versions/*` Only global location is supported for ConnectorVersion resource. (required)
168
-
schemaView: string, Optional. Enum to control whether schema enrichment related fields should be included in the response.
169
-
Allowed values
170
-
CONNECTOR_VERSION_SCHEMA_VIEW_UNSPECIFIED - VIEW_UNSPECIFIED. The unset value. Defaults to BASIC View.
171
-
CONNECTOR_VERSION_SCHEMA_VIEW_BASIC - Return basic connector version schema.
172
-
CONNECTOR_VERSION_SCHEMA_VIEW_ENRICHED - Return enriched connector version schema.
173
168
view: string, Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `CUSTOMER` view.
"launchStage": "A String", # Output only. Flag to mark the version indicating the launch stage.
883
878
"name": "A String", # 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.
884
-
"priorityEntityTypes": [ # Optional. The priority entity types for the connector version.
885
-
{ # PriorityEntityType represents an entity type with its associated priority and order.
886
-
"description": "A String", # The description of the entity type.
887
-
"id": "A String", # The entity type.
888
-
"order": 42, # The order of the entity type within its priority group.
889
-
"priority": "A String", # The priority of the entity type, such as P0, P1, etc.
890
-
},
891
-
],
892
879
"releaseVersion": "A String", # Output only. ReleaseVersion of the connector, for example: "1.0.1-alpha".
893
880
"roleGrant": { # 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. # Output only. Role grant configuration for this config variable. It will be DEPRECATED soon.
894
881
"helperTextTemplate": "A String", # Optional. Template that UI can use to provide helper text to customers.
<pre>Lists Connector Versions in a given project and location.
1027
1014
1028
1015
Args:
1029
-
parent: string, Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*/connectors/*` Only global location is supported for ConnectorVersion resource. (required)
1016
+
parent: string, A parameter (required)
1030
1017
pageSize: integer, Page size.
1031
1018
pageToken: string, Page token.
1032
-
schemaView: string, Optional. Enum to control whether schema enrichment related fields should be included in the response.
1033
-
Allowed values
1034
-
CONNECTOR_VERSION_SCHEMA_VIEW_UNSPECIFIED - VIEW_UNSPECIFIED. The unset value. Defaults to BASIC View.
1035
-
CONNECTOR_VERSION_SCHEMA_VIEW_BASIC - Return basic connector version schema.
1036
-
CONNECTOR_VERSION_SCHEMA_VIEW_ENRICHED - Return enriched connector version schema.
1037
1019
view: string, Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `BASIC` view.
"launchStage": "A String", # Output only. Flag to mark the version indicating the launch stage.
1749
1731
"name": "A String", # 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.
1750
-
"priorityEntityTypes": [ # Optional. The priority entity types for the connector version.
1751
-
{ # PriorityEntityType represents an entity type with its associated priority and order.
1752
-
"description": "A String", # The description of the entity type.
1753
-
"id": "A String", # The entity type.
1754
-
"order": 42, # The order of the entity type within its priority group.
1755
-
"priority": "A String", # The priority of the entity type, such as P0, P1, etc.
1756
-
},
1757
-
],
1758
1732
"releaseVersion": "A String", # Output only. ReleaseVersion of the connector, for example: "1.0.1-alpha".
1759
1733
"roleGrant": { # 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. # Output only. Role grant configuration for this config variable. It will be DEPRECATED soon.
1760
1734
"helperTextTemplate": "A String", # Optional. Template that UI can use to provide helper text to customers.
<pclass="firstline">Lists entity rows of a particular entity type contained in the request. Note: 1. Currently, only max of one 'sort_by' column is supported. 2. If no 'sort_by' column is provided, the primary key of the table is used. If zero or more than one primary key is available, we default to the unpaginated list entities logic which only returns the first page. 3. The values of the 'sort_by' columns must uniquely identify an entity row, otherwise undefined behaviors may be observed during pagination. 4. Since transactions are not supported, any updates, inserts or deletes during pagination can lead to stale data being returned or other unexpected behaviors.</p>
<pre>Lists entity rows of a particular entity type contained in the request. Note: 1. Currently, only max of one 'sort_by' column is supported. 2. If no 'sort_by' column is provided, the primary key of the table is used. If zero or more than one primary key is available, we default to the unpaginated list entities logic which only returns the first page. 3. The values of the 'sort_by' columns must uniquely identify an entity row, otherwise undefined behaviors may be observed during pagination. 4. Since transactions are not supported, any updates, inserts or deletes during pagination can lead to stale data being returned or other unexpected behaviors.
204
204
205
205
Args:
@@ -208,6 +208,7 @@ <h3>Method Details</h3>
208
208
pageSize: integer, Number of entity rows to return. Defaults page size = 25. Max page size = 200.
209
209
pageToken: string, Page token value if available from a previous request.
210
210
sortBy: string, List of 'sort_by' columns to use when returning the results. (repeated)
211
+
sortOrder: string, List of 'sort_order' columns to use when returning the results. (repeated)
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/connectors.v1.json
+3-65Lines changed: 3 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -529,7 +529,7 @@
529
529
"type": "string"
530
530
},
531
531
"updateMask": {
532
-
"description": "Required. The list of fields to update. Fields are specified relative to the connection. A field will be overwritten if it is in the mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server. 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`",
532
+
"description": "Required. The list of fields to update. Fields are specified relative to the connection. A field will be overwritten if it is in the mask. The field mask must not be empty, and it must not contain fields that are immutable or only set by the server. 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` * `async_operations_enabled`",
533
533
"format": "google-fieldmask",
534
534
"location": "query",
535
535
"type": "string"
@@ -1506,7 +1506,7 @@
1506
1506
],
1507
1507
"parameters": {
1508
1508
"endpointAttachmentId": {
1509
-
"description": "Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource.",
1509
+
"description": "Required. Identifier to assign to the EndpointAttachment. Must be unique within scope of the parent resource. The regex is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.",
1510
1510
"location": "query",
1511
1511
"type": "string"
1512
1512
},
@@ -2600,21 +2600,6 @@
2600
2600
"required": true,
2601
2601
"type": "string"
2602
2602
},
2603
-
"schemaView": {
2604
-
"description": "Optional. Enum to control whether schema enrichment related fields should be included in the response.",
2605
-
"enum": [
2606
-
"CONNECTOR_VERSION_SCHEMA_VIEW_UNSPECIFIED",
2607
-
"CONNECTOR_VERSION_SCHEMA_VIEW_BASIC",
2608
-
"CONNECTOR_VERSION_SCHEMA_VIEW_ENRICHED"
2609
-
],
2610
-
"enumDescriptions": [
2611
-
"VIEW_UNSPECIFIED. The unset value. Defaults to BASIC View.",
2612
-
"Return basic connector version schema.",
2613
-
"Return enriched connector version schema."
2614
-
],
2615
-
"location": "query",
2616
-
"type": "string"
2617
-
},
2618
2603
"view": {
2619
2604
"description": "Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `CUSTOMER` view.",
2620
2605
"enum": [
@@ -2660,27 +2645,11 @@
2660
2645
"type": "string"
2661
2646
},
2662
2647
"parent": {
2663
-
"description": "Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*/connectors/*` Only global location is supported for ConnectorVersion resource.",
0 commit comments