Interface Watchlist.EntityPopulationMechanismOrBuilder (0.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static interface Watchlist.EntityPopulationMechanismOrBuilder extends 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];
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];
getMechanismCase()
public abstract Watchlist.EntityPopulationMechanism.MechanismCase getMechanismCase()
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface Watchlist.EntityPopulationMechanismOrBuilder (0.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.10.0 (latest)](/java/docs/reference/google-cloud-chronicle/latest/com.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanismOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanismOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanismOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanismOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanismOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanismOrBuilder) \n\n public static interface Watchlist.EntityPopulationMechanismOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getManual()\n\n public abstract Watchlist.EntityPopulationMechanism.Manual getManual()\n\nOptional. Entities are added manually.\n\n`\n.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanism.Manual manual = 1 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getManualOrBuilder()\n\n public abstract Watchlist.EntityPopulationMechanism.ManualOrBuilder getManualOrBuilder()\n\nOptional. Entities are added manually.\n\n`\n.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanism.Manual manual = 1 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getMechanismCase()\n\n public abstract Watchlist.EntityPopulationMechanism.MechanismCase getMechanismCase()\n\n### hasManual()\n\n public abstract boolean hasManual()\n\nOptional. Entities are added manually.\n\n`\n.google.cloud.chronicle.v1.Watchlist.EntityPopulationMechanism.Manual manual = 1 [(.google.api.field_behavior) = OPTIONAL];\n`"]]