Google Cloud Functions V2 Client - Class Source (1.6.3)

Reference documentation and code samples for the Google Cloud Functions V2 Client class Source.

The location of the function source code.

Generated from protobuf message google.cloud.functions.v2.Source

Namespace

Google \ Cloud \ Functions \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ storage_source Google\Cloud\Functions\V2\StorageSource

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

↳ repo_source Google\Cloud\Functions\V2\RepoSource

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

getStorageSource

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

Returns
Type Description
Google\Cloud\Functions\V2\StorageSource|null

hasStorageSource

setStorageSource

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

Parameter
Name Description
var Google\Cloud\Functions\V2\StorageSource
Returns
Type Description
$this

getRepoSource

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

Returns
Type Description
Google\Cloud\Functions\V2\RepoSource|null

hasRepoSource

setRepoSource

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

Parameter
Name Description
var Google\Cloud\Functions\V2\RepoSource
Returns
Type Description
$this

getSource

Returns
Type Description
string