Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::ListTagKeysResponse.
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
- (::Array<::Google::Cloud::ResourceManager::V3::TagKey>) — List of TagKeys that live under the specified parent in the request.
#tag_keys=
def tag_keys=(value) -> ::Array<::Google::Cloud::ResourceManager::V3::TagKey>
Parameter
- value (::Array<::Google::Cloud::ResourceManager::V3::TagKey>) — List of TagKeys that live under the specified parent in the request.
Returns
- (::Array<::Google::Cloud::ResourceManager::V3::TagKey>) — List of TagKeys that live under the specified parent in the request.