public static interface Indicator.ProcessSignatureOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Indicator.ProcessSignature.MemoryHashSignature |
getMemoryHashSignature()
Signature indicating that a binary family was matched.
|
Indicator.ProcessSignature.MemoryHashSignatureOrBuilder |
getMemoryHashSignatureOrBuilder()
Signature indicating that a binary family was matched.
|
Indicator.ProcessSignature.SignatureCase |
getSignatureCase() |
Indicator.ProcessSignature.YaraRuleSignature |
getYaraRuleSignature()
Signature indicating that a YARA rule was matched.
|
Indicator.ProcessSignature.YaraRuleSignatureOrBuilder |
getYaraRuleSignatureOrBuilder()
Signature indicating that a YARA rule was matched.
|
boolean |
hasMemoryHashSignature()
Signature indicating that a binary family was matched.
|
boolean |
hasYaraRuleSignature()
Signature indicating that a YARA rule was matched.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasMemoryHashSignature()
Signature indicating that a binary family was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
Indicator.ProcessSignature.MemoryHashSignature getMemoryHashSignature()
Signature indicating that a binary family was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
Indicator.ProcessSignature.MemoryHashSignatureOrBuilder getMemoryHashSignatureOrBuilder()
Signature indicating that a binary family was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.MemoryHashSignature memory_hash_signature = 6;
boolean hasYaraRuleSignature()
Signature indicating that a YARA rule was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;
Indicator.ProcessSignature.YaraRuleSignature getYaraRuleSignature()
Signature indicating that a YARA rule was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;
Indicator.ProcessSignature.YaraRuleSignatureOrBuilder getYaraRuleSignatureOrBuilder()
Signature indicating that a YARA rule was matched.
.google.cloud.securitycenter.v1.Indicator.ProcessSignature.YaraRuleSignature yara_rule_signature = 7;
Indicator.ProcessSignature.SignatureCase getSignatureCase()
Copyright © 2022 Google LLC. All rights reserved.