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

io.opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccessOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: opentelemetry/proto/collector/logs/v1/logs_service.proto

package io.opentelemetry.proto.collector.logs.v1;

public interface ExportLogsPartialSuccessOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccess)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The number of rejected log records.
   * A `rejected_<signal>` field holding a `0` value indicates that the
   * request was fully accepted.
   * 
* * int64 rejected_log_records = 1; * @return The rejectedLogRecords. */ long getRejectedLogRecords(); /** *
   * 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; * @return The errorMessage. */ java.lang.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; * @return The bytes for errorMessage. */ com.google.protobuf.ByteString getErrorMessageBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy