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

GoogleCloudAiplatformV1IndexPrivateEndpoints

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

IndexPrivateEndpoints proto is used to provide paths for users to send requests via private endpoints (e.g. private service access, private service connect). To send request via private service access, use match_grpc_address. To send request via private service connect, use service_attachment.

interface GoogleCloudAiplatformV1IndexPrivateEndpoints {
readonly matchGrpcAddress?: string;
readonly pscAutomatedEndpoints?: GoogleCloudAiplatformV1PscAutomatedEndpoints[];
readonly serviceAttachment?: string;
}

§Properties

§
readonly matchGrpcAddress?: string
[src]

Output only. The ip address used to send match gRPC requests.

§
readonly pscAutomatedEndpoints?: GoogleCloudAiplatformV1PscAutomatedEndpoints[]
[src]

Output only. PscAutomatedEndpoints is populated if private service connect is enabled if PscAutomatedConfig is set.

§
readonly serviceAttachment?: string
[src]

Output only. The name of the service attachment resource. Populated if private service connect is enabled.