Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::ListPolicyTagsResponse (v0.13.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::ListPolicyTagsResponse.

Response message for ListPolicyTags.

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 results in the list.

#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 results in the list.
Returns
  • (::String) — Pagination token of the next results page. Empty if there are no more results in the list.

#policy_tags

def policy_tags() -> ::Array<::Google::Cloud::DataCatalog::V1::PolicyTag>
Returns

#policy_tags=

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