Class: Google::Cloud::ResourceManager::V3::ListTagValuesRequest

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 request message for listing TagValues for the specified TagKey.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of TagValues to return in the response. The server allows a maximum of 300 TagValues to return. If unspecified, the server will use 100 as the default.

Returns:

  • (::Integer)

    Optional. The maximum number of TagValues to return in the response. The server allows a maximum of 300 TagValues to return. If unspecified, the server will use 100 as the default.



80
81
82
83
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 80

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

#page_token::String

Returns Optional. A pagination token returned from a previous call to ListTagValues that indicates where this listing should continue from.

Returns:

  • (::String)

    Optional. A pagination token returned from a previous call to ListTagValues that indicates where this listing should continue from.



80
81
82
83
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 80

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

#parent::String

Returns Required. Resource name for TagKey, parent of the TagValues to be listed, in the format tagKeys/123.

Returns:

  • (::String)

    Required. Resource name for TagKey, parent of the TagValues to be listed, in the format tagKeys/123.



80
81
82
83
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 80

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