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"]],[["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."],[[["The document provides reference information for the `SourceProvenance` class within the Google Cloud Functions v2 API, specifically version 1.4.0."],["`SourceProvenance` is a class used to track the origin of source code and is part of the `Google.Cloud.Functions.V2` namespace, implemented through multiple interfaces."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `object` class."],["`SourceProvenance` offers two constructors: a default constructor and one that accepts another `SourceProvenance` object as a parameter for copying."],["The `SourceProvenance` class has properties like `ResolvedRepoSource` and `ResolvedStorageSource`, allowing for tracking of resolved source repositories and storage locations."]]],[]]