Class Source
Location of the source in a supported storage service.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class Source : IDirectResponseSchema
Properties
ConnectedRepository
Optional. If provided, get the source from this 2nd-gen Google Cloud Build repository resource.
Declaration
[JsonProperty("connectedRepository")]
public virtual ConnectedRepository ConnectedRepository { get; set; }
Property Value
Type | Description |
---|---|
ConnectedRepository |
DeveloperConnectConfig
If provided, get the source from this Developer Connect config.
Declaration
[JsonProperty("developerConnectConfig")]
public virtual DeveloperConnectConfig DeveloperConnectConfig { get; set; }
Property Value
Type | Description |
---|---|
DeveloperConnectConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GitSource
If provided, get the source from this Git repository.
Declaration
[JsonProperty("gitSource")]
public virtual GitSource GitSource { get; set; }
Property Value
Type | Description |
---|---|
GitSource |
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 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 Cloud Storage. This feature is in Preview; see description here.
Declaration
[JsonProperty("storageSourceManifest")]
public virtual StorageSourceManifest StorageSourceManifest { get; set; }
Property Value
Type | Description |
---|---|
StorageSourceManifest |