Show / Hide Table of Contents

Class GoogleDevtoolsCloudbuildV1SourceProvenance

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

Inheritance
object
GoogleDevtoolsCloudbuildV1SourceProvenance
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class GoogleDevtoolsCloudbuildV1SourceProvenance : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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, GoogleDevtoolsCloudbuildV1FileHashes> FileHashes { get; set; }
Property Value
Type Description
IDictionary<string, GoogleDevtoolsCloudbuildV1FileHashes>

ResolvedConnectedRepository

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

Declaration
[JsonProperty("resolvedConnectedRepository")]
public virtual GoogleDevtoolsCloudbuildV1ConnectedRepository ResolvedConnectedRepository { get; set; }
Property Value
Type Description
GoogleDevtoolsCloudbuildV1ConnectedRepository

ResolvedGitSource

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

Declaration
[JsonProperty("resolvedGitSource")]
public virtual GoogleDevtoolsCloudbuildV1GitSource ResolvedGitSource { get; set; }
Property Value
Type Description
GoogleDevtoolsCloudbuildV1GitSource

ResolvedRepoSource

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

Declaration
[JsonProperty("resolvedRepoSource")]
public virtual GoogleDevtoolsCloudbuildV1RepoSource ResolvedRepoSource { get; set; }
Property Value
Type Description
GoogleDevtoolsCloudbuildV1RepoSource

ResolvedStorageSource

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

Declaration
[JsonProperty("resolvedStorageSource")]
public virtual GoogleDevtoolsCloudbuildV1StorageSource ResolvedStorageSource { get; set; }
Property Value
Type Description
GoogleDevtoolsCloudbuildV1StorageSource

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 GoogleDevtoolsCloudbuildV1StorageSourceManifest ResolvedStorageSourceManifest { get; set; }
Property Value
Type Description
GoogleDevtoolsCloudbuildV1StorageSourceManifest

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX