Class: Google::Cloud::DataCatalog::V1::ListPolicyTagsRequest

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

Overview

Request message for ListPolicyTags.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.

Returns:

  • (::Integer)

    The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.



309
310
311
312
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 309

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

#page_token::String

Returns The pagination token of the next results page. If not set, returns the first page.

The token is returned in the response to a previous list request.

Returns:

  • (::String)

    The pagination token of the next results page. If not set, returns the first page.

    The token is returned in the response to a previous list request.



309
310
311
312
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 309

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

#parent::String

Returns Required. Resource name of the taxonomy to list the policy tags of.

Returns:

  • (::String)

    Required. Resource name of the taxonomy to list the policy tags of.



309
310
311
312
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 309

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