Class: Google::Cloud::Dataplex::V1::ListJobsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/service.rb

Overview

List jobs response.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Jobs under a given task.

Returns:



585
586
587
588
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 585

class ListJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no more results in the list.



585
586
587
588
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 585

class ListJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end