Resource: Service
A Firebase SQL 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 SQL Connect service, in the format: Note that the service ID is specific to Firebase SQL 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. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. [Output only] Update time stamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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 or mutation against the Firebase SQL Connect's generated GraphQL schema. |
|
Execute any GraphQL query against the Firebase SQL Connect's generated GraphQL schema. |
|
Gets details of a single Service. |
|
Execute introspection query against the Firebase SQL Connect's generated GraphQL schema. |
|
Lists Services in a given project and location. |
|
Updates the parameters of a single Service. |