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()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
The number of bytes required to write this message to a coded output stream.
Clone()
public SourceInfo Clone()
Creates a deep clone of this object.
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)
Merges the given message into this one.
See the user guide for precise merge semantics.
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
Merges the data from the specified coded input stream with the current message.
See the user guide for precise merge semantics.
ToString()
public override string ToString()
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)
Writes the data to the given coded output stream.
output