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.
Implements
IMessageSourceProvenance, IEquatableSourceProvenance, IDeepCloneableSourceProvenance, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2Assembly
Google.Cloud.Functions.V2.dll
Constructors
SourceProvenance()
public SourceProvenance()
SourceProvenance(SourceProvenance)
public SourceProvenance(SourceProvenance other)
Parameter | |
---|---|
Name | Description |
other | SourceProvenance |
Properties
ResolvedRepoSource
public RepoSource ResolvedRepoSource { get; set; }
A copy of the build's source.repo_source
, if exists, with any
revisions resolved.
Property Value | |
---|---|
Type | Description |
RepoSource |
ResolvedStorageSource
public StorageSource ResolvedStorageSource { get; set; }
A copy of the build's source.storage_source
, if exists, with any
generations resolved.
Property Value | |
---|---|
Type | Description |
StorageSource |