Class SetLocalNameCallback
public sealed class SetLocalNameCallback : Google.Protobuf.IMessage<SetLocalNameCallback>, Google.Protobuf.IBufferMessage
- Inheritance
-
SetLocalNameCallback
- Implements
-
IBufferMessage
- Extension Methods
Constructors
SetLocalNameCallback()
public SetLocalNameCallback()
SetLocalNameCallback(SetLocalNameCallback)
public SetLocalNameCallback(SetLocalNameCallback other)
Parameters
otherSetLocalNameCallback
Fields
AsyncIdFieldNumber
Field number for the "async_id" field.
public const int AsyncIdFieldNumber = 1
Field Value
ErrorFieldNumber
Field number for the "error" field.
public const int ErrorFieldNumber = 2
Field Value
Properties
AsyncId
public ulong AsyncId { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Error
public string Error { get; set; }
Property Value
HasAsyncId
Gets whether the "async_id" field is set
public bool HasAsyncId { get; }
Property Value
HasError
Gets whether the "error" field is set
public bool HasError { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<SetLocalNameCallback> Parser { get; }
Property Value
- MessageParser<SetLocalNameCallback>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearAsyncId()
Clears the value of the "async_id" field
public void ClearAsyncId()
ClearError()
Clears the value of the "error" field
public void ClearError()
Clone()
public SetLocalNameCallback Clone()
Returns
Equals(SetLocalNameCallback)
public bool Equals(SetLocalNameCallback other)
Parameters
otherSetLocalNameCallback
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(SetLocalNameCallback)
public void MergeFrom(SetLocalNameCallback other)
Parameters
otherSetLocalNameCallback
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream