Interface ExfiltrationOrBuilder (2.7.1)

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.v1.ExfilResource sources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.ExfilResource sources = 1;

Returns
TypeDescription
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.v1.ExfilResource sources = 1;

Returns
TypeDescription
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.v1.ExfilResource sources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.ExfilResource sources = 1;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.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.v1.ExfilResource targets = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.ExfilResource targets = 2;

Returns
TypeDescription
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.v1.ExfilResource targets = 2;

Returns
TypeDescription
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.v1.ExfilResource targets = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.ExfilResource targets = 2;

Returns
TypeDescription
List<? extends com.google.cloud.securitycenter.v1.ExfilResourceOrBuilder>