Uses of Class
com.google.cloud.datacatalog.v1beta1.UsageStats
-
Packages that use UsageStats Package Description com.google.cloud.datacatalog.v1beta1 A client to Google Cloud Data Catalog API -
-
Uses of UsageStats in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return UsageStats Modifier and Type Method Description UsageStats
UsageStats.Builder. build()
UsageStats
UsageStats.Builder. buildPartial()
static UsageStats
UsageStats. getDefaultInstance()
UsageStats
UsageStats.Builder. getDefaultInstanceForType()
UsageStats
UsageStats. getDefaultInstanceForType()
UsageStats
UsageSignal.Builder. getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageStats
UsageSignal. getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageStats
UsageSignalOrBuilder. getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageStats
UsageSignal.Builder. getUsageWithinTimeRangeOrThrow(String key)
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageStats
UsageSignal. getUsageWithinTimeRangeOrThrow(String key)
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageStats
UsageSignalOrBuilder. getUsageWithinTimeRangeOrThrow(String key)
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.static UsageStats
UsageStats. parseDelimitedFrom(InputStream input)
static UsageStats
UsageStats. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsageStats
UsageStats. parseFrom(byte[] data)
static UsageStats
UsageStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsageStats
UsageStats. parseFrom(com.google.protobuf.ByteString data)
static UsageStats
UsageStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsageStats
UsageStats. parseFrom(com.google.protobuf.CodedInputStream input)
static UsageStats
UsageStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsageStats
UsageStats. parseFrom(InputStream input)
static UsageStats
UsageStats. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsageStats
UsageStats. parseFrom(ByteBuffer data)
static UsageStats
UsageStats. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type UsageStats Modifier and Type Method Description Map<String,UsageStats>
UsageSignal.Builder. getMutableUsageWithinTimeRange()
Deprecated.com.google.protobuf.Parser<UsageStats>
UsageStats. getParserForType()
Map<String,UsageStats>
UsageSignal.Builder. getUsageWithinTimeRange()
Deprecated.Map<String,UsageStats>
UsageSignal. getUsageWithinTimeRange()
Deprecated.Map<String,UsageStats>
UsageSignalOrBuilder. getUsageWithinTimeRange()
Deprecated.Map<String,UsageStats>
UsageSignal.Builder. getUsageWithinTimeRangeMap()
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.Map<String,UsageStats>
UsageSignal. getUsageWithinTimeRangeMap()
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.Map<String,UsageStats>
UsageSignalOrBuilder. getUsageWithinTimeRangeMap()
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.static com.google.protobuf.Parser<UsageStats>
UsageStats. parser()
Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type UsageStats Modifier and Type Method Description UsageStats
UsageSignal.Builder. getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageStats
UsageSignal. getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageStats
UsageSignalOrBuilder. getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageStats.Builder
UsageStats.Builder. mergeFrom(UsageStats other)
static UsageStats.Builder
UsageStats. newBuilder(UsageStats prototype)
UsageSignal.Builder
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"}.Method parameters in com.google.cloud.datacatalog.v1beta1 with type arguments of type UsageStats Modifier and Type Method Description UsageSignal.Builder
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"}.
-