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

Service

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

A managed metastore service that serves metadata queries.

interface Service {
readonly artifactGcsUri?: string;
readonly createTime?: Date;
databaseType?: "DATABASE_TYPE_UNSPECIFIED" | "MYSQL" | "SPANNER";
encryptionConfig?: EncryptionConfig;
readonly endpointUri?: string;
hiveMetastoreConfig?: HiveMetastoreConfig;
labels?: {
[key: string]: string;
}
;
maintenanceWindow?: MaintenanceWindow;
metadataIntegration?: MetadataIntegration;
readonly metadataManagementActivity?: MetadataManagementActivity;
name?: string;
network?: string;
networkConfig?: NetworkConfig;
port?: number;
releaseChannel?: "RELEASE_CHANNEL_UNSPECIFIED" | "CANARY" | "STABLE";
scalingConfig?: ScalingConfig;
scheduledBackup?: ScheduledBackup;
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "ACTIVE"
| "SUSPENDING"
| "SUSPENDED"
| "UPDATING"
| "DELETING"
| "ERROR";
readonly stateMessage?: string;
telemetryConfig?: TelemetryConfig;
tier?: "TIER_UNSPECIFIED" | "DEVELOPER" | "ENTERPRISE";
readonly uid?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly artifactGcsUri?: string
[src]

Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.

§
readonly createTime?: Date
[src]

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

§
databaseType?: "DATABASE_TYPE_UNSPECIFIED" | "MYSQL" | "SPANNER"
[src]

Immutable. The database type that the Metastore service stores its data.

§
encryptionConfig?: EncryptionConfig
[src]

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

§
readonly endpointUri?: string
[src]

Output only. The URI of the endpoint used to access the metastore service.

§
hiveMetastoreConfig?: HiveMetastoreConfig
[src]

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

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

User-defined labels for the metastore service.

§
maintenanceWindow?: MaintenanceWindow
[src]

The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type.

§
metadataIntegration?: MetadataIntegration
[src]

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

§
readonly metadataManagementActivity?: MetadataManagementActivity
[src]

Output only. The metadata management activities of the metastore service.

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

§
network?: string
[src]

Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:projects/{project_number}/global/networks/{network_id}.

§
networkConfig?: NetworkConfig
[src]

The configuration specifying the network settings for the Dataproc Metastore service.

§
port?: number
[src]

The TCP port at which the metastore service is reached. Default: 9083.

§
releaseChannel?: "RELEASE_CHANNEL_UNSPECIFIED" | "CANARY" | "STABLE"
[src]

Immutable. The release channel of the service. If unspecified, defaults to STABLE.

§
scalingConfig?: ScalingConfig
[src]

Scaling configuration of the metastore service.

§
scheduledBackup?: ScheduledBackup
[src]

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.

§
telemetryConfig?: TelemetryConfig
[src]

The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.

§
tier?: "TIER_UNSPECIFIED" | "DEVELOPER" | "ENTERPRISE"
[src]

The tier of the service.

§
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.