Class: Google::Cloud::ArtifactRegistry::V1::ListTagsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/tag.rb

Overview

The response from listing tags.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns The token to retrieve the next page of tags, or empty if there are no more tags to return.

Returns:

  • (::String)

    The token to retrieve the next page of tags, or empty if there are no more tags to return.



80
81
82
83
# File 'proto_docs/google/devtools/artifactregistry/v1/tag.rb', line 80

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

#tags::Array<::Google::Cloud::ArtifactRegistry::V1::Tag>

Returns The tags returned.

Returns:



80
81
82
83
# File 'proto_docs/google/devtools/artifactregistry/v1/tag.rb', line 80

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