Interface PointOrBuilder

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

    public interface PointOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasTimestamp

        boolean hasTimestamp()
         The moment when this point was recorded. Inclusive.
         If not specified, the timestamp will be decided by the backend.
         
        .google.protobuf.Timestamp timestamp = 1;
      • getTimestamp

        com.google.protobuf.Timestamp getTimestamp()
         The moment when this point was recorded. Inclusive.
         If not specified, the timestamp will be decided by the backend.
         
        .google.protobuf.Timestamp timestamp = 1;
      • getTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
         The moment when this point was recorded. Inclusive.
         If not specified, the timestamp will be decided by the backend.
         
        .google.protobuf.Timestamp timestamp = 1;
      • getInt64Value

        long getInt64Value()
         A 64-bit integer.
         
        int64 int64_value = 2;
      • getDoubleValue

        double getDoubleValue()
         A 64-bit double-precision floating-point number.
         
        double double_value = 3;
      • hasDistributionValue

        boolean hasDistributionValue()
         A distribution value.
         
        .opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;
      • getDistributionValue

        DistributionValue getDistributionValue()
         A distribution value.
         
        .opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;
      • getDistributionValueOrBuilder

        DistributionValueOrBuilder getDistributionValueOrBuilder()
         A distribution value.
         
        .opencensus.proto.metrics.v1.DistributionValue distribution_value = 4;
      • hasSummaryValue

        boolean hasSummaryValue()
         A summary value. This is not recommended, since it cannot be aggregated.
         
        .opencensus.proto.metrics.v1.SummaryValue summary_value = 5;
      • getSummaryValue

        SummaryValue getSummaryValue()
         A summary value. This is not recommended, since it cannot be aggregated.
         
        .opencensus.proto.metrics.v1.SummaryValue summary_value = 5;
      • getSummaryValueOrBuilder

        SummaryValueOrBuilder getSummaryValueOrBuilder()
         A summary value. This is not recommended, since it cannot be aggregated.
         
        .opencensus.proto.metrics.v1.SummaryValue summary_value = 5;