Class: Google::Cloud::Deploy::V1::RetryPhase

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

RetryPhase contains the retry attempts and the metadata for initiating a new attempt.

Instance Attribute Summary collapse

Instance Attribute Details

#attempts::Array<::Google::Cloud::Deploy::V1::RetryAttempt> (readonly)

Returns Output only. Detail of a retry action.

Returns:



3687
3688
3689
3690
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3687

class RetryPhase
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#backoff_mode::Google::Cloud::Deploy::V1::BackoffMode (readonly)

Returns Output only. The pattern of how the wait time of the retry attempt is calculated.

Returns:



3687
3688
3689
3690
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3687

class RetryPhase
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#job_id::String (readonly)

Returns Output only. The job ID for the Job to retry.

Returns:

  • (::String)

    Output only. The job ID for the Job to retry.



3687
3688
3689
3690
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3687

class RetryPhase
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#phase_id::String (readonly)

Returns Output only. The phase ID of the phase that includes the job being retried.

Returns:

  • (::String)

    Output only. The phase ID of the phase that includes the job being retried.



3687
3688
3689
3690
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3687

class RetryPhase
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_attempts::Integer (readonly)

Returns Output only. The number of attempts that have been made.

Returns:

  • (::Integer)

    Output only. The number of attempts that have been made.



3687
3688
3689
3690
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3687

class RetryPhase
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end