Class: Google::Cloud::DataCatalog::V1::CommonUsageStats
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::CommonUsageStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/usage.rb
Overview
Common statistics on the entry's usage.
They can be set on any system.
Instance Attribute Summary collapse
-
#view_count ⇒ ::Integer
View count in source system.
Instance Attribute Details
#view_count ⇒ ::Integer
Returns View count in source system.
57 58 59 60 |
# File 'proto_docs/google/cloud/datacatalog/v1/usage.rb', line 57 class CommonUsageStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |