HeartbeatResponse
Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll
Inheritance
Implements
IMessage<HeartbeatResponse>, IEquatable<HeartbeatResponse>, IDeepCloneable<HeartbeatResponse>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
HeartbeatResponse()
HeartbeatResponse(HeartbeatResponse)
Parameters
Name
Description
Fields
ActiveClientCountFieldNumber
Field number for the "active_client_count" field.
Field Value
ActiveFieldNumber
Field number for the "active" field.
Field Value
HeartbeatIntervalFieldNumber
Field number for the "heartbeat_interval" 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
Active
Property Value
ActiveClientCount
Property Value
Descriptor
Property Value
MessageDescriptor
HeartbeatInterval
Property Value
Duration
MaxClientCount
Property Value
Parser
Property Value
MessageParser<HeartbeatResponse>
TokenExpireAt
Property Value
Timestamp
Methods
CalculateSize()
Returns
Name
Description
Clone()
Returns
Name
Description
Equals(object)
Parameters
Name
Description
Returns
Name
Description
Equals(HeartbeatResponse)
Parameters
Name
Description
Returns
Name
Description
GetHashCode()
Returns
Name
Description
MergeFrom(HeartbeatResponse)
Parameters
Name
Description
MergeFrom(CodedInputStream)
Parameters
Name
Description
input
CodedInputStream
ToString()
Returns
Name
Description
WriteTo(CodedOutputStream)
Parameters
Name
Description
output
CodedOutputStream
Last updated