Reference documentation and code samples for the Google Cloud Run V2 Client class CloudStorageSource.
Cloud Storage source.
Generated from protobuf message google.cloud.run.v2.SourceCode.CloudStorageSource
Namespace
Google \ Cloud \ Run \ V2 \ SourceCodeMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ bucket
string
Required. The Cloud Storage bucket name.
↳ object
string
Required. The Cloud Storage object name.
↳ generation
int|string
Optional. The Cloud Storage object generation.
getBucket
Required. The Cloud Storage bucket name.
string
setBucket
Required. The Cloud Storage bucket name.
var
string
$this
getObject
Required. The Cloud Storage object name.
string
setObject
Required. The Cloud Storage object name.
var
string
$this
getGeneration
Optional. The Cloud Storage object generation.
int|string
setGeneration
Optional. The Cloud Storage object generation.
var
int|string
$this

