Class SourceProvenance
Provenance of the source. Ways to find the original source, or verify that some source was used for this build.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2.Data
Assembly: Google.Apis.CloudFunctions.v2.dll
Syntax
public class SourceProvenance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GitUri
A copy of the build's source.git_uri
, if exists, with any commits resolved.
Declaration
[JsonProperty("gitUri")]
public virtual string GitUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ResolvedRepoSource
A copy of the build's source.repo_source
, if exists, with any revisions resolved.
Declaration
[JsonProperty("resolvedRepoSource")]
public virtual RepoSource ResolvedRepoSource { get; set; }
Property Value
Type | Description |
---|---|
RepoSource |
ResolvedStorageSource
A copy of the build's source.storage_source
, if exists, with any generations resolved.
Declaration
[JsonProperty("resolvedStorageSource")]
public virtual StorageSource ResolvedStorageSource { get; set; }
Property Value
Type | Description |
---|---|
StorageSource |