public interface UpdateFailureStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails()
Details about the last failed update attempt.
|
com.google.protobuf.ByteString |
getDetailsBytes()
Details about the last failed update attempt.
|
com.google.protobuf.Any |
getFailedConfiguration()
What the component configuration would have been if the update had succeeded.
|
com.google.protobuf.AnyOrBuilder |
getFailedConfigurationOrBuilder()
What the component configuration would have been if the update had succeeded.
|
com.google.protobuf.Timestamp |
getLastUpdateAttempt()
Time of the latest failed update attempt.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdateAttemptOrBuilder()
Time of the latest failed update attempt.
|
boolean |
hasFailedConfiguration()
What the component configuration would have been if the update had succeeded.
|
boolean |
hasLastUpdateAttempt()
Time of the latest failed update attempt.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFailedConfiguration()
What the component configuration would have been if the update had succeeded.
.google.protobuf.Any failed_configuration = 1;com.google.protobuf.Any getFailedConfiguration()
What the component configuration would have been if the update had succeeded.
.google.protobuf.Any failed_configuration = 1;com.google.protobuf.AnyOrBuilder getFailedConfigurationOrBuilder()
What the component configuration would have been if the update had succeeded.
.google.protobuf.Any failed_configuration = 1;boolean hasLastUpdateAttempt()
Time of the latest failed update attempt.
.google.protobuf.Timestamp last_update_attempt = 2;com.google.protobuf.Timestamp getLastUpdateAttempt()
Time of the latest failed update attempt.
.google.protobuf.Timestamp last_update_attempt = 2;com.google.protobuf.TimestampOrBuilder getLastUpdateAttemptOrBuilder()
Time of the latest failed update attempt.
.google.protobuf.Timestamp last_update_attempt = 2;String getDetails()
Details about the last failed update attempt.
string details = 3;com.google.protobuf.ByteString getDetailsBytes()
Details about the last failed update attempt.
string details = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.