public interface UsageSignalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCommonUsageWithinTimeRange(String key)
Common usage statistics over each of the predefined time ranges.
|
boolean |
containsUsageWithinTimeRange(String key)
Output only.
|
Map<String,CommonUsageStats> |
getCommonUsageWithinTimeRange()
Deprecated.
|
int |
getCommonUsageWithinTimeRangeCount()
Common usage statistics over each of the predefined time ranges.
|
Map<String,CommonUsageStats> |
getCommonUsageWithinTimeRangeMap()
Common usage statistics over each of the predefined time ranges.
|
CommonUsageStats |
getCommonUsageWithinTimeRangeOrDefault(String key,
CommonUsageStats defaultValue)
Common usage statistics over each of the predefined time ranges.
|
CommonUsageStats |
getCommonUsageWithinTimeRangeOrThrow(String key)
Common usage statistics over each of the predefined time ranges.
|
long |
getFavoriteCount()
Favorite count in the source system.
|
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()
Output only.
|
Map<String,UsageStats> |
getUsageWithinTimeRangeMap()
Output only.
|
UsageStats |
getUsageWithinTimeRangeOrDefault(String key,
UsageStats defaultValue)
Output only.
|
UsageStats |
getUsageWithinTimeRangeOrThrow(String key)
Output only.
|
boolean |
hasFavoriteCount()
Favorite count in the source system.
|
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()
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean containsUsageWithinTimeRange(String key)
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated Map<String,UsageStats> getUsageWithinTimeRange()
getUsageWithinTimeRangeMap() instead.Map<String,UsageStats> getUsageWithinTimeRangeMap()
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
UsageStats getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
UsageStats getUsageWithinTimeRangeOrThrow(String key)
Output only. BigQuery 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getCommonUsageWithinTimeRangeCount()
Common usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.
map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;
boolean containsCommonUsageWithinTimeRange(String key)
Common usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.
map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;
@Deprecated Map<String,CommonUsageStats> getCommonUsageWithinTimeRange()
getCommonUsageWithinTimeRangeMap() instead.Map<String,CommonUsageStats> getCommonUsageWithinTimeRangeMap()
Common usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.
map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;
CommonUsageStats getCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue)
Common usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.
map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;
CommonUsageStats getCommonUsageWithinTimeRangeOrThrow(String key)
Common usage statistics over each of the predefined time ranges.
Supported time ranges are `{"24H", "7D", "30D", "Lifetime"}`.
map<string, .google.cloud.datacatalog.v1.CommonUsageStats> common_usage_within_time_range = 3;
boolean hasFavoriteCount()
Favorite count in the source system.
optional int64 favorite_count = 4;long getFavoriteCount()
Favorite count in the source system.
optional int64 favorite_count = 4;Copyright © 2023 Google LLC. All rights reserved.