Class: Google::Cloud::StorageTransfer::V1::GetTransferJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::GetTransferJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer.rb
Overview
Request passed to GetTransferJob.
Instance Attribute Summary collapse
-
#job_name ⇒ ::String
Required.
-
#project_id ⇒ ::String
Required.
Instance Attribute Details
#job_name ⇒ ::String
Returns Required. The job to get.
91 92 93 94 |
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 91 class GetTransferJobRequest 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.
91 92 93 94 |
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 91 class GetTransferJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |