public interface FeatureStatsAndAnomalySpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getLatestStatsCount()
Optional.
|
com.google.type.Interval |
getStatsTimeRange()
Optional.
|
com.google.type.IntervalOrBuilder |
getStatsTimeRangeOrBuilder()
Optional.
|
boolean |
hasLatestStatsCount()
Optional.
|
boolean |
hasStatsTimeRange()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];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];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];
com.google.type.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];
com.google.type.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];
Copyright © 2025 Google LLC. All rights reserved.