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

The ListTagKeys response message.

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 ListTagKeys that indicates from where listing should continue.

#next_page_token=

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

#tag_keys

def tag_keys() -> ::Array<::Google::Cloud::ResourceManager::V3::TagKey>
Returns

#tag_keys=

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