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.



3158
3159
3160
3161
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3158

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

Returns:

  • (::Array<::String>)

    Optional. Deploy policies to override. Format is projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.



3158
3159
3160
3161
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3158

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.



3158
3159
3160
3161
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3158

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



3158
3159
3160
3161
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3158

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