Interface ExfilResourceOrBuilder (2.25.0)

public interface ExfilResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComponents(int index)

public abstract String getComponents(int index)

Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc. For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.

repeated string components = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The components at the given index.

getComponentsBytes(int index)

public abstract ByteString getComponentsBytes(int index)

Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc. For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.

repeated string components = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the components at the given index.

getComponentsCount()

public abstract int getComponentsCount()

Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc. For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.

repeated string components = 2;

Returns
Type Description
int

The count of components.

getComponentsList()

public abstract List<String> getComponentsList()

Subcomponents of the asset that is exfiltrated - these could be URIs used during exfiltration, table names, databases, filenames, etc. For example, multiple tables may be exfiltrated from the same CloudSQL instance, or multiple files from the same Cloud Storage bucket.

repeated string components = 2;

Returns
Type Description
List<String>

A list containing the components.

getName()

public abstract String getName()

Resource's URI (https://google.aip.dev/122#full-resource-names)

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Resource's URI (https://google.aip.dev/122#full-resource-names)

string name = 1;

Returns
Type Description
ByteString

The bytes for name.