Class: Google::Cloud::ArtifactRegistry::V1::ListPackagesResponse

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

Overview

The response from listing packages.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

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

Returns:

  • (::String)

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



68
69
70
71
# File 'proto_docs/google/devtools/artifactregistry/v1/package.rb', line 68

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

#packages::Array<::Google::Cloud::ArtifactRegistry::V1::Package>

Returns The packages returned.

Returns:



68
69
70
71
# File 'proto_docs/google/devtools/artifactregistry/v1/package.rb', line 68

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