REST Resource: projects.locations.services

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

string

Identifier. The relative resource name of the Firebase Data Connect service, in the format:

projects/{project}/locations/{location}/services/{service}

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

string (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".

updateTime

string (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".

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" }.

uid

string

Output only. System-assigned, unique identifier.

reconciling

boolean

Output only. A field that if true, indicates that the system is working update the service.

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

Methods

create

Creates a new Service in a given project and location.

delete

Deletes a single Service.

executeGraphql

Execute any GraphQL query and mutation against the Firebase Data Connect's generated GraphQL schema.

executeGraphqlRead

Execute any GraphQL query against the Firebase Data Connect's generated GraphQL schema.

get

Gets details of a single Service.

list

Lists Services in a given project and location.

patch

Updates the parameters of a single Service.