Class: Google::Cloud::StorageBatchOperations::V1::ListJobsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#jobs::Array<::Google::Cloud::StorageBatchOperations::V1::Job>

Returns A list of storage batch jobs.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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