public static interface Asset.DiscoveryStatus.StatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataItems()
public abstract long getDataItems()
The count of data items within the referenced resource.
int64 data_items = 1;
Returns | |
---|---|
Type | Description |
long |
The dataItems. |
getDataSize()
public abstract long getDataSize()
The number of stored data bytes within the referenced resource.
int64 data_size = 2;
Returns | |
---|---|
Type | Description |
long |
The dataSize. |
getFilesets()
public abstract long getFilesets()
The count of fileset entities within the referenced resource.
int64 filesets = 4;
Returns | |
---|---|
Type | Description |
long |
The filesets. |
getTables()
public abstract long getTables()
The count of table entities within the referenced resource.
int64 tables = 3;
Returns | |
---|---|
Type | Description |
long |
The tables. |