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(UsageStats other) |
|
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.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 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() |
|