Class: Google::Cloud::DataCatalog::V1beta1::UsageStats

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1beta1/usage.rb

Overview

Detailed counts on the entry's usage. Caveats:

Instance Attribute Summary collapse

Instance Attribute Details

#total_cancellations::Float

Returns 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.



45
46
47
48
# File 'proto_docs/google/cloud/datacatalog/v1beta1/usage.rb', line 45

class UsageStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_completions::Float

Returns The number of times that the underlying entry was successfully used.

Returns:

  • (::Float)

    The number of times that the underlying entry was successfully used.



45
46
47
48
# File 'proto_docs/google/cloud/datacatalog/v1beta1/usage.rb', line 45

class UsageStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_execution_time_for_completions_millis::Float

Returns Total time spent (in milliseconds) during uses the resulted in completions.

Returns:

  • (::Float)

    Total time spent (in milliseconds) during uses the resulted in completions.



45
46
47
48
# File 'proto_docs/google/cloud/datacatalog/v1beta1/usage.rb', line 45

class UsageStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_failures::Float

Returns 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.



45
46
47
48
# File 'proto_docs/google/cloud/datacatalog/v1beta1/usage.rb', line 45

class UsageStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end