public sealed class SourceInfo : IMessage<SourceInfo>, IEquatable<SourceInfo>, IDeepCloneable<SourceInfo>, IBufferMessage, IMessage
Source information used to create a Service Config
Implements
IMessage SourceInfo , IEquatable SourceInfo , IDeepCloneable SourceInfo , IBufferMessage , IMessageNamespace
Google.ApiAssembly
Google.Api.CommonProtos.dll
Constructors
SourceInfo()
public SourceInfo()
SourceInfo(SourceInfo)
public SourceInfo(SourceInfo other)
Fields
SourceFilesFieldNumber
public
const
int
SourceFilesFieldNumber
=
1
Field number for the "source_files" field.
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Parser
public static MessageParser<SourceInfo> Parser { get; }
SourceFiles
public RepeatedField<Any> SourceFiles { get; }
All files used during config generation.
Methods
CalculateSize()
public int CalculateSize()
Clone()
public SourceInfo Clone()
Equals(SourceInfo)
public bool Equals(SourceInfo other)
Equals(object)
public override bool Equals(object other)
GetHashCode()
public override int GetHashCode()
MergeFrom(SourceInfo)
public void MergeFrom(SourceInfo other)
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
ToString()
public override string ToString()
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)

