GetCustomersResponse
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
public sealed class GetCustomersResponse : IMessage<GetCustomersResponse>, IEquatable<GetCustomersResponse>, IDeepCloneable<GetCustomersResponse>, IBufferMessage, IMessage
Inheritance
Implements
IMessage<GetCustomersResponse>, IEquatable<GetCustomersResponse>, IDeepCloneable<GetCustomersResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
GetCustomersResponse()
public GetCustomersResponse()
GetCustomersResponse(GetCustomersResponse)
public GetCustomersResponse(GetCustomersResponse other)
Parameters
other
GetCustomersResponse
Fields
CodeFieldNumber
Field number for the "code" field.
public const int CodeFieldNumber = 2
Field Value
CustomersFieldNumber
Field number for the "customers" field.
public const int CustomersFieldNumber = 4
Field Value
MessageFieldNumber
Field number for the "message" field.
public const int MessageFieldNumber = 3
Field Value
SuccessFieldNumber
Field number for the "success" field.
public const int SuccessFieldNumber = 1
Field Value
TotalCustomersCountFieldNumber
Field number for the "total_customers_count" field.
public const int TotalCustomersCountFieldNumber = 5
Field Value
Properties
Code
public int? Code { get; set; }
Property Value
int?
Customers
public RepeatedField<Customer> Customers { get; }
Property Value
RepeatedField<Customer>
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
MessageDescriptor
Message
public string Message { get; set; }
Property Value
Parser
public static MessageParser<GetCustomersResponse> Parser { get; }
Property Value
MessageParser<GetCustomersResponse>
Success
public bool Success { get; set; }
Property Value
TotalCustomersCount
public int TotalCustomersCount { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public GetCustomersResponse Clone()
Returns
Equals(object)
public override bool Equals(object other)
Parameters
other
object
Returns
Equals(GetCustomersResponse)
public bool Equals(GetCustomersResponse other)
Parameters
other
GetCustomersResponse
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(GetCustomersResponse)
public void MergeFrom(GetCustomersResponse other)
Parameters
other
GetCustomersResponse
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