Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
docs: fix docstring formatting (#93)
Browse files Browse the repository at this point in the history
* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 404756337

Source-Link: googleapis/googleapis@f034e5f

Source-Link: googleapis/googleapis-gen@8bb2d07
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 <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 21, 2021
1 parent c5e1902 commit e6c2084
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions google/cloud/artifactregistry_v1/types/artifact.py
Expand Up @@ -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):
Expand Down

0 comments on commit e6c2084

Please sign in to comment.