Indicator.Builder |
Indicator.Builder.addAllDomains(Iterable<String> values) |
List of domains associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.addAllIpAddresses(Iterable<String> values) |
The list of IP addresses that are associated with the finding.
|
Indicator.Builder |
Indicator.Builder.addAllSignatures(Iterable<? extends Indicator.ProcessSignature> values) |
The list of matched signatures indicating that the given
process is present in the environment.
|
Indicator.Builder |
Indicator.Builder.addAllUris(Iterable<String> values) |
The list of URIs associated to the Findings.
|
Indicator.Builder |
Indicator.Builder.addDomains(String value) |
List of domains associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.addDomainsBytes(com.google.protobuf.ByteString value) |
List of domains associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.addIpAddresses(String value) |
The list of IP addresses that are associated with the finding.
|
Indicator.Builder |
Indicator.Builder.addIpAddressesBytes(com.google.protobuf.ByteString value) |
The list of IP addresses that are associated with the finding.
|
Indicator.Builder |
Indicator.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Indicator.Builder |
Indicator.Builder.addSignatures(int index,
Indicator.ProcessSignature value) |
The list of matched signatures indicating that the given
process is present in the environment.
|
Indicator.Builder |
Indicator.Builder.addSignatures(int index,
Indicator.ProcessSignature.Builder builderForValue) |
The list of matched signatures indicating that the given
process is present in the environment.
|
Indicator.Builder |
Indicator.Builder.addSignatures(Indicator.ProcessSignature value) |
The list of matched signatures indicating that the given
process is present in the environment.
|
Indicator.Builder |
Indicator.Builder.addSignatures(Indicator.ProcessSignature.Builder builderForValue) |
The list of matched signatures indicating that the given
process is present in the environment.
|
Indicator.Builder |
Indicator.Builder.addUris(String value) |
The list of URIs associated to the Findings.
|
Indicator.Builder |
Indicator.Builder.addUrisBytes(com.google.protobuf.ByteString value) |
The list of URIs associated to the Findings.
|
Indicator.Builder |
Indicator.Builder.clear() |
|
Indicator.Builder |
Indicator.Builder.clearDomains() |
List of domains associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Indicator.Builder |
Indicator.Builder.clearIpAddresses() |
The list of IP addresses that are associated with the finding.
|
Indicator.Builder |
Indicator.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Indicator.Builder |
Indicator.Builder.clearSignatures() |
The list of matched signatures indicating that the given
process is present in the environment.
|
Indicator.Builder |
Indicator.Builder.clearUris() |
The list of URIs associated to the Findings.
|
Indicator.Builder |
Indicator.Builder.clone() |
|
Indicator.Builder |
Finding.Builder.getIndicatorBuilder() |
Represents what's commonly known as an *indicator of compromise* (IoC) in
computer forensics.
|
Indicator.Builder |
Indicator.Builder.mergeFrom(Indicator other) |
|
Indicator.Builder |
Indicator.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Indicator.Builder |
Indicator.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Indicator.Builder |
Indicator.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Indicator.Builder |
Indicator.newBuilder() |
|
static Indicator.Builder |
Indicator.newBuilder(Indicator prototype) |
|
Indicator.Builder |
Indicator.newBuilderForType() |
|
protected Indicator.Builder |
Indicator.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Indicator.Builder |
Indicator.Builder.removeSignatures(int index) |
The list of matched signatures indicating that the given
process is present in the environment.
|
Indicator.Builder |
Indicator.Builder.setDomains(int index,
String value) |
List of domains associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Indicator.Builder |
Indicator.Builder.setIpAddresses(int index,
String value) |
The list of IP addresses that are associated with the finding.
|
Indicator.Builder |
Indicator.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Indicator.Builder |
Indicator.Builder.setSignatures(int index,
Indicator.ProcessSignature value) |
The list of matched signatures indicating that the given
process is present in the environment.
|
Indicator.Builder |
Indicator.Builder.setSignatures(int index,
Indicator.ProcessSignature.Builder builderForValue) |
The list of matched signatures indicating that the given
process is present in the environment.
|
Indicator.Builder |
Indicator.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Indicator.Builder |
Indicator.Builder.setUris(int index,
String value) |
The list of URIs associated to the Findings.
|
Indicator.Builder |
Indicator.toBuilder() |
|