ActivateLicenseResponse
Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll
Inheritance
object ← ActivateLicenseResponse
Implements
IMessage<ActivateLicenseResponse>, IEquatable<ActivateLicenseResponse>, IDeepCloneable<ActivateLicenseResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ActivateLicenseResponse()
ActivateLicenseResponse(ActivateLicenseResponse)
Parameters
Fields
ActiveClientCountFieldNumber
Field number for the "active_client_count" 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
SuccessFieldNumber
Field number for the "success" field.
Field Value
TokenExpireAtFieldNumber
Field number for the "token_expire_at" field.
Field Value
Properties
ActiveClientCount
Property Value
Descriptor
Property Value
MessageDescriptor
License
Property Value
LicenseToken
Property Value
MaxClientCount
Property Value
Parser
Property Value
MessageParser<ActivateLicenseResponse>
Success
Property Value
TokenExpireAt
Property Value
Timestamp
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(ActivateLicenseResponse)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(ActivateLicenseResponse)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated