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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ExtendedSourceContext` class in the Google.Cloud.DevTools.Common library provides a way to combine a `SourceContext` with additional contextual details."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, offering methods for message handling, equality comparison, and deep cloning."],["It includes properties like `Context` of type `SourceContext` for managing source context, and `Labels`, which allows for user-defined metadata."],["There are two constructors available for creating an `ExtendedSourceContext`, one of which allows to set parameters from another instance of `ExtendedSourceContext`."],["The latest version of this documentation is version 3.2.0, however this page's content is currently from version 3.1.1."]]],[]]