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"]],[["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 `SourceReference` class in the Google Cloud App Engine Logging Data v1 API represents a snapshot of the source tree used for application builds and deployments."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `object` class."],["The class has two constructors: a default constructor `SourceReference()` and a copy constructor `SourceReference(SourceReference other)`."],["`SourceReference` includes properties such as `Repository` (a URI for the repository) and `RevisionId` (the persistent identifier of the deployed revision)."],["There are 3 documented versions of this class: 1.2.0, 1.1.0 and 1.0.0, where 1.2.0 is the latest version."]]],[]]