Uses of Class
io.envoyproxy.envoy.service.status.v3.ClientConfig.GenericXdsConfig
-
Packages that use ClientConfig.GenericXdsConfig Package Description io.envoyproxy.envoy.service.status.v3 -
-
Uses of ClientConfig.GenericXdsConfig in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 declared as ClientConfig.GenericXdsConfig Modifier and Type Field Description private static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.service.status.v3 with type parameters of type ClientConfig.GenericXdsConfig Modifier and Type Field Description private java.util.List<ClientConfig.GenericXdsConfig>
ClientConfig.Builder. genericXdsConfigs_
private java.util.List<ClientConfig.GenericXdsConfig>
ClientConfig. genericXdsConfigs_
private com.google.protobuf.RepeatedFieldBuilder<ClientConfig.GenericXdsConfig,ClientConfig.GenericXdsConfig.Builder,ClientConfig.GenericXdsConfigOrBuilder>
ClientConfig.Builder. genericXdsConfigsBuilder_
private static com.google.protobuf.Parser<ClientConfig.GenericXdsConfig>
ClientConfig.GenericXdsConfig. PARSER
Methods in io.envoyproxy.envoy.service.status.v3 that return ClientConfig.GenericXdsConfig Modifier and Type Method Description ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig.Builder. build()
ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig.Builder. buildPartial()
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. getDefaultInstance()
ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig.Builder. getDefaultInstanceForType()
ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. getDefaultInstanceForType()
ClientConfig.GenericXdsConfig
ClientConfig.Builder. getGenericXdsConfigs(int index)
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)ClientConfig.GenericXdsConfig
ClientConfig. getGenericXdsConfigs(int index)
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)ClientConfig.GenericXdsConfig
ClientConfigOrBuilder. getGenericXdsConfigs(int index)
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseDelimitedFrom(java.io.InputStream input)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseFrom(byte[] data)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseFrom(com.google.protobuf.ByteString data)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseFrom(java.io.InputStream input)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseFrom(java.nio.ByteBuffer data)
static ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.service.status.v3 that return types with arguments of type ClientConfig.GenericXdsConfig Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<ClientConfig.GenericXdsConfig,ClientConfig.GenericXdsConfig.Builder,ClientConfig.GenericXdsConfigOrBuilder>
ClientConfig.Builder. getGenericXdsConfigsFieldBuilder()
java.util.List<ClientConfig.GenericXdsConfig>
ClientConfig.Builder. getGenericXdsConfigsList()
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)java.util.List<ClientConfig.GenericXdsConfig>
ClientConfig. getGenericXdsConfigsList()
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)java.util.List<ClientConfig.GenericXdsConfig>
ClientConfigOrBuilder. getGenericXdsConfigsList()
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)com.google.protobuf.Parser<ClientConfig.GenericXdsConfig>
ClientConfig.GenericXdsConfig. getParserForType()
static com.google.protobuf.Parser<ClientConfig.GenericXdsConfig>
ClientConfig.GenericXdsConfig. parser()
Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type ClientConfig.GenericXdsConfig Modifier and Type Method Description ClientConfig.Builder
ClientConfig.Builder. addGenericXdsConfigs(int index, ClientConfig.GenericXdsConfig value)
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)ClientConfig.Builder
ClientConfig.Builder. addGenericXdsConfigs(ClientConfig.GenericXdsConfig value)
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)private void
ClientConfig.GenericXdsConfig.Builder. buildPartial0(ClientConfig.GenericXdsConfig result)
ClientConfig.GenericXdsConfig.Builder
ClientConfig.GenericXdsConfig.Builder. mergeFrom(ClientConfig.GenericXdsConfig other)
static ClientConfig.GenericXdsConfig.Builder
ClientConfig.GenericXdsConfig. newBuilder(ClientConfig.GenericXdsConfig prototype)
ClientConfig.Builder
ClientConfig.Builder. setGenericXdsConfigs(int index, ClientConfig.GenericXdsConfig value)
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)Method parameters in io.envoyproxy.envoy.service.status.v3 with type arguments of type ClientConfig.GenericXdsConfig Modifier and Type Method Description ClientConfig.Builder
ClientConfig.Builder. addAllGenericXdsConfigs(java.lang.Iterable<? extends ClientConfig.GenericXdsConfig> values)
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)
-