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 Detail

      • hasUpdateTime

        boolean hasUpdateTime()
         The end timestamp of the duration of usage statistics.
         
        .google.protobuf.Timestamp update_time = 1;
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         The end timestamp of the duration of usage statistics.
         
        .google.protobuf.Timestamp update_time = 1;
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         The end timestamp of the duration of usage statistics.
         
        .google.protobuf.Timestamp update_time = 1;
      • getUsageWithinTimeRangeCount

        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];
      • containsUsageWithinTimeRange

        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];
      • getUsageWithinTimeRangeMap

        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];
      • getUsageWithinTimeRangeOrDefault

        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];
      • getUsageWithinTimeRangeOrThrow

        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];
      • getCommonUsageWithinTimeRangeCount

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

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

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

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

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

        boolean hasFavoriteCount()
         Favorite count in the source system.
         
        optional int64 favorite_count = 4;
        Returns:
        Whether the favoriteCount field is set.
      • getFavoriteCount

        long getFavoriteCount()
         Favorite count in the source system.
         
        optional int64 favorite_count = 4;
        Returns:
        The favoriteCount.