Class Google::Cloud::DataCatalog::V1::UsageStats (v0.10.0)

Detailed statistics on the entry's usage.

Usage statistics have the following limitations:

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#total_cancellations

def total_cancellations() -> ::Float
Returns
  • (::Float) — The number of cancelled attempts to use the underlying entry.

#total_cancellations=

def total_cancellations=(value) -> ::Float
Parameter
  • value (::Float) — The number of cancelled attempts to use the underlying entry.
Returns
  • (::Float) — The number of cancelled attempts to use the underlying entry.

#total_completions

def total_completions() -> ::Float
Returns
  • (::Float) — The number of successful uses of the underlying entry.

#total_completions=

def total_completions=(value) -> ::Float
Parameter
  • value (::Float) — The number of successful uses of the underlying entry.
Returns
  • (::Float) — The number of successful uses of the underlying entry.

#total_execution_time_for_completions_millis

def total_execution_time_for_completions_millis() -> ::Float
Returns
  • (::Float) — Total time spent only on successful uses, in milliseconds.

#total_execution_time_for_completions_millis=

def total_execution_time_for_completions_millis=(value) -> ::Float
Parameter
  • value (::Float) — Total time spent only on successful uses, in milliseconds.
Returns
  • (::Float) — Total time spent only on successful uses, in milliseconds.

#total_failures

def total_failures() -> ::Float
Returns
  • (::Float) — The number of failed attempts to use the underlying entry.

#total_failures=

def total_failures=(value) -> ::Float
Parameter
  • value (::Float) — The number of failed attempts to use the underlying entry.
Returns
  • (::Float) — The number of failed attempts to use the underlying entry.