Uses of Class
io.envoyproxy.envoy.api.v2.core.Address
-
-
Uses of Address in io.envoyproxy.envoy.admin.v2alpha
Methods in io.envoyproxy.envoy.admin.v2alpha that return Address Modifier and Type Method Description AddressHostStatus.Builder. getAddress()Address of this host.AddressHostStatus. getAddress()Address of this host.AddressHostStatusOrBuilder. getAddress()Address of this host.AddressListenerStatus.Builder. getLocalAddress()The actual local address that the listener is listening on.AddressListenerStatus. getLocalAddress()The actual local address that the listener is listening on.AddressListenerStatusOrBuilder. getLocalAddress()The actual local address that the listener is listening on.Methods in io.envoyproxy.envoy.admin.v2alpha with parameters of type Address Modifier and Type Method Description HostStatus.BuilderHostStatus.Builder. mergeAddress(Address value)Address of this host.ListenerStatus.BuilderListenerStatus.Builder. mergeLocalAddress(Address value)The actual local address that the listener is listening on.HostStatus.BuilderHostStatus.Builder. setAddress(Address value)Address of this host.ListenerStatus.BuilderListenerStatus.Builder. setLocalAddress(Address value)The actual local address that the listener is listening on. -
Uses of Address in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return Address Modifier and Type Method Description AddressListener.Builder. getAddress()The address that the listener should listen on.AddressListener. getAddress()The address that the listener should listen on.AddressListenerOrBuilder. getAddress()The address that the listener should listen on.AddressCluster.Builder. getDnsResolvers(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.AddressCluster. getDnsResolvers(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.AddressClusterOrBuilder. getDnsResolvers(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.AddressCluster.Builder. getHosts(int index)Deprecated.AddressCluster. getHosts(int index)Deprecated.AddressClusterOrBuilder. getHosts(int index)Deprecated.AddressUpstreamBindConfig.Builder. getSourceAddress()The address Envoy should bind to when establishing upstream connections.AddressUpstreamBindConfig. getSourceAddress()The address Envoy should bind to when establishing upstream connections.AddressUpstreamBindConfigOrBuilder. getSourceAddress()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 Modifier and Type Method Description List<Address>Cluster.Builder. getDnsResolversList()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.List<Address>Cluster. getDnsResolversList()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.List<Address>ClusterOrBuilder. getDnsResolversList()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.List<Address>Cluster.Builder. getHostsList()Deprecated.List<Address>Cluster. getHostsList()Deprecated.List<Address>ClusterOrBuilder. getHostsList()Deprecated.Methods in io.envoyproxy.envoy.api.v2 with parameters of type Address Modifier and Type Method Description Cluster.BuilderCluster.Builder. addDnsResolvers(int index, Address value)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.BuilderCluster.Builder. addDnsResolvers(Address value)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.BuilderCluster.Builder. addHosts(int index, Address value)Deprecated.Cluster.BuilderCluster.Builder. addHosts(Address value)Deprecated.Listener.BuilderListener.Builder. mergeAddress(Address value)The address that the listener should listen on.UpstreamBindConfig.BuilderUpstreamBindConfig.Builder. mergeSourceAddress(Address value)The address Envoy should bind to when establishing upstream connections.Listener.BuilderListener.Builder. setAddress(Address value)The address that the listener should listen on.Cluster.BuilderCluster.Builder. setDnsResolvers(int index, Address value)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.BuilderCluster.Builder. setHosts(int index, Address value)Deprecated.UpstreamBindConfig.BuilderUpstreamBindConfig.Builder. setSourceAddress(Address value)The address Envoy should bind to when establishing upstream connections.Method parameters in io.envoyproxy.envoy.api.v2 with type arguments of type Address Modifier and Type Method Description Cluster.BuilderCluster.Builder. addAllDnsResolvers(Iterable<? extends Address> values)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.BuilderCluster.Builder. addAllHosts(Iterable<? extends Address> values)Deprecated. -
Uses of Address in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return Address Modifier and Type Method Description AddressAddress.Builder. build()AddressAddress.Builder. buildPartial()static AddressAddress. getDefaultInstance()AddressAddress.Builder. getDefaultInstanceForType()AddressAddress. getDefaultInstanceForType()AddressNode.Builder. getListeningAddresses(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.AddressNode. getListeningAddresses(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.AddressNodeOrBuilder. getListeningAddresses(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.static AddressAddress. parseDelimitedFrom(InputStream input)static AddressAddress. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(byte[] data)static AddressAddress. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(com.google.protobuf.ByteString data)static AddressAddress. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(com.google.protobuf.CodedInputStream input)static AddressAddress. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(InputStream input)static AddressAddress. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(ByteBuffer data)static AddressAddress. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type Address Modifier and Type Method Description List<Address>Node.Builder. getListeningAddressesList()Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.List<Address>Node. getListeningAddressesList()Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.List<Address>NodeOrBuilder. getListeningAddressesList()Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.com.google.protobuf.Parser<Address>Address. getParserForType()static com.google.protobuf.Parser<Address>Address. parser()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type Address Modifier and Type Method Description Node.BuilderNode.Builder. addListeningAddresses(int index, Address value)Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.Node.BuilderNode.Builder. addListeningAddresses(Address value)Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.Address.BuilderAddress.Builder. mergeFrom(Address other)static Address.BuilderAddress. newBuilder(Address prototype)Node.BuilderNode.Builder. setListeningAddresses(int index, Address value)Known listening ports on the node as a generic hint to the management server for filtering :ref:`listeners <config_listeners>` to be returned.Method parameters in io.envoyproxy.envoy.api.v2.core with type arguments of type Address Modifier and Type Method Description Node.BuilderNode.Builder. addAllListeningAddresses(Iterable<? extends Address> values)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 in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return Address Modifier and Type Method Description AddressEndpoint.Builder. getAddress()The upstream host address. .. attention:: The form of host address depends on the given cluster type.AddressEndpoint. getAddress()The upstream host address. .. attention:: The form of host address depends on the given cluster type.AddressEndpointOrBuilder. getAddress()The upstream host address. .. attention:: The form of host address depends on the given cluster type.AddressUpstreamEndpointStats.Builder. getAddress()Upstream host address.AddressUpstreamEndpointStats. getAddress()Upstream host address.AddressUpstreamEndpointStatsOrBuilder. getAddress()Upstream host address.Methods in io.envoyproxy.envoy.api.v2.endpoint with parameters of type Address Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. mergeAddress(Address value)The upstream host address. .. attention:: The form of host address depends on the given cluster type.UpstreamEndpointStats.BuilderUpstreamEndpointStats.Builder. mergeAddress(Address value)Upstream host address.Endpoint.BuilderEndpoint.Builder. setAddress(Address value)The upstream host address. .. attention:: The form of host address depends on the given cluster type.UpstreamEndpointStats.BuilderUpstreamEndpointStats.Builder. setAddress(Address value)Upstream host address. -
Uses of Address in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return Address Modifier and Type Method Description AddressAdmin.Builder. getAddress()The TCP address that the administration server will listen on.AddressAdmin. getAddress()The TCP address that the administration server will listen on.AddressAdminOrBuilder. getAddress()The TCP address that the administration server will listen on.Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type Address Modifier and Type Method Description Admin.BuilderAdmin.Builder. mergeAddress(Address value)The TCP address that the administration server will listen on.Admin.BuilderAdmin.Builder. setAddress(Address value)The TCP address that the administration server will listen on. -
Uses of Address in io.envoyproxy.envoy.config.metrics.v2
Methods in io.envoyproxy.envoy.config.metrics.v2 that return Address Modifier and Type Method Description AddressDogStatsdSink.Builder. getAddress()The UDP address of a running DogStatsD compliant listener.AddressDogStatsdSink. getAddress()The UDP address of a running DogStatsD compliant listener.AddressDogStatsdSinkOrBuilder. getAddress()The UDP address of a running DogStatsD compliant listener.AddressStatsdSink.Builder. getAddress()The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.AddressStatsdSink. getAddress()The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.AddressStatsdSinkOrBuilder. getAddress()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 Modifier and Type Method Description DogStatsdSink.BuilderDogStatsdSink.Builder. mergeAddress(Address value)The UDP address of a running DogStatsD compliant listener.StatsdSink.BuilderStatsdSink.Builder. mergeAddress(Address value)The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.DogStatsdSink.BuilderDogStatsdSink.Builder. setAddress(Address value)The UDP address of a running DogStatsD compliant listener.StatsdSink.BuilderStatsdSink.Builder. setAddress(Address value)The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener. -
Uses of Address in io.envoyproxy.envoy.data.accesslog.v2
Methods in io.envoyproxy.envoy.data.accesslog.v2 that return Address Modifier and Type Method Description AddressAccessLogCommon.Builder. getDownstreamDirectRemoteAddress()This field is the downstream direct remote address on which the request from the user was received.AddressAccessLogCommon. getDownstreamDirectRemoteAddress()This field is the downstream direct remote address on which the request from the user was received.AddressAccessLogCommonOrBuilder. getDownstreamDirectRemoteAddress()This field is the downstream direct remote address on which the request from the user was received.AddressAccessLogCommon.Builder. getDownstreamLocalAddress()This field is the local/destination address on which the request from the user was received.AddressAccessLogCommon. getDownstreamLocalAddress()This field is the local/destination address on which the request from the user was received.AddressAccessLogCommonOrBuilder. getDownstreamLocalAddress()This field is the local/destination address on which the request from the user was received.AddressAccessLogCommon.Builder. getDownstreamRemoteAddress()This field is the remote/origin address on which the request from the user was received.AddressAccessLogCommon. getDownstreamRemoteAddress()This field is the remote/origin address on which the request from the user was received.AddressAccessLogCommonOrBuilder. getDownstreamRemoteAddress()This field is the remote/origin address on which the request from the user was received.AddressAccessLogCommon.Builder. getUpstreamLocalAddress()The upstream local/origin address that handles this exchange.AddressAccessLogCommon. getUpstreamLocalAddress()The upstream local/origin address that handles this exchange.AddressAccessLogCommonOrBuilder. getUpstreamLocalAddress()The upstream local/origin address that handles this exchange.AddressAccessLogCommon.Builder. getUpstreamRemoteAddress()The upstream remote/destination address that handles this exchange.AddressAccessLogCommon. getUpstreamRemoteAddress()The upstream remote/destination address that handles this exchange.AddressAccessLogCommonOrBuilder. getUpstreamRemoteAddress()The upstream remote/destination address that handles this exchange.Methods in io.envoyproxy.envoy.data.accesslog.v2 with parameters of type Address Modifier and Type Method Description AccessLogCommon.BuilderAccessLogCommon.Builder. mergeDownstreamDirectRemoteAddress(Address value)This field is the downstream direct remote address on which the request from the user was received.AccessLogCommon.BuilderAccessLogCommon.Builder. mergeDownstreamLocalAddress(Address value)This field is the local/destination address on which the request from the user was received.AccessLogCommon.BuilderAccessLogCommon.Builder. mergeDownstreamRemoteAddress(Address value)This field is the remote/origin address on which the request from the user was received.AccessLogCommon.BuilderAccessLogCommon.Builder. mergeUpstreamLocalAddress(Address value)The upstream local/origin address that handles this exchange.AccessLogCommon.BuilderAccessLogCommon.Builder. mergeUpstreamRemoteAddress(Address value)The upstream remote/destination address that handles this exchange.AccessLogCommon.BuilderAccessLogCommon.Builder. setDownstreamDirectRemoteAddress(Address value)This field is the downstream direct remote address on which the request from the user was received.AccessLogCommon.BuilderAccessLogCommon.Builder. setDownstreamLocalAddress(Address value)This field is the local/destination address on which the request from the user was received.AccessLogCommon.BuilderAccessLogCommon.Builder. setDownstreamRemoteAddress(Address value)This field is the remote/origin address on which the request from the user was received.AccessLogCommon.BuilderAccessLogCommon.Builder. setUpstreamLocalAddress(Address value)The upstream local/origin address that handles this exchange.AccessLogCommon.BuilderAccessLogCommon.Builder. setUpstreamRemoteAddress(Address value)The upstream remote/destination address that handles this exchange. -
Uses of Address in io.envoyproxy.envoy.data.core.v2alpha
Methods in io.envoyproxy.envoy.data.core.v2alpha that return Address Modifier and Type Method Description AddressHealthCheckEvent.Builder. getHost().envoy.api.v2.core.Address host = 2;AddressHealthCheckEvent. getHost().envoy.api.v2.core.Address host = 2;AddressHealthCheckEventOrBuilder. getHost().envoy.api.v2.core.Address host = 2;Methods in io.envoyproxy.envoy.data.core.v2alpha with parameters of type Address Modifier and Type Method Description HealthCheckEvent.BuilderHealthCheckEvent.Builder. mergeHost(Address value).envoy.api.v2.core.Address host = 2;HealthCheckEvent.BuilderHealthCheckEvent.Builder. setHost(Address value).envoy.api.v2.core.Address host = 2; -
Uses of Address in io.envoyproxy.envoy.data.tap.v2alpha
Methods in io.envoyproxy.envoy.data.tap.v2alpha that return Address Modifier and Type Method Description AddressConnection.Builder. getLocalAddress()Local address.AddressConnection. getLocalAddress()Local address.AddressConnectionOrBuilder. getLocalAddress()Local address.AddressConnection.Builder. getRemoteAddress()Remote address.AddressConnection. getRemoteAddress()Remote address.AddressConnectionOrBuilder. getRemoteAddress()Remote address.Methods in io.envoyproxy.envoy.data.tap.v2alpha with parameters of type Address Modifier and Type Method Description Connection.BuilderConnection.Builder. mergeLocalAddress(Address value)Local address.Connection.BuilderConnection.Builder. mergeRemoteAddress(Address value)Remote address.Connection.BuilderConnection.Builder. setLocalAddress(Address value)Local address.Connection.BuilderConnection.Builder. setRemoteAddress(Address value)Remote address. -
Uses of Address in io.envoyproxy.envoy.service.auth.v2
Methods in io.envoyproxy.envoy.service.auth.v2 that return Address Modifier and Type Method Description AddressAttributeContext.Peer.Builder. getAddress()The address of the peer, this is typically the IP address.AddressAttributeContext.Peer. getAddress()The address of the peer, this is typically the IP address.AddressAttributeContext.PeerOrBuilder. getAddress()The address of the peer, this is typically the IP address.Methods in io.envoyproxy.envoy.service.auth.v2 with parameters of type Address Modifier and Type Method Description AttributeContext.Peer.BuilderAttributeContext.Peer.Builder. mergeAddress(Address value)The address of the peer, this is typically the IP address.AttributeContext.Peer.BuilderAttributeContext.Peer.Builder. setAddress(Address value)The address of the peer, this is typically the IP address.
-