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

docs: fix docstring formatting #93

Merged
merged 2 commits into from Oct 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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