Class: Google::Cloud::StorageBatchOperations::V1::ListJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::StorageBatchOperations::V1::ListJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb
Overview
Message for response to listing Jobs
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array<::Google::Cloud::StorageBatchOperations::V1::Job>
A list of storage batch jobs.
-
#next_page_token ⇒ ::String
A token identifying a page of results.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#jobs ⇒ ::Array<::Google::Cloud::StorageBatchOperations::V1::Job>
Returns A list of storage batch jobs.
55 56 57 58 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 55 class ListJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results.
55 56 57 58 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 55 class ListJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
55 56 57 58 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 55 class ListJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |