Class: Google::Cloud::Dataplex::V1::ListGlossaryTermsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Array<::String>)

    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