GetApiKeysRequest
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
public sealed class GetApiKeysRequest : IMessage<GetApiKeysRequest>, IEquatable<GetApiKeysRequest>, IDeepCloneable<GetApiKeysRequest>, IBufferMessage, IMessageInheritance
Implements
IMessage<GetApiKeysRequest>, IEquatable<GetApiKeysRequest>, IDeepCloneable<GetApiKeysRequest>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
GetApiKeysRequest()
public GetApiKeysRequest()GetApiKeysRequest(GetApiKeysRequest)
public GetApiKeysRequest(GetApiKeysRequest other)Parameters
Name
Description
other GetApiKeysRequest
Fields
FilterFieldNumber
Field number for the "filter" field.
public const int FilterFieldNumber = 2Field Value
SelectFieldNumber
Field number for the "select" field.
public const int SelectFieldNumber = 1Field Value
SkipFieldNumber
Field number for the "skip" field.
public const int SkipFieldNumber = 5Field Value
SortFieldNumber
Field number for the "sort" field.
public const int SortFieldNumber = 3Field Value
TakeFieldNumber
Field number for the "take" field.
public const int TakeFieldNumber = 4Field Value
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }Property Value
MessageDescriptor
Filter
public string Filter { get; set; }Property Value
Parser
public static MessageParser<GetApiKeysRequest> Parser { get; }Property Value
MessageParser<GetApiKeysRequest>
Select
public string Select { get; set; }Property Value
Skip
public int? Skip { get; set; }Property Value
int?
Sort
public string Sort { get; set; }Property Value
Take
public int? Take { get; set; }Property Value
int?
Methods
CalculateSize()
public int CalculateSize()Returns
Name
Description
Clone()
public GetApiKeysRequest Clone()Returns
Name
Description
Equals(object)
public override bool Equals(object other)Parameters
Name
Description
other object
Returns
Name
Description
Equals(GetApiKeysRequest)
public bool Equals(GetApiKeysRequest other)Parameters
Name
Description
other GetApiKeysRequest
Returns
Name
Description
GetHashCode()
public override int GetHashCode()Returns
Name
Description
MergeFrom(GetApiKeysRequest)
public void MergeFrom(GetApiKeysRequest other)Parameters
Name
Description
other GetApiKeysRequest
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)Parameters
Name
Description
input CodedInputStream
ToString()
public override string ToString()Returns
Name
Description
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)Parameters
Name
Description
output CodedOutputStream
Last updated