Class: Google::Cloud::ResourceManager::V3::ListTagKeysResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb

Overview

The ListTagKeys response message.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns 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.



122
123
124
125
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 122

class ListTagKeysResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tag_keys::Array<::Google::Cloud::ResourceManager::V3::TagKey>

Returns List of TagKeys that live under the specified parent in the request.

Returns:



122
123
124
125
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 122

class ListTagKeysResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end