Resource: CustomConnectorVersion
CustomConnectorVersion indicates a specific version of a connector.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "enableBackendDestinationConfig": boolean, "authConfig": { object ( |
Fields | |
---|---|
name |
Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{customConnector}/customConnectorVersions/{customConnectorVersion} |
createTime |
Output only. Created time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Updated time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
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 An object containing a list of |
enableBackendDestinationConfig |
Optional. When enabled, the connector will be a facade/ proxy, and connects to the destination provided during connection creation. |
authConfig |
Optional. Authentication config for accessing connector facade/ proxy. This is used only when enableBackendDestinationConfig is true. |
destinationConfigs[] |
Optional. Destination config(s) for accessing connector facade/ proxy. This is used only when enableBackendDestinationConfig is true. |
specLocation |
Optional. Location of the custom connector spec. |
serviceAccount |
Optional. Service account used by runtime plane to access auth config secrets. |
backendVariableTemplates[] |
Optional. Backend variables config templates. This translates to additional variable templates in connection. |
Methods |
|
---|---|
|
Creates a new CustomConnectorVersion in a given project and location. |
|
Gets details of a single CustomConnectorVersion. |
|
List CustomConnectorVersions in a given project |