Interface Collector.PostSpansRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Collector.PostSpansRequest, Collector.PostSpansRequest.Builder
Enclosing class:
Collector

public static interface Collector.PostSpansRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .jaeger.api_v2.Batch batch = 1;
    .jaeger.api_v2.Batch batch = 1;
    boolean
    .jaeger.api_v2.Batch batch = 1;

    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 Details

    • hasBatch

      boolean hasBatch()
      .jaeger.api_v2.Batch batch = 1;
      Returns:
      Whether the batch field is set.
    • getBatch

      Model.Batch getBatch()
      .jaeger.api_v2.Batch batch = 1;
      Returns:
      The batch.
    • getBatchOrBuilder

      Model.BatchOrBuilder getBatchOrBuilder()
      .jaeger.api_v2.Batch batch = 1;