Uses of Class
io.envoyproxy.envoy.config.core.v3.Address.Builder
Packages that use Address.Builder
Package
Description
-
Uses of Address.Builder in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return Address.BuilderModifier and TypeMethodDescriptionListenerStatus.Builder.addAdditionalLocalAddressesBuilder()The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.ListenerStatus.Builder.addAdditionalLocalAddressesBuilder(int index) The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.ListenerStatus.Builder.getAdditionalLocalAddressesBuilder(int index) The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.HostStatus.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.v3 that return types with arguments of type Address.BuilderModifier and TypeMethodDescriptionListenerStatus.Builder.getAdditionalLocalAddressesBuilderList()The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.Methods in io.envoyproxy.envoy.admin.v3 with parameters of type Address.BuilderModifier and TypeMethodDescriptionListenerStatus.Builder.addAdditionalLocalAddresses(int index, Address.Builder builderForValue) The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.ListenerStatus.Builder.addAdditionalLocalAddresses(Address.Builder builderForValue) The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.ListenerStatus.Builder.setAdditionalLocalAddresses(int index, Address.Builder builderForValue) The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.HostStatus.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.config.bootstrap.v3
Methods in io.envoyproxy.envoy.config.bootstrap.v3 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.v3 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.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Address.BuilderModifier and TypeMethodDescriptionCluster.Builder.addDnsResolversBuilder()Deprecated.Cluster.Builder.addDnsResolversBuilder(int index) Deprecated.Cluster.Builder.getDnsResolversBuilder(int index) Deprecated.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Address.BuilderMethods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Address.BuilderModifier and TypeMethodDescriptionCluster.Builder.addDnsResolvers(int index, Address.Builder builderForValue) Deprecated.Cluster.Builder.addDnsResolvers(Address.Builder builderForValue) Deprecated.Cluster.Builder.setDnsResolvers(int index, Address.Builder builderForValue) Deprecated. -
Uses of Address.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return Address.BuilderModifier and TypeMethodDescriptionNode.Builder.addListeningAddressesBuilder()Deprecated.Node.Builder.addListeningAddressesBuilder(int index) Deprecated.Address.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DnsResolutionConfig.Builder.addResolversBuilder()A list of dns resolver addresses.DnsResolutionConfig.Builder.addResolversBuilder(int index) A list of dns resolver addresses.Address.Builder.clear()Address.Builder.clearAddress()Address.Builder.clearEnvoyInternalAddress()Specifies a user-space address handled by :ref:`internal listeners <envoy_v3_api_field_config.listener.v3.Listener.internal_listener>`.Address.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Address.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Address.Builder.clearPipe().envoy.config.core.v3.Pipe pipe = 2;Address.Builder.clearSocketAddress().envoy.config.core.v3.SocketAddress socket_address = 1;Address.Builder.clone()Node.Builder.getListeningAddressesBuilder(int index) Deprecated.DnsResolutionConfig.Builder.getResolversBuilder(int index) A list of dns resolver addresses.Address.Builder.mergeEnvoyInternalAddress(EnvoyInternalAddress value) Specifies a user-space address handled by :ref:`internal listeners <envoy_v3_api_field_config.listener.v3.Listener.internal_listener>`.Address.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Address.Builder.mergeFrom(com.google.protobuf.Message other) .envoy.config.core.v3.Pipe pipe = 2;Address.Builder.mergeSocketAddress(SocketAddress value) .envoy.config.core.v3.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) Address.Builder.setEnvoyInternalAddress(EnvoyInternalAddress value) Specifies a user-space address handled by :ref:`internal listeners <envoy_v3_api_field_config.listener.v3.Listener.internal_listener>`.Address.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>`..envoy.config.core.v3.Pipe pipe = 2;Address.Builder.setPipe(Pipe.Builder builderForValue) .envoy.config.core.v3.Pipe pipe = 2;Address.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Address.Builder.setSocketAddress(SocketAddress value) .envoy.config.core.v3.SocketAddress socket_address = 1;Address.Builder.setSocketAddress(SocketAddress.Builder builderForValue) .envoy.config.core.v3.SocketAddress socket_address = 1;final Address.BuilderAddress.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Address.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type Address.BuilderModifier and TypeMethodDescriptionNode.Builder.getListeningAddressesBuilderList()Deprecated.DnsResolutionConfig.Builder.getResolversBuilderList()A list of dns resolver addresses.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type Address.BuilderModifier and TypeMethodDescriptionNode.Builder.addListeningAddresses(int index, Address.Builder builderForValue) Deprecated.Node.Builder.addListeningAddresses(Address.Builder builderForValue) Deprecated.DnsResolutionConfig.Builder.addResolvers(int index, Address.Builder builderForValue) A list of dns resolver addresses.DnsResolutionConfig.Builder.addResolvers(Address.Builder builderForValue) A list of dns resolver addresses.Node.Builder.setListeningAddresses(int index, Address.Builder builderForValue) Deprecated.DnsResolutionConfig.Builder.setResolvers(int index, Address.Builder builderForValue) A list of dns resolver addresses. -
Uses of Address.Builder in io.envoyproxy.envoy.config.endpoint.v3
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return Address.BuilderModifier and TypeMethodDescriptionEndpoint.AdditionalAddress.Builder.getAddressBuilder()Additional address that is associated with the endpoint.Endpoint.Builder.getAddressBuilder()The upstream host address. .. attention:: The form of host address depends on the given cluster type.Endpoint.HealthCheckConfig.Builder.getAddressBuilder()Optional alternative health check host address. .. attention:: The form of the health check host address is expected to be a direct IP address.UpstreamEndpointStats.Builder.getAddressBuilder()Upstream host address.Methods in io.envoyproxy.envoy.config.endpoint.v3 with parameters of type Address.BuilderModifier and TypeMethodDescriptionEndpoint.AdditionalAddress.Builder.setAddress(Address.Builder builderForValue) Additional address that is associated with the endpoint.Endpoint.Builder.setAddress(Address.Builder builderForValue) The upstream host address. .. attention:: The form of host address depends on the given cluster type.Endpoint.HealthCheckConfig.Builder.setAddress(Address.Builder builderForValue) Optional alternative health check host address. .. attention:: The form of the health check host address is expected to be a direct IP address.UpstreamEndpointStats.Builder.setAddress(Address.Builder builderForValue) Upstream host address. -
Uses of Address.Builder in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return Address.BuilderModifier and TypeMethodDescriptionAdditionalAddress.Builder.getAddressBuilder().envoy.config.core.v3.Address address = 1;Listener.Builder.getAddressBuilder()The address that the listener should listen on.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type Address.BuilderModifier and TypeMethodDescriptionAdditionalAddress.Builder.setAddress(Address.Builder builderForValue) .envoy.config.core.v3.Address address = 1;Listener.Builder.setAddress(Address.Builder builderForValue) The address that the listener should listen on. -
Uses of Address.Builder in io.envoyproxy.envoy.config.metrics.v3
Methods in io.envoyproxy.envoy.config.metrics.v3 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.v3 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.v3
Methods in io.envoyproxy.envoy.data.accesslog.v3 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. .. note:: This may not be the actual peer address.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.v3 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. .. note:: This may not be the actual peer address.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.v3
Methods in io.envoyproxy.envoy.data.core.v3 that return Address.BuilderModifier and TypeMethodDescriptionHealthCheckEvent.Builder.getHostBuilder().envoy.config.core.v3.Address host = 2;Methods in io.envoyproxy.envoy.data.core.v3 with parameters of type Address.BuilderModifier and TypeMethodDescriptionHealthCheckEvent.Builder.setHost(Address.Builder builderForValue) .envoy.config.core.v3.Address host = 2; -
Uses of Address.Builder in io.envoyproxy.envoy.data.tap.v3
Methods in io.envoyproxy.envoy.data.tap.v3 that return Address.BuilderModifier and TypeMethodDescriptionConnection.Builder.getLocalAddressBuilder()Local address.Connection.Builder.getRemoteAddressBuilder()Remote address.Methods in io.envoyproxy.envoy.data.tap.v3 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.extensions.filters.network.redis_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 that return Address.BuilderModifier and TypeMethodDescriptionRedisProtocolOptions.Credential.Builder.getAddressBuilder()The address to which this username and password applies.Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 with parameters of type Address.BuilderModifier and TypeMethodDescriptionRedisProtocolOptions.Credential.Builder.setAddress(Address.Builder builderForValue) The address to which this username and password applies. -
Uses of Address.Builder in io.envoyproxy.envoy.extensions.filters.udp.dns_filter.v3
Methods in io.envoyproxy.envoy.extensions.filters.udp.dns_filter.v3 that return Address.BuilderModifier and TypeMethodDescriptionDnsFilterConfig.ClientContextConfig.Builder.addUpstreamResolversBuilder()Deprecated.DnsFilterConfig.ClientContextConfig.Builder.addUpstreamResolversBuilder(int index) Deprecated.DnsFilterConfig.ClientContextConfig.Builder.getUpstreamResolversBuilder(int index) Deprecated.Methods in io.envoyproxy.envoy.extensions.filters.udp.dns_filter.v3 that return types with arguments of type Address.BuilderModifier and TypeMethodDescriptionDnsFilterConfig.ClientContextConfig.Builder.getUpstreamResolversBuilderList()Deprecated.Methods in io.envoyproxy.envoy.extensions.filters.udp.dns_filter.v3 with parameters of type Address.BuilderModifier and TypeMethodDescriptionDnsFilterConfig.ClientContextConfig.Builder.addUpstreamResolvers(int index, Address.Builder builderForValue) Deprecated.DnsFilterConfig.ClientContextConfig.Builder.addUpstreamResolvers(Address.Builder builderForValue) Deprecated.DnsFilterConfig.ClientContextConfig.Builder.setUpstreamResolvers(int index, Address.Builder builderForValue) Deprecated. -
Uses of Address.Builder in io.envoyproxy.envoy.extensions.network.dns_resolver.cares.v3
Methods in io.envoyproxy.envoy.extensions.network.dns_resolver.cares.v3 that return Address.BuilderModifier and TypeMethodDescriptionCaresDnsResolverConfig.Builder.addResolversBuilder()A list of DNS resolver addresses.CaresDnsResolverConfig.Builder.addResolversBuilder(int index) A list of DNS resolver addresses.CaresDnsResolverConfig.Builder.getResolversBuilder(int index) A list of DNS resolver addresses.Methods in io.envoyproxy.envoy.extensions.network.dns_resolver.cares.v3 that return types with arguments of type Address.BuilderModifier and TypeMethodDescriptionCaresDnsResolverConfig.Builder.getResolversBuilderList()A list of DNS resolver addresses.Methods in io.envoyproxy.envoy.extensions.network.dns_resolver.cares.v3 with parameters of type Address.BuilderModifier and TypeMethodDescriptionCaresDnsResolverConfig.Builder.addResolvers(int index, Address.Builder builderForValue) A list of DNS resolver addresses.CaresDnsResolverConfig.Builder.addResolvers(Address.Builder builderForValue) A list of DNS resolver addresses.CaresDnsResolverConfig.Builder.setResolvers(int index, Address.Builder builderForValue) A list of DNS resolver addresses. -
Uses of Address.Builder in io.envoyproxy.envoy.extensions.stat_sinks.graphite_statsd.v3
Methods in io.envoyproxy.envoy.extensions.stat_sinks.graphite_statsd.v3 that return Address.BuilderModifier and TypeMethodDescriptionGraphiteStatsdSink.Builder.getAddressBuilder()The UDP address of a running Graphite-compliant listener.Methods in io.envoyproxy.envoy.extensions.stat_sinks.graphite_statsd.v3 with parameters of type Address.BuilderModifier and TypeMethodDescriptionGraphiteStatsdSink.Builder.setAddress(Address.Builder builderForValue) The UDP address of a running Graphite-compliant listener. -
Uses of Address.Builder in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 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.v3 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.