Interface ExfilResourceOrBuilder (2.8.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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.