RequestLicenseResponse

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

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

Inheritance

objectRequestLicenseResponse

Implements

IMessage<RequestLicenseResponse>, IEquatable<RequestLicenseResponse>, IDeepCloneable<RequestLicenseResponse>, IBufferMessage, IMessage

Inherited Members

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

Constructors

RequestLicenseResponse()

public RequestLicenseResponse()

RequestLicenseResponse(RequestLicenseResponse)

public RequestLicenseResponse(RequestLicenseResponse other)

Parameters

NameDescription

Fields

ActiveClientCountFieldNumber

Field number for the "active_client_count" field.

public const int ActiveClientCountFieldNumber = 5

Field Value

int

GrantedFieldNumber

Field number for the "granted" field.

public const int GrantedFieldNumber = 1

Field Value

int

HeartbeatIntervalFieldNumber

Field number for the "heartbeat_interval" field.

public const int HeartbeatIntervalFieldNumber = 4

Field Value

int

LicenseFieldNumber

Field number for the "license" field.

public const int LicenseFieldNumber = 7

Field Value

int

LicenseTokenFieldNumber

Field number for the "license_token" field.

public const int LicenseTokenFieldNumber = 2

Field Value

int

MaxClientCountFieldNumber

Field number for the "max_client_count" field.

public const int MaxClientCountFieldNumber = 6

Field Value

int

TokenExpireAtFieldNumber

Field number for the "token_expire_at" field.

public const int TokenExpireAtFieldNumber = 3

Field Value

int

Properties

ActiveClientCount

public int ActiveClientCount { get; set; }

Property Value

int

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Granted

public bool Granted { get; set; }

Property Value

bool

HeartbeatInterval

public Duration HeartbeatInterval { get; set; }

Property Value

Duration

License

public License License { get; set; }

Property Value

License

LicenseToken

public string LicenseToken { get; set; }

Property Value

string

MaxClientCount

public int MaxClientCount { get; set; }

Property Value

int

Parser

public static MessageParser<RequestLicenseResponse> Parser { get; }

Property Value

MessageParser<RequestLicenseResponse>

TokenExpireAt

public Timestamp TokenExpireAt { get; set; }

Property Value

Timestamp

Methods

CalculateSize()

public int CalculateSize()

Returns

NameDescription

Clone()

public RequestLicenseResponse Clone()

Returns

NameDescription

Equals(object)

public override bool Equals(object other)

Parameters

NameDescription

other object

Returns

NameDescription

Equals(RequestLicenseResponse)

public bool Equals(RequestLicenseResponse other)

Parameters

NameDescription

Returns

NameDescription

GetHashCode()

public override int GetHashCode()

Returns

NameDescription

MergeFrom(RequestLicenseResponse)

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