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)
}
Fields
name

string

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

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

description

string

Optional. Description of the resource.

displayName

string

Optional. Display name.

customConnectorType

enum (CustomConnectorType)

Required. Type of the custom connector.

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.