Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::UsageStats (v0.4.0)

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:

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.