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
@Generated
public interface UsageSignalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCommon usage statistics over each of the predefined time ranges.booleanOutput only.Deprecated.intCommon usage statistics over each of the predefined time ranges.Common usage statistics over each of the predefined time ranges.getCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue) Common usage statistics over each of the predefined time ranges.Common usage statistics over each of the predefined time ranges.longFavorite count in the source system.com.google.protobuf.TimestampThe end timestamp of the duration of usage statistics.com.google.protobuf.TimestampOrBuilderThe end timestamp of the duration of usage statistics.Deprecated.intOutput only.Output only.getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue) Output only.Output only.booleanFavorite count in the source system.booleanThe end timestamp of the duration of usage statistics.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.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
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
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
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.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
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
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.
-