GetServerInfoResponse
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
Response message for getting server information.
Inheritance
object ← GetServerInfoResponse
Implements
IMessage<GetServerInfoResponse>, IEquatable<GetServerInfoResponse>, IDeepCloneable<GetServerInfoResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
GetServerInfoResponse()
GetServerInfoResponse(GetServerInfoResponse)
Parameters
Fields
ActivationLicensesFieldNumber
Field number for the "activation_licenses" field.
Field Value
ActivationTokensFieldNumber
Field number for the "activation_tokens" field.
Field Value
ActiveTokensFieldNumber
Field number for the "active_tokens" field.
Field Value
ClientAddressFieldNumber
Field number for the "client_address" field.
Field Value
CodeFieldNumber
Field number for the "code" field.
Field Value
EditionFieldNumber
Field number for the "edition" field.
Field Value
ExpiredTokensFieldNumber
Field number for the "expired_tokens" field.
Field Value
FileLicensesFieldNumber
Field number for the "file_licenses" field.
Field Value
FloatingLicensesFieldNumber
Field number for the "floating_licenses" field.
Field Value
FloatingTokensFieldNumber
Field number for the "floating_tokens" field.
Field Value
LicenseFieldNumber
Field number for the "license" field.
Field Value
MaxTokensFieldNumber
Field number for the "max_tokens" field.
Field Value
MessageFieldNumber
Field number for the "message" field.
Field Value
ProductFieldNumber
Field number for the "product" field.
Field Value
RevokedLicensesFieldNumber
Field number for the "revoked_licenses" field.
Field Value
ServerHostFieldNumber
Field number for the "server_host" field.
Field Value
ServerTimeFieldNumber
Field number for the "server_time" field.
Field Value
SuccessFieldNumber
Field number for the "success" field.
Field Value
TotalLicensesFieldNumber
Field number for the "total_licenses" field.
Field Value
TracedLicensesFieldNumber
Field number for the "traced_licenses" field.
Field Value
VersionFieldNumber
Field number for the "version" field.
Field Value
Properties
ActivationLicenses
activation license count
Property Value
int?
ActivationTokens
total license count
Property Value
int?
ActiveTokens
active tokens
Property Value
int?
ClientAddress
the client address.
Property Value
Code
code is the status code of the operation.
Property Value
int?
Descriptor
Property Value
MessageDescriptor
Edition
the edition of the product.
Property Value
int?
ExpiredTokens
expired tokens
Property Value
int?
FileLicenses
file license count
Property Value
int?
FloatingLicenses
floating ation license count
Property Value
int?
FloatingTokens
floating license tokens
Property Value
int?
License
the license information.
Property Value
MaxTokens
max tokens
Property Value
int?
Message
message is a human-readable message indicating the result of the operation.
Property Value
Parser
Property Value
MessageParser<GetServerInfoResponse>
Product
product is the product name.
Property Value
RevokedLicenses
revoked license count
Property Value
int?
ServerHost
the server host.
Property Value
ServerTime
the server time.
Property Value
Timestamp
Success
success indicates whether the operation was successful.
Property Value
TotalLicenses
total license count
Property Value
int?
TracedLicenses
traced license count
Property Value
int?
Version
the version of the product.
Property Value
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(GetServerInfoResponse)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(GetServerInfoResponse)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated