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