public interface UsageSignalOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsUsageWithinTimeRange(String key)
public abstract 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;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getUpdateTime()
public abstract Timestamp getUpdateTime()The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
| Type | Description |
| TimestampOrBuilder |
getUsageWithinTimeRange()
public abstract Map<String,UsageStats> getUsageWithinTimeRange()Use #getUsageWithinTimeRangeMap() instead.
| Type | Description |
| Map<String,UsageStats> |
getUsageWithinTimeRangeCount()
public abstract 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;
| Type | Description |
| int |
getUsageWithinTimeRangeMap()
public abstract 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;
| Type | Description |
| Map<String,UsageStats> |
getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
public abstract 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;
| Name | Description |
| key | String |
| defaultValue | UsageStats |
| Type | Description |
| UsageStats |
getUsageWithinTimeRangeOrThrow(String key)
public abstract 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;
| Name | Description |
| key | String |
| Type | Description |
| UsageStats |
hasUpdateTime()
public abstract boolean hasUpdateTime()The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
| Type | Description |
| boolean | Whether the updateTime field is set. |