Interface ExfiltrationOrBuilder (2.50.0)

public interface ExfiltrationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSources(int index)

public abstract 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.v2.ExfilResource sources = 1;

Parameter
Name Description
index int
Returns
Type Description
ExfilResource

getSourcesCount()

public abstract 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.v2.ExfilResource sources = 1;

Returns
Type Description
int

getSourcesList()

public abstract List<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.v2.ExfilResource sources = 1;

Returns
Type Description
List<ExfilResource>

getSourcesOrBuilder(int index)

public abstract 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.v2.ExfilResource sources = 1;

Parameter
Name Description
index int
Returns
Type Description
ExfilResourceOrBuilder

getSourcesOrBuilderList()

public abstract 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.v2.ExfilResource sources = 1;

Returns
Type Description
List<? extends com.google.cloud.securitycenter.v2.ExfilResourceOrBuilder>

getTargets(int index)

public abstract 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.v2.ExfilResource targets = 2;

Parameter
Name Description
index int
Returns
Type Description
ExfilResource

getTargetsCount()

public abstract int getTargetsCount()

If there are multiple targets, each target would get a complete copy of the "joined" source data.

repeated .google.cloud.securitycenter.v2.ExfilResource targets = 2;

Returns
Type Description
int

getTargetsList()

public abstract List<ExfilResource> getTargetsList()

If there are multiple targets, each target would get a complete copy of the "joined" source data.

repeated .google.cloud.securitycenter.v2.ExfilResource targets = 2;

Returns
Type Description
List<ExfilResource>

getTargetsOrBuilder(int index)

public abstract 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.v2.ExfilResource targets = 2;

Parameter
Name Description
index int
Returns
Type Description
ExfilResourceOrBuilder

getTargetsOrBuilderList()

public abstract 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.v2.ExfilResource targets = 2;

Returns
Type Description
List<? extends com.google.cloud.securitycenter.v2.ExfilResourceOrBuilder>

getTotalExfiltratedBytes()

public abstract long getTotalExfiltratedBytes()

Total exfiltrated bytes processed for the entire job.

int64 total_exfiltrated_bytes = 3;

Returns
Type Description
long

The totalExfiltratedBytes.