Class: Google::Cloud::Dataplex::V1::ListGlossaryTermsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListGlossaryTermsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/business_glossary.rb
Overview
List GlossaryTerms Response
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#terms ⇒ ::Array<::Google::Cloud::Dataplex::V1::GlossaryTerm>
Lists the GlossaryTerms in the specified parent.
-
#unreachable_locations ⇒ ::Array<::String>
Locations that the service couldn't reach.
Instance Attribute Details
#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.
524 525 526 527 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 524 class ListGlossaryTermsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#terms ⇒ ::Array<::Google::Cloud::Dataplex::V1::GlossaryTerm>
Returns Lists the GlossaryTerms in the specified parent.
524 525 526 527 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 524 class ListGlossaryTermsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable_locations ⇒ ::Array<::String>
Returns Locations that the service couldn't reach.
524 525 526 527 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 524 class ListGlossaryTermsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |