InsertLicenseResponse
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
Inheritance
object ← InsertLicenseResponse
Implements
IMessage<InsertLicenseResponse>, IEquatable<InsertLicenseResponse>, IDeepCloneable<InsertLicenseResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
InsertLicenseResponse()
InsertLicenseResponse(InsertLicenseResponse)
Parameters
Fields
CodeFieldNumber
Field number for the "code" field.
Field Value
LicenseIdFieldNumber
Field number for the "license_id" field.
Field Value
LicenseKeyFieldNumber
Field number for the "license_key" field.
Field Value
LicenseKeyIdFieldNumber
Field number for the "license_key_id" field.
Field Value
MessageFieldNumber
Field number for the "message" field.
Field Value
SuccessFieldNumber
Field number for the "success" field.
Field Value
UserKeyFieldNumber
Field number for the "user_key" field.
Field Value
Properties
Code
Property Value
int?
Descriptor
Property Value
MessageDescriptor
LicenseId
Property Value
int?
LicenseKey
Property Value
ByteString
LicenseKeyId
Property Value
Message
Property Value
Parser
Property Value
MessageParser<InsertLicenseResponse>
Success
Property Value
UserKey
Property Value
Methods
CalculateSize()
Returns
Clone()
Returns
Equals(object)
Parameters
Returns
Equals(InsertLicenseResponse)
Parameters
Returns
GetHashCode()
Returns
MergeFrom(InsertLicenseResponse)
Parameters
MergeFrom(CodedInputStream)
Parameters
input
CodedInputStream
ToString()
Returns
WriteTo(CodedOutputStream)
Parameters
output
CodedOutputStream
Last updated