Class: Google::Cloud::Deploy::V1::TerminateJobRunRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the JobRun. Format must be projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.

Returns:

  • (::String)

    Required. Name of the JobRun. Format must be projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.



3567
3568
3569
3570
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3567

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



3567
3568
3569
3570
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3567

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