Interface FeatureStatsAndAnomalySpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeatureStatsAndAnomalySpec, FeatureStatsAndAnomalySpec.Builder

@Generated public interface FeatureStatsAndAnomalySpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Optional.
    Optional.
    Optional.
    boolean
    Optional.
    boolean
    Optional.

    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

    • hasLatestStatsCount

      boolean hasLatestStatsCount()
       Optional. If set, returns the most recent count of stats. Valid value is
       [0, 100]. If stats_time_range is set, return most recent count of stats
       within the stats_time_range.
       
      optional int32 latest_stats_count = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the latestStatsCount field is set.
    • getLatestStatsCount

      int getLatestStatsCount()
       Optional. If set, returns the most recent count of stats. Valid value is
       [0, 100]. If stats_time_range is set, return most recent count of stats
       within the stats_time_range.
       
      optional int32 latest_stats_count = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The latestStatsCount.
    • hasStatsTimeRange

      boolean hasStatsTimeRange()
       Optional. If set, return all stats generated between [start_time,
       end_time). If latest_stats_count is set, return the most recent count of
       stats within the stats_time_range.
       
      .google.type.Interval stats_time_range = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the statsTimeRange field is set.
    • getStatsTimeRange

      Interval getStatsTimeRange()
       Optional. If set, return all stats generated between [start_time,
       end_time). If latest_stats_count is set, return the most recent count of
       stats within the stats_time_range.
       
      .google.type.Interval stats_time_range = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The statsTimeRange.
    • getStatsTimeRangeOrBuilder

      IntervalOrBuilder getStatsTimeRangeOrBuilder()
       Optional. If set, return all stats generated between [start_time,
       end_time). If latest_stats_count is set, return the most recent count of
       stats within the stats_time_range.
       
      .google.type.Interval stats_time_range = 2 [(.google.api.field_behavior) = OPTIONAL];