| Modifier and Type | Method and Description |
|---|---|
UsageStats.Builder |
UsageStats.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UsageStats.Builder |
UsageStats.Builder.clear() |
UsageStats.Builder |
UsageStats.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UsageStats.Builder |
UsageStats.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UsageStats.Builder |
UsageStats.Builder.clearTotalCancellations()
The number of times that the underlying entry was attempted to be used
but was cancelled by the user.
|
UsageStats.Builder |
UsageStats.Builder.clearTotalCompletions()
The number of times that the underlying entry was successfully used.
|
UsageStats.Builder |
UsageStats.Builder.clearTotalExecutionTimeForCompletionsMillis()
Total time spent (in milliseconds) during uses the resulted in completions.
|
UsageStats.Builder |
UsageStats.Builder.clearTotalFailures()
The number of times that the underlying entry was attempted to be used
but failed.
|
UsageStats.Builder |
UsageStats.Builder.clone() |
UsageStats.Builder |
UsageStats.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UsageStats.Builder |
UsageStats.Builder.mergeFrom(com.google.protobuf.Message other) |
UsageStats.Builder |
UsageStats.Builder.mergeFrom(UsageStats other) |
UsageStats.Builder |
UsageStats.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static UsageStats.Builder |
UsageStats.newBuilder() |
static UsageStats.Builder |
UsageStats.newBuilder(UsageStats prototype) |
UsageStats.Builder |
UsageStats.newBuilderForType() |
protected UsageStats.Builder |
UsageStats.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
UsageStats.Builder |
UsageSignal.Builder.putUsageWithinTimeRangeBuilderIfAbsent(String key)
Usage statistics over each of the pre-defined time ranges, supported
strings for time ranges are {"24H", "7D", "30D"}.
|
UsageStats.Builder |
UsageStats.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UsageStats.Builder |
UsageStats.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UsageStats.Builder |
UsageStats.Builder.setTotalCancellations(float value)
The number of times that the underlying entry was attempted to be used
but was cancelled by the user.
|
UsageStats.Builder |
UsageStats.Builder.setTotalCompletions(float value)
The number of times that the underlying entry was successfully used.
|
UsageStats.Builder |
UsageStats.Builder.setTotalExecutionTimeForCompletionsMillis(float value)
Total time spent (in milliseconds) during uses the resulted in completions.
|
UsageStats.Builder |
UsageStats.Builder.setTotalFailures(float value)
The number of times that the underlying entry was attempted to be used
but failed.
|
UsageStats.Builder |
UsageStats.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UsageStats.Builder |
UsageStats.toBuilder() |
Copyright © 2025 Google LLC. All rights reserved.