Class: Google::Cloud::ArtifactRegistry::V1::ListVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ListVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/version.rb
Overview
The response from listing versions.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token to retrieve the next page of versions, or empty if there are no more versions to return.
-
#versions ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::Version>
The versions returned.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The token to retrieve the next page of versions, or empty if there are no more versions to return.
146 147 148 149 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 146 class ListVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#versions ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::Version>
Returns The versions returned.
146 147 148 149 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 146 class ListVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |