Class RolloutOperationInfoResponse


  • public final class RolloutOperationInfoResponse
    extends java.lang.Object
    • Method Detail

      • endTime

        public java.lang.String endTime()
        Returns:
        The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
      • retryAttempt

        public java.lang.Integer retryAttempt()
        Returns:
        The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.
      • skipSucceededOnRetry

        public java.lang.Boolean skipSucceededOnRetry()
        Returns:
        True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.
      • startTime

        public java.lang.String startTime()
        Returns:
        The start time of the rollout in UTC.