Interface UpdateFailureStateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateFailureState, UpdateFailureState.Builder

public interface UpdateFailureStateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Details about the last failed update attempt.
    com.google.protobuf.ByteString
    Details about the last failed update attempt.
    com.google.protobuf.Any
    What the component configuration would have been if the update had succeeded.
    com.google.protobuf.AnyOrBuilder
    What the component configuration would have been if the update had succeeded.
    com.google.protobuf.Timestamp
    Time of the latest failed update attempt.
    com.google.protobuf.TimestampOrBuilder
    Time of the latest failed update attempt.
    This is the version of the rejected resource.
    com.google.protobuf.ByteString
    This is the version of the rejected resource.
    boolean
    What the component configuration would have been if the update had succeeded.
    boolean
    Time of the latest failed update attempt.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.