Class: Google::Cloud::DataCatalog::V1::ListTagsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Response message for ListTags.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Pagination token of the next results page. Empty if there are no more items in results.

Returns:

  • (::String)

    Pagination token of the next results page. Empty if there are no more items in results.



1323
1324
1325
1326
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1323

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

#tags::Array<::Google::Cloud::DataCatalog::V1::Tag>

Returns Tag details.

Returns:



1323
1324
1325
1326
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1323

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