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."],[[["This document provides reference documentation for the `SourceProvenance` class within the Google Cloud Functions v2 API, specifically version 1.6.0."],["`SourceProvenance` details the origin of the source, enabling the verification of the original source or confirming the source used for a specific build."],["The `SourceProvenance` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from `object`."],["The class includes properties like `ResolvedRepoSource` and `ResolvedStorageSource`, which provide resolved details of the build's source repository and storage, respectively."],["The page also contains links to older versions, and the most recent version of the document, all related to the same class `SourceProvenance` within the `Google.Cloud.Functions.V2` API."]]],[]]