Class: Google::Cloud::DataCatalog::V1::UsageStats
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::UsageStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/usage.rb
Overview
Detailed statistics on the entry's usage.
Usage statistics have the following limitations:
- Only BigQuery tables have them.
- They only include BigQuery query jobs.
- They might be underestimated because wildcard table references are not yet counted. For more information, see Querying multiple tables using a wildcard table
Instance Attribute Summary collapse
-
#total_cancellations ⇒ ::Float
The number of cancelled attempts to use the underlying entry.
-
#total_completions ⇒ ::Float
The number of successful uses of the underlying entry.
-
#total_execution_time_for_completions_millis ⇒ ::Float
Total time spent only on successful uses, in milliseconds.
-
#total_failures ⇒ ::Float
The number of failed attempts to use the underlying entry.
Instance Attribute Details
#total_cancellations ⇒ ::Float
Returns The number of cancelled attempts to use the underlying entry.
46 47 48 49 |
# File 'proto_docs/google/cloud/datacatalog/v1/usage.rb', line 46 class UsageStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_completions ⇒ ::Float
Returns The number of successful uses of the underlying entry.
46 47 48 49 |
# File 'proto_docs/google/cloud/datacatalog/v1/usage.rb', line 46 class UsageStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_execution_time_for_completions_millis ⇒ ::Float
Returns Total time spent only on successful uses, in milliseconds.
46 47 48 49 |
# File 'proto_docs/google/cloud/datacatalog/v1/usage.rb', line 46 class UsageStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_failures ⇒ ::Float
Returns The number of failed attempts to use the underlying entry.
46 47 48 49 |
# File 'proto_docs/google/cloud/datacatalog/v1/usage.rb', line 46 class UsageStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |