Class: Google::Cloud::Deploy::V1::RetryAttempt

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

RetryAttempt represents an action of retrying the failed Cloud Deploy job.

Instance Attribute Summary collapse

Instance Attribute Details

#attempt::Integer (readonly)

Returns Output only. The index of this retry attempt.

Returns:

  • (::Integer)

    Output only. The index of this retry attempt.



3705
3706
3707
3708
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3705

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

#state::Google::Cloud::Deploy::V1::RepairState (readonly)

Returns Output only. Valid state of this retry action.

Returns:



3705
3706
3707
3708
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3705

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

#state_desc::String (readonly)

Returns Output only. Description of the state of the Retry.

Returns:

  • (::String)

    Output only. Description of the state of the Retry.



3705
3706
3707
3708
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3705

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

#wait::Google::Protobuf::Duration (readonly)

Returns Output only. How long the operation will be paused.

Returns:



3705
3706
3707
3708
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3705

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