Cloud Functions v2beta API - Class Source (1.0.0-beta05)

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

Reference documentation and code samples for the Cloud Functions v2beta API class Source.

The location of the function source code.

Inheritance

object > Source

Namespace

Google.Cloud.Functions.V2Beta

Assembly

Google.Cloud.Functions.V2Beta.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
SourceSourceOneofCase

StorageSource

public StorageSource StorageSource { get; set; }

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

Property Value
TypeDescription
StorageSource