ClientConfig.GenericXdsConfig.Builder |
ClientConfig.Builder.addGenericXdsConfigsBuilder() |
Represents generic xDS config and the exact config structure depends on
the type URL (like Cluster if it is CDS)
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.Builder.addGenericXdsConfigsBuilder(int index) |
Represents generic xDS config and the exact config structure depends on
the type URL (like Cluster if it is CDS)
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.clear() |
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.clearClientStatus() |
Per xDS resource status from the view of a xDS client
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.clearConfigStatus() |
Per xDS resource config status.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.clearErrorState() |
Set if the last update failed, cleared after the next successful
update.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.clearIsStaticResource() |
Is static resource is true if it is specified in the config supplied
through the file at the startup.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.clearLastUpdated() |
Timestamp when the xDS resource was last updated
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.clearName() |
Name of the xDS resource
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.clearTypeUrl() |
Type_url represents the fully qualified name of xDS resource type
like envoy.v3.Cluster, envoy.v3.ClusterLoadAssignment etc.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.clearVersionInfo() |
This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>`
in the last processed xDS discovery response.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.clearXdsConfig() |
The xDS resource config.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.Builder.getGenericXdsConfigsBuilder(int index) |
Represents generic xDS config and the exact config structure depends on
the type URL (like Cluster if it is CDS)
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.mergeErrorState(UpdateFailureState value) |
Set if the last update failed, cleared after the next successful
update.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.mergeFrom(ClientConfig.GenericXdsConfig other) |
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.mergeLastUpdated(com.google.protobuf.Timestamp value) |
Timestamp when the xDS resource was last updated
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.mergeXdsConfig(com.google.protobuf.Any value) |
The xDS resource config.
|
static ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.newBuilder() |
|
static ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.newBuilder(ClientConfig.GenericXdsConfig prototype) |
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.newBuilderForType() |
|
protected ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setClientStatus(ClientResourceStatus value) |
Per xDS resource status from the view of a xDS client
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setClientStatusValue(int value) |
Per xDS resource status from the view of a xDS client
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setConfigStatus(ConfigStatus value) |
Per xDS resource config status.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setConfigStatusValue(int value) |
Per xDS resource config status.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setErrorState(UpdateFailureState value) |
Set if the last update failed, cleared after the next successful
update.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setErrorState(UpdateFailureState.Builder builderForValue) |
Set if the last update failed, cleared after the next successful
update.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setIsStaticResource(boolean value) |
Is static resource is true if it is specified in the config supplied
through the file at the startup.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setLastUpdated(com.google.protobuf.Timestamp value) |
Timestamp when the xDS resource was last updated
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setLastUpdated(com.google.protobuf.Timestamp.Builder builderForValue) |
Timestamp when the xDS resource was last updated
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setName(java.lang.String value) |
Name of the xDS resource
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setNameBytes(com.google.protobuf.ByteString value) |
Name of the xDS resource
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setTypeUrl(java.lang.String value) |
Type_url represents the fully qualified name of xDS resource type
like envoy.v3.Cluster, envoy.v3.ClusterLoadAssignment etc.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setTypeUrlBytes(com.google.protobuf.ByteString value) |
Type_url represents the fully qualified name of xDS resource type
like envoy.v3.Cluster, envoy.v3.ClusterLoadAssignment etc.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setVersionInfo(java.lang.String value) |
This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>`
in the last processed xDS discovery response.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setVersionInfoBytes(com.google.protobuf.ByteString value) |
This is the :ref:`version_info <envoy_v3_api_field_service.discovery.v3.DiscoveryResponse.version_info>`
in the last processed xDS discovery response.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setXdsConfig(com.google.protobuf.Any value) |
The xDS resource config.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.Builder.setXdsConfig(com.google.protobuf.Any.Builder builderForValue) |
The xDS resource config.
|
ClientConfig.GenericXdsConfig.Builder |
ClientConfig.GenericXdsConfig.toBuilder() |
|