Class: Google::Cloud::ResourceManager::V3::ListEffectiveTagsRequest

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

Overview

The request message to ListEffectiveTags

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

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

Returns:

  • (::Integer)

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



147
148
149
150
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 147

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

#page_token::String

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

Returns:

  • (::String)

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



147
148
149
150
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 147

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

#parent::String

Returns Required. The full resource name of a resource for which you want to list the effective tags. E.g. "//cloudresourcemanager.googleapis.com/projects/123".

Returns:

  • (::String)

    Required. The full resource name of a resource for which you want to list the effective tags. E.g. "//cloudresourcemanager.googleapis.com/projects/123"



147
148
149
150
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 147

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