Class Source
The location of the function source code.
Implements
Inherited Members
Namespace: Google.Apis.CloudFunctions.v2.Data
Assembly: Google.Apis.CloudFunctions.v2.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 |