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
Copy file name to clipboardExpand all lines: docs/dyn/connectors_v1.projects.locations.global_.customConnectors.customConnectorVersions.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -192,8 +192,8 @@ <h3>Method Details</h3>
192
192
"a_key": "A String",
193
193
},
194
194
"name": "A String", # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
195
+
"serviceAccount": "A String", # Required. Service account needed for runtime plane to access Custom Connector secrets.
195
196
"specLocation": "A String", # Optional. Location of the custom connector spec.
196
-
"type": "A String", # Required. Type of the customConnector.
"name": "A String", # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
361
+
"serviceAccount": "A String", # Required. Service account needed for runtime plane to access Custom Connector secrets.
361
362
"specLocation": "A String", # Optional. Location of the custom connector spec.
362
-
"type": "A String", # Required. Type of the customConnector.
"name": "A String", # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
467
+
"serviceAccount": "A String", # Required. Service account needed for runtime plane to access Custom Connector secrets.
467
468
"specLocation": "A String", # Optional. Location of the custom connector spec.
468
-
"type": "A String", # Required. Type of the customConnector.
"name": "A String", # Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}
584
+
"serviceAccount": "A String", # Required. Service account needed for runtime plane to access Custom Connector secrets.
584
585
"specLocation": "A String", # Optional. Location of the custom connector spec.
585
-
"type": "A String", # Required. Type of the customConnector.
Copy file name to clipboardExpand all lines: docs/dyn/connectors_v1.projects.locations.global_.customConnectors.html
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,6 @@ <h3>Method Details</h3>
123
123
"labels": { # 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
"logo": "A String", # Optional. Logo of the resource.
128
127
"name": "A String", # Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}
"labels": { # 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
"logo": "A String", # Optional. Logo of the resource.
221
219
"name": "A String", # Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}
"labels": { # 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
"logo": "A String", # Optional. Logo of the resource.
255
252
"name": "A String", # Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}
"labels": { # 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
"logo": "A String", # Optional. Logo of the resource.
299
295
"name": "A String", # Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}
Copy file name to clipboardExpand all lines: docs/dyn/connectors_v1.projects.locations.providers.connectors.versions.html
+120Lines changed: 120 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -445,6 +445,66 @@ <h3>Method Details</h3>
445
445
"enrichmentSupported": True or False, # Enrichment Supported.
446
446
"eventListenerType": "A String", # The type of the event listener for a specific connector.
447
447
"isEventingSupported": True or False, # Is Eventing Supported.
448
+
"listenerAuthConfigTemplates": [ # ListenerAuthConfigTemplates represents the auth values for the event listener.
449
+
{ # AuthConfigTemplate defines required field over an authentication type.
450
+
"authKey": "A String", # Identifier key for auth config
451
+
"authType": "A String", # The type of authentication configured.
452
+
"configVariableTemplates": [ # Config variables to describe an `AuthConfig` for a `Connection`.
453
+
{ # ConfigVariableTemplate provides metadata about a `ConfigVariable` that is used in a Connection.
454
+
"authorizationCodeLink": { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
455
+
"clientId": "A String", # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
456
+
"enablePkce": True or False, # Whether to enable PKCE for the auth code flow.
457
+
"scopes": [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
458
+
"A String",
459
+
],
460
+
"uri": "A String", # The base URI the user must click to trigger the authorization code login flow.
"displayName": "A String", # Display name of the parameter.
464
+
"enumOptions": [ # Enum options. To be populated if `ValueType` is `ENUM`
465
+
{ # EnumOption definition
466
+
"displayName": "A String", # Display name of the option.
467
+
"id": "A String", # Id of the option.
468
+
},
469
+
],
470
+
"isAdvanced": True or False, # Indicates if current template is part of advanced settings
471
+
"key": "A String", # Key of the config variable.
472
+
"required": True or False, # Flag represents that this `ConfigVariable` must be provided for a connection.
473
+
"requiredCondition": { # Struct for representing boolean expressions. # Condition under which a field would be required. The condition can be represented in the form of a logical expression.
474
+
"fieldComparisons": [ # A list of fields to be compared.
475
+
{ # Field that needs to be compared.
476
+
"boolValue": True or False, # Boolean value
477
+
"comparator": "A String", # Comparator to use for comparing the field value.
478
+
"intValue": "A String", # Integer value
479
+
"key": "A String", # Key of the field.
480
+
"stringValue": "A String", # String value
481
+
},
482
+
],
483
+
"logicalExpressions": [ # A list of nested conditions to be compared.
484
+
# Object with schema name: LogicalExpression
485
+
],
486
+
"logicalOperator": "A String", # The logical operator to use between the fields and conditions.
487
+
},
488
+
"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. # Role grant configuration for the config variable.
489
+
"helperTextTemplate": "A String", # Template that UI can use to provide helper text to customers.
490
+
"principal": "A String", # Prinicipal/Identity for whom the role need to assigned.
491
+
"resource": { # Resource definition # Resource on which the roles needs to be granted for the principal.
492
+
"pathTemplate": "A String", # 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.
493
+
"type": "A String", # Different types of resource supported.
494
+
},
495
+
"roles": [ # List of roles that need to be granted.
496
+
"A String",
497
+
],
498
+
},
499
+
"state": "A String", # State of the config variable.
500
+
"validationRegex": "A String", # Regular expression in RE2 syntax used for validating the `value` of a `ConfigVariable`.
501
+
"valueType": "A String", # Type of the parameter: string, int, bool etc. consider custom type for the benefit for the validation.
502
+
},
503
+
],
504
+
"description": "A String", # Connector specific description for an authentication template.
505
+
"displayName": "A String", # Display name for authentication template.
506
+
},
507
+
],
448
508
"registrationDestinationConfig": { # DestinationConfigTemplate defines required destinations supported by the Connector. # Registration host destination config template.
"enrichmentSupported": True or False, # Enrichment Supported.
911
971
"eventListenerType": "A String", # The type of the event listener for a specific connector.
912
972
"isEventingSupported": True or False, # Is Eventing Supported.
973
+
"listenerAuthConfigTemplates": [ # ListenerAuthConfigTemplates represents the auth values for the event listener.
974
+
{ # AuthConfigTemplate defines required field over an authentication type.
975
+
"authKey": "A String", # Identifier key for auth config
976
+
"authType": "A String", # The type of authentication configured.
977
+
"configVariableTemplates": [ # Config variables to describe an `AuthConfig` for a `Connection`.
978
+
{ # ConfigVariableTemplate provides metadata about a `ConfigVariable` that is used in a Connection.
979
+
"authorizationCodeLink": { # This configuration captures the details required to render an authorization link for the OAuth Authorization Code Flow. # Authorization code link options. To be populated if `ValueType` is `AUTHORIZATION_CODE`
980
+
"clientId": "A String", # The client ID assigned to the Google Cloud Connectors OAuth app for the connector data source.
981
+
"enablePkce": True or False, # Whether to enable PKCE for the auth code flow.
982
+
"scopes": [ # The scopes for which the user will authorize Google Cloud Connectors on the connector data source.
983
+
"A String",
984
+
],
985
+
"uri": "A String", # The base URI the user must click to trigger the authorization code login flow.
"displayName": "A String", # Display name of the parameter.
989
+
"enumOptions": [ # Enum options. To be populated if `ValueType` is `ENUM`
990
+
{ # EnumOption definition
991
+
"displayName": "A String", # Display name of the option.
992
+
"id": "A String", # Id of the option.
993
+
},
994
+
],
995
+
"isAdvanced": True or False, # Indicates if current template is part of advanced settings
996
+
"key": "A String", # Key of the config variable.
997
+
"required": True or False, # Flag represents that this `ConfigVariable` must be provided for a connection.
998
+
"requiredCondition": { # Struct for representing boolean expressions. # Condition under which a field would be required. The condition can be represented in the form of a logical expression.
999
+
"fieldComparisons": [ # A list of fields to be compared.
1000
+
{ # Field that needs to be compared.
1001
+
"boolValue": True or False, # Boolean value
1002
+
"comparator": "A String", # Comparator to use for comparing the field value.
1003
+
"intValue": "A String", # Integer value
1004
+
"key": "A String", # Key of the field.
1005
+
"stringValue": "A String", # String value
1006
+
},
1007
+
],
1008
+
"logicalExpressions": [ # A list of nested conditions to be compared.
1009
+
# Object with schema name: LogicalExpression
1010
+
],
1011
+
"logicalOperator": "A String", # The logical operator to use between the fields and conditions.
1012
+
},
1013
+
"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. # Role grant configuration for the config variable.
1014
+
"helperTextTemplate": "A String", # Template that UI can use to provide helper text to customers.
1015
+
"principal": "A String", # Prinicipal/Identity for whom the role need to assigned.
1016
+
"resource": { # Resource definition # Resource on which the roles needs to be granted for the principal.
1017
+
"pathTemplate": "A String", # 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.
1018
+
"type": "A String", # Different types of resource supported.
1019
+
},
1020
+
"roles": [ # List of roles that need to be granted.
1021
+
"A String",
1022
+
],
1023
+
},
1024
+
"state": "A String", # State of the config variable.
1025
+
"validationRegex": "A String", # Regular expression in RE2 syntax used for validating the `value` of a `ConfigVariable`.
1026
+
"valueType": "A String", # Type of the parameter: string, int, bool etc. consider custom type for the benefit for the validation.
1027
+
},
1028
+
],
1029
+
"description": "A String", # Connector specific description for an authentication template.
1030
+
"displayName": "A String", # Display name for authentication template.
1031
+
},
1032
+
],
913
1033
"registrationDestinationConfig": { # DestinationConfigTemplate defines required destinations supported by the Connector. # Registration host destination config template.
0 commit comments