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

docs: fix docstring formatting #175

Merged
merged 2 commits into from Oct 21, 2021
Merged
Show file tree
Hide file tree
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
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