Class: Google::Cloud::Run::V2::DeleteJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/job.rb

Overview

Request message to delete a Job by its full name.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.

Returns:

  • (::String)

    A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.



123
124
125
126
# File 'proto_docs/google/cloud/run/v2/job.rb', line 123

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

#name::String

Returns Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.

Returns:

  • (::String)

    Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.



123
124
125
126
# File 'proto_docs/google/cloud/run/v2/job.rb', line 123

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

#validate_only::Boolean

Returns Indicates that the request should be validated without actually deleting any resources.

Returns:

  • (::Boolean)

    Indicates that the request should be validated without actually deleting any resources.



123
124
125
126
# File 'proto_docs/google/cloud/run/v2/job.rb', line 123

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