public sealed class ExtendedSourceContext : IMessage<ExtendedSourceContext>, IMessage, IEquatable<ExtendedSourceContext>, IDeepCloneable<ExtendedSourceContext>An ExtendedSourceContext is a SourceContext combined with additional details describing the context.
Implements
IMessage<ExtendedSourceContext>, IMessage, IEquatable<ExtendedSourceContext>, IDeepCloneable<ExtendedSourceContext>Namespace
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 |
MapField<String, String> |
|