Interface ReportSummary.UtilizationChartDataOrBuilder (0.4.0)

public static interface ReportSummary.UtilizationChartDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFree()

public abstract long getFree()

Aggregate value which falls into the "Free" bucket.

int64 free = 2;

Returns
TypeDescription
long

The free.

getUsed()

public abstract long getUsed()

Aggregate value which falls into the "Used" bucket.

int64 used = 1;

Returns
TypeDescription
long

The used.