Class: Google::Cloud::StorageTransfer::V1::DeleteTransferJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storagetransfer/v1/transfer.rb

Overview

Request passed to DeleteTransferJob.

Instance Attribute Summary collapse

Instance Attribute Details

#job_name::String

Returns Required. The job to delete.

Returns:

  • (::String)

    Required. The job to delete.



104
105
106
107
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 104

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

#project_id::String

Returns Required. The ID of the Google Cloud project that owns the job.

Returns:

  • (::String)

    Required. The ID of the Google Cloud project that owns the job.



104
105
106
107
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 104

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