Show / Hide Table of Contents

Class Source

The location of the function source code.

Inheritance
object
Source
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 Source : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GitUri

If provided, get the source from GitHub repository. This option is valid only for GCF 1st Gen function. Example: https://github.com///blob//

Declaration
[JsonProperty("gitUri")]
public virtual string GitUri { get; set; }
Property Value
Type Description
string

RepoSource

If provided, get the source from this location in a Cloud Source Repository.

Declaration
[JsonProperty("repoSource")]
public virtual RepoSource RepoSource { get; set; }
Property Value
Type Description
RepoSource

StorageSource

If provided, get the source from this location in Google Cloud Storage.

Declaration
[JsonProperty("storageSource")]
public virtual StorageSource StorageSource { get; set; }
Property Value
Type Description
StorageSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX