Class: Google::Cloud::Chronicle::V1::Watchlist::EntityPopulationMechanism

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/entity.rb

Overview

Mechanism to populate entities in the watchlist.

Defined Under Namespace

Classes: Manual

Instance Attribute Summary collapse

Instance Attribute Details

#manual::Google::Cloud::Chronicle::V1::Watchlist::EntityPopulationMechanism::Manual

Returns Optional. Entities are added manually.

Returns:



67
68
69
70
71
72
73
74
75
76
# File 'proto_docs/google/cloud/chronicle/v1/entity.rb', line 67

class EntityPopulationMechanism
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Entities are added manually.
  class Manual
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end