InsertLicenseTokenRequest

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

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

Inheritance

objectInsertLicenseTokenRequest

Implements

IMessage<InsertLicenseTokenRequest>, IEquatable<InsertLicenseTokenRequest>, IDeepCloneable<InsertLicenseTokenRequest>, IBufferMessage, IMessage

Inherited Members

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

Constructors

InsertLicenseTokenRequest()

public InsertLicenseTokenRequest()

InsertLicenseTokenRequest(InsertLicenseTokenRequest)

public InsertLicenseTokenRequest(InsertLicenseTokenRequest other)

Parameters

NameDescription

Fields

LicenseIdFieldNumber

Field number for the "license_id" field.

public const int LicenseIdFieldNumber = 1

Field Value

int

LicenseTokenFieldNumber

Field number for the "license_token" field.

public const int LicenseTokenFieldNumber = 2

Field Value

int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

LicenseId

public int LicenseId { get; set; }

Property Value

int

LicenseToken

public LicenseToken LicenseToken { get; set; }

Property Value

LicenseToken

Parser

public static MessageParser<InsertLicenseTokenRequest> Parser { get; }

Property Value

MessageParser<InsertLicenseTokenRequest>

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public InsertLicenseTokenRequest Clone()

Returns

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(InsertLicenseTokenRequest)

public bool Equals(InsertLicenseTokenRequest other)

Parameters

NameDescription

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(InsertLicenseTokenRequest)

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