GetLicenseTokensResponse

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

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

Inheritance

objectGetLicenseTokensResponse

Implements

IMessage<GetLicenseTokensResponse>, IEquatable<GetLicenseTokensResponse>, IDeepCloneable<GetLicenseTokensResponse>, IBufferMessage, IMessage

Inherited Members

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

Constructors

GetLicenseTokensResponse()

public GetLicenseTokensResponse()

GetLicenseTokensResponse(GetLicenseTokensResponse)

public GetLicenseTokensResponse(GetLicenseTokensResponse other)

Parameters

NameDescription

Fields

CodeFieldNumber

Field number for the "code" field.

public const int CodeFieldNumber = 2

Field Value

int

LicenseTokensFieldNumber

Field number for the "license_tokens" field.

public const int LicenseTokensFieldNumber = 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

TotalLicenseTokensCountFieldNumber

Field number for the "total_license_tokens_count" field.

public const int TotalLicenseTokensCountFieldNumber = 5

Field Value

int

Properties

Code

public int? Code { get; set; }

Property Value

int?

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

LicenseTokens

public RepeatedField<LicenseToken> LicenseTokens { get; }

Property Value

RepeatedField<LicenseToken>

Message

public string Message { get; set; }

Property Value

string

Parser

public static MessageParser<GetLicenseTokensResponse> Parser { get; }

Property Value

MessageParser<GetLicenseTokensResponse>

Success

public bool Success { get; set; }

Property Value

bool

TotalLicenseTokensCount

public int TotalLicenseTokensCount { get; set; }

Property Value

int

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public GetLicenseTokensResponse Clone()

Returns

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(GetLicenseTokensResponse)

public bool Equals(GetLicenseTokensResponse other)

Parameters

NameDescription

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(GetLicenseTokensResponse)

public void MergeFrom(GetLicenseTokensResponse 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