Uses of Class
io.envoyproxy.envoy.config.core.v3.EnvoyInternalAddress.Builder
Packages that use EnvoyInternalAddress.Builder
-
Uses of EnvoyInternalAddress.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type EnvoyInternalAddress.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<EnvoyInternalAddress, EnvoyInternalAddress.Builder, EnvoyInternalAddressOrBuilder> Address.Builder.envoyInternalAddressBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return EnvoyInternalAddress.BuilderModifier and TypeMethodDescriptionEnvoyInternalAddress.Builder.clear()
EnvoyInternalAddress.Builder.clearAddressNameSpecifier()
EnvoyInternalAddress.Builder.clearEndpointId()
Specifies an endpoint identifier to distinguish between multiple endpoints for the same internal listener in a single upstream pool.EnvoyInternalAddress.Builder.clearServerListenerName()
Specifies the :ref:`name <envoy_v3_api_field_config.listener.v3.Listener.name>` of the internal listener.Address.Builder.getEnvoyInternalAddressBuilder()
Specifies a user-space address handled by :ref:`internal listeners <envoy_v3_api_field_config.listener.v3.Listener.internal_listener>`.EnvoyInternalAddress.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EnvoyInternalAddress.Builder.mergeFrom
(com.google.protobuf.Message other) EnvoyInternalAddress.Builder.mergeFrom
(EnvoyInternalAddress other) static EnvoyInternalAddress.Builder
EnvoyInternalAddress.newBuilder()
static EnvoyInternalAddress.Builder
EnvoyInternalAddress.newBuilder
(EnvoyInternalAddress prototype) EnvoyInternalAddress.newBuilderForType()
protected EnvoyInternalAddress.Builder
EnvoyInternalAddress.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) EnvoyInternalAddress.Builder.setEndpointId
(String value) Specifies an endpoint identifier to distinguish between multiple endpoints for the same internal listener in a single upstream pool.EnvoyInternalAddress.Builder.setEndpointIdBytes
(com.google.protobuf.ByteString value) Specifies an endpoint identifier to distinguish between multiple endpoints for the same internal listener in a single upstream pool.EnvoyInternalAddress.Builder.setServerListenerName
(String value) Specifies the :ref:`name <envoy_v3_api_field_config.listener.v3.Listener.name>` of the internal listener.EnvoyInternalAddress.Builder.setServerListenerNameBytes
(com.google.protobuf.ByteString value) Specifies the :ref:`name <envoy_v3_api_field_config.listener.v3.Listener.name>` of the internal listener.EnvoyInternalAddress.toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type EnvoyInternalAddress.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<EnvoyInternalAddress, EnvoyInternalAddress.Builder, EnvoyInternalAddressOrBuilder> Address.Builder.getEnvoyInternalAddressFieldBuilder()
Specifies a user-space address handled by :ref:`internal listeners <envoy_v3_api_field_config.listener.v3.Listener.internal_listener>`.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type EnvoyInternalAddress.BuilderModifier and TypeMethodDescriptionAddress.Builder.setEnvoyInternalAddress
(EnvoyInternalAddress.Builder builderForValue) Specifies a user-space address handled by :ref:`internal listeners <envoy_v3_api_field_config.listener.v3.Listener.internal_listener>`.