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