Report

Namespace: Babel.Licensing.Service Assembly: Babel.Licensing.dll

public sealed class Report : IMessage<Report>, IEquatable<Report>, IDeepCloneable<Report>, IBufferMessage, IMessage

Inheritance

objectReport

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 = 5

Field Value

int

DateFieldNumber

Field number for the "date" field.

public const int DateFieldNumber = 3

Field Value

int

EncryptedFieldNumber

Field number for the "encrypted" field.

public const int EncryptedFieldNumber = 4

Field Value

int

NameFieldNumber

Field number for the "name" field.

public const int NameFieldNumber = 1

Field Value

int

VersionFieldNumber

Field number for the "version" field.

public const int VersionFieldNumber = 2

Field Value

int

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

bool

Name

public string Name { get; set; }

Property Value

string

Parser

public static MessageParser<Report> Parser { get; }

Property Value

MessageParser<Report>

Version

public string Version { get; set; }

Property Value

string

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