We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff77c7e commit 00f3a1fCopy full SHA for 00f3a1f
packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1/artifact.proto
@@ -32,9 +32,9 @@ option ruby_package = "Google::Cloud::ArtifactRegistry::V1";
32
// DockerImage represents a docker artifact.
33
// The following fields are returned as untyped metadata in the Version
34
// resource, using camelcase keys (i.e. metadata.imageSizeBytes):
35
-// - imageSizeBytes
36
-// - mediaType
37
-// - buildTime
+// * imageSizeBytes
+// * mediaType
+// * buildTime
38
message DockerImage {
39
option (google.api.resource) = {
40
type: "artifactregistry.googleapis.com/DockerImage"
0 commit comments