Uses of Class
com.google.cloud.datacatalog.v1.UsageStats.Builder
-
Uses of UsageStats.Builder in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return UsageStats.BuilderModifier and TypeMethodDescriptionUsageStats.Builder.clear()UsageStats.Builder.clearTotalCancellations()The number of cancelled attempts to use the underlying entry.UsageStats.Builder.clearTotalCompletions()The number of successful uses of the underlying entry.UsageStats.Builder.clearTotalExecutionTimeForCompletionsMillis()Total time spent only on successful uses, in milliseconds.UsageStats.Builder.clearTotalFailures()The number of failed attempts to use the underlying entry.UsageStats.Builder.mergeFrom(UsageStats other) UsageStats.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UsageStats.Builder.mergeFrom(com.google.protobuf.Message other) static UsageStats.BuilderUsageStats.newBuilder()static UsageStats.BuilderUsageStats.newBuilder(UsageStats prototype) UsageStats.newBuilderForType()protected UsageStats.BuilderUsageStats.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) UsageSignal.Builder.putUsageWithinTimeRangeBuilderIfAbsent(String key) Output only.UsageStats.Builder.setTotalCancellations(float value) The number of cancelled attempts to use the underlying entry.UsageStats.Builder.setTotalCompletions(float value) The number of successful uses of the underlying entry.UsageStats.Builder.setTotalExecutionTimeForCompletionsMillis(float value) Total time spent only on successful uses, in milliseconds.UsageStats.Builder.setTotalFailures(float value) The number of failed attempts to use the underlying entry.UsageStats.toBuilder()