Class: Google::Cloud::ResourceManager::V3::ListTagBindingsRequest

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 list all TagBindings for a parent.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

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

Returns:

  • (::Integer)

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



105
106
107
108
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 105

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

#page_token::String

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

Returns:

  • (::String)

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



105
106
107
108
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 105

class ListTagBindingsRequest
  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 existing TagBindings. E.g. "//cloudresourcemanager.googleapis.com/projects/123".

Returns:

  • (::String)

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



105
106
107
108
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 105

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