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

Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::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. Max limit is 1000.

#page_size=

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

#page_token

def page_token() -> ::String
Returns
  • (::String) — Token that specifies which page is requested. If empty, the first page is returned.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Token that specifies which page is requested. If empty, the first page is returned.
Returns
  • (::String) — Token that specifies which page is requested. 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 could be an Entry or an EntryGroup.

    Examples:

    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) —

    Required. The name of the Data Catalog resource to list the tags of. The resource could be an Entry or an EntryGroup.

    Examples:

    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
Returns
  • (::String) —

    Required. The name of the Data Catalog resource to list the tags of. The resource could be an Entry or an EntryGroup.

    Examples:

    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
    • projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}