Service
import type { Service } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";
A Firebase Data Connect service.
interface Service {
annotations?: {};
[key: string]: string;
readonly createTime?: Date;
displayName?: string;
readonly etag?: string;
labels?: {};
[key: string]: string;
name?: string;
readonly reconciling?: boolean;
readonly uid?: string;
readonly updateTime?: Date;
}§Properties
§
name?: string
[src]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.