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

GoogleCloudAiplatformV1ProbeGrpcAction

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

GrpcAction checks the health of a container using a gRPC service.

interface GoogleCloudAiplatformV1ProbeGrpcAction {
port?: number;
service?: string;
}

§Properties

§
port?: number
[src]

Port number of the gRPC service. Number must be in the range 1 to 65535.

§
service?: string
[src]

Service is the name of the service to place in the gRPC HealthCheckRequest. See https://github.com/grpc/grpc/blob/master/doc/health-checking.md. If this is not specified, the default behavior is defined by gRPC.