Package | Description |
---|---|
com.google.cloud.securitycenter.v1 |
A client to Security Command Center API
|
Modifier and Type | Method and Description |
---|---|
Indicator.Builder |
Indicator.Builder.addAllDomains(Iterable<String> values)
List of domains associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.addAllIpAddresses(Iterable<String> values)
List of ip addresses associated to 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(ByteString value)
List of domains associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.addIpAddresses(String value)
List of ip addresses associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.addIpAddressesBytes(ByteString value)
List of ip addresses associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
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.addSignatures(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(int index,
Indicator.ProcessSignature value)
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(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(Descriptors.FieldDescriptor field) |
Indicator.Builder |
Indicator.Builder.clearIpAddresses()
List of ip addresses associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.clearOneof(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(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Indicator.Builder |
Indicator.Builder.mergeFrom(Indicator other) |
Indicator.Builder |
Indicator.Builder.mergeFrom(Message other) |
Indicator.Builder |
Indicator.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Indicator.Builder |
Indicator.newBuilder() |
static Indicator.Builder |
Indicator.newBuilder(Indicator prototype) |
Indicator.Builder |
Indicator.newBuilderForType() |
protected Indicator.Builder |
Indicator.newBuilderForType(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(Descriptors.FieldDescriptor field,
Object value) |
Indicator.Builder |
Indicator.Builder.setIpAddresses(int index,
String value)
List of ip addresses associated to the Finding.
|
Indicator.Builder |
Indicator.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
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.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.setUnknownFields(UnknownFieldSet unknownFields) |
Indicator.Builder |
Indicator.Builder.setUris(int index,
String value)
The list of URIs associated to the Findings.
|
Indicator.Builder |
Indicator.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Finding.Builder |
Finding.Builder.setIndicator(Indicator.Builder builderForValue)
Represents what's commonly known as an Indicator of compromise (IoC) in
computer forensics.
|
Copyright © 2022 Google LLC. All rights reserved.