Show / Hide Table of Contents

Class SourceInfo

Source information used to create a Service Config

Inheritance
System.Object
SourceInfo
Implements
IMessage<SourceInfo>
IMessage
System.IEquatable<SourceInfo>
IDeepCloneable<SourceInfo>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Api
Assembly: Google.Api.CommonProtos.dll
Syntax
public sealed class SourceInfo : IMessage<SourceInfo>, IMessage, IEquatable<SourceInfo>, IDeepCloneable<SourceInfo>

Constructors

SourceInfo()

Declaration
public SourceInfo()

SourceInfo(SourceInfo)

Declaration
public SourceInfo(SourceInfo other)
Parameters
Type Name Description
SourceInfo other

Fields

SourceFilesFieldNumber

Field number for the "source_files" field.

Declaration
public const int SourceFilesFieldNumber = 1
Field Value
Type Description
System.Int32

Properties

Descriptor

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

Parser

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

SourceFiles

All files used during config generation.

Declaration
public RepeatedField<Any> SourceFiles { get; }
Property Value
Type Description
RepeatedField<Any>

Methods

CalculateSize()

Declaration
public int CalculateSize()
Returns
Type Description
System.Int32
Implements
IMessage.CalculateSize()

Clone()

Declaration
public SourceInfo Clone()
Returns
Type Description
SourceInfo
Implements
IDeepCloneable<T>.Clone()

Equals(SourceInfo)

Declaration
public bool Equals(SourceInfo other)
Parameters
Type Name Description
SourceInfo other
Returns
Type Description
System.Boolean
Implements
System.IEquatable<T>.Equals(T)

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
System.Object other
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

MergeFrom(SourceInfo)

Declaration
public void MergeFrom(SourceInfo other)
Parameters
Type Name Description
SourceInfo other
Implements
IMessage<T>.MergeFrom(T)

MergeFrom(CodedInputStream)

Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type Name Description
CodedInputStream input
Implements
IMessage.MergeFrom(CodedInputStream)

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

WriteTo(CodedOutputStream)

Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type Name Description
CodedOutputStream output
Implements
IMessage.WriteTo(CodedOutputStream)

Explicit Interface Implementations

IMessage.Descriptor

Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type Description
MessageDescriptor
Implements
IMessage.Descriptor
Back to top