REST Resource: projects.locations.global.customConnectors.customConnectorVersions

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 (AuthConfig)
  },
  "destinationConfigs": [
    {
      object (DestinationConfig)
    }
  ],
  "specLocation": string,
  "serviceAccount": string,
  "backendVariableTemplates": [
    {
      object (ConfigVariableTemplate)
    }
  ]
}
Fields
name

string

Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{customConnector}/customConnectorVersions/{customConnectorVersion}

createTime

string (Timestamp format)

Output only. Created time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Updated time.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

labels

map (key: string, value: string)

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 "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

enableBackendDestinationConfig

boolean

Optional. When enabled, the connector will be a facade/ proxy, and connects to the destination provided during connection creation.

authConfig

object (AuthConfig)

Optional. Authentication config for accessing connector facade/ proxy. This is used only when enableBackendDestinationConfig is true.

destinationConfigs[]

object (DestinationConfig)

Optional. Destination config(s) for accessing connector facade/ proxy. This is used only when enableBackendDestinationConfig is true.

specLocation

string

Optional. Location of the custom connector spec.

serviceAccount

string

Optional. Service account used by runtime plane to access auth config secrets.

backendVariableTemplates[]

object (ConfigVariableTemplate)

Optional. Backend variables config templates. This translates to additional variable templates in connection.

Methods

create

Creates a new CustomConnectorVersion in a given project and location.

get

Gets details of a single CustomConnectorVersion.

list

List CustomConnectorVersions in a given project