Class: Google::Cloud::ArtifactRegistry::V1::ListRepositoriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ListRepositoriesResponse
- 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
-
#next_page_token ⇒ ::String
The token to retrieve the next page of repositories, or empty if there are no more repositories to return.
-
#repositories ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::Repository>
The repositories returned.
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.
735 736 737 738 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 735 class ListRepositoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repositories ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::Repository>
Returns The repositories returned.
735 736 737 738 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 735 class ListRepositoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |