Interface Asset.DiscoveryStatus.StatsOrBuilder (1.39.0)

public static interface Asset.DiscoveryStatus.StatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataItems()

public abstract long getDataItems()

The count of data items within the referenced resource.

int64 data_items = 1;

Returns
TypeDescription
long

The dataItems.

getDataSize()

public abstract long getDataSize()

The number of stored data bytes within the referenced resource.

int64 data_size = 2;

Returns
TypeDescription
long

The dataSize.

getFilesets()

public abstract long getFilesets()

The count of fileset entities within the referenced resource.

int64 filesets = 4;

Returns
TypeDescription
long

The filesets.

getTables()

public abstract long getTables()

The count of table entities within the referenced resource.

int64 tables = 3;

Returns
TypeDescription
long

The tables.