GetCustomerLicensesResponse

Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll

public sealed class GetCustomerLicensesResponse : IMessage<GetCustomerLicensesResponse>, IEquatable<GetCustomerLicensesResponse>, IDeepCloneable<GetCustomerLicensesResponse>, IBufferMessage, IMessage

Inheritance

objectGetCustomerLicensesResponse

Implements

IMessage<GetCustomerLicensesResponse>, IEquatable<GetCustomerLicensesResponse>, IDeepCloneable<GetCustomerLicensesResponse>, IBufferMessage, IMessage

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

GetCustomerLicensesResponse()

public GetCustomerLicensesResponse()

GetCustomerLicensesResponse(GetCustomerLicensesResponse)

public GetCustomerLicensesResponse(GetCustomerLicensesResponse other)

Parameters

NameDescription

Fields

CodeFieldNumber

Field number for the "code" field.

public const int CodeFieldNumber = 2

Field Value

int

LicensesFieldNumber

Field number for the "licenses" field.

public const int LicensesFieldNumber = 4

Field Value

int

MessageFieldNumber

Field number for the "message" field.

public const int MessageFieldNumber = 3

Field Value

int

SuccessFieldNumber

Field number for the "success" field.

public const int SuccessFieldNumber = 1

Field Value

int

TotalLicensesCountFieldNumber

Field number for the "total_licenses_count" field.

public const int TotalLicensesCountFieldNumber = 5

Field Value

int

Properties

Code

public int? Code { get; set; }

Property Value

int?

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Licenses

public RepeatedField<License> Licenses { get; }

Property Value

RepeatedField<License>

Message

public string Message { get; set; }

Property Value

string

Parser

public static MessageParser<GetCustomerLicensesResponse> Parser { get; }

Property Value

MessageParser<GetCustomerLicensesResponse>

Success

public bool Success { get; set; }

Property Value

bool

TotalLicensesCount

public int TotalLicensesCount { get; set; }

Property Value

int

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public GetCustomerLicensesResponse Clone()

Returns

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(GetCustomerLicensesResponse)

public bool Equals(GetCustomerLicensesResponse other)

Parameters

NameDescription

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(GetCustomerLicensesResponse)

public void MergeFrom(GetCustomerLicensesResponse other)

Parameters

NameDescription

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)

Parameters

NameDescription

input CodedInputStream

ToString()

public override string ToString()

Returns

NameDescription

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)

Parameters

NameDescription

output CodedOutputStream

Last updated