Class: Google::Cloud::Chronicle::V1::Watchlist::EntityCount
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::Watchlist::EntityCount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/entity.rb
Overview
Count of different types of entities in the watchlist.
Instance Attribute Summary collapse
-
#asset ⇒ ::Integer
readonly
Output only.
-
#user ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#asset ⇒ ::Integer (readonly)
Returns Output only. Count of asset type entities in the watchlist.
85 86 87 88 |
# File 'proto_docs/google/cloud/chronicle/v1/entity.rb', line 85 class EntityCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user ⇒ ::Integer (readonly)
Returns Output only. Count of user type entities in the watchlist.
85 86 87 88 |
# File 'proto_docs/google/cloud/chronicle/v1/entity.rb', line 85 class EntityCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |