public interface UsageSignalOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsCommonUsageWithinTimeRange(String key)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
containsUsageWithinTimeRange(String key)
public abstract 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];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCommonUsageWithinTimeRange() (deprecated)
public abstract Map<String,CommonUsageStats> getCommonUsageWithinTimeRange()Use #getCommonUsageWithinTimeRangeMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,CommonUsageStats> |
|
getCommonUsageWithinTimeRangeCount()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCommonUsageWithinTimeRangeMap()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
Map<String,CommonUsageStats> |
|
getCommonUsageWithinTimeRangeOrDefault(String key, CommonUsageStats defaultValue)
public abstract 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;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
CommonUsageStats |
| Returns | |
|---|---|
| Type | Description |
CommonUsageStats |
|
getCommonUsageWithinTimeRangeOrThrow(String key)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
CommonUsageStats |
|
getFavoriteCount()
public abstract long getFavoriteCount()Favorite count in the source system.
optional int64 favorite_count = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The favoriteCount. |
getUpdateTime()
public abstract Timestamp getUpdateTime()The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getUsageWithinTimeRange() (deprecated)
public abstract Map<String,UsageStats> getUsageWithinTimeRange()Use #getUsageWithinTimeRangeMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,UsageStats> |
|
getUsageWithinTimeRangeCount()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
int |
|
getUsageWithinTimeRangeMap()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
Map<String,UsageStats> |
|
getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)
public abstract 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];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
UsageStats |
| Returns | |
|---|---|
| Type | Description |
UsageStats |
|
getUsageWithinTimeRangeOrThrow(String key)
public abstract 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];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
UsageStats |
|
hasFavoriteCount()
public abstract boolean hasFavoriteCount()Favorite count in the source system.
optional int64 favorite_count = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the favoriteCount field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()The end timestamp of the duration of usage statistics.
.google.protobuf.Timestamp update_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |