Class: Google::Cloud::DataCatalog::V1::UsageStats

Inherits:
Object
  • Object
show all
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:

Instance Attribute Summary collapse

Instance Attribute Details

#total_cancellations::Float

Returns The number of cancelled attempts to use the underlying entry.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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