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 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."]]],[]]