Class: Google::Cloud::ArtifactRegistry::V1::ListMavenArtifactsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ListMavenArtifactsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/artifact.rb
Overview
The response from listing maven artifacts.
Instance Attribute Summary collapse
-
#maven_artifacts ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::MavenArtifact>
The maven artifacts returned.
-
#next_page_token ⇒ ::String
The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
Instance Attribute Details
#maven_artifacts ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::MavenArtifact>
Returns The maven artifacts returned.
182 183 184 185 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 182 class ListMavenArtifactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
182 183 184 185 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 182 class ListMavenArtifactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |