Class: Google::Cloud::Deploy::V1::IgnoreJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::IgnoreJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object used by IgnoreJob
.
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Required.
-
#phase_id ⇒ ::String
Required.
-
#rollout ⇒ ::String
Required.
Instance Attribute Details
#job_id ⇒ ::String
Returns Required. The job ID for the Job to ignore.
2619 2620 2621 2622 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2619 class IgnoreJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phase_id ⇒ ::String
Returns Required. The phase ID the Job to ignore belongs to.
2619 2620 2621 2622 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2619 class IgnoreJobRequest 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}
.
2619 2620 2621 2622 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2619 class IgnoreJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |