Class: Google::Cloud::Dataplex::V1::ListGlossaryCategoriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListGlossaryCategoriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/business_glossary.rb
Overview
List GlossaryCategories Response
Instance Attribute Summary collapse
-
#categories ⇒ ::Array<::Google::Cloud::Dataplex::V1::GlossaryCategory>
Lists the GlossaryCategories in the specified parent.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#unreachable_locations ⇒ ::Array<::String>
Locations that the service couldn't reach.
Instance Attribute Details
#categories ⇒ ::Array<::Google::Cloud::Dataplex::V1::GlossaryCategory>
Returns Lists the GlossaryCategories in the specified parent.
410 411 412 413 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 410 class ListGlossaryCategoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
410 411 412 413 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 410 class ListGlossaryCategoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable_locations ⇒ ::Array<::String>
Returns Locations that the service couldn't reach.
410 411 412 413 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 410 class ListGlossaryCategoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |