GetContactsRequest
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
GetContactsRequest is used to request a list of contacts.
Inheritance
Implements
IMessage<GetContactsRequest>, IEquatable<GetContactsRequest>, IDeepCloneable<GetContactsRequest>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
GetContactsRequest()
GetContactsRequest(GetContactsRequest)
Parameters
Fields
FilterFieldNumber
Field number for the "filter" field.
Field Value
SelectFieldNumber
Field number for the "select" field.
Field Value
SkipFieldNumber
Field number for the "skip" field.
Field Value
SortFieldNumber
Field number for the "sort" field.
Field Value
TakeFieldNumber
Field number for the "take" field.
Field Value
Properties
Descriptor
Property Value
MessageDescriptor
Filter
filter is the filter to apply to the contacts.
Property Value
Parser
Property Value
MessageParser<GetContactsRequest>
Select
select specifies the Assembly fields to return in the response.
Property Value
Skip
skip is the number of contacts to skip.
Property Value
int?
Sort
sort is the sort order of the contacts.
Property Value
Take
take is the number of contacts to take.
Property Value
int?
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(GetContactsRequest)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(GetContactsRequest)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated