Class: Google::Cloud::ResourceManager::V3::ListTagBindingsResponse

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 ListTagBindings response.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Pagination token.

If the result set is too large to fit in a single response, this token is returned. It encodes the position of the current result cursor. Feeding this value into a new list request with the page_token parameter gives the next page of the results.

When next_page_token is not filled in, there is no next page and the list returned is the last page in the result set.

Pagination tokens have a limited lifetime.

Returns:

  • (::String)

    Pagination token.

    If the result set is too large to fit in a single response, this token is returned. It encodes the position of the current result cursor. Feeding this value into a new list request with the page_token parameter gives the next page of the results.

    When next_page_token is not filled in, there is no next page and the list returned is the last page in the result set.

    Pagination tokens have a limited lifetime.



127
128
129
130
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 127

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

#tag_bindings::Array<::Google::Cloud::ResourceManager::V3::TagBinding>

Returns A possibly paginated list of TagBindings for the specified resource.

Returns:



127
128
129
130
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 127

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