Uses of Class
io.envoyproxy.envoy.api.v2.core.Address.Builder
Packages that use Address.Builder
Package
Description
-
Uses of Address.Builder in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return Address.BuilderModifier and TypeMethodDescriptionHostStatus.Builder.getAddressBuilder()Address of this host.ListenerStatus.Builder.getLocalAddressBuilder()The actual local address that the listener is listening on.Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type Address.BuilderModifier and TypeMethodDescriptionHostStatus.Builder.setAddress(Address.Builder builderForValue) Address of this host.ListenerStatus.Builder.setLocalAddress(Address.Builder builderForValue) The actual local address that the listener is listening on. -
Uses of Address.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return Address.BuilderModifier and TypeMethodDescriptionCluster.Builder.addDnsResolversBuilder()If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.Cluster.Builder.addDnsResolversBuilder(int index) If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.Cluster.Builder.addHostsBuilder()Deprecated.Cluster.Builder.addHostsBuilder(int index) Deprecated.Listener.Builder.getAddressBuilder()The address that the listener should listen on.Cluster.Builder.getDnsResolversBuilder(int index) If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.Cluster.Builder.getHostsBuilder(int index) Deprecated.UpstreamBindConfig.Builder.getSourceAddressBuilder()The address Envoy should bind to when establishing upstream connections.Methods in io.envoyproxy.envoy.api.v2 that return types with arguments of type Address.BuilderModifier and TypeMethodDescriptionCluster.Builder.getDnsResolversBuilderList()If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.Cluster.Builder.getHostsBuilderList()Deprecated.Methods in io.envoyproxy.envoy.api.v2 with parameters of type Address.BuilderModifier and TypeMethodDescriptionCluster.Builder.addDnsResolvers(int index, Address.Builder builderForValue) If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.Cluster.Builder.addDnsResolvers(Address.Builder builderForValue) If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.Cluster.Builder.addHosts(int index, Address.Builder builderForValue) Deprecated.Cluster.Builder.addHosts(Address.Builder builderForValue) Deprecated.Listener.Builder.setAddress(Address.Builder builderForValue) The address that the listener should listen on.Cluster.Builder.setDnsResolvers(int index, Address.Builder builderForValue) If DNS resolvers are specified and the cluster type is either :ref:`STRICT_DNS<envoy_api_enum_value_Cluster.DiscoveryType.STRICT_DNS>`, or :ref:`LOGICAL_DNS<envoy_api_enum_value_Cluster.DiscoveryType.LOGICAL_DNS>`, this value is used to specify the cluster’s dns resolvers.Cluster.Builder.setHosts(int index, Address.Builder builderForValue) Deprecated.UpstreamBindConfig.Builder.setSourceAddress(Address.Builder builderForValue) The address Envoy should bind to when establishing upstream connections. -
Uses of Address.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return Address.BuilderModifier and TypeMethodDescriptionNode.Builder.addListeningAddressesBuilder()Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.Node.Builder.addListeningAddressesBuilder(int index) Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.Address.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Address.Builder.clear()Address.Builder.clearAddress()Address.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Address.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Address.Builder.clearPipe().envoy.api.v2.core.Pipe pipe = 2;Address.Builder.clearSocketAddress().envoy.api.v2.core.SocketAddress socket_address = 1;Address.Builder.clone()Node.Builder.getListeningAddressesBuilder(int index) Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.Address.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Address.Builder.mergeFrom(com.google.protobuf.Message other) .envoy.api.v2.core.Pipe pipe = 2;Address.Builder.mergeSocketAddress(SocketAddress value) .envoy.api.v2.core.SocketAddress socket_address = 1;final Address.BuilderAddress.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Address.BuilderAddress.newBuilder()static Address.BuilderAddress.newBuilder(Address prototype) Address.newBuilderForType()protected Address.BuilderAddress.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) .envoy.api.v2.core.Pipe pipe = 2;Address.Builder.setPipe(Pipe.Builder builderForValue) .envoy.api.v2.core.Pipe pipe = 2;Address.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Address.Builder.setSocketAddress(SocketAddress value) .envoy.api.v2.core.SocketAddress socket_address = 1;Address.Builder.setSocketAddress(SocketAddress.Builder builderForValue) .envoy.api.v2.core.SocketAddress socket_address = 1;final Address.BuilderAddress.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Address.toBuilder()Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type Address.BuilderModifier and TypeMethodDescriptionNode.Builder.getListeningAddressesBuilderList()Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.Methods in io.envoyproxy.envoy.api.v2.core with parameters of type Address.BuilderModifier and TypeMethodDescriptionNode.Builder.addListeningAddresses(int index, Address.Builder builderForValue) Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.Node.Builder.addListeningAddresses(Address.Builder builderForValue) Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.Node.Builder.setListeningAddresses(int index, Address.Builder builderForValue) Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned. -
Uses of Address.Builder in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return Address.BuilderModifier and TypeMethodDescriptionEndpoint.Builder.getAddressBuilder()The upstream host address. .. attention:: The form of host address depends on the given cluster type.UpstreamEndpointStats.Builder.getAddressBuilder()Upstream host address.Methods in io.envoyproxy.envoy.api.v2.endpoint with parameters of type Address.BuilderModifier and TypeMethodDescriptionEndpoint.Builder.setAddress(Address.Builder builderForValue) The upstream host address. .. attention:: The form of host address depends on the given cluster type.UpstreamEndpointStats.Builder.setAddress(Address.Builder builderForValue) Upstream host address. -
Uses of Address.Builder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return Address.BuilderModifier and TypeMethodDescriptionAdmin.Builder.getAddressBuilder()The TCP address that the administration server will listen on.Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type Address.BuilderModifier and TypeMethodDescriptionAdmin.Builder.setAddress(Address.Builder builderForValue) The TCP address that the administration server will listen on. -
Uses of Address.Builder in io.envoyproxy.envoy.config.metrics.v2
Methods in io.envoyproxy.envoy.config.metrics.v2 that return Address.BuilderModifier and TypeMethodDescriptionDogStatsdSink.Builder.getAddressBuilder()The UDP address of a running DogStatsD compliant listener.StatsdSink.Builder.getAddressBuilder()The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.Methods in io.envoyproxy.envoy.config.metrics.v2 with parameters of type Address.BuilderModifier and TypeMethodDescriptionDogStatsdSink.Builder.setAddress(Address.Builder builderForValue) The UDP address of a running DogStatsD compliant listener.StatsdSink.Builder.setAddress(Address.Builder builderForValue) The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener. -
Uses of Address.Builder in io.envoyproxy.envoy.data.accesslog.v2
Methods in io.envoyproxy.envoy.data.accesslog.v2 that return Address.BuilderModifier and TypeMethodDescriptionAccessLogCommon.Builder.getDownstreamDirectRemoteAddressBuilder()This field is the downstream direct remote address on which the request from the user was received.AccessLogCommon.Builder.getDownstreamLocalAddressBuilder()This field is the local/destination address on which the request from the user was received.AccessLogCommon.Builder.getDownstreamRemoteAddressBuilder()This field is the remote/origin address on which the request from the user was received.AccessLogCommon.Builder.getUpstreamLocalAddressBuilder()The upstream local/origin address that handles this exchange.AccessLogCommon.Builder.getUpstreamRemoteAddressBuilder()The upstream remote/destination address that handles this exchange.Methods in io.envoyproxy.envoy.data.accesslog.v2 with parameters of type Address.BuilderModifier and TypeMethodDescriptionAccessLogCommon.Builder.setDownstreamDirectRemoteAddress(Address.Builder builderForValue) This field is the downstream direct remote address on which the request from the user was received.AccessLogCommon.Builder.setDownstreamLocalAddress(Address.Builder builderForValue) This field is the local/destination address on which the request from the user was received.AccessLogCommon.Builder.setDownstreamRemoteAddress(Address.Builder builderForValue) This field is the remote/origin address on which the request from the user was received.AccessLogCommon.Builder.setUpstreamLocalAddress(Address.Builder builderForValue) The upstream local/origin address that handles this exchange.AccessLogCommon.Builder.setUpstreamRemoteAddress(Address.Builder builderForValue) The upstream remote/destination address that handles this exchange. -
Uses of Address.Builder in io.envoyproxy.envoy.data.core.v2alpha
Methods in io.envoyproxy.envoy.data.core.v2alpha that return Address.BuilderModifier and TypeMethodDescriptionHealthCheckEvent.Builder.getHostBuilder().envoy.api.v2.core.Address host = 2;Methods in io.envoyproxy.envoy.data.core.v2alpha with parameters of type Address.BuilderModifier and TypeMethodDescriptionHealthCheckEvent.Builder.setHost(Address.Builder builderForValue) .envoy.api.v2.core.Address host = 2; -
Uses of Address.Builder in io.envoyproxy.envoy.data.tap.v2alpha
Methods in io.envoyproxy.envoy.data.tap.v2alpha that return Address.BuilderModifier and TypeMethodDescriptionConnection.Builder.getLocalAddressBuilder()Local address.Connection.Builder.getRemoteAddressBuilder()Remote address.Methods in io.envoyproxy.envoy.data.tap.v2alpha with parameters of type Address.BuilderModifier and TypeMethodDescriptionConnection.Builder.setLocalAddress(Address.Builder builderForValue) Local address.Connection.Builder.setRemoteAddress(Address.Builder builderForValue) Remote address. -
Uses of Address.Builder in io.envoyproxy.envoy.service.auth.v2
Methods in io.envoyproxy.envoy.service.auth.v2 that return Address.BuilderModifier and TypeMethodDescriptionAttributeContext.Peer.Builder.getAddressBuilder()The address of the peer, this is typically the IP address.Methods in io.envoyproxy.envoy.service.auth.v2 with parameters of type Address.BuilderModifier and TypeMethodDescriptionAttributeContext.Peer.Builder.setAddress(Address.Builder builderForValue) The address of the peer, this is typically the IP address.