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
Name Description
other SourceInfo

Fields

SourceFilesFieldNumber

public const int SourceFilesFieldNumber = 1

Field number for the "source_files" field.

Field Value
Type Description
int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }
Property Value
Type Description
MessageDescriptor

Parser

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

SourceFiles

public RepeatedField<Any> SourceFiles { get; }

All files used during config generation.

Property Value
Type Description
RepeatedFieldAny

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
int

Clone()

public SourceInfo Clone()
Returns
Type Description
SourceInfo

Equals(SourceInfo)

public bool Equals(SourceInfo other)
Parameter
Name Description
other SourceInfo
Returns
Type Description
bool

Equals(object)

public override bool Equals(object other)
Parameter
Name Description
other object
Returns
Type Description
bool
Overrides

GetHashCode()

public override int GetHashCode()
Returns
Type Description
int
Overrides

MergeFrom(SourceInfo)

public void MergeFrom(SourceInfo other)
Parameter
Name Description
other SourceInfo

MergeFrom(CodedInputStream)

public void MergeFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream

ToString()

public override string ToString()
Returns
Type Description
string
Overrides

WriteTo(CodedOutputStream)

public void WriteTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream