Report
Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll
Inheritance
Implements
IMessage<Report>, IEquatable<Report>, IDeepCloneable<Report>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Report()
Report(Report)
Parameters
Name
Description
Fields
ContentFieldNumber
Field number for the "content" field.
Field Value
DateFieldNumber
Field number for the "date" field.
Field Value
EncryptedFieldNumber
Field number for the "encrypted" field.
Field Value
NameFieldNumber
Field number for the "name" field.
Field Value
VersionFieldNumber
Field number for the "version" field.
Field Value
Properties
Content
Property Value
ByteString
Date
Property Value
Timestamp
Descriptor
Property Value
MessageDescriptor
Encrypted
Property Value
Name
Property Value
Parser
Property Value
MessageParser<Report>
Version
Property Value
Methods
CalculateSize()
Returns
Name
Description
Clone()
Returns
Name
Description
Equals(object)
Parameters
Name
Description
Returns
Name
Description
Equals(Report)
Parameters
Name
Description
Returns
Name
Description
GetHashCode()
Returns
Name
Description
MergeFrom(Report)
Parameters
Name
Description
MergeFrom(CodedInputStream)
Parameters
Name
Description
input
CodedInputStream
ToString()
Returns
Name
Description
WriteTo(CodedOutputStream)
Parameters
Name
Description
output
CodedOutputStream
Last updated