Interface UsageStatsOrBuilder (1.47.0)

public interface UsageStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTotalCancellations()

public abstract float getTotalCancellations()

The number of times that the underlying entry was attempted to be used but was cancelled by the user.

float total_cancellations = 3;

Returns
TypeDescription
float

The totalCancellations.

getTotalCompletions()

public abstract float getTotalCompletions()

The number of times that the underlying entry was successfully used.

float total_completions = 1;

Returns
TypeDescription
float

The totalCompletions.

getTotalExecutionTimeForCompletionsMillis()

public abstract float getTotalExecutionTimeForCompletionsMillis()

Total time spent (in milliseconds) during uses the resulted in completions.

float total_execution_time_for_completions_millis = 4;

Returns
TypeDescription
float

The totalExecutionTimeForCompletionsMillis.

getTotalFailures()

public abstract float getTotalFailures()

The number of times that the underlying entry was attempted to be used but failed.

float total_failures = 2;

Returns
TypeDescription
float

The totalFailures.