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

Consumer

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

Contains information of the customer's network configurations.

interface Consumer {
readonly endpointLocation?: string;
readonly endpointUri?: string;
subnetwork?: string;
}

§Properties

§
readonly endpointLocation?: string
[src]

Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}.

§
readonly endpointUri?: string
[src]

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

§
subnetwork?: string
[src]

Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}