Uses of Class
io.envoyproxy.envoy.config.core.v3.AggregatedConfigSource
-
Packages that use AggregatedConfigSource Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of AggregatedConfigSource in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as AggregatedConfigSource Modifier and Type Field Description private static AggregatedConfigSource
AggregatedConfigSource. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type AggregatedConfigSource Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<AggregatedConfigSource,AggregatedConfigSource.Builder,AggregatedConfigSourceOrBuilder>
ConfigSource.Builder. adsBuilder_
private static com.google.protobuf.Parser<AggregatedConfigSource>
AggregatedConfigSource. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return AggregatedConfigSource Modifier and Type Method Description AggregatedConfigSource
AggregatedConfigSource.Builder. build()
AggregatedConfigSource
AggregatedConfigSource.Builder. buildPartial()
AggregatedConfigSource
ConfigSource.Builder. getAds()
When set, ADS will be used to fetch resources.AggregatedConfigSource
ConfigSource. getAds()
When set, ADS will be used to fetch resources.AggregatedConfigSource
ConfigSourceOrBuilder. getAds()
When set, ADS will be used to fetch resources.static AggregatedConfigSource
AggregatedConfigSource. getDefaultInstance()
AggregatedConfigSource
AggregatedConfigSource.Builder. getDefaultInstanceForType()
AggregatedConfigSource
AggregatedConfigSource. getDefaultInstanceForType()
static AggregatedConfigSource
AggregatedConfigSource. parseDelimitedFrom(java.io.InputStream input)
static AggregatedConfigSource
AggregatedConfigSource. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedConfigSource
AggregatedConfigSource. parseFrom(byte[] data)
static AggregatedConfigSource
AggregatedConfigSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedConfigSource
AggregatedConfigSource. parseFrom(com.google.protobuf.ByteString data)
static AggregatedConfigSource
AggregatedConfigSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedConfigSource
AggregatedConfigSource. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedConfigSource
AggregatedConfigSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedConfigSource
AggregatedConfigSource. parseFrom(java.io.InputStream input)
static AggregatedConfigSource
AggregatedConfigSource. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedConfigSource
AggregatedConfigSource. parseFrom(java.nio.ByteBuffer data)
static AggregatedConfigSource
AggregatedConfigSource. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type AggregatedConfigSource Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<AggregatedConfigSource,AggregatedConfigSource.Builder,AggregatedConfigSourceOrBuilder>
ConfigSource.Builder. getAdsFieldBuilder()
When set, ADS will be used to fetch resources.com.google.protobuf.Parser<AggregatedConfigSource>
AggregatedConfigSource. getParserForType()
static com.google.protobuf.Parser<AggregatedConfigSource>
AggregatedConfigSource. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type AggregatedConfigSource Modifier and Type Method Description ConfigSource.Builder
ConfigSource.Builder. mergeAds(AggregatedConfigSource value)
When set, ADS will be used to fetch resources.AggregatedConfigSource.Builder
AggregatedConfigSource.Builder. mergeFrom(AggregatedConfigSource other)
static AggregatedConfigSource.Builder
AggregatedConfigSource. newBuilder(AggregatedConfigSource prototype)
ConfigSource.Builder
ConfigSource.Builder. setAds(AggregatedConfigSource value)
When set, ADS will be used to fetch resources.
-