Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
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,
ExtensionRegistryLite extensionRegistry) |
static Indicator |
Indicator.parseFrom(byte[] data) |
static Indicator |
Indicator.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Indicator |
Indicator.parseFrom(ByteBuffer data) |
static Indicator |
Indicator.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Indicator |
Indicator.parseFrom(ByteString data) |
static Indicator |
Indicator.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Indicator |
Indicator.parseFrom(CodedInputStream input) |
static Indicator |
Indicator.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Indicator |
Indicator.parseFrom(InputStream input) |
static Indicator |
Indicator.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Indicator> |
Indicator.getParserForType() |
static 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 © 2022 Google LLC. All rights reserved.