Uses of Class
com.google.cloud.datacatalog.v1.UsageSignal.Builder
-
Uses of UsageSignal.Builder in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return UsageSignal.BuilderModifier and TypeMethodDescriptionUsageSignal.Builder.clear()UsageSignal.Builder.clearCommonUsageWithinTimeRange()UsageSignal.Builder.clearFavoriteCount()Favorite count in the source system.UsageSignal.Builder.clearUpdateTime()The end timestamp of the duration of usage statistics.UsageSignal.Builder.clearUsageWithinTimeRange()Entry.Builder.getUsageSignalBuilder()Resource usage statistics.UsageSignal.Builder.mergeFrom(UsageSignal other) UsageSignal.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UsageSignal.Builder.mergeFrom(com.google.protobuf.Message other) UsageSignal.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) The end timestamp of the duration of usage statistics.static UsageSignal.BuilderUsageSignal.newBuilder()static UsageSignal.BuilderUsageSignal.newBuilder(UsageSignal prototype) UsageSignal.newBuilderForType()protected UsageSignal.BuilderUsageSignal.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) UsageSignal.Builder.putAllCommonUsageWithinTimeRange(Map<String, CommonUsageStats> values) Common usage statistics over each of the predefined time ranges.UsageSignal.Builder.putAllUsageWithinTimeRange(Map<String, UsageStats> values) Output only.UsageSignal.Builder.putCommonUsageWithinTimeRange(String key, CommonUsageStats value) Common usage statistics over each of the predefined time ranges.UsageSignal.Builder.putUsageWithinTimeRange(String key, UsageStats value) Output only.UsageSignal.Builder.removeCommonUsageWithinTimeRange(String key) Common usage statistics over each of the predefined time ranges.UsageSignal.Builder.removeUsageWithinTimeRange(String key) Output only.UsageSignal.Builder.setFavoriteCount(long value) Favorite count in the source system.UsageSignal.Builder.setUpdateTime(com.google.protobuf.Timestamp value) The end timestamp of the duration of usage statistics.UsageSignal.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) The end timestamp of the duration of usage statistics.UsageSignal.toBuilder()Methods in com.google.cloud.datacatalog.v1 with parameters of type UsageSignal.BuilderModifier and TypeMethodDescriptionEntry.Builder.setUsageSignal(UsageSignal.Builder builderForValue) Resource usage statistics.