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 Type
    Method
    Description
    boolean
    Usage statistics over each of the pre-defined time ranges, supported strings for time ranges are {"24H", "7D", "30D"}.
    com.google.protobuf.Timestamp
    The timestamp of the end of the usage statistics duration.
    com.google.protobuf.TimestampOrBuilder
    The timestamp of the end of the usage statistics duration.
    Deprecated.
    int
    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"}.
    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"}.
    boolean
    The timestamp of the end of the usage statistics duration.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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.
    • 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;