Interface Watchlist.EntityPopulationMechanismOrBuilder (0.2.0)

public static interface Watchlist.EntityPopulationMechanismOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getManual()

public abstract Watchlist.EntityPopulationMechanism.Manual getManual()

Optional. Entities are added manually.

.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanism.Manual manual = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Watchlist.EntityPopulationMechanism.Manual

The manual.

getManualOrBuilder()

public abstract Watchlist.EntityPopulationMechanism.ManualOrBuilder getManualOrBuilder()

Optional. Entities are added manually.

.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanism.Manual manual = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Watchlist.EntityPopulationMechanism.ManualOrBuilder

getMechanismCase()

public abstract Watchlist.EntityPopulationMechanism.MechanismCase getMechanismCase()
Returns
Type Description
Watchlist.EntityPopulationMechanism.MechanismCase

hasManual()

public abstract boolean hasManual()

Optional. Entities are added manually.

.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanism.Manual manual = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the manual field is set.