Class Google::Cloud::ResourceManager::V3::ListTagValuesRequest (v0.1.3)

The request message for listing TagValues for the specified TagKey.

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 TagValues to return in the response. The server allows a maximum of 300 TagValues 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 TagValues to return in the response. The server allows a maximum of 300 TagValues to return. If unspecified, the server will use 100 as the default.
Returns
  • (::Integer) — Optional. The maximum number of TagValues to return in the response. The server allows a maximum of 300 TagValues 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 ListTagValues 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 ListTagValues that indicates where this listing should continue from.
Returns
  • (::String) — Optional. A pagination token returned from a previous call to ListTagValues that indicates where this listing should continue from.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name for TagKey, parent of the TagValues to be listed, in the format tagKeys/123.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name for TagKey, parent of the TagValues to be listed, in the format tagKeys/123.
Returns
  • (::String) — Required. Resource name for TagKey, parent of the TagValues to be listed, in the format tagKeys/123.