Interface UsageSignalOrBuilder (1.45.0)

public interface UsageSignalOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsUsageWithinTimeRange(String key)

public abstract boolean containsUsageWithinTimeRange(String key)

Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.

map<string, .google.cloud.datacatalog.v1beta1.UsageStats> usage_within_time_range = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getUpdateTime()

public abstract Timestamp getUpdateTime()

The timestamp of the end of the usage statistics duration.

.google.protobuf.Timestamp update_time = 1;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

The timestamp of the end of the usage statistics duration.

.google.protobuf.Timestamp update_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getUsageWithinTimeRange() (deprecated)

public abstract Map<String,UsageStats> getUsageWithinTimeRange()
Returns
TypeDescription
Map<String,UsageStats>

getUsageWithinTimeRangeCount()

public abstract int getUsageWithinTimeRangeCount()

Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.

map<string, .google.cloud.datacatalog.v1beta1.UsageStats> usage_within_time_range = 2;

Returns
TypeDescription
int

getUsageWithinTimeRangeMap()

public abstract Map<String,UsageStats> getUsageWithinTimeRangeMap()

Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.

map<string, .google.cloud.datacatalog.v1beta1.UsageStats> usage_within_time_range = 2;

Returns
TypeDescription
Map<String,UsageStats>

getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)

public abstract UsageStats getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)

Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.

map<string, .google.cloud.datacatalog.v1beta1.UsageStats> usage_within_time_range = 2;

Parameters
NameDescription
keyString
defaultValueUsageStats
Returns
TypeDescription
UsageStats

getUsageWithinTimeRangeOrThrow(String key)

public abstract UsageStats getUsageWithinTimeRangeOrThrow(String key)

Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.

map<string, .google.cloud.datacatalog.v1beta1.UsageStats> usage_within_time_range = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
UsageStats

hasUpdateTime()

public abstract boolean hasUpdateTime()

The timestamp of the end of the usage statistics duration.

.google.protobuf.Timestamp update_time = 1;

Returns
TypeDescription
boolean

Whether the updateTime field is set.