Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::ListTagsRequest (v0.23.0)

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

Request message for ListTags.

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 tags to return. Default is 10. Maximum limit is 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of tags to return. Default is 10. Maximum limit is 1000.
Returns
  • (::Integer) — The maximum number of tags to return. Default is 10. Maximum limit is 1000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Pagination token that specifies the next page to return. If empty, the first page is returned.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Pagination token that specifies the next page to return. If empty, the first page is returned.
Returns
  • (::String) — Pagination token that specifies the next page to return. If empty, the first page is returned.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the Data Catalog resource to list the tags of.

    The resource can be an Entry or an EntryGroup (without /entries/{entries} at the end).

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Data Catalog resource to list the tags of.

    The resource can be an Entry or an EntryGroup (without /entries/{entries} at the end).

Returns
  • (::String) — Required. The name of the Data Catalog resource to list the tags of.

    The resource can be an Entry or an EntryGroup (without /entries/{entries} at the end).