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
object
SourceProvenance
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.CloudFunctions.v2beta.Data
Assembly: Google.Apis.CloudFunctions.v2beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX