LicenseInfoResponse
Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll
Inheritance
Implements
IMessage<LicenseInfoResponse>, IEquatable<LicenseInfoResponse>, IDeepCloneable<LicenseInfoResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LicenseInfoResponse()
LicenseInfoResponse(LicenseInfoResponse)
Parameters
Fields
ActiveClientCountFieldNumber
Field number for the "active_client_count" field.
Field Value
ExpireAtFieldNumber
Field number for the "expire_at" field.
Field Value
IssuedAtFieldNumber
Field number for the "issued_at" field.
Field Value
LicenseIdFieldNumber
Field number for the "license_id" field.
Field Value
LicenseTokensFieldNumber
Field number for the "license_tokens" field.
Field Value
LicensingModeFieldNumber
Field number for the "licensing_mode" field.
Field Value
MaxClientCountFieldNumber
Field number for the "max_client_count" field.
Field Value
RevokedFieldNumber
Field number for the "revoked" field.
Field Value
SupportExpireAtFieldNumber
Field number for the "support_expire_at" field.
Field Value
Properties
ActiveClientCount
Property Value
Descriptor
Property Value
MessageDescriptor
ExpireAt
Property Value
Timestamp
IssuedAt
Property Value
Timestamp
LicenseId
Property Value
LicenseTokens
Property Value
RepeatedField<LicenseToken>
LicensingMode
Property Value
MaxClientCount
Property Value
Parser
Property Value
MessageParser<LicenseInfoResponse>
Revoked
Property Value
SupportExpireAt
Property Value
Timestamp
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(LicenseInfoResponse)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(LicenseInfoResponse)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated