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 latest version of the `SourceProvenance` class is 1.7.0, with older versions ranging from 1.6.0 down to 1.0.0 being available."],["The `SourceProvenance` class is part of the Google Cloud Functions v2 API, specifically within the `Google.Cloud.Functions.V2` namespace."],["`SourceProvenance` is a class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary function of the `SourceProvenance` class is to provide information about the origin and verification of the source used for a build, offering ways to trace the original source or validate its usage."],["`SourceProvenance` includes properties `ResolvedRepoSource` and `ResolvedStorageSource`, which provide details about the resolved repository and storage sources of a build, respectively."]]],[]]