Class Source
Location of the source in a supported storage service.
Inheritance
System.Object
Source
Implements
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.v1alpha1.Data
Assembly: Google.Apis.CloudBuild.v1alpha1.dll
Syntax
public class Source : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
StorageSourceManifest
If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview; see description here.
Declaration
[JsonProperty("storageSourceManifest")]
public virtual StorageSourceManifest StorageSourceManifest { get; set; }
Property Value
Type | Description |
---|---|
StorageSourceManifest |