Interface InputsUsedOrBuilder (0.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface InputsUsedOrBuilder extends MessageOrBuilder
Methods
public abstract boolean getUsesDetection()
Optional. Whether the rule queries detections.
bool uses_detection = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The usesDetection.
|
public abstract boolean getUsesEntity()
Optional. Whether the rule queries entity events.
bool uses_entity = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The usesEntity.
|
public abstract boolean getUsesUdm()
Optional. Whether the rule queries UDM events.
bool uses_udm = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The usesUdm.
|
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 InputsUsedOrBuilder (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.InputsUsedOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.InputsUsedOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.InputsUsedOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.InputsUsedOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.InputsUsedOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.InputsUsedOrBuilder) \n\n public interface InputsUsedOrBuilder 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### getUsesDetection()\n\n public abstract boolean getUsesDetection()\n\nOptional. Whether the rule queries detections.\n\n`bool uses_detection = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getUsesEntity()\n\n public abstract boolean getUsesEntity()\n\nOptional. Whether the rule queries entity events.\n\n`bool uses_entity = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getUsesUdm()\n\n public abstract boolean getUsesUdm()\n\nOptional. Whether the rule queries UDM events.\n\n`bool uses_udm = 1 [(.google.api.field_behavior) = OPTIONAL];`"]]