Show / Hide Table of Contents

Class SourceProvenance

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

Inheritance
System.Object
SourceProvenance
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1alpha2.Data
Assembly: Google.Apis.CloudBuild.v1alpha2.dll
Syntax
public class SourceProvenance : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FileHashes

Output only. Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build. Note that FileHashes will only be populated if BuildOptions has requested a SourceProvenanceHash. The keys to this map are file paths used as build source and the values contain the hash values for those files. If the build source came in a single package such as a gzipped tarfile (.tar.gz), the FileHash will be for the single path to that file.

Declaration
[JsonProperty("fileHashes")]
public virtual IDictionary<string, FileHashes> FileHashes { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, FileHashes>

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

ResolvedStorageSourceManifest

A copy of the build's source.storage_source_manifest, if exists, with any revisions resolved. This feature is in Preview.

Declaration
[JsonProperty("resolvedStorageSourceManifest")]
public virtual StorageSourceManifest ResolvedStorageSourceManifest { get; set; }
Property Value
Type Description
StorageSourceManifest

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX