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

Commit

Permalink
docs: fix docstring formatting (#175)
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 99f4213 commit e97c22c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Expand Up @@ -25,9 +25,9 @@
* 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
* </pre>
*
* Protobuf type {@code google.devtools.artifactregistry.v1.DockerImage}
Expand Down Expand Up @@ -779,9 +779,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* 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
* </pre>
*
* Protobuf type {@code google.devtools.artifactregistry.v1.DockerImage}
Expand Down
Expand Up @@ -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"
Expand Down

0 comments on commit e97c22c

Please sign in to comment.