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