| Modifier and Type | Method and Description |
|---|---|
Exfiltration.Builder |
Exfiltration.Builder.addAllSources(Iterable<? extends ExfilResource> values)
If there are multiple sources, then the data is considered "joined" between
them.
|
Exfiltration.Builder |
Exfiltration.Builder.addAllTargets(Iterable<? extends ExfilResource> values)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
Exfiltration.Builder |
Exfiltration.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Exfiltration.Builder |
Exfiltration.Builder.addSources(ExfilResource.Builder builderForValue)
If there are multiple sources, then the data is considered "joined" between
them.
|
Exfiltration.Builder |
Exfiltration.Builder.addSources(ExfilResource value)
If there are multiple sources, then the data is considered "joined" between
them.
|
Exfiltration.Builder |
Exfiltration.Builder.addSources(int index,
ExfilResource.Builder builderForValue)
If there are multiple sources, then the data is considered "joined" between
them.
|
Exfiltration.Builder |
Exfiltration.Builder.addSources(int index,
ExfilResource value)
If there are multiple sources, then the data is considered "joined" between
them.
|
Exfiltration.Builder |
Exfiltration.Builder.addTargets(ExfilResource.Builder builderForValue)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
Exfiltration.Builder |
Exfiltration.Builder.addTargets(ExfilResource value)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
Exfiltration.Builder |
Exfiltration.Builder.addTargets(int index,
ExfilResource.Builder builderForValue)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
Exfiltration.Builder |
Exfiltration.Builder.addTargets(int index,
ExfilResource value)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
Exfiltration.Builder |
Exfiltration.Builder.clear() |
Exfiltration.Builder |
Exfiltration.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Exfiltration.Builder |
Exfiltration.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Exfiltration.Builder |
Exfiltration.Builder.clearSources()
If there are multiple sources, then the data is considered "joined" between
them.
|
Exfiltration.Builder |
Exfiltration.Builder.clearTargets()
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
Exfiltration.Builder |
Exfiltration.Builder.clone() |
Exfiltration.Builder |
Finding.Builder.getExfiltrationBuilder()
Represents exfiltrations associated with the finding.
|
Exfiltration.Builder |
Exfiltration.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Exfiltration.Builder |
Exfiltration.Builder.mergeFrom(Exfiltration other) |
Exfiltration.Builder |
Exfiltration.Builder.mergeFrom(com.google.protobuf.Message other) |
Exfiltration.Builder |
Exfiltration.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Exfiltration.Builder |
Exfiltration.newBuilder() |
static Exfiltration.Builder |
Exfiltration.newBuilder(Exfiltration prototype) |
Exfiltration.Builder |
Exfiltration.newBuilderForType() |
protected Exfiltration.Builder |
Exfiltration.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Exfiltration.Builder |
Exfiltration.Builder.removeSources(int index)
If there are multiple sources, then the data is considered "joined" between
them.
|
Exfiltration.Builder |
Exfiltration.Builder.removeTargets(int index)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
Exfiltration.Builder |
Exfiltration.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Exfiltration.Builder |
Exfiltration.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Exfiltration.Builder |
Exfiltration.Builder.setSources(int index,
ExfilResource.Builder builderForValue)
If there are multiple sources, then the data is considered "joined" between
them.
|
Exfiltration.Builder |
Exfiltration.Builder.setSources(int index,
ExfilResource value)
If there are multiple sources, then the data is considered "joined" between
them.
|
Exfiltration.Builder |
Exfiltration.Builder.setTargets(int index,
ExfilResource.Builder builderForValue)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
Exfiltration.Builder |
Exfiltration.Builder.setTargets(int index,
ExfilResource value)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
Exfiltration.Builder |
Exfiltration.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Exfiltration.Builder |
Exfiltration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.setExfiltration(Exfiltration.Builder builderForValue)
Represents exfiltrations associated with the finding.
|
Copyright © 2023 Google LLC. All rights reserved.