Interface CalculateStatsResponse.TimeSeriesOrBuilder

    • Method Detail

      • hasIntervalDuration

        boolean hasIntervalDuration()
         The duration of each interval.
         
        .google.protobuf.Duration interval_duration = 1;
        Returns:
        Whether the intervalDuration field is set.
      • getIntervalDuration

        com.google.protobuf.Duration getIntervalDuration()
         The duration of each interval.
         
        .google.protobuf.Duration interval_duration = 1;
        Returns:
        The intervalDuration.
      • getIntervalDurationOrBuilder

        com.google.protobuf.DurationOrBuilder getIntervalDurationOrBuilder()
         The duration of each interval.
         
        .google.protobuf.Duration interval_duration = 1;
      • getPointsList

        List<CalculateStatsResponse.TimeSeries.Interval> getPointsList()
         An ordered list of intervals from earliest to latest, where each interval
         represents the number of conversations that transpired during the time
         window.
         
        repeated .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval points = 2;
      • getPoints

        CalculateStatsResponse.TimeSeries.Interval getPoints​(int index)
         An ordered list of intervals from earliest to latest, where each interval
         represents the number of conversations that transpired during the time
         window.
         
        repeated .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval points = 2;
      • getPointsCount

        int getPointsCount()
         An ordered list of intervals from earliest to latest, where each interval
         represents the number of conversations that transpired during the time
         window.
         
        repeated .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval points = 2;
      • getPointsOrBuilderList

        List<? extends CalculateStatsResponse.TimeSeries.IntervalOrBuilder> getPointsOrBuilderList()
         An ordered list of intervals from earliest to latest, where each interval
         represents the number of conversations that transpired during the time
         window.
         
        repeated .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval points = 2;
      • getPointsOrBuilder

        CalculateStatsResponse.TimeSeries.IntervalOrBuilder getPointsOrBuilder​(int index)
         An ordered list of intervals from earliest to latest, where each interval
         represents the number of conversations that transpired during the time
         window.
         
        repeated .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval points = 2;