public interface UsageStatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTotalCancellations()
public abstract float getTotalCancellations()The number of cancelled attempts to use the underlying entry.
float total_cancellations = 3;
| Returns | |
|---|---|
| Type | Description |
float |
The totalCancellations. |
getTotalCompletions()
public abstract float getTotalCompletions()The number of successful uses of the underlying entry.
float total_completions = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
float |
The totalExecutionTimeForCompletionsMillis. |
getTotalFailures()
public abstract float getTotalFailures()The number of failed attempts to use the underlying entry.
float total_failures = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The totalFailures. |