Uses of Class
com.google.cloud.datacatalog.v1.CommonUsageStats
-
Packages that use CommonUsageStats Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of CommonUsageStats in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return CommonUsageStats Modifier and Type Method Description CommonUsageStats
CommonUsageStats.Builder. build()
CommonUsageStats
CommonUsageStats.Builder. buildPartial()
CommonUsageStats
UsageSignal.Builder. getCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue)
Common usage statistics over each of the predefined time ranges.CommonUsageStats
UsageSignal. getCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue)
Common usage statistics over each of the predefined time ranges.CommonUsageStats
UsageSignalOrBuilder. getCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue)
Common usage statistics over each of the predefined time ranges.CommonUsageStats
UsageSignal.Builder. getCommonUsageWithinTimeRangeOrThrow(String key)
Common usage statistics over each of the predefined time ranges.CommonUsageStats
UsageSignal. getCommonUsageWithinTimeRangeOrThrow(String key)
Common usage statistics over each of the predefined time ranges.CommonUsageStats
UsageSignalOrBuilder. getCommonUsageWithinTimeRangeOrThrow(String key)
Common usage statistics over each of the predefined time ranges.static CommonUsageStats
CommonUsageStats. getDefaultInstance()
CommonUsageStats
CommonUsageStats.Builder. getDefaultInstanceForType()
CommonUsageStats
CommonUsageStats. getDefaultInstanceForType()
static CommonUsageStats
CommonUsageStats. parseDelimitedFrom(InputStream input)
static CommonUsageStats
CommonUsageStats. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonUsageStats
CommonUsageStats. parseFrom(byte[] data)
static CommonUsageStats
CommonUsageStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonUsageStats
CommonUsageStats. parseFrom(com.google.protobuf.ByteString data)
static CommonUsageStats
CommonUsageStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonUsageStats
CommonUsageStats. parseFrom(com.google.protobuf.CodedInputStream input)
static CommonUsageStats
CommonUsageStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonUsageStats
CommonUsageStats. parseFrom(InputStream input)
static CommonUsageStats
CommonUsageStats. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonUsageStats
CommonUsageStats. parseFrom(ByteBuffer data)
static CommonUsageStats
CommonUsageStats. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type CommonUsageStats Modifier and Type Method Description Map<String,CommonUsageStats>
UsageSignal.Builder. getCommonUsageWithinTimeRange()
Deprecated.Map<String,CommonUsageStats>
UsageSignal. getCommonUsageWithinTimeRange()
Deprecated.Map<String,CommonUsageStats>
UsageSignalOrBuilder. getCommonUsageWithinTimeRange()
Deprecated.Map<String,CommonUsageStats>
UsageSignal.Builder. getCommonUsageWithinTimeRangeMap()
Common usage statistics over each of the predefined time ranges.Map<String,CommonUsageStats>
UsageSignal. getCommonUsageWithinTimeRangeMap()
Common usage statistics over each of the predefined time ranges.Map<String,CommonUsageStats>
UsageSignalOrBuilder. getCommonUsageWithinTimeRangeMap()
Common usage statistics over each of the predefined time ranges.Map<String,CommonUsageStats>
UsageSignal.Builder. getMutableCommonUsageWithinTimeRange()
Deprecated.com.google.protobuf.Parser<CommonUsageStats>
CommonUsageStats. getParserForType()
static com.google.protobuf.Parser<CommonUsageStats>
CommonUsageStats. parser()
Methods in com.google.cloud.datacatalog.v1 with parameters of type CommonUsageStats Modifier and Type Method Description CommonUsageStats
UsageSignal.Builder. getCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue)
Common usage statistics over each of the predefined time ranges.CommonUsageStats
UsageSignal. getCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue)
Common usage statistics over each of the predefined time ranges.CommonUsageStats
UsageSignalOrBuilder. getCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue)
Common usage statistics over each of the predefined time ranges.CommonUsageStats.Builder
CommonUsageStats.Builder. mergeFrom(CommonUsageStats other)
static CommonUsageStats.Builder
CommonUsageStats. newBuilder(CommonUsageStats prototype)
UsageSignal.Builder
UsageSignal.Builder. putCommonUsageWithinTimeRange(String key, CommonUsageStats value)
Common usage statistics over each of the predefined time ranges.Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type CommonUsageStats Modifier and Type Method Description UsageSignal.Builder
UsageSignal.Builder. putAllCommonUsageWithinTimeRange(Map<String,CommonUsageStats> values)
Common usage statistics over each of the predefined time ranges.
-