Report
Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll
public sealed class Report : IMessage<Report>, IEquatable<Report>, IDeepCloneable<Report>, IBufferMessage, IMessageInheritance
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()
public Report()Report(Report)
public Report(Report other)Parameters
Name
Description
other Report
Fields
ContentFieldNumber
Field number for the "content" field.
public const int ContentFieldNumber = 5Field Value
DateFieldNumber
Field number for the "date" field.
public const int DateFieldNumber = 3Field Value
EncryptedFieldNumber
Field number for the "encrypted" field.
public const int EncryptedFieldNumber = 4Field Value
NameFieldNumber
Field number for the "name" field.
public const int NameFieldNumber = 1Field Value
VersionFieldNumber
Field number for the "version" field.
public const int VersionFieldNumber = 2Field Value
Properties
Content
public ByteString Content { get; set; }Property Value
ByteString
Date
public Timestamp Date { get; set; }Property Value
Timestamp
Descriptor
public static MessageDescriptor Descriptor { get; }Property Value
MessageDescriptor
Encrypted
public bool Encrypted { get; set; }Property Value
Name
public string Name { get; set; }Property Value
Parser
public static MessageParser<Report> Parser { get; }Property Value
MessageParser<Report>
Version
public string Version { get; set; }Property Value
Methods
CalculateSize()
public int CalculateSize()Returns
Name
Description
Clone()
public Report Clone()Returns
Name
Description
Equals(object)
public override bool Equals(object other)Parameters
Name
Description
other object
Returns
Name
Description
Equals(Report)
public bool Equals(Report other)Parameters
Name
Description
other Report
Returns
Name
Description
GetHashCode()
public override int GetHashCode()Returns
Name
Description
MergeFrom(Report)
public void MergeFrom(Report other)Parameters
Name
Description
other Report
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)Parameters
Name
Description
input CodedInputStream
ToString()
public override string ToString()Returns
Name
Description
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)Parameters
Name
Description
output CodedOutputStream
Last updated