Interface UsageStatsOrBuilder (1.43.0)

public interface UsageStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTotalCancellations()

public abstract float getTotalCancellations()

The number of cancelled attempts to use the underlying entry.

float total_cancellations = 3;

Returns
TypeDescription
float

The totalCancellations.

getTotalCompletions()

public abstract float getTotalCompletions()

The number of successful uses of the underlying entry.

float total_completions = 1;

Returns
TypeDescription
float

The totalCompletions.

getTotalExecutionTimeForCompletionsMillis()

public abstract float getTotalExecutionTimeForCompletionsMillis()

Total time spent only on successful uses, in milliseconds.

float total_execution_time_for_completions_millis = 4;

Returns
TypeDescription
float

The totalExecutionTimeForCompletionsMillis.

getTotalFailures()

public abstract float getTotalFailures()

The number of failed attempts to use the underlying entry.

float total_failures = 2;

Returns
TypeDescription
float

The totalFailures.