Uses of Interface
io.envoyproxy.envoy.config.core.v3.AddressOrBuilder
-
-
Uses of AddressOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type AddressOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Admin.Builder. addressBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilder
Admin.Builder. getAddressOrBuilder()
The TCP address that the administration server will listen on.AddressOrBuilder
Admin. getAddressOrBuilder()
The TCP address that the administration server will listen on.AddressOrBuilder
AdminOrBuilder. getAddressOrBuilder()
The TCP address that the administration server will listen on.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type AddressOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Admin.Builder. getAddressFieldBuilder()
The TCP address that the administration server will listen on. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type AddressOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Cluster.Builder. dnsResolversBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilder
Cluster.Builder. getDnsResolversOrBuilder(int index)
Deprecated.AddressOrBuilder
Cluster. getDnsResolversOrBuilder(int index)
Deprecated.AddressOrBuilder
ClusterOrBuilder. getDnsResolversOrBuilder(int index)
Deprecated.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type AddressOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Cluster.Builder. getDnsResolversFieldBuilder()
java.util.List<? extends AddressOrBuilder>
Cluster.Builder. getDnsResolversOrBuilderList()
Deprecated.java.util.List<? extends AddressOrBuilder>
Cluster. getDnsResolversOrBuilderList()
Deprecated.java.util.List<? extends AddressOrBuilder>
ClusterOrBuilder. getDnsResolversOrBuilderList()
Deprecated. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement AddressOrBuilder Modifier and Type Class Description class
Address
Addresses specify either a logical or physical address and port, which are used to tell Envoy where to bind/listen, connect to upstream and find management servers.static class
Address.Builder
Addresses specify either a logical or physical address and port, which are used to tell Envoy where to bind/listen, connect to upstream and find management servers.Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type AddressOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Node.Builder. listeningAddressesBuilder_
private com.google.protobuf.RepeatedFieldBuilder<Address,Address.Builder,AddressOrBuilder>
DnsResolutionConfig.Builder. resolversBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilder
Node.Builder. getListeningAddressesOrBuilder(int index)
Deprecated.AddressOrBuilder
Node. getListeningAddressesOrBuilder(int index)
Deprecated.AddressOrBuilder
NodeOrBuilder. getListeningAddressesOrBuilder(int index)
Deprecated.AddressOrBuilder
DnsResolutionConfig.Builder. getResolversOrBuilder(int index)
A list of dns resolver addresses.AddressOrBuilder
DnsResolutionConfig. getResolversOrBuilder(int index)
A list of dns resolver addresses.AddressOrBuilder
DnsResolutionConfigOrBuilder. getResolversOrBuilder(int index)
A list of dns resolver addresses.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type AddressOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Node.Builder. getListeningAddressesFieldBuilder()
java.util.List<? extends AddressOrBuilder>
Node.Builder. getListeningAddressesOrBuilderList()
Deprecated.java.util.List<? extends AddressOrBuilder>
Node. getListeningAddressesOrBuilderList()
Deprecated.java.util.List<? extends AddressOrBuilder>
NodeOrBuilder. getListeningAddressesOrBuilderList()
Deprecated.private com.google.protobuf.RepeatedFieldBuilder<Address,Address.Builder,AddressOrBuilder>
DnsResolutionConfig.Builder. getResolversFieldBuilder()
java.util.List<? extends AddressOrBuilder>
DnsResolutionConfig.Builder. getResolversOrBuilderList()
A list of dns resolver addresses.java.util.List<? extends AddressOrBuilder>
DnsResolutionConfig. getResolversOrBuilderList()
A list of dns resolver addresses.java.util.List<? extends AddressOrBuilder>
DnsResolutionConfigOrBuilder. getResolversOrBuilderList()
A list of dns resolver addresses. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.config.endpoint.v3
Fields in io.envoyproxy.envoy.config.endpoint.v3 with type parameters of type AddressOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Endpoint.AdditionalAddress.Builder. addressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Endpoint.Builder. addressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Endpoint.HealthCheckConfig.Builder. addressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
UpstreamEndpointStats.Builder. addressBuilder_
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilder
Endpoint.AdditionalAddress.Builder. getAddressOrBuilder()
Additional address that is associated with the endpoint.AddressOrBuilder
Endpoint.AdditionalAddress. getAddressOrBuilder()
Additional address that is associated with the endpoint.AddressOrBuilder
Endpoint.AdditionalAddressOrBuilder. getAddressOrBuilder()
Additional address that is associated with the endpoint.AddressOrBuilder
Endpoint.Builder. getAddressOrBuilder()
The upstream host address.AddressOrBuilder
Endpoint. getAddressOrBuilder()
The upstream host address.AddressOrBuilder
Endpoint.HealthCheckConfig.Builder. getAddressOrBuilder()
Optional alternative health check host address.AddressOrBuilder
Endpoint.HealthCheckConfig. getAddressOrBuilder()
Optional alternative health check host address.AddressOrBuilder
Endpoint.HealthCheckConfigOrBuilder. getAddressOrBuilder()
Optional alternative health check host address.AddressOrBuilder
EndpointOrBuilder. getAddressOrBuilder()
The upstream host address.AddressOrBuilder
UpstreamEndpointStats.Builder. getAddressOrBuilder()
Upstream host address.AddressOrBuilder
UpstreamEndpointStats. getAddressOrBuilder()
Upstream host address.AddressOrBuilder
UpstreamEndpointStatsOrBuilder. getAddressOrBuilder()
Upstream host address.Methods in io.envoyproxy.envoy.config.endpoint.v3 that return types with arguments of type AddressOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Endpoint.AdditionalAddress.Builder. getAddressFieldBuilder()
Additional address that is associated with the endpoint.private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Endpoint.Builder. getAddressFieldBuilder()
The upstream host address.private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Endpoint.HealthCheckConfig.Builder. getAddressFieldBuilder()
Optional alternative health check host address.private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
UpstreamEndpointStats.Builder. getAddressFieldBuilder()
Upstream host address. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type AddressOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AdditionalAddress.Builder. addressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Listener.Builder. addressBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilder
AdditionalAddress.Builder. getAddressOrBuilder()
.envoy.config.core.v3.Address address = 1;
AddressOrBuilder
AdditionalAddress. getAddressOrBuilder()
.envoy.config.core.v3.Address address = 1;
AddressOrBuilder
AdditionalAddressOrBuilder. getAddressOrBuilder()
.envoy.config.core.v3.Address address = 1;
AddressOrBuilder
Listener.Builder. getAddressOrBuilder()
The address that the listener should listen on.AddressOrBuilder
Listener. getAddressOrBuilder()
The address that the listener should listen on.AddressOrBuilder
ListenerOrBuilder. getAddressOrBuilder()
The address that the listener should listen on.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type AddressOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AdditionalAddress.Builder. getAddressFieldBuilder()
.envoy.config.core.v3.Address address = 1;
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
Listener.Builder. getAddressFieldBuilder()
The address that the listener should listen on. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.config.metrics.v3
Fields in io.envoyproxy.envoy.config.metrics.v3 with type parameters of type AddressOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
DogStatsdSink.Builder. addressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
StatsdSink.Builder. addressBuilder_
Methods in io.envoyproxy.envoy.config.metrics.v3 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilder
DogStatsdSink.Builder. getAddressOrBuilder()
The UDP address of a running DogStatsD compliant listener.AddressOrBuilder
DogStatsdSink. getAddressOrBuilder()
The UDP address of a running DogStatsD compliant listener.AddressOrBuilder
DogStatsdSinkOrBuilder. getAddressOrBuilder()
The UDP address of a running DogStatsD compliant listener.AddressOrBuilder
StatsdSink.Builder. getAddressOrBuilder()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.AddressOrBuilder
StatsdSink. getAddressOrBuilder()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.AddressOrBuilder
StatsdSinkOrBuilder. getAddressOrBuilder()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type AddressOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
DogStatsdSink.Builder. getAddressFieldBuilder()
The UDP address of a running DogStatsD compliant listener.private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
StatsdSink.Builder. getAddressFieldBuilder()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener. -
Uses of AddressOrBuilder in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type AddressOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AccessLogCommon.Builder. downstreamDirectRemoteAddressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AccessLogCommon.Builder. downstreamLocalAddressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AccessLogCommon.Builder. downstreamRemoteAddressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AccessLogCommon.Builder. upstreamLocalAddressBuilder_
private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AccessLogCommon.Builder. upstreamRemoteAddressBuilder_
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return AddressOrBuilder Modifier and Type Method Description AddressOrBuilder
AccessLogCommon.Builder. getDownstreamDirectRemoteAddressOrBuilder()
This field is the downstream direct remote address on which the request from the user was received.AddressOrBuilder
AccessLogCommon. getDownstreamDirectRemoteAddressOrBuilder()
This field is the downstream direct remote address on which the request from the user was received.AddressOrBuilder
AccessLogCommonOrBuilder. getDownstreamDirectRemoteAddressOrBuilder()
This field is the downstream direct remote address on which the request from the user was received.AddressOrBuilder
AccessLogCommon.Builder. getDownstreamLocalAddressOrBuilder()
This field is the local/destination address on which the request from the user was received.AddressOrBuilder
AccessLogCommon. getDownstreamLocalAddressOrBuilder()
This field is the local/destination address on which the request from the user was received.AddressOrBuilder
AccessLogCommonOrBuilder. getDownstreamLocalAddressOrBuilder()
This field is the local/destination address on which the request from the user was received.AddressOrBuilder
AccessLogCommon.Builder. getDownstreamRemoteAddressOrBuilder()
This field is the remote/origin address on which the request from the user was received.AddressOrBuilder
AccessLogCommon. getDownstreamRemoteAddressOrBuilder()
This field is the remote/origin address on which the request from the user was received.AddressOrBuilder
AccessLogCommonOrBuilder. getDownstreamRemoteAddressOrBuilder()
This field is the remote/origin address on which the request from the user was received.AddressOrBuilder
AccessLogCommon.Builder. getUpstreamLocalAddressOrBuilder()
The upstream local/origin address that handles this exchange.AddressOrBuilder
AccessLogCommon. getUpstreamLocalAddressOrBuilder()
The upstream local/origin address that handles this exchange.AddressOrBuilder
AccessLogCommonOrBuilder. getUpstreamLocalAddressOrBuilder()
The upstream local/origin address that handles this exchange.AddressOrBuilder
AccessLogCommon.Builder. getUpstreamRemoteAddressOrBuilder()
The upstream remote/destination address that handles this exchange.AddressOrBuilder
AccessLogCommon. getUpstreamRemoteAddressOrBuilder()
The upstream remote/destination address that handles this exchange.AddressOrBuilder
AccessLogCommonOrBuilder. getUpstreamRemoteAddressOrBuilder()
The upstream remote/destination address that handles this exchange.Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type AddressOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AccessLogCommon.Builder. getDownstreamDirectRemoteAddressFieldBuilder()
This field is the downstream direct remote address on which the request from the user was received.private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AccessLogCommon.Builder. getDownstreamLocalAddressFieldBuilder()
This field is the local/destination address on which the request from the user was received.private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AccessLogCommon.Builder. getDownstreamRemoteAddressFieldBuilder()
This field is the remote/origin address on which the request from the user was received.private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AccessLogCommon.Builder. getUpstreamLocalAddressFieldBuilder()
The upstream local/origin address that handles this exchange.private com.google.protobuf.SingleFieldBuilder<Address,Address.Builder,AddressOrBuilder>
AccessLogCommon.Builder. getUpstreamRemoteAddressFieldBuilder()
The upstream remote/destination address that handles this exchange.
-