Class: Google::Cloud::FinancialServices::V1::ListDatasetsResponse

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

Overview

Response for retrieving a list of Datasets

Instance Attribute Summary collapse

Instance Attribute Details

#datasets::Array<::Google::Cloud::FinancialServices::V1::Dataset>

Returns List of Dataset resources.

Returns:



140
141
142
143
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 140

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

#next_page_token::String

Returns This token should be passed to the next ListDatasetsRequest to retrieve the next page of Datasets (empty indicates we are done).

Returns:

  • (::String)

    This token should be passed to the next ListDatasetsRequest to retrieve the next page of Datasets (empty indicates we are done).



140
141
142
143
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 140

class ListDatasetsResponse
  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.



140
141
142
143
# File 'proto_docs/google/cloud/financialservices/v1/dataset.rb', line 140

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