GRPCAction.Builder |
GRPCAction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GRPCAction.Builder |
GRPCAction.Builder.clear() |
|
GRPCAction.Builder |
GRPCAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
GRPCAction.Builder |
GRPCAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
GRPCAction.Builder |
GRPCAction.Builder.clearPort() |
Port number of the gRPC service.
|
GRPCAction.Builder |
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).
|
GRPCAction.Builder |
GRPCAction.Builder.clone() |
|
GRPCAction.Builder |
Probe.Builder.getGrpcBuilder() |
GRPC specifies an action involving a gRPC port.
|
GRPCAction.Builder |
GRPCAction.Builder.mergeFrom(GRPCAction other) |
|
GRPCAction.Builder |
GRPCAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GRPCAction.Builder |
GRPCAction.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GRPCAction.Builder |
GRPCAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GRPCAction.Builder |
GRPCAction.newBuilder() |
|
static GRPCAction.Builder |
GRPCAction.newBuilder(GRPCAction prototype) |
|
GRPCAction.Builder |
GRPCAction.newBuilderForType() |
|
protected GRPCAction.Builder |
GRPCAction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GRPCAction.Builder |
GRPCAction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GRPCAction.Builder |
GRPCAction.Builder.setPort(int value) |
Port number of the gRPC service.
|
GRPCAction.Builder |
GRPCAction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
GRPCAction.Builder |
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).
|
GRPCAction.Builder |
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).
|
GRPCAction.Builder |
GRPCAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GRPCAction.Builder |
GRPCAction.toBuilder() |
|