Interface IntDataPointOrBuilder

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

    @Deprecated
    public interface IntDataPointOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    Deprecated.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      IntExemplar getExemplars​(int index)
      Deprecated.
      (Optional) List of exemplars collected from measurements that were used to form the data point
      int getExemplarsCount()
      Deprecated.
      (Optional) List of exemplars collected from measurements that were used to form the data point
      List<IntExemplar> getExemplarsList()
      Deprecated.
      (Optional) List of exemplars collected from measurements that were used to form the data point
      IntExemplarOrBuilder getExemplarsOrBuilder​(int index)
      Deprecated.
      (Optional) List of exemplars collected from measurements that were used to form the data point
      List<? extends IntExemplarOrBuilder> getExemplarsOrBuilderList()
      Deprecated.
      (Optional) List of exemplars collected from measurements that were used to form the data point
      StringKeyValue getLabels​(int index)
      Deprecated.
      The set of labels that uniquely identify this timeseries.
      int getLabelsCount()
      Deprecated.
      The set of labels that uniquely identify this timeseries.
      List<StringKeyValue> getLabelsList()
      Deprecated.
      The set of labels that uniquely identify this timeseries.
      StringKeyValueOrBuilder getLabelsOrBuilder​(int index)
      Deprecated.
      The set of labels that uniquely identify this timeseries.
      List<? extends StringKeyValueOrBuilder> getLabelsOrBuilderList()
      Deprecated.
      The set of labels that uniquely identify this timeseries.
      long getStartTimeUnixNano()
      Deprecated.
      StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric.
      long getTimeUnixNano()
      Deprecated.
      TimeUnixNano is required, see the detailed comments above Metric.
      long getValue()
      Deprecated.
      value itself.
      • 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 Detail

      • getLabelsList

        List<StringKeyValue> getLabelsList()
        Deprecated.
         The set of labels that uniquely identify this timeseries.
         
        repeated .opentelemetry.proto.common.v1.StringKeyValue labels = 1;
      • getLabels

        StringKeyValue getLabels​(int index)
        Deprecated.
         The set of labels that uniquely identify this timeseries.
         
        repeated .opentelemetry.proto.common.v1.StringKeyValue labels = 1;
      • getLabelsCount

        int getLabelsCount()
        Deprecated.
         The set of labels that uniquely identify this timeseries.
         
        repeated .opentelemetry.proto.common.v1.StringKeyValue labels = 1;
      • getLabelsOrBuilderList

        List<? extends StringKeyValueOrBuilder> getLabelsOrBuilderList()
        Deprecated.
         The set of labels that uniquely identify this timeseries.
         
        repeated .opentelemetry.proto.common.v1.StringKeyValue labels = 1;
      • getLabelsOrBuilder

        StringKeyValueOrBuilder getLabelsOrBuilder​(int index)
        Deprecated.
         The set of labels that uniquely identify this timeseries.
         
        repeated .opentelemetry.proto.common.v1.StringKeyValue labels = 1;
      • getStartTimeUnixNano

        long getStartTimeUnixNano()
        Deprecated.
         StartTimeUnixNano is optional but strongly encouraged, see the
         the detailed comments above Metric.
         Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January
         1970.
         
        fixed64 start_time_unix_nano = 2;
      • getTimeUnixNano

        long getTimeUnixNano()
        Deprecated.
         TimeUnixNano is required, see the detailed comments above Metric.
         Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January
         1970.
         
        fixed64 time_unix_nano = 3;
      • getValue

        long getValue()
        Deprecated.
         value itself.
         
        sfixed64 value = 4;
      • getExemplarsList

        List<IntExemplar> getExemplarsList()
        Deprecated.
         (Optional) List of exemplars collected from
         measurements that were used to form the data point
         
        repeated .opentelemetry.proto.metrics.v1.IntExemplar exemplars = 5;
      • getExemplars

        IntExemplar getExemplars​(int index)
        Deprecated.
         (Optional) List of exemplars collected from
         measurements that were used to form the data point
         
        repeated .opentelemetry.proto.metrics.v1.IntExemplar exemplars = 5;
      • getExemplarsCount

        int getExemplarsCount()
        Deprecated.
         (Optional) List of exemplars collected from
         measurements that were used to form the data point
         
        repeated .opentelemetry.proto.metrics.v1.IntExemplar exemplars = 5;
      • getExemplarsOrBuilderList

        List<? extends IntExemplarOrBuilder> getExemplarsOrBuilderList()
        Deprecated.
         (Optional) List of exemplars collected from
         measurements that were used to form the data point
         
        repeated .opentelemetry.proto.metrics.v1.IntExemplar exemplars = 5;
      • getExemplarsOrBuilder

        IntExemplarOrBuilder getExemplarsOrBuilder​(int index)
        Deprecated.
         (Optional) List of exemplars collected from
         measurements that were used to form the data point
         
        repeated .opentelemetry.proto.metrics.v1.IntExemplar exemplars = 5;