DeleteContactResponse
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
DeleteContactResponse is the response message for the DeleteContactRequest.
Inheritance
object ← DeleteContactResponse
Implements
IMessage<DeleteContactResponse>, IEquatable<DeleteContactResponse>, IDeepCloneable<DeleteContactResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DeleteContactResponse()
DeleteContactResponse(DeleteContactResponse)
Parameters
Fields
CodeFieldNumber
Field number for the "code" field.
Field Value
MessageFieldNumber
Field number for the "message" field.
Field Value
SuccessFieldNumber
Field number for the "success" field.
Field Value
Properties
Code
code is the status code of the operation.
Property Value
int?
Descriptor
Property Value
MessageDescriptor
Message
message is a human-readable message indicating the result of the operation.
Property Value
Parser
Property Value
MessageParser<DeleteContactResponse>
Success
success indicates whether the operation was successful.
Property Value
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(DeleteContactResponse)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(DeleteContactResponse)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated