Class: Google::Cloud::DataCatalog::V1::ListPolicyTagsResponse

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

Overview

Response message for ListPolicyTags.

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

Returns:

  • (::String)

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



323
324
325
326
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 323

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

#policy_tags::Array<::Google::Cloud::DataCatalog::V1::PolicyTag>

Returns The policy tags that belong to the taxonomy.

Returns:



323
324
325
326
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 323

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