Resource: Connector
Connector consists of a set of operations, i.e. queries and mutations.
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"annotations": {
string: string,
...
},
"source": {
object ( |
Fields | |
---|---|
name |
Identifier. The relative resource name of the connector, in the format:
|
createTime |
Output only. [Output only] Create time stamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. [Output only] Update time stamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Optional. Labels as key value pairs. An object containing a list of |
annotations |
Optional. Stores small amounts of arbitrary data. An object containing a list of |
source |
Required. The source files that comprise the connector. |
uid |
Output only. System-assigned, unique identifier. |
reconciling |
Output only. A field that if true, indicates that the system is working to compile and deploy the connector. |
displayName |
Optional. Mutable human-readable name. 63 character limit. |
etag |
Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. AIP-154 |
Methods |
|
---|---|
|
Creates a new Connector in a given project and location. |
|
Deletes a single Connector. |
|
Execute a predefined mutation in a Connector. |
|
Execute a predefined query in a Connector. |
|
Gets details of a single Connector. |
|
Lists Connectors in a given project and location. |
|
Updates the parameters of a single Connector, and creates a new ConnectorRevision with the updated Connector. |