Skip to content

Commit

Permalink
docs: Minor formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 552569489
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 31, 2023
1 parent 95f0f2b commit 992c4f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions google/cloud/datacatalog/v1beta1/usage.proto
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 992c4f4

Please sign in to comment.