Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::ListPolicyTagsRequest (v0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::ListPolicyTagsRequest.

Request message for ListPolicyTags.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50.
Returns
  • (::Integer) — The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The next_page_token value returned from a previous List request, if any. If not set, defaults to an empty string.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The next_page_token value returned from a previous List request, if any. If not set, defaults to an empty string.
Returns
  • (::String) — The next_page_token value returned from a previous List request, if any. If not set, defaults to an empty string.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name of the taxonomy to list the policy tags of.

#parent=

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