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

The ListTagValues response.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A pagination token returned from a previous call to ListTagValues that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A pagination token returned from a previous call to ListTagValues that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.
Returns
  • (::String) — A pagination token returned from a previous call to ListTagValues that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.

#tag_values

def tag_values() -> ::Array<::Google::Cloud::ResourceManager::V3::TagValue>
Returns

#tag_values=

def tag_values=(value) -> ::Array<::Google::Cloud::ResourceManager::V3::TagValue>
Parameter
Returns