Class ExtendedSourceContext (2.1.0)

public sealed class ExtendedSourceContext : IMessage<ExtendedSourceContext>, IMessage, IEquatable<ExtendedSourceContext>, IDeepCloneable<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
MapField<String, String>