Package io.grpc.xds.client
Class XdsClient.ResourceMetadata.UpdateFailureState
java.lang.Object
io.grpc.xds.client.XdsClient.ResourceMetadata.UpdateFailureState
- Enclosing class:
XdsClient.ResourceMetadata
Captures error metadata of failed resource updates.
This is a native representation of xDS ConfigDump UpdateFailureState, see config_dump.proto
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
UpdateFailureState
(String failedVersion, long failedUpdateTimeNanos, String failedDetails) -
Method Summary
Modifier and TypeMethodDescriptionTimestamp of the last failed update attempt.long
Details about the last failed update attempt.The rejected version string of the last failed update attempt.
-
Field Details
-
failedVersion
-
failedUpdateTimeNanos
private final long failedUpdateTimeNanos -
failedDetails
-
-
Constructor Details
-
UpdateFailureState
-
-
Method Details
-
getFailedVersion
The rejected version string of the last failed update attempt. -
getFailedUpdateTimeNanos
public long getFailedUpdateTimeNanos()Details about the last failed update attempt. -
getFailedDetails
Timestamp of the last failed update attempt.
-