Class: Google::Cloud::ArtifactRegistry::V1::ListRepositoriesResponse

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

Overview

The response from listing repositories.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

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

Returns:

  • (::String)

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



548
549
550
551
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 548

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

#repositories::Array<::Google::Cloud::ArtifactRegistry::V1::Repository>

Returns The repositories returned.

Returns:



548
549
550
551
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 548

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