Class: Google::Cloud::ArtifactRegistry::V1::ListDockerImagesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::ListDockerImagesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/artifact.rb
Overview
The response from listing docker images.
Instance Attribute Summary collapse
-
#docker_images ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::DockerImage>
The docker images 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
#docker_images ⇒ ::Array<::Google::Cloud::ArtifactRegistry::V1::DockerImage>
Returns The docker images returned.
106 107 108 109 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 106 class ListDockerImagesResponse 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.
106 107 108 109 |
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 106 class ListDockerImagesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |