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 booleancontainsUsageWithinTimeRange(String key)Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.com.google.protobuf.TimestampgetUpdateTime()The timestamp of the end of the usage statistics duration.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()The timestamp of the end of the usage statistics duration.Map<String,UsageStats>getUsageWithinTimeRange()Deprecated.intgetUsageWithinTimeRangeCount()Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.Map<String,UsageStats>getUsageWithinTimeRangeMap()Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageStatsgetUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue)Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageStatsgetUsageWithinTimeRangeOrThrow(String key)Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.booleanhasUpdateTime()The timestamp of the end of the usage statistics duration.-
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 timestamp of the end of the usage statistics duration.
.google.protobuf.Timestamp update_time = 1;- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
The timestamp of the end of the usage statistics duration.
.google.protobuf.Timestamp update_time = 1;- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The timestamp of the end of the usage statistics duration.
.google.protobuf.Timestamp update_time = 1;
-
getUsageWithinTimeRangeCount
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;
-
containsUsageWithinTimeRange
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;
-
getUsageWithinTimeRange
@Deprecated Map<String,UsageStats> getUsageWithinTimeRange()
Deprecated.UsegetUsageWithinTimeRangeMap()instead.
-
getUsageWithinTimeRangeMap
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;
-
getUsageWithinTimeRangeOrDefault
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;
-
getUsageWithinTimeRangeOrThrow
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;
-
-