Uses of Class
io.envoyproxy.envoy.service.status.v3.ClientConfig.GenericXdsConfig
Packages that use ClientConfig.GenericXdsConfig
-
Uses of ClientConfig.GenericXdsConfig in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 declared as ClientConfig.GenericXdsConfigModifier and TypeFieldDescriptionprivate static final ClientConfig.GenericXdsConfig
ClientConfig.GenericXdsConfig.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.service.status.v3 with type parameters of type ClientConfig.GenericXdsConfigModifier and TypeFieldDescriptionprivate List
<ClientConfig.GenericXdsConfig> ClientConfig.Builder.genericXdsConfigs_
private List
<ClientConfig.GenericXdsConfig> ClientConfig.genericXdsConfigs_
private com.google.protobuf.RepeatedFieldBuilder
<ClientConfig.GenericXdsConfig, ClientConfig.GenericXdsConfig.Builder, ClientConfig.GenericXdsConfigOrBuilder> ClientConfig.Builder.genericXdsConfigsBuilder_
private static final com.google.protobuf.Parser
<ClientConfig.GenericXdsConfig> ClientConfig.GenericXdsConfig.PARSER
Methods in io.envoyproxy.envoy.service.status.v3 that return ClientConfig.GenericXdsConfigModifier and TypeMethodDescriptionClientConfig.GenericXdsConfig.Builder.build()
ClientConfig.GenericXdsConfig.Builder.buildPartial()
ClientConfig.GenericXdsConfig.getDefaultInstance()
ClientConfig.GenericXdsConfig.Builder.getDefaultInstanceForType()
ClientConfig.GenericXdsConfig.getDefaultInstanceForType()
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.getGenericXdsConfigs
(int index) Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)ClientConfigOrBuilder.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.parseDelimitedFrom
(InputStream input) ClientConfig.GenericXdsConfig.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClientConfig.GenericXdsConfig.parseFrom
(byte[] data) ClientConfig.GenericXdsConfig.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClientConfig.GenericXdsConfig.parseFrom
(com.google.protobuf.ByteString data) ClientConfig.GenericXdsConfig.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClientConfig.GenericXdsConfig.parseFrom
(com.google.protobuf.CodedInputStream input) ClientConfig.GenericXdsConfig.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClientConfig.GenericXdsConfig.parseFrom
(InputStream input) ClientConfig.GenericXdsConfig.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClientConfig.GenericXdsConfig.parseFrom
(ByteBuffer data) ClientConfig.GenericXdsConfig.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.status.v3 that return types with arguments of type ClientConfig.GenericXdsConfigModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<ClientConfig.GenericXdsConfig, ClientConfig.GenericXdsConfig.Builder, ClientConfig.GenericXdsConfigOrBuilder> ClientConfig.Builder.getGenericXdsConfigsFieldBuilder()
ClientConfig.Builder.getGenericXdsConfigsList()
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)ClientConfig.getGenericXdsConfigsList()
Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)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.GenericXdsConfigModifier and TypeMethodDescriptionClientConfig.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.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.mergeFrom
(ClientConfig.GenericXdsConfig other) ClientConfig.GenericXdsConfig.newBuilder
(ClientConfig.GenericXdsConfig prototype) 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.GenericXdsConfigModifier and TypeMethodDescriptionClientConfig.Builder.addAllGenericXdsConfigs
(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)