Class SourceInfo (2.10.0)

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

Source information used to create a Service Config

Inheritance

object > SourceInfo

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Constructors

SourceInfo()

public SourceInfo()

SourceInfo(SourceInfo)

public SourceInfo(SourceInfo other)
Parameter
NameDescription
otherSourceInfo

Fields

SourceFilesFieldNumber

public const int SourceFilesFieldNumber = 1

Field number for the "source_files" field.

Field Value
TypeDescription
int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
MessageDescriptor

Parser

public static MessageParser<SourceInfo> Parser { get; }
Property Value
TypeDescription
MessageParserSourceInfo

SourceFiles

public RepeatedField<Any> SourceFiles { get; }

All files used during config generation.

Property Value
TypeDescription
RepeatedFieldAny

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
int

Clone()

public SourceInfo Clone()
Returns
TypeDescription
SourceInfo

Equals(SourceInfo)

public bool Equals(SourceInfo other)
Parameter
NameDescription
otherSourceInfo
Returns
TypeDescription
bool

Equals(object)

public override bool Equals(object other)
Parameter
NameDescription
otherobject
Returns
TypeDescription
bool
Overrides

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
int
Overrides

MergeFrom(SourceInfo)

public void MergeFrom(SourceInfo other)
Parameter
NameDescription
otherSourceInfo

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream

ToString()

public override string ToString()
Returns
TypeDescription
string
Overrides

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream