Package com.google.cloud.datacatalog.v1
Interface UsageSignalOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UsageSignal
,UsageSignal.Builder
public interface UsageSignalOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUpdateTime
boolean hasUpdateTime()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
-
getUsageWithinTimeRangeCount
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];
-
containsUsageWithinTimeRange
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];
-
getUsageWithinTimeRange
@Deprecated Map<String,UsageStats> getUsageWithinTimeRange()
Deprecated.UsegetUsageWithinTimeRangeMap()
instead.
-
getUsageWithinTimeRangeMap
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];
-
getUsageWithinTimeRangeOrDefault
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];
-
getUsageWithinTimeRangeOrThrow
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];
-
getCommonUsageWithinTimeRangeCount
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;
-
containsCommonUsageWithinTimeRange
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;
-
getCommonUsageWithinTimeRange
@Deprecated Map<String,CommonUsageStats> getCommonUsageWithinTimeRange()
Deprecated.UsegetCommonUsageWithinTimeRangeMap()
instead.
-
getCommonUsageWithinTimeRangeMap
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;
-
getCommonUsageWithinTimeRangeOrDefault
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;
-
getCommonUsageWithinTimeRangeOrThrow
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;
-
hasFavoriteCount
boolean hasFavoriteCount()
Favorite count in the source system.
optional int64 favorite_count = 4;
- Returns:
- Whether the favoriteCount field is set.
-
getFavoriteCount
long getFavoriteCount()
Favorite count in the source system.
optional int64 favorite_count = 4;
- Returns:
- The favoriteCount.
-
-