public sealed class SourceReference : IMessage<SourceReference>, IEquatable<SourceReference>, IDeepCloneable<SourceReference>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine Logging Data v1 API class SourceReference.
A reference to a particular snapshot of the source tree used to build and
deploy an application.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation provides details for the `SourceReference` class within the App Engine Logging Data v1 API, which is used to reference a snapshot of the source code used for an application's build and deployment."],["The `SourceReference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as message handling, equality comparison, deep cloning, and buffer management."],["The class offers two constructors, a default one and another that takes a `SourceReference` object as a parameter for copying."],["`SourceReference` has two key properties: `Repository`, which is a URI identifying the code repository, and `RevisionId`, which is the persistent identifier of the deployed revision."],["The `SourceReference` class inherits from the base `Object` class, including inherited methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]