Interface ExportTracePartialSuccessOrBuilder

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

public interface ExportTracePartialSuccessOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A developer-facing human-readable message in English.
    com.google.protobuf.ByteString
    A developer-facing human-readable message in English.
    long
    The number of rejected spans.

    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

    • getRejectedSpans

      long getRejectedSpans()
       The number of rejected spans.
      
       A `rejected_<signal>` field holding a `0` value indicates that the
       request was fully accepted.
       
      int64 rejected_spans = 1;
      Returns:
      The rejectedSpans.
    • getErrorMessage

      String getErrorMessage()
       A developer-facing human-readable message in English. It should be used
       either to explain why the server rejected parts of the data during a partial
       success or to convey warnings/suggestions during a full success. The message
       should offer guidance on how users can address such issues.
      
       error_message is an optional field. An error_message with an empty value
       is equivalent to it not being set.
       
      string error_message = 2;
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      com.google.protobuf.ByteString getErrorMessageBytes()
       A developer-facing human-readable message in English. It should be used
       either to explain why the server rejected parts of the data during a partial
       success or to convey warnings/suggestions during a full success. The message
       should offer guidance on how users can address such issues.
      
       error_message is an optional field. An error_message with an empty value
       is equivalent to it not being set.
       
      string error_message = 2;
      Returns:
      The bytes for errorMessage.