From e6c208427336e8c9d5a5d607c02406c856af6a94 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 11:46:18 -0400 Subject: [PATCH] docs: fix docstring formatting (#93) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix docstring formatting 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 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../cloud/artifactregistry_v1/types/artifact.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/google/cloud/artifactregistry_v1/types/artifact.py b/google/cloud/artifactregistry_v1/types/artifact.py index 994599f..aa4a20f 100644 --- a/google/cloud/artifactregistry_v1/types/artifact.py +++ b/google/cloud/artifactregistry_v1/types/artifact.py @@ -25,14 +25,13 @@ class DockerImage(proto.Message): - r"""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 + r"""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 Attributes: name (str):