Class: Google::Cloud::ResourceManager::V3::ListTagValuesResponse

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

Overview

The ListTagValues response.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

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



95
96
97
98
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 95

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

#tag_values::Array<::Google::Cloud::ResourceManager::V3::TagValue>

Returns A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

Returns:



95
96
97
98
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 95

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