REST Resource: projects.locations.global.customConnectors

Resource: CustomConnector

CustomConnector represents the custom connector defined by the customer as part of byoc.

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "logo": string,
  "description": string,
  "displayName": string,
  "customConnectorType": enum (CustomConnectorType),
  "activeConnectorVersions": [
    string
  ],
  "allConnectorVersions": [
    string
  ],
  "allMarketplaceVersions": [
    string
  ],
  "publishedMarketplaceVersions": [
    string
  ]
}
Fields
name

string

Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector}

createTime

string (Timestamp format)

Output only. Created time.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. Updated time.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

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" }.

description

string

Optional. Description of the resource.

displayName

string

Optional. Display name.

customConnectorType

enum (CustomConnectorType)

Required. Type of the custom connector.

activeConnectorVersions[]

string

Output only. Active connector versions.

allConnectorVersions[]

string

Output only. All connector versions.

allMarketplaceVersions[]

string

Output only. All marketplace versions.

publishedMarketplaceVersions[]

string

Output only. Published marketplace versions.

CustomConnectorType

Supported custom connector types.

Enums
CUSTOM_CONNECTOR_TYPE_UNSPECIFIED Connector type is not specified.
OPEN_API OpenAPI connector.
PROTO Proto connector.

Methods

create

Creates a new CustomConnector in a given project and location.

delete

Deletes a single CustomConnector.

get

Gets details of a single CustomConnector.

list

List CustomConnectorVersions in a given project

patch

Updates the parameters of a CustomConnector.