Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::ListTagsResponse.
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
- (::Array<::Google::Cloud::DataCatalog::V1::Tag>) — Tag details.
#tags=
def tags=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::Tag>
Parameter
- value (::Array<::Google::Cloud::DataCatalog::V1::Tag>) — Tag details.
Returns
- (::Array<::Google::Cloud::DataCatalog::V1::Tag>) — Tag details.