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. Resource name for TagKey, parent of the TagValues to be listed, in the format tagKeys/123.

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.



84
85
86
87
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 84

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.



84
85
86
87
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 84

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

#parent::String

Returns Required.

Returns:

  • (::String)

    Required.



84
85
86
87
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 84

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