Class: Google::Cloud::Deploy::V1::RetryJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::RetryJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
RetryJobRequest is the request object used by RetryJob
.
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Required.
-
#override_deploy_policy ⇒ ::Array<::String>
Optional.
-
#phase_id ⇒ ::String
Required.
-
#rollout ⇒ ::String
Required.
Instance Attribute Details
#job_id ⇒ ::String
Returns Required. The job ID for the Job to retry.
3184 3185 3186 3187 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3184 class RetryJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#override_deploy_policy ⇒ ::Array<::String>
Returns Optional. Deploy policies to override. Format is
projects/{project}/locations/{location}/deployPolicies/{deployPolicy}
.
3184 3185 3186 3187 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3184 class RetryJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phase_id ⇒ ::String
Returns Required. The phase ID the Job to retry belongs to.
3184 3185 3186 3187 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3184 class RetryJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout ⇒ ::String
Returns Required. Name of the Rollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}
.
3184 3185 3186 3187 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3184 class RetryJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |