Uses of Class
com.google.cloud.aiplatform.v1.Probe.GrpcAction.Builder
Packages that use Probe.GrpcAction.Builder
-
Uses of Probe.GrpcAction.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Probe.GrpcAction.BuilderModifier and TypeMethodDescriptionProbe.GrpcAction.Builder.clear()Probe.GrpcAction.Builder.clearPort()Port number of the gRPC service.Probe.GrpcAction.Builder.clearService()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).Probe.Builder.getGrpcBuilder()GrpcAction probes the health of a container by sending a gRPC request.Probe.GrpcAction.Builder.mergeFrom(Probe.GrpcAction other) Probe.GrpcAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Probe.GrpcAction.Builder.mergeFrom(com.google.protobuf.Message other) static Probe.GrpcAction.BuilderProbe.GrpcAction.newBuilder()static Probe.GrpcAction.BuilderProbe.GrpcAction.newBuilder(Probe.GrpcAction prototype) Probe.GrpcAction.newBuilderForType()protected Probe.GrpcAction.BuilderProbe.GrpcAction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Probe.GrpcAction.Builder.setPort(int value) Port number of the gRPC service.Probe.GrpcAction.Builder.setService(String value) 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).Probe.GrpcAction.Builder.setServiceBytes(com.google.protobuf.ByteString value) 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).Probe.GrpcAction.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type Probe.GrpcAction.BuilderModifier and TypeMethodDescriptionProbe.Builder.setGrpc(Probe.GrpcAction.Builder builderForValue) GrpcAction probes the health of a container by sending a gRPC request.