public interface UsageStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getTotalCancellations()
The number of cancelled attempts to use the underlying entry.
|
float |
getTotalCompletions()
The number of successful uses of the underlying entry.
|
float |
getTotalExecutionTimeForCompletionsMillis()
Total time spent only on successful uses, in milliseconds.
|
float |
getTotalFailures()
The number of failed attempts to use the underlying entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getTotalCompletions()
The number of successful uses of the underlying entry.
float total_completions = 1;float getTotalFailures()
The number of failed attempts to use the underlying entry.
float total_failures = 2;float getTotalCancellations()
The number of cancelled attempts to use the underlying entry.
float total_cancellations = 3;float getTotalExecutionTimeForCompletionsMillis()
Total time spent only on successful uses, in milliseconds.
float total_execution_time_for_completions_millis = 4;Copyright © 2023 Google LLC. All rights reserved.