public sealed class SourceInfo : Protobuf.IMessage<SourceInfo>, Protobuf.IBufferMessage
Source information used to create a Service Config
Implements
Protobuf.IBufferMessageNamespace
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 Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Parser
public static Protobuf.MessageParser<SourceInfo> Parser { get; }
SourceFiles
public Protobuf.Collections.RepeatedField<Protobuf.WellKnownTypes.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(Protobuf.CodedInputStream)
public void MergeFrom(Protobuf.CodedInputStream input)
ToString()
public override string ToString()
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)

