Interface TimeSeriesData.PointDataOrBuilder

    • Method Detail

      • getValuesList

        List<TypedValue> getValuesList()
         The values that make up the point.
         
        repeated .google.monitoring.v3.TypedValue values = 1;
      • getValues

        TypedValue getValues​(int index)
         The values that make up the point.
         
        repeated .google.monitoring.v3.TypedValue values = 1;
      • getValuesCount

        int getValuesCount()
         The values that make up the point.
         
        repeated .google.monitoring.v3.TypedValue values = 1;
      • getValuesOrBuilderList

        List<? extends TypedValueOrBuilder> getValuesOrBuilderList()
         The values that make up the point.
         
        repeated .google.monitoring.v3.TypedValue values = 1;
      • getValuesOrBuilder

        TypedValueOrBuilder getValuesOrBuilder​(int index)
         The values that make up the point.
         
        repeated .google.monitoring.v3.TypedValue values = 1;
      • hasTimeInterval

        boolean hasTimeInterval()
         The time interval associated with the point.
         
        .google.monitoring.v3.TimeInterval time_interval = 2;
        Returns:
        Whether the timeInterval field is set.
      • getTimeInterval

        TimeInterval getTimeInterval()
         The time interval associated with the point.
         
        .google.monitoring.v3.TimeInterval time_interval = 2;
        Returns:
        The timeInterval.
      • getTimeIntervalOrBuilder

        TimeIntervalOrBuilder getTimeIntervalOrBuilder()
         The time interval associated with the point.
         
        .google.monitoring.v3.TimeInterval time_interval = 2;