Cloud Functions v2beta API - Class SourceProvenance (1.0.0-beta04)

public sealed class SourceProvenance : IMessage<SourceProvenance>, IEquatable<SourceProvenance>, IDeepCloneable<SourceProvenance>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Functions v2beta API class SourceProvenance.

Provenance of the source. Ways to find the original source, or verify that some source was used for this build.

Inheritance

object > SourceProvenance

Namespace

Google.Cloud.Functions.V2Beta

Assembly

Google.Cloud.Functions.V2Beta.dll

Constructors

SourceProvenance()

public SourceProvenance()

SourceProvenance(SourceProvenance)

public SourceProvenance(SourceProvenance other)
Parameter
NameDescription
otherSourceProvenance

Properties

ResolvedRepoSource

public RepoSource ResolvedRepoSource { get; set; }

A copy of the build's source.repo_source, if exists, with any revisions resolved.

Property Value
TypeDescription
RepoSource

ResolvedStorageSource

public StorageSource ResolvedStorageSource { get; set; }

A copy of the build's source.storage_source, if exists, with any generations resolved.

Property Value
TypeDescription
StorageSource