DeleteContactResponse
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
DeleteContactResponse is the response message for the DeleteContactRequest.
public sealed class DeleteContactResponse : IMessage<DeleteContactResponse>, IEquatable<DeleteContactResponse>, IDeepCloneable<DeleteContactResponse>, IBufferMessage, IMessageInheritance
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()
public DeleteContactResponse()DeleteContactResponse(DeleteContactResponse)
public DeleteContactResponse(DeleteContactResponse other)Parameters
other DeleteContactResponse
Fields
CodeFieldNumber
Field number for the "code" field.
public const int CodeFieldNumber = 2Field Value
MessageFieldNumber
Field number for the "message" field.
public const int MessageFieldNumber = 3Field Value
SuccessFieldNumber
Field number for the "success" field.
public const int SuccessFieldNumber = 1Field Value
Properties
Code
code is the status code of the operation.
public int? Code { get; set; }Property Value
int?
Descriptor
public static MessageDescriptor Descriptor { get; }Property Value
MessageDescriptor
Message
message is a human-readable message indicating the result of the operation.
public string Message { get; set; }Property Value
Parser
public static MessageParser<DeleteContactResponse> Parser { get; }Property Value
MessageParser<DeleteContactResponse>
Success
success indicates whether the operation was successful.
public bool Success { get; set; }Property Value
Methods
CalculateSize()
public int CalculateSize()Returns
Clone()
public DeleteContactResponse Clone()Returns
Equals(object)
public override bool Equals(object other)Parameters
other object
Returns
Equals(DeleteContactResponse)
public bool Equals(DeleteContactResponse other)Parameters
other DeleteContactResponse
Returns
GetHashCode()
public override int GetHashCode()Returns
MergeFrom(DeleteContactResponse)
public void MergeFrom(DeleteContactResponse other)Parameters
other DeleteContactResponse
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)Parameters
input CodedInputStream
ToString()
public override string ToString()Returns
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)Parameters
output CodedOutputStream
Last updated