public interface UsageSignalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsUsageWithinTimeRange(String key)
Usage statistics over each of the predefined time ranges.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The end timestamp of the duration of usage statistics.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The end timestamp of the duration of usage statistics.
|
Map<String,UsageStats> |
getUsageWithinTimeRange()
Deprecated.
|
int |
getUsageWithinTimeRangeCount()
Usage statistics over each of the predefined time ranges.
|
Map<String,UsageStats> |
getUsageWithinTimeRangeMap()
Usage statistics over each of the predefined time ranges.
|
UsageStats |
getUsageWithinTimeRangeOrDefault(String key,
UsageStats defaultValue)
Usage statistics over each of the predefined time ranges.
|
UsageStats |
getUsageWithinTimeRangeOrThrow(String key)
Usage statistics over each of the predefined time ranges.
|
boolean |
hasUpdateTime()
The end timestamp of the duration of usage statistics.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUpdateTime()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;com.google.protobuf.Timestamp getUpdateTime()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;int getUsageWithinTimeRangeCount()
Usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D"}`.
map<string, .google.cloud.datacatalog.v1.UsageStats> usage_within_time_range = 2;
boolean containsUsageWithinTimeRange(String key)
Usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D"}`.
map<string, .google.cloud.datacatalog.v1.UsageStats> usage_within_time_range = 2;
@Deprecated Map<String,UsageStats> getUsageWithinTimeRange()
getUsageWithinTimeRangeMap() instead.Map<String,UsageStats> getUsageWithinTimeRangeMap()
Usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D"}`.
map<string, .google.cloud.datacatalog.v1.UsageStats> usage_within_time_range = 2;
UsageStats getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
Usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D"}`.
map<string, .google.cloud.datacatalog.v1.UsageStats> usage_within_time_range = 2;
UsageStats getUsageWithinTimeRangeOrThrow(String key)
Usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D"}`.
map<string, .google.cloud.datacatalog.v1.UsageStats> usage_within_time_range = 2;
Copyright © 2022 Google LLC. All rights reserved.