Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudMetastoreV2Service

import type { GoogleCloudMetastoreV2Service } from "https://googleapis.deno.dev/v1/metastore:v2.ts";

A managed metastore service that serves metadata queries.

interface GoogleCloudMetastoreV2Service {
readonly createTime?: Date;
readonly endpoints?: GoogleCloudMetastoreV2Endpoint[];
labels?: {
[key: string]: string;
}
;
name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "ACTIVE"
| "SUSPENDING"
| "SUSPENDED"
| "UPDATING"
| "DELETING"
| "ERROR";
readonly stateMessage?: string;
readonly uid?: string;
readonly updateTime?: Date;
warehouseGcsUri?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time when the metastore service was created.

§

Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.

§

Output only. The list of endpoints used to access the metastore service.

§

Configuration information specific to running Hive metastore software as the metastore service.

§
labels?: {
[key: string]: string;
}
[src]

User-defined labels for the metastore service.

§

Optional. The setting that defines how metastore metadata should be integrated with external services and systems.

§
name?: string
[src]

Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.

§

Optional. Scaling configuration of the metastore service.

§

Optional. The configuration of scheduled backup for the metastore service.

§
readonly state?: "STATE_UNSPECIFIED" | "CREATING" | "ACTIVE" | "SUSPENDING" | "SUSPENDED" | "UPDATING" | "DELETING" | "ERROR"
[src]

Output only. The current state of the metastore service.

§
readonly stateMessage?: string
[src]

Output only. Additional information about the current state of the metastore service, if available.

§
readonly uid?: string
[src]

Output only. The globally unique resource identifier of the metastore service.

§
readonly updateTime?: Date
[src]

Output only. The time when the metastore service was last updated.

§
warehouseGcsUri?: string
[src]

Required. A Cloud Storage URI (starting with gs://) that specifies the default warehouse directory of the Hive Metastore.