Class Watchlist.EntityPopulationMechanism.Builder (0.23.0)

public static final class Watchlist.EntityPopulationMechanism.Builder extends GeneratedMessage.Builder<Watchlist.EntityPopulationMechanism.Builder> implements Watchlist.EntityPopulationMechanismOrBuilder

Mechanism to populate entities in the watchlist.

Protobuf type google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanism

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Watchlist.EntityPopulationMechanism build()
Returns
Type Description
Watchlist.EntityPopulationMechanism

buildPartial()

public Watchlist.EntityPopulationMechanism buildPartial()
Returns
Type Description
Watchlist.EntityPopulationMechanism

clear()

public Watchlist.EntityPopulationMechanism.Builder clear()
Returns
Type Description
Watchlist.EntityPopulationMechanism.Builder
Overrides

clearManual()

public Watchlist.EntityPopulationMechanism.Builder clearManual()

Optional. Entities are added manually.

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

Returns
Type Description
Watchlist.EntityPopulationMechanism.Builder

clearMechanism()

public Watchlist.EntityPopulationMechanism.Builder clearMechanism()
Returns
Type Description
Watchlist.EntityPopulationMechanism.Builder

getDefaultInstanceForType()

public Watchlist.EntityPopulationMechanism getDefaultInstanceForType()
Returns
Type Description
Watchlist.EntityPopulationMechanism

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getManual()

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

getManualBuilder()

public Watchlist.EntityPopulationMechanism.Manual.Builder getManualBuilder()

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

getManualOrBuilder()

public 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 Watchlist.EntityPopulationMechanism.MechanismCase getMechanismCase()
Returns
Type Description
Watchlist.EntityPopulationMechanism.MechanismCase

hasManual()

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

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Watchlist.EntityPopulationMechanism other)

public Watchlist.EntityPopulationMechanism.Builder mergeFrom(Watchlist.EntityPopulationMechanism other)
Parameter
Name Description
other Watchlist.EntityPopulationMechanism
Returns
Type Description
Watchlist.EntityPopulationMechanism.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Watchlist.EntityPopulationMechanism.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Watchlist.EntityPopulationMechanism.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Watchlist.EntityPopulationMechanism.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Watchlist.EntityPopulationMechanism.Builder
Overrides

mergeManual(Watchlist.EntityPopulationMechanism.Manual value)

public Watchlist.EntityPopulationMechanism.Builder mergeManual(Watchlist.EntityPopulationMechanism.Manual value)

Optional. Entities are added manually.

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

Parameter
Name Description
value Watchlist.EntityPopulationMechanism.Manual
Returns
Type Description
Watchlist.EntityPopulationMechanism.Builder

setManual(Watchlist.EntityPopulationMechanism.Manual value)

public Watchlist.EntityPopulationMechanism.Builder setManual(Watchlist.EntityPopulationMechanism.Manual value)

Optional. Entities are added manually.

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

Parameter
Name Description
value Watchlist.EntityPopulationMechanism.Manual
Returns
Type Description
Watchlist.EntityPopulationMechanism.Builder

setManual(Watchlist.EntityPopulationMechanism.Manual.Builder builderForValue)

public Watchlist.EntityPopulationMechanism.Builder setManual(Watchlist.EntityPopulationMechanism.Manual.Builder builderForValue)

Optional. Entities are added manually.

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

Parameter
Name Description
builderForValue Watchlist.EntityPopulationMechanism.Manual.Builder
Returns
Type Description
Watchlist.EntityPopulationMechanism.Builder