Package io.envoyproxy.envoy.admin.v3
Interface UpdateFailureStateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateFailureState,UpdateFailureState.Builder
@Generated
public interface UpdateFailureStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDetails about the last failed update attempt.com.google.protobuf.ByteStringDetails about the last failed update attempt.com.google.protobuf.AnyWhat the component configuration would have been if the update had succeeded.com.google.protobuf.AnyOrBuilderWhat the component configuration would have been if the update had succeeded.com.google.protobuf.TimestampTime of the latest failed update attempt.com.google.protobuf.TimestampOrBuilderTime of the latest failed update attempt.This is the version of the rejected resource.com.google.protobuf.ByteStringThis is the version of the rejected resource.booleanWhat the component configuration would have been if the update had succeeded.booleanTime of the latest failed update attempt.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFailedConfiguration
boolean hasFailedConfiguration()What the component configuration would have been if the update had succeeded. This field may not be populated by xDS clients due to storage overhead.
.google.protobuf.Any failed_configuration = 1;- Returns:
- Whether the failedConfiguration field is set.
-
getFailedConfiguration
com.google.protobuf.Any getFailedConfiguration()What the component configuration would have been if the update had succeeded. This field may not be populated by xDS clients due to storage overhead.
.google.protobuf.Any failed_configuration = 1;- Returns:
- The failedConfiguration.
-
getFailedConfigurationOrBuilder
com.google.protobuf.AnyOrBuilder getFailedConfigurationOrBuilder()What the component configuration would have been if the update had succeeded. This field may not be populated by xDS clients due to storage overhead.
.google.protobuf.Any failed_configuration = 1; -
hasLastUpdateAttempt
boolean hasLastUpdateAttempt()Time of the latest failed update attempt.
.google.protobuf.Timestamp last_update_attempt = 2;- Returns:
- Whether the lastUpdateAttempt field is set.
-
getLastUpdateAttempt
com.google.protobuf.Timestamp getLastUpdateAttempt()Time of the latest failed update attempt.
.google.protobuf.Timestamp last_update_attempt = 2;- Returns:
- The lastUpdateAttempt.
-
getLastUpdateAttemptOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdateAttemptOrBuilder()Time of the latest failed update attempt.
.google.protobuf.Timestamp last_update_attempt = 2; -
getDetails
String getDetails()Details about the last failed update attempt.
string details = 3;- Returns:
- The details.
-
getDetailsBytes
com.google.protobuf.ByteString getDetailsBytes()Details about the last failed update attempt.
string details = 3;- Returns:
- The bytes for details.
-
getVersionInfo
String getVersionInfo()This is the version of the rejected resource. [#not-implemented-hide:]
string version_info = 4;- Returns:
- The versionInfo.
-
getVersionInfoBytes
com.google.protobuf.ByteString getVersionInfoBytes()This is the version of the rejected resource. [#not-implemented-hide:]
string version_info = 4;- Returns:
- The bytes for versionInfo.
-