Resource: Service
A Firebase Data Connect service.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "annotations": { string: string, ... }, "uid": string, "reconciling": boolean, "displayName": string, "etag": string } |
Fields | |
---|---|
name |
Identifier. The relative resource name of the Firebase Data Connect service, in the format:
Note that the service ID is specific to Firebase Data Connect and does not correspond to any of the instance IDs of the underlying data source connections. |
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 |
uid |
Output only. System-assigned, unique identifier. |
reconciling |
Output only. A field that if true, indicates that the system is working update the service. |
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 Service in a given project and location. |
|
Deletes a single Service. |
|
Execute any GraphQL query and mutation against the Firebase Data Connect's generated GraphQL schema. |
|
Execute any GraphQL query against the Firebase Data Connect's generated GraphQL schema. |
|
Gets details of a single Service. |
|
Lists Services in a given project and location. |
|
Updates the parameters of a single Service. |