proto_docs/google/devtools/artifactregistry/v1/artifact.rb in google-cloud-artifact_registry-v1-0.2.2 vs proto_docs/google/devtools/artifactregistry/v1/artifact.rb in google-cloud-artifact_registry-v1-0.3.0

- old
+ new

@@ -98,9 +98,18 @@ # more artifacts to return. class ListDockerImagesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end + + # The request to get docker images. + # @!attribute [rw] name + # @return [::String] + # Required. The name of the docker images. + class GetDockerImageRequest + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods + end end end end end