Skip to content

Commit

Permalink
docs: [datacatalog] Minor formatting (#9718)
Browse files Browse the repository at this point in the history
* docs: Minor formatting

PiperOrigin-RevId: 552569489

Source-Link: googleapis/googleapis@992c4f4

Source-Link: https://github.com/googleapis/googleapis-gen/commit/332d2f1cc55771664a61697c72df19030d7612b9
Copy-Tag: eyJwIjoiamF2YS1kYXRhY2F0YWxvZy8uT3dsQm90LnlhbWwiLCJoIjoiMzMyZDJmMWNjNTU3NzE2NjRhNjE2OTdjNzJkZjE5MDMwZDc2MTJiOSJ9

* 🦉 Updates from OwlBot post-processor

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] authored Aug 2, 2023
1 parent c26f79b commit 5103a7a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions java-datacatalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.19.0</version>
<version>26.20.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datacatalog.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datacatalog/1.27.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datacatalog/1.28.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
* <pre>
* Detailed counts on the entry's usage.
* Caveats:
* - Only BigQuery tables have usage stats
* - The usage stats only include BigQuery query jobs
* - The usage stats might be underestimated, e.g. wildcard table references
* are not yet counted in usage computation
* https://cloud.google.com/bigquery/docs/querying-wildcard-tables
* - Only BigQuery tables have usage stats
* - The usage stats only include BigQuery query jobs
* - The usage stats might be underestimated, e.g. wildcard table references
* are not yet counted in usage computation
* https://cloud.google.com/bigquery/docs/querying-wildcard-tables
* </pre>
*
* Protobuf type {@code google.cloud.datacatalog.v1beta1.UsageStats}
Expand Down Expand Up @@ -340,11 +340,11 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* <pre>
* Detailed counts on the entry's usage.
* Caveats:
* - Only BigQuery tables have usage stats
* - The usage stats only include BigQuery query jobs
* - The usage stats might be underestimated, e.g. wildcard table references
* are not yet counted in usage computation
* https://cloud.google.com/bigquery/docs/querying-wildcard-tables
* - Only BigQuery tables have usage stats
* - The usage stats only include BigQuery query jobs
* - The usage stats might be underestimated, e.g. wildcard table references
* are not yet counted in usage computation
* https://cloud.google.com/bigquery/docs/querying-wildcard-tables
* </pre>
*
* Protobuf type {@code google.cloud.datacatalog.v1beta1.UsageStats}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ option ruby_package = "Google::Cloud::DataCatalog::V1beta1";

// Detailed counts on the entry's usage.
// Caveats:
// - Only BigQuery tables have usage stats
// - The usage stats only include BigQuery query jobs
// - The usage stats might be underestimated, e.g. wildcard table references
// are not yet counted in usage computation
// https://cloud.google.com/bigquery/docs/querying-wildcard-tables
// - Only BigQuery tables have usage stats
// - The usage stats only include BigQuery query jobs
// - The usage stats might be underestimated, e.g. wildcard table references
// are not yet counted in usage computation
// https://cloud.google.com/bigquery/docs/querying-wildcard-tables
message UsageStats {
// The number of times that the underlying entry was successfully used.
float total_completions = 1;
Expand Down

0 comments on commit 5103a7a

Please sign in to comment.