Interface EffectiveFrequencyLimitOrBuilder

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

public interface EffectiveFrequencyLimitOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The highest effective frequency value to include in Forecast.effective_frequency_breakdowns.

    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

    • getEffectiveFrequencyBreakdownLimit

      int getEffectiveFrequencyBreakdownLimit()
       The highest effective frequency value to include in
       Forecast.effective_frequency_breakdowns.
       This field supports frequencies 1-10, inclusive.
       
      int32 effective_frequency_breakdown_limit = 1;
      Returns:
      The effectiveFrequencyBreakdownLimit.