InsertContactResponse
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
InsertContactResponse is the response message for the InsertContactRequest.
Inheritance
object ← InsertContactResponse
Implements
IMessage<InsertContactResponse>, IEquatable<InsertContactResponse>, IDeepCloneable<InsertContactResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
InsertContactResponse()
InsertContactResponse(InsertContactResponse)
Parameters
Fields
CodeFieldNumber
Field number for the "code" field.
Field Value
ContactIdFieldNumber
Field number for the "Contact_id" 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?
ContactId
Contact_id is the ID of the inserted Contact.
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<InsertContactResponse>
Success
success indicates whether the operation was successful.
Property Value
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(InsertContactResponse)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(InsertContactResponse)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated