Thrift.Builder |
Thrift.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Thrift.Builder |
Thrift.Builder.clear() |
|
Thrift.Builder |
Thrift.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Thrift.Builder |
Thrift.Builder.clearMethodName() |
Specifies the method name that will be set on each health check request dispatched to an upstream host.
|
Thrift.Builder |
Thrift.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Thrift.Builder |
Thrift.Builder.clearProtocol() |
Configures the protocol type to be used with the health checks.
|
Thrift.Builder |
Thrift.Builder.clearTransport() |
Configures the transport type to be used with the health checks.
|
Thrift.Builder |
Thrift.Builder.clone() |
|
Thrift.Builder |
Thrift.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Thrift.Builder |
Thrift.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Thrift.Builder |
Thrift.Builder.mergeFrom(Thrift other) |
|
Thrift.Builder |
Thrift.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Thrift.Builder |
Thrift.newBuilder() |
|
static Thrift.Builder |
Thrift.newBuilder(Thrift prototype) |
|
Thrift.Builder |
Thrift.newBuilderForType() |
|
protected Thrift.Builder |
Thrift.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Thrift.Builder |
Thrift.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Thrift.Builder |
Thrift.Builder.setMethodName(String value) |
Specifies the method name that will be set on each health check request dispatched to an upstream host.
|
Thrift.Builder |
Thrift.Builder.setMethodNameBytes(com.google.protobuf.ByteString value) |
Specifies the method name that will be set on each health check request dispatched to an upstream host.
|
Thrift.Builder |
Thrift.Builder.setProtocol(ProtocolType value) |
Configures the protocol type to be used with the health checks.
|
Thrift.Builder |
Thrift.Builder.setProtocolValue(int value) |
Configures the protocol type to be used with the health checks.
|
Thrift.Builder |
Thrift.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Thrift.Builder |
Thrift.Builder.setTransport(TransportType value) |
Configures the transport type to be used with the health checks.
|
Thrift.Builder |
Thrift.Builder.setTransportValue(int value) |
Configures the transport type to be used with the health checks.
|
Thrift.Builder |
Thrift.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Thrift.Builder |
Thrift.toBuilder() |
|