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 TypeMethodDescriptionbooleanUsage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.com.google.protobuf.TimestampThe timestamp of the end of the usage statistics duration.com.google.protobuf.TimestampOrBuilderThe timestamp of the end of the usage statistics duration.Deprecated.intUsage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.getUsageWithinTimeRangeOrDefault(String key, UsageStats defaultValue) Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.booleanThe timestamp of the end of the usage statistics duration.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 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
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.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
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
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;
-