| Modifier and Type | Method and Description |
|---|---|
Indicator |
Indicator.Builder.build() |
Indicator |
Indicator.Builder.buildPartial() |
static Indicator |
Indicator.getDefaultInstance() |
Indicator |
Indicator.getDefaultInstanceForType() |
Indicator |
Indicator.Builder.getDefaultInstanceForType() |
Indicator |
FindingOrBuilder.getIndicator()
Represents what's commonly known as an *indicator of compromise* (IoC) in
computer forensics.
|
Indicator |
Finding.getIndicator()
Represents what's commonly known as an *indicator of compromise* (IoC) in
computer forensics.
|
Indicator |
Finding.Builder.getIndicator()
Represents what's commonly known as an *indicator of compromise* (IoC) in
computer forensics.
|
static Indicator |
Indicator.parseDelimitedFrom(InputStream input) |
static Indicator |
Indicator.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Indicator |
Indicator.parseFrom(byte[] data) |
static Indicator |
Indicator.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Indicator |
Indicator.parseFrom(ByteBuffer data) |
static Indicator |
Indicator.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Indicator |
Indicator.parseFrom(com.google.protobuf.ByteString data) |
static Indicator |
Indicator.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Indicator |
Indicator.parseFrom(com.google.protobuf.CodedInputStream input) |
static Indicator |
Indicator.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Indicator |
Indicator.parseFrom(InputStream input) |
static Indicator |
Indicator.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Indicator> |
Indicator.getParserForType() |
static com.google.protobuf.Parser<Indicator> |
Indicator.parser() |
| Modifier and Type | Method and Description |
|---|---|
Indicator.Builder |
Indicator.Builder.mergeFrom(Indicator other) |
Finding.Builder |
Finding.Builder.mergeIndicator(Indicator value)
Represents what's commonly known as an *indicator of compromise* (IoC) in
computer forensics.
|
static Indicator.Builder |
Indicator.newBuilder(Indicator prototype) |
Finding.Builder |
Finding.Builder.setIndicator(Indicator value)
Represents what's commonly known as an *indicator of compromise* (IoC) in
computer forensics.
|
Copyright © 2023 Google LLC. All rights reserved.