public interface ExfiltrationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExfilResource |
getSources(int index)
If there are multiple sources, then the data is considered "joined" between
them.
|
int |
getSourcesCount()
If there are multiple sources, then the data is considered "joined" between
them.
|
List<ExfilResource> |
getSourcesList()
If there are multiple sources, then the data is considered "joined" between
them.
|
ExfilResourceOrBuilder |
getSourcesOrBuilder(int index)
If there are multiple sources, then the data is considered "joined" between
them.
|
List<? extends ExfilResourceOrBuilder> |
getSourcesOrBuilderList()
If there are multiple sources, then the data is considered "joined" between
them.
|
ExfilResource |
getTargets(int index)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
int |
getTargetsCount()
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
List<ExfilResource> |
getTargetsList()
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
ExfilResourceOrBuilder |
getTargetsOrBuilder(int index)
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
List<? extends ExfilResourceOrBuilder> |
getTargetsOrBuilderList()
If there are multiple targets, each target would get a complete copy of the
"joined" source data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ExfilResource> getSourcesList()
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;ExfilResource getSources(int index)
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;int getSourcesCount()
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;List<? extends ExfilResourceOrBuilder> getSourcesOrBuilderList()
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;ExfilResourceOrBuilder getSourcesOrBuilder(int index)
If there are multiple sources, then the data is considered "joined" between them. For instance, BigQuery can join multiple tables, and each table would be considered a source.
repeated .google.cloud.securitycenter.v1.ExfilResource sources = 1;List<ExfilResource> getTargetsList()
If there are multiple targets, each target would get a complete copy of the "joined" source data.
repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;ExfilResource getTargets(int index)
If there are multiple targets, each target would get a complete copy of the "joined" source data.
repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;int getTargetsCount()
If there are multiple targets, each target would get a complete copy of the "joined" source data.
repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;List<? extends ExfilResourceOrBuilder> getTargetsOrBuilderList()
If there are multiple targets, each target would get a complete copy of the "joined" source data.
repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;ExfilResourceOrBuilder getTargetsOrBuilder(int index)
If there are multiple targets, each target would get a complete copy of the "joined" source data.
repeated .google.cloud.securitycenter.v1.ExfilResource targets = 2;Copyright © 2023 Google LLC. All rights reserved.