Skip to content

Commit 00f3a1f

Browse files
docs: fix docstring formatting (#93)
Committer: @parthea PiperOrigin-RevId: 404756337 Source-Link: googleapis/googleapis@f034e5f Source-Link: googleapis/googleapis-gen@8bb2d07 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGJiMmQwNzM1YTg2MWYyY2ZhZDRiOTA3MWYxY2FkNzQwNjVmNzY5NiJ9
1 parent ff77c7e commit 00f3a1f

File tree

1 file changed

+3
-3
lines changed
  • packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1

1 file changed

+3
-3
lines changed

packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1/artifact.proto

+3-3
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)