Uses of Class
io.envoyproxy.envoy.api.v2.UpstreamBindConfig.Builder
Packages that use UpstreamBindConfig.Builder
-
Uses of UpstreamBindConfig.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return UpstreamBindConfig.BuilderModifier and TypeMethodDescriptionUpstreamBindConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UpstreamBindConfig.Builder.clear()UpstreamBindConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UpstreamBindConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UpstreamBindConfig.Builder.clearSourceAddress()The address Envoy should bind to when establishing upstream connections.UpstreamBindConfig.Builder.clone()UpstreamBindConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpstreamBindConfig.Builder.mergeFrom(com.google.protobuf.Message other) UpstreamBindConfig.Builder.mergeFrom(UpstreamBindConfig other) UpstreamBindConfig.Builder.mergeSourceAddress(Address value) The address Envoy should bind to when establishing upstream connections.UpstreamBindConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static UpstreamBindConfig.BuilderUpstreamBindConfig.newBuilder()static UpstreamBindConfig.BuilderUpstreamBindConfig.newBuilder(UpstreamBindConfig prototype) UpstreamBindConfig.newBuilderForType()protected UpstreamBindConfig.BuilderUpstreamBindConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) UpstreamBindConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UpstreamBindConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UpstreamBindConfig.Builder.setSourceAddress(Address value) The address Envoy should bind to when establishing upstream connections.UpstreamBindConfig.Builder.setSourceAddress(Address.Builder builderForValue) The address Envoy should bind to when establishing upstream connections.UpstreamBindConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UpstreamBindConfig.toBuilder()