Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::UsageStats.
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
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#total_cancellations
def total_cancellations() -> ::Float
Returns
- (::Float) — The number of times that the underlying entry was attempted to be used but was cancelled by the user.
#total_cancellations=
def total_cancellations=(value) -> ::Float
Parameter
- value (::Float) — The number of times that the underlying entry was attempted to be used but was cancelled by the user.
Returns
- (::Float) — The number of times that the underlying entry was attempted to be used but was cancelled by the user.
#total_completions
def total_completions() -> ::Float
Returns
- (::Float) — The number of times that the underlying entry was successfully used.
#total_completions=
def total_completions=(value) -> ::Float
Parameter
- value (::Float) — The number of times that the underlying entry was successfully used.
Returns
- (::Float) — The number of times that the underlying entry was successfully used.
#total_execution_time_for_completions_millis
def total_execution_time_for_completions_millis() -> ::Float
Returns
- (::Float) — Total time spent (in milliseconds) during uses the resulted in completions.
#total_execution_time_for_completions_millis=
def total_execution_time_for_completions_millis=(value) -> ::Float
Parameter
- value (::Float) — Total time spent (in milliseconds) during uses the resulted in completions.
Returns
- (::Float) — Total time spent (in milliseconds) during uses the resulted in completions.
#total_failures
def total_failures() -> ::Float
Returns
- (::Float) — The number of times that the underlying entry was attempted to be used but failed.
#total_failures=
def total_failures=(value) -> ::Float
Parameter
- value (::Float) — The number of times that the underlying entry was attempted to be used but failed.
Returns
- (::Float) — The number of times that the underlying entry was attempted to be used but failed.