OpenTelemetry.Proto.Collector.Logs.V1.ExportLogsPartialSuccess
sealed class ExportLogsPartialSuccess : IMessage<ExportLogsPartialSuccess>, IMessage, IEquatable<ExportLogsPartialSuccess>, IDeepCloneable<ExportLogsPartialSuccess>, IBufferMessage
namespace OpenTelemetry.Proto.Collector.Logs.V1
{
internal sealed class ExportLogsPartialSuccess : IEquatable<ExportLogsPartialSuccess>
{
public const int RejectedLogRecordsFieldNumber = 1;
public const int ErrorMessageFieldNumber = 2;
public static MessageParser<ExportLogsPartialSuccess> Parser { get; }
public static MessageDescriptor Descriptor { get; }
MessageDescriptor Descriptor { get; }
public long RejectedLogRecords { get; set; }
public string ErrorMessage { get; set; }
public ExportLogsPartialSuccess();
public ExportLogsPartialSuccess(ExportLogsPartialSuccess other);
public ExportLogsPartialSuccess Clone();
public bool Equals(ExportLogsPartialSuccess other);
public void WriteTo(CodedOutputStream output);
void InternalWriteTo(ref WriteContext output);
public int CalculateSize();
public void MergeFrom(ExportLogsPartialSuccess other);
public void MergeFrom(CodedInputStream input);
void InternalMergeFrom(ref ParseContext input);
}
}