diff --git a/java-datacatalog/README.md b/java-datacatalog/README.md index ce973107fa25..b63e24492393 100644 --- a/java-datacatalog/README.md +++ b/java-datacatalog/README.md @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.19.0 + 26.20.0 pom import @@ -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 diff --git a/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/UsageStats.java b/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/UsageStats.java index 0525a917b82c..c236665457df 100644 --- a/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/UsageStats.java +++ b/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/UsageStats.java @@ -24,11 +24,11 @@ *
  * 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
  * 
* * Protobuf type {@code google.cloud.datacatalog.v1beta1.UsageStats} @@ -340,11 +340,11 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build *
    * 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
    * 
* * Protobuf type {@code google.cloud.datacatalog.v1beta1.UsageStats} diff --git a/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/usage.proto b/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/usage.proto index f01efeaba76e..9e4413ae9035 100644 --- a/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/usage.proto +++ b/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/usage.proto @@ -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;