| 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 cancelled attempts to use the underlying entry.
|
UsageStats.Builder |
UsageStats.Builder.clearTotalCompletions()
The number of successful uses of the underlying entry.
|
UsageStats.Builder |
UsageStats.Builder.clearTotalExecutionTimeForCompletionsMillis()
Total time spent only on successful uses, in milliseconds.
|
UsageStats.Builder |
UsageStats.Builder.clearTotalFailures()
The number of failed attempts to use the underlying entry.
|
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 |
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 cancelled attempts to use the underlying entry.
|
UsageStats.Builder |
UsageStats.Builder.setTotalCompletions(float value)
The number of successful uses of the underlying entry.
|
UsageStats.Builder |
UsageStats.Builder.setTotalExecutionTimeForCompletionsMillis(float value)
Total time spent only on successful uses, in milliseconds.
|
UsageStats.Builder |
UsageStats.Builder.setTotalFailures(float value)
The number of failed attempts to use the underlying entry.
|
UsageStats.Builder |
UsageStats.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UsageStats.Builder |
UsageStats.toBuilder() |
Copyright © 2023 Google LLC. All rights reserved.