Class: Google::Cloud::StorageTransfer::V1::RunTransferJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::RunTransferJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer.rb
Overview
Request passed to RunTransferJob.
Instance Attribute Summary collapse
-
#job_name ⇒ ::String
Required.
-
#project_id ⇒ ::String
Required.
Instance Attribute Details
#job_name ⇒ ::String
Returns Required. The name of the transfer job.
174 175 176 177 |
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 174 class RunTransferJobRequest 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 transfer job.
174 175 176 177 |
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 174 class RunTransferJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |