Reference documentation and code samples for the Storage Batch Operations V1 API class Google::Cloud::StorageBatchOperations::V1::ListJobsResponse.
Message for response to listing Jobs
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#jobs
def jobs() -> ::Array<::Google::Cloud::StorageBatchOperations::V1::Job>
Returns
- (::Array<::Google::Cloud::StorageBatchOperations::V1::Job>) — A list of storage batch jobs.
#jobs=
def jobs=(value) -> ::Array<::Google::Cloud::StorageBatchOperations::V1::Job>
Parameter
- value (::Array<::Google::Cloud::StorageBatchOperations::V1::Job>) — A list of storage batch jobs.
Returns
- (::Array<::Google::Cloud::StorageBatchOperations::V1::Job>) — A list of storage batch jobs.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results.
Returns
- (::String) — A token identifying a page of results.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.