Class Source (1.2.0)

public sealed class Source : IMessage<Source>, IEquatable<Source>, IDeepCloneable<Source>, IBufferMessage, IMessage

Location of the source in a supported storage service.

Inheritance

Object > Source

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

Source()

public Source()

Source(Source)

public Source(Source other)
Parameter
NameDescription
otherSource

Properties

RepoSource

public RepoSource RepoSource { get; set; }

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

Property Value
TypeDescription
RepoSource

SourceCase

public Source.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
Source.SourceOneofCase

StorageSource

public StorageSource StorageSource { get; set; }

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

Property Value
TypeDescription
StorageSource

StorageSourceManifest

public StorageSourceManifest StorageSourceManifest { get; set; }

If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview.

Property Value
TypeDescription
StorageSourceManifest