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

Commit e97c22c

Browse files
docs: fix docstring formatting (#175)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 404756337 Source-Link: googleapis/googleapis@f034e5f 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 99f4213 commit e97c22c

File tree

2 files changed

+9
-9
lines changed
  • proto-google-cloud-artifact-registry-v1/src/main

2 files changed

+9
-9
lines changed

proto-google-cloud-artifact-registry-v1/src/main/java/com/google/devtools/artifactregistry/v1/DockerImage.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
* DockerImage represents a docker artifact.
2626
* The following fields are returned as untyped metadata in the Version
2727
* resource, using camelcase keys (i.e. metadata.imageSizeBytes):
28-
* - imageSizeBytes
29-
* - mediaType
30-
* - buildTime
28+
* * imageSizeBytes
29+
* * mediaType
30+
* * buildTime
3131
* </pre>
3232
*
3333
* Protobuf type {@code google.devtools.artifactregistry.v1.DockerImage}
@@ -779,9 +779,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
779779
* DockerImage represents a docker artifact.
780780
* The following fields are returned as untyped metadata in the Version
781781
* resource, using camelcase keys (i.e. metadata.imageSizeBytes):
782-
* - imageSizeBytes
783-
* - mediaType
784-
* - buildTime
782+
* * imageSizeBytes
783+
* * mediaType
784+
* * buildTime
785785
* </pre>
786786
*
787787
* Protobuf type {@code google.devtools.artifactregistry.v1.DockerImage}

proto-google-cloud-artifact-registry-v1/src/main/proto/google/devtools/artifactregistry/v1/artifact.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ option ruby_package = "Google::Cloud::ArtifactRegistry::V1";
3232
// DockerImage represents a docker artifact.
3333
// The following fields are returned as untyped metadata in the Version
3434
// resource, using camelcase keys (i.e. metadata.imageSizeBytes):
35-
// - imageSizeBytes
36-
// - mediaType
37-
// - buildTime
35+
// * imageSizeBytes
36+
// * mediaType
37+
// * buildTime
3838
message DockerImage {
3939
option (google.api.resource) = {
4040
type: "artifactregistry.googleapis.com/DockerImage"

0 commit comments

Comments
 (0)