Class: Google::Cloud::ResourceManager::V3::ListEffectiveTagsResponse

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 response of ListEffectiveTags.

Instance Attribute Summary collapse

Instance Attribute Details

#effective_tags::Array<::Google::Cloud::ResourceManager::V3::EffectiveTag>

Returns A possibly paginated list of effective tags for the specified resource.

Returns:



169
170
171
172
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 169

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

#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.



169
170
171
172
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 169

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