Class: Google::Cloud::ResourceManager::V3::ListTagKeysRequest

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 request message for listing all TagKeys under a parent resource.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

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

Returns:

  • (::Integer)

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



109
110
111
112
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 109

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

#page_token::String

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

Returns:

  • (::String)

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



109
110
111
112
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 109

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

#parent::String

Returns Required. The resource name of the TagKey's parent. Must be of the form organizations/{org_id} or projects/{project_id} or projects/{project_number}.

Returns:

  • (::String)

    Required. The resource name of the TagKey's parent. Must be of the form organizations/{org_id} or projects/{project_id} or projects/{project_number}



109
110
111
112
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 109

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