Class ApmProcessStreamResponse
public sealed class ApmProcessStreamResponse : Google.Protobuf.IMessage<ApmProcessStreamResponse>, Google.Protobuf.IBufferMessage
- Inheritance
-
ApmProcessStreamResponse
- Implements
-
IBufferMessage
- Extension Methods
Constructors
ApmProcessStreamResponse()
public ApmProcessStreamResponse()
ApmProcessStreamResponse(ApmProcessStreamResponse)
public ApmProcessStreamResponse(ApmProcessStreamResponse other)
Parameters
otherApmProcessStreamResponse
Fields
ErrorFieldNumber
Field number for the "error" field.
public const int ErrorFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Error
public string Error { get; set; }
Property Value
HasError
Gets whether the "error" field is set
public bool HasError { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<ApmProcessStreamResponse> Parser { get; }
Property Value
- MessageParser<ApmProcessStreamResponse>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearError()
Clears the value of the "error" field
public void ClearError()
Clone()
public ApmProcessStreamResponse Clone()
Returns
Equals(ApmProcessStreamResponse)
public bool Equals(ApmProcessStreamResponse other)
Parameters
otherApmProcessStreamResponse
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(ApmProcessStreamResponse)
public void MergeFrom(ApmProcessStreamResponse other)
Parameters
otherApmProcessStreamResponse
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream