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)
|
ClientConfig.Builder |
ClientConfig.Builder.addAllXdsConfig(java.lang.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.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.clearClientScope() |
For xDS clients, the scope in which the data is used.
|
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.clearXdsConfig() |
Deprecated.
|
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.
|
static ClientConfig.Builder |
ClientConfig.newBuilder() |
|
static ClientConfig.Builder |
ClientConfig.newBuilder(ClientConfig prototype) |
|
ClientConfig.Builder |
ClientConfig.newBuilderForType() |
|
protected ClientConfig.Builder |
ClientConfig.newBuilderForType(com.google.protobuf.AbstractMessage.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.setClientScope(java.lang.String value) |
For xDS clients, the scope in which the data is used.
|
ClientConfig.Builder |
ClientConfig.Builder.setClientScopeBytes(com.google.protobuf.ByteString value) |
For xDS clients, the scope in which the data is used.
|
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.setXdsConfig(int index,
PerXdsConfig value) |
Deprecated.
|
ClientConfig.Builder |
ClientConfig.Builder.setXdsConfig(int index,
PerXdsConfig.Builder builderForValue) |
Deprecated.
|
ClientConfig.Builder |
ClientConfig.toBuilder() |
|