From 2ac27ceac08505310b6a1deb71abf9055c14e0a5 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 10:52:56 -0700 Subject: [PATCH] docs: fix docstring formatting (#93) Committer: @parthea PiperOrigin-RevId: 404756337 Source-Link: https://github.com/googleapis/googleapis/commit/f034e5f9e75c0d069e8605731cead464bc348508 Source-Link: https://github.com/googleapis/googleapis-gen/commit/8bb2d0735a861f2cfad4b9071f1cad74065f7696 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGJiMmQwNzM1YTg2MWYyY2ZhZDRiOTA3MWYxY2FkNzQwNjVmNzY5NiJ9 --- .../google/devtools/artifactregistry/v1/artifact.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1/artifact.proto b/packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1/artifact.proto index 9adc076ee4a..9945bdee9f4 100644 --- a/packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1/artifact.proto +++ b/packages/google-devtools-artifactregistry/protos/google/devtools/artifactregistry/v1/artifact.proto @@ -32,9 +32,9 @@ option ruby_package = "Google::Cloud::ArtifactRegistry::V1"; // DockerImage represents a docker artifact. // The following fields are returned as untyped metadata in the Version // resource, using camelcase keys (i.e. metadata.imageSizeBytes): -// - imageSizeBytes -// - mediaType -// - buildTime +// * imageSizeBytes +// * mediaType +// * buildTime message DockerImage { option (google.api.resource) = { type: "artifactregistry.googleapis.com/DockerImage"