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.
Implements
IMessageExtendedSourceContext, IMessage, IEquatableExtendedSourceContext, IDeepCloneableExtendedSourceContextNamespace
Google.Cloud.DevTools.Source.V1Assembly
Google.Cloud.DevTools.Common.dll
Constructors
ExtendedSourceContext()
public ExtendedSourceContext()
ExtendedSourceContext(ExtendedSourceContext)
public ExtendedSourceContext(ExtendedSourceContext other)
Parameter | |
---|---|
Name | Description |
other | ExtendedSourceContext |
Properties
Context
public SourceContext Context { get; set; }
Any source context.
Property Value | |
---|---|
Type | Description |
SourceContext |
Labels
public MapField<string, string> Labels { get; }
Labels with user defined metadata.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |