Class: Google::Cloud::StorageInsights::V1::ListDatasetConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::ListDatasetConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Response message for
ListDatasetConfigs
Instance Attribute Summary collapse
-
#dataset_configs ⇒ ::Array<::Google::Cloud::StorageInsights::V1::DatasetConfig>
The list of
DatasetConfigs. -
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#dataset_configs ⇒ ::Array<::Google::Cloud::StorageInsights::V1::DatasetConfig>
Returns The list of DatasetConfigs.
787 788 789 790 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 787 class ListDatasetConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
787 788 789 790 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 787 class ListDatasetConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
787 788 789 790 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 787 class ListDatasetConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |