Class: Google::Cloud::Deploy::V1::IgnoreJobRequest

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

The request object used by IgnoreJob.

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns Required. The job ID for the Job to ignore.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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