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 ( |
Fields | |
---|---|
name |
Identifier. Resource name of the CustomConnector. Format: projects/{project}/locations/{location}/customConnectors/{connector} |
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 |
logo |
Optional. Logo of the resource. |
description |
Optional. Description of the resource. |
displayName |
Optional. Display name. |
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 |
|
---|---|
|
Creates a new CustomConnector in a given project and location. |
|
Deletes a single CustomConnector. |
|
Gets details of a single CustomConnector. |
|
List CustomConnectorVersions in a given project |
|
Updates the parameters of a CustomConnector. |