Google.Cloud.DevTools.Common - Class ExtendedSourceContext (3.2.0)

public sealed class ExtendedSourceContext : IMessage<ExtendedSourceContext>, IMessage, IEquatable<ExtendedSourceContext>, IDeepCloneable<ExtendedSourceContext>

Reference documentation and code samples for the Google.Cloud.DevTools.Common class ExtendedSourceContext.

An ExtendedSourceContext is a SourceContext combined with additional details describing the context.

Inheritance

object > ExtendedSourceContext

Namespace

Google.Cloud.DevTools.Source.V1

Assembly

Google.Cloud.DevTools.Common.dll

Constructors

ExtendedSourceContext()

public ExtendedSourceContext()

ExtendedSourceContext(ExtendedSourceContext)

public ExtendedSourceContext(ExtendedSourceContext other)
Parameter
NameDescription
otherExtendedSourceContext

Properties

Context

public SourceContext Context { get; set; }

Any source context.

Property Value
TypeDescription
SourceContext

Labels

public MapField<string, string> Labels { get; }

Labels with user defined metadata.

Property Value
TypeDescription
MapFieldstringstring