Uses of Class
com.google.cloud.datacatalog.v1beta1.UsageSignal.Builder
-
Uses of UsageSignal.Builder in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return UsageSignal.BuilderModifier and TypeMethodDescriptionUsageSignal.Builder.clear()UsageSignal.Builder.clearUpdateTime()The timestamp of the end of the usage statistics duration.UsageSignal.Builder.clearUsageWithinTimeRange()Entry.Builder.getUsageSignalBuilder()Output only.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 timestamp of the end of the usage statistics duration.static UsageSignal.BuilderUsageSignal.newBuilder()static UsageSignal.BuilderUsageSignal.newBuilder(UsageSignal prototype) UsageSignal.newBuilderForType()protected UsageSignal.BuilderUsageSignal.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) UsageSignal.Builder.putAllUsageWithinTimeRange(Map<String, UsageStats> values) Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageSignal.Builder.putUsageWithinTimeRange(String key, UsageStats value) Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageSignal.Builder.removeUsageWithinTimeRange(String key) Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageSignal.Builder.setUpdateTime(com.google.protobuf.Timestamp value) The timestamp of the end of the usage statistics duration.UsageSignal.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) The timestamp of the end of the usage statistics duration.UsageSignal.toBuilder()Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type UsageSignal.BuilderModifier and TypeMethodDescriptionEntry.Builder.setUsageSignal(UsageSignal.Builder builderForValue) Output only.