All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lightstep.tracer.grpc.IngestRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: metrics.proto

package com.lightstep.tracer.grpc;

public interface IngestRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:lightstep.metrics.IngestRequest)
    lightstep.com.lightstep.lightstep.lightstep.google.protobuf.MessageOrBuilder {

  /**
   * 
   * IdempotencyKey is a random string that should uniquely identify this report.
   * It should be generated once and used for all retries. The server will use it
   * to de-duplicate requests.
   * 
* * string idempotency_key = 1; */ java.lang.String getIdempotencyKey(); /** *
   * IdempotencyKey is a random string that should uniquely identify this report.
   * It should be generated once and used for all retries. The server will use it
   * to de-duplicate requests.
   * 
* * string idempotency_key = 1; */ lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString getIdempotencyKeyBytes(); /** *
   * Reporter contains information to identify the specific originator of this report.
   * 
* * .lightstep.collector.Reporter reporter = 2; */ boolean hasReporter(); /** *
   * Reporter contains information to identify the specific originator of this report.
   * 
* * .lightstep.collector.Reporter reporter = 2; */ com.lightstep.tracer.grpc.Reporter getReporter(); /** *
   * Reporter contains information to identify the specific originator of this report.
   * 
* * .lightstep.collector.Reporter reporter = 2; */ com.lightstep.tracer.grpc.ReporterOrBuilder getReporterOrBuilder(); /** *
   * Points contain the individual updates.
   * 
* * repeated .lightstep.metrics.MetricPoint points = 3; */ java.util.List getPointsList(); /** *
   * Points contain the individual updates.
   * 
* * repeated .lightstep.metrics.MetricPoint points = 3; */ com.lightstep.tracer.grpc.MetricPoint getPoints(int index); /** *
   * Points contain the individual updates.
   * 
* * repeated .lightstep.metrics.MetricPoint points = 3; */ int getPointsCount(); /** *
   * Points contain the individual updates.
   * 
* * repeated .lightstep.metrics.MetricPoint points = 3; */ java.util.List getPointsOrBuilderList(); /** *
   * Points contain the individual updates.
   * 
* * repeated .lightstep.metrics.MetricPoint points = 3; */ com.lightstep.tracer.grpc.MetricPointOrBuilder getPointsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy