Interface ExfilResourceOrBuilder (2.50.0)

public interface ExfilResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComponents(int index)

public abstract String getComponents(int index)

Subcomponents of the asset that was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames. For example, multiple tables might have been exfiltrated from the same Cloud SQL instance, or multiple files might have been exfiltrated 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 was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames. For example, multiple tables might have been exfiltrated from the same Cloud SQL instance, or multiple files might have been exfiltrated 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 was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames. For example, multiple tables might have been exfiltrated from the same Cloud SQL instance, or multiple files might have been exfiltrated 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 was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames. For example, multiple tables might have been exfiltrated from the same Cloud SQL instance, or multiple files might have been exfiltrated 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()

The resource's full resource name.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The resource's full resource name.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.