public sealed class SourceProvenance : IMessage<SourceProvenance>, IEquatable<SourceProvenance>, IDeepCloneable<SourceProvenance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class SourceProvenance.
Provenance of the source. Ways to find the original source, or verify that
some source was used for this build.
[[["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 `SourceProvenance` class within the Google Cloud Functions v2 API, specifically for version 1.3.0."],["`SourceProvenance` is used to track the origin and verify the source used for a build, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default constructor and one that accepts another `SourceProvenance` object as a parameter."],["`SourceProvenance` contains properties like `ResolvedRepoSource` and `ResolvedStorageSource`, which provide details about the resolved repository and storage sources of a build."],["The documentation includes links to older versions, with 1.7.0 being the latest, and details about inherited members and the containing namespace."]]],[]]