Class Google::Cloud::DataCatalog::V1::ListTagsResponse (v0.9.1)

Response message for ListTags.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Pagination token of the next results page. Empty if there are no more items in results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#tags

def tags() -> ::Array<::Google::Cloud::DataCatalog::V1::Tag>
Returns

#tags=

def tags=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::Tag>
Parameter
Returns