Send feedback
Class InputsUsed (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class InputsUsed extends GeneratedMessageV3 implements InputsUsedOrBuilder
InputsUsed is a convenience field that tells us which sources
of events (if any) were used in the rule.
NEXT TAG: 4
Protobuf type google.cloud.chronicle.v1.InputsUsed
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int USES_DETECTION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int USES_ENTITY_FIELD_NUMBER
Field Value
Type
Description
int
public static final int USES_UDM_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static InputsUsed getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static InputsUsed . Builder newBuilder ()
public static InputsUsed . Builder newBuilder ( InputsUsed prototype )
public static InputsUsed parseDelimitedFrom ( InputStream input )
public static InputsUsed parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static InputsUsed parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static InputsUsed parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static InputsUsed parseFrom ( ByteString data )
public static InputsUsed parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InputsUsed parseFrom ( CodedInputStream input )
public static InputsUsed parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InputsUsed parseFrom ( InputStream input )
public static InputsUsed parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static InputsUsed parseFrom ( ByteBuffer data )
public static InputsUsed parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<InputsUsed> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public InputsUsed getDefaultInstanceForType ()
public Parser<InputsUsed> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public boolean getUsesDetection ()
Optional. Whether the rule queries detections.
bool uses_detection = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The usesDetection.
public 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 boolean getUsesUdm ()
Optional. Whether the rule queries UDM events.
bool uses_udm = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The usesUdm.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public InputsUsed . Builder newBuilderForType ()
protected InputsUsed . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public InputsUsed . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
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-06-12 UTC.
Need to tell us more?
[[["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-06-12 UTC."],[],[]]