Class: Google::Cloud::Dataplex::V1::ListGlossariesResponse

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 Glossaries Response

Instance Attribute Summary collapse

Instance Attribute Details

#glossaries::Array<::Google::Cloud::Dataplex::V1::Glossary>

Returns Lists the Glossaries in the specified parent.

Returns:



296
297
298
299
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 296

class ListGlossariesResponse
  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.

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.



296
297
298
299
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 296

class ListGlossariesResponse
  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.



296
297
298
299
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 296

class ListGlossariesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end