Class: Google::Cloud::Dataplex::V1::ListDataTaxonomiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListDataTaxonomiesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb
Overview
List DataTaxonomies response.
Instance Attribute Summary collapse
-
#data_taxonomies ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataTaxonomy>
DataTaxonomies under the given parent location.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#unreachable_locations ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#data_taxonomies ⇒ ::Array<::Google::Cloud::Dataplex::V1::DataTaxonomy>
Returns DataTaxonomies under the given parent location.
320 321 322 323 |
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 320 class ListDataTaxonomiesResponse 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.
320 321 322 323 |
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 320 class ListDataTaxonomiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable_locations ⇒ ::Array<::String>
Returns Locations that could not be reached.
320 321 322 323 |
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 320 class ListDataTaxonomiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |