UpdateLicenseRequest

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

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

Inheritance

objectUpdateLicenseRequest

Implements

IMessage<UpdateLicenseRequest>, IEquatable<UpdateLicenseRequest>, IDeepCloneable<UpdateLicenseRequest>, IBufferMessage, IMessage

Inherited Members

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

Constructors

UpdateLicenseRequest()

public UpdateLicenseRequest()

UpdateLicenseRequest(UpdateLicenseRequest)

public UpdateLicenseRequest(UpdateLicenseRequest other)

Parameters

NameDescription

Fields

LicenseFieldNumber

Field number for the "license" field.

public const int LicenseFieldNumber = 1

Field Value

int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

License

public License License { get; set; }

Property Value

License

Parser

public static MessageParser<UpdateLicenseRequest> Parser { get; }

Property Value

MessageParser<UpdateLicenseRequest>

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public UpdateLicenseRequest Clone()

Returns

NameDescription

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(UpdateLicenseRequest)

public bool Equals(UpdateLicenseRequest other)

Parameters

NameDescription

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(UpdateLicenseRequest)

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