ClientConfig.Builder |
ClientConfig.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)
|
ClientConfig.Builder |
ClientConfig.Builder.addAllXdsConfig(Iterable<? extends PerXdsConfig> values) |
Deprecated.
|
ClientConfig.Builder |
ClientStatusResponse.Builder.addConfigBuilder() |
Client configs for the clients specified in the ClientStatusRequest.
|
ClientConfig.Builder |
ClientStatusResponse.Builder.addConfigBuilder(int index) |
Client configs for the clients specified in the ClientStatusRequest.
|
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(int index,
ClientConfig.GenericXdsConfig.Builder builderForValue) |
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)
|
ClientConfig.Builder |
ClientConfig.Builder.addGenericXdsConfigs(ClientConfig.GenericXdsConfig.Builder builderForValue) |
Represents generic xDS config and the exact config structure depends on
the type URL (like Cluster if it is CDS)
|
ClientConfig.Builder |
ClientConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ClientConfig.Builder |
ClientConfig.Builder.addXdsConfig(int index,
PerXdsConfig value) |
Deprecated.
|
ClientConfig.Builder |
ClientConfig.Builder.addXdsConfig(int index,
PerXdsConfig.Builder builderForValue) |
Deprecated.
|
ClientConfig.Builder |
ClientConfig.Builder.addXdsConfig(PerXdsConfig value) |
Deprecated.
|
ClientConfig.Builder |
ClientConfig.Builder.addXdsConfig(PerXdsConfig.Builder builderForValue) |
Deprecated.
|
ClientConfig.Builder |
ClientConfig.Builder.clear() |
|
ClientConfig.Builder |
ClientConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ClientConfig.Builder |
ClientConfig.Builder.clearGenericXdsConfigs() |
Represents generic xDS config and the exact config structure depends on
the type URL (like Cluster if it is CDS)
|
ClientConfig.Builder |
ClientConfig.Builder.clearNode() |
Node for a particular client.
|
ClientConfig.Builder |
ClientConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ClientConfig.Builder |
ClientConfig.Builder.clearXdsConfig() |
Deprecated.
|
ClientConfig.Builder |
ClientConfig.Builder.clone() |
|
ClientConfig.Builder |
ClientStatusResponse.Builder.getConfigBuilder(int index) |
Client configs for the clients specified in the ClientStatusRequest.
|
ClientConfig.Builder |
ClientConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ClientConfig.Builder |
ClientConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ClientConfig.Builder |
ClientConfig.Builder.mergeFrom(ClientConfig other) |
|
ClientConfig.Builder |
ClientConfig.Builder.mergeNode(Node value) |
Node for a particular client.
|
ClientConfig.Builder |
ClientConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ClientConfig.Builder |
ClientConfig.newBuilder() |
|
static ClientConfig.Builder |
ClientConfig.newBuilder(ClientConfig prototype) |
|
ClientConfig.Builder |
ClientConfig.newBuilderForType() |
|
protected ClientConfig.Builder |
ClientConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ClientConfig.Builder |
ClientConfig.Builder.removeGenericXdsConfigs(int index) |
Represents generic xDS config and the exact config structure depends on
the type URL (like Cluster if it is CDS)
|
ClientConfig.Builder |
ClientConfig.Builder.removeXdsConfig(int index) |
Deprecated.
|
ClientConfig.Builder |
ClientConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
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)
|
ClientConfig.Builder |
ClientConfig.Builder.setGenericXdsConfigs(int index,
ClientConfig.GenericXdsConfig.Builder builderForValue) |
Represents generic xDS config and the exact config structure depends on
the type URL (like Cluster if it is CDS)
|
ClientConfig.Builder |
ClientConfig.Builder.setNode(Node value) |
Node for a particular client.
|
ClientConfig.Builder |
ClientConfig.Builder.setNode(Node.Builder builderForValue) |
Node for a particular client.
|
ClientConfig.Builder |
ClientConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ClientConfig.Builder |
ClientConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ClientConfig.Builder |
ClientConfig.Builder.setXdsConfig(int index,
PerXdsConfig value) |
Deprecated.
|
ClientConfig.Builder |
ClientConfig.Builder.setXdsConfig(int index,
PerXdsConfig.Builder builderForValue) |
Deprecated.
|
ClientConfig.Builder |
ClientConfig.toBuilder() |
|