Resource Manager V3 API - Class Google::Cloud::ResourceManager::V3::ListTagKeysRequest (v0.4.0)

Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::ListTagKeysRequest.

The request message for listing all TagKeys under a parent resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.
Returns
  • (::Integer) — Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A pagination token returned from a previous call to ListTagKey that indicates where this listing should continue from.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A pagination token returned from a previous call to ListTagKey that indicates where this listing should continue from.
Returns
  • (::String) — Optional. A pagination token returned from a previous call to ListTagKey that indicates where this listing should continue from.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the new TagKey's parent. Must be of the form folders/{folder_id} or organizations/{org_id}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the new TagKey's parent. Must be of the form folders/{folder_id} or organizations/{org_id}.
Returns
  • (::String) — Required. The resource name of the new TagKey's parent. Must be of the form folders/{folder_id} or organizations/{org_id}.