Skip to content

Commit f034e5f

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 404756337
1 parent d5b19f1 commit f034e5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/devtools/artifactregistry/v1/artifact.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ option ruby_package = "Google::Cloud::ArtifactRegistry::V1";
3232
// DockerImage represents a docker artifact.
3333
// The following fields are returned as untyped metadata in the Version
3434
// resource, using camelcase keys (i.e. metadata.imageSizeBytes):
35-
// - imageSizeBytes
36-
// - mediaType
37-
// - buildTime
35+
// * imageSizeBytes
36+
// * mediaType
37+
// * buildTime
3838
message DockerImage {
3939
option (google.api.resource) = {
4040
type: "artifactregistry.googleapis.com/DockerImage"

0 commit comments

Comments
 (0)