Class: Google::Cloud::StorageTransfer::V1::ListTransferJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::ListTransferJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer.rb
Overview
Response from ListTransferJobs.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The list next page token.
-
#transfer_jobs ⇒ ::Array<::Google::Cloud::StorageTransfer::V1::TransferJob>
A list of transfer jobs.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The list next page token.
143 144 145 146 |
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 143 class ListTransferJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transfer_jobs ⇒ ::Array<::Google::Cloud::StorageTransfer::V1::TransferJob>
Returns A list of transfer jobs.
143 144 145 146 |
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 143 class ListTransferJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |