Uses of Class
io.envoyproxy.envoy.extensions.health_checkers.thrift.v3.Thrift.Builder
Packages that use Thrift.Builder
-
Uses of Thrift.Builder in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3
Methods in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3 that return Thrift.BuilderModifier and TypeMethodDescriptionThrift.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Thrift.Builder.clear()Thrift.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Thrift.Builder.clearMethodName()Specifies the method name that will be set on each health check request dispatched to an upstream host.Thrift.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Thrift.Builder.clearProtocol()Configures the protocol type to be used with the health checks.Thrift.Builder.clearTransport()Configures the transport type to be used with the health checks.Thrift.Builder.clone()Thrift.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Thrift.Builder.mergeFrom(com.google.protobuf.Message other) final Thrift.BuilderThrift.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Thrift.BuilderThrift.newBuilder()static Thrift.BuilderThrift.newBuilder(Thrift prototype) Thrift.newBuilderForType()protected Thrift.BuilderThrift.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 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.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.setProtocol(ProtocolType value) Configures the protocol type to be used with the health checks.Thrift.Builder.setProtocolValue(int value) Configures the protocol type to be used with the health checks.Thrift.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Thrift.Builder.setTransport(TransportType value) Configures the transport type to be used with the health checks.Thrift.Builder.setTransportValue(int value) Configures the transport type to be used with the health checks.final Thrift.BuilderThrift.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Thrift.toBuilder()