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)



3718
3719
3720
3721
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3718

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

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



3718
3719
3720
3721
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3718

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

#job_id::String (readonly)



3718
3719
3720
3721
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3718

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

#phase_id::String (readonly)



3718
3719
3720
3721
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3718

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

#total_attempts::Integer (readonly)



3718
3719
3720
3721
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3718

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