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 Token to retrieve the next page of results. It is set to empty if no items remain in results.

Returns:

  • (::String)

    Token to retrieve the next page of results. It is set to empty if no items remain in results.



816
817
818
819
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 816

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

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

Returns Tag details.

Returns:



816
817
818
819
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 816

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