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."],[[["This page provides documentation for the `SourceReference` class within the Google Cloud App Engine Logging Data v1 API, specifically version 1.1.0, with links to other versions as well."],["`SourceReference` is a class that represents a snapshot of the source tree used for building and deploying an application, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that takes an existing `SourceReference` object as input."],["`SourceReference` has two properties: `Repository`, a URI string of the repository, and `RevisionId`, a persistent identifier of the deployed revision."],["This class inherits certain members from the base object such as GetHashCode, GetType and ToString."]]],[]]