RequestLicenseResponse
Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll
Inheritance
object ← RequestLicenseResponse
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()
RequestLicenseResponse(RequestLicenseResponse)
Parameters
Fields
ActiveClientCountFieldNumber
Field number for the "active_client_count" field.
Field Value
GrantedFieldNumber
Field number for the "granted" field.
Field Value
HeartbeatIntervalFieldNumber
Field number for the "heartbeat_interval" field.
Field Value
LicenseFieldNumber
Field number for the "license" field.
Field Value
LicenseTokenFieldNumber
Field number for the "license_token" field.
Field Value
MaxClientCountFieldNumber
Field number for the "max_client_count" field.
Field Value
TokenExpireAtFieldNumber
Field number for the "token_expire_at" field.
Field Value
Properties
ActiveClientCount
Property Value
Descriptor
Property Value
MessageDescriptor
Granted
Property Value
HeartbeatInterval
Property Value
Duration
License
Property Value
LicenseToken
Property Value
MaxClientCount
Property Value
Parser
Property Value
MessageParser<RequestLicenseResponse>
TokenExpireAt
Property Value
Timestamp
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(RequestLicenseResponse)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(RequestLicenseResponse)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated