Class: Google::Cloud::FinancialServices::V1::ListDatasetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::ListDatasetsResponse
- 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
-
#datasets ⇒ ::Array<::Google::Cloud::FinancialServices::V1::Dataset>
List of Dataset resources.
-
#next_page_token ⇒ ::String
This token should be passed to the next ListDatasetsRequest to retrieve the next page of Datasets (empty indicates we are done).
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#datasets ⇒ ::Array<::Google::Cloud::FinancialServices::V1::Dataset>
Returns List of Dataset resources.
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).
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.
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 |