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".
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. Labels as key value pairs.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
annotations
map (key: string, value: string)
Optional. Stores small amounts of arbitrary data.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
Required. The source files that comprise the connector.
uid
string
Output only. System-assigned, unique identifier.
reconciling
boolean
Output only. A field that if true, indicates that the system is working to compile and deploy the connector.
displayName
string
Optional. Mutable human-readable name. 63 character limit.
etag
string
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-20 UTC."],[],[],null,["# REST Resource: projects.locations.services.connectors\n\nResource: Connector\n-------------------\n\nConnector consists of a set of operations, i.e. queries and mutations.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"createTime\": string, \"updateTime\": string, \"labels\": { string: string, ... }, \"annotations\": { string: string, ... }, \"source\": { object (/docs/reference/data-connect/rest/v1beta/Source) }, \"uid\": string, \"reconciling\": boolean, \"displayName\": string, \"etag\": string } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The relative resource name of the connector, in the format: projects/{project}/locations/{location}/services/{service}/connectors/{connector} |\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. \\[Output only\\] Create time stamp. 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\"`. |\n| `updateTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. \\[Output only\\] Update time stamp. 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\"`. |\n| `labels` | `map (key: string, value: string)` Optional. Labels as key value pairs. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `annotations` | `map (key: string, value: string)` Optional. Stores small amounts of arbitrary data. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `source` | `object (`[Source](/docs/reference/data-connect/rest/v1beta/Source)`)` Required. The source files that comprise the connector. |\n| `uid` | `string` Output only. System-assigned, unique identifier. |\n| `reconciling` | `boolean` Output only. A field that if true, indicates that the system is working to compile and deploy the connector. |\n| `displayName` | `string` Optional. Mutable human-readable name. 63 character limit. |\n| `etag` | `string` 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](https://google.aip.dev/154) |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|\n| ### [create](/docs/reference/data-connect/rest/v1beta/projects.locations.services.connectors/create) | Creates a new Connector in a given project and location. |\n| ### [delete](/docs/reference/data-connect/rest/v1beta/projects.locations.services.connectors/delete) | Deletes a single Connector. |\n| ### [executeMutation](/docs/reference/data-connect/rest/v1beta/projects.locations.services.connectors/executeMutation) | Execute a predefined mutation in a Connector. |\n| ### [executeQuery](/docs/reference/data-connect/rest/v1beta/projects.locations.services.connectors/executeQuery) | Execute a predefined query in a Connector. |\n| ### [get](/docs/reference/data-connect/rest/v1beta/projects.locations.services.connectors/get) | Gets details of a single Connector. |\n| ### [list](/docs/reference/data-connect/rest/v1beta/projects.locations.services.connectors/list) | Lists Connectors in a given project and location. |\n| ### [patch](/docs/reference/data-connect/rest/v1beta/projects.locations.services.connectors/patch) | Updates the parameters of a single Connector, and creates a new ConnectorRevision with the updated Connector. |"]]