Reference documentation and code samples for the Google Cloud Functions V1 Client class GenerateDownloadUrlRequest.
Request of GenerateDownloadUrl
method.
Generated from protobuf message google.cloud.functions.v1.GenerateDownloadUrlRequest
Namespace
Google \ Cloud \ Functions \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of function for which source code Google Cloud Storage signed URL should be generated.
↳ version_id
int|string
The optional version of function. If not set, default, current version is used.
getName
The name of function for which source code Google Cloud Storage signed URL should be generated.
string
setName
The name of function for which source code Google Cloud Storage signed URL should be generated.
var
string
$this
getVersionId
The optional version of function. If not set, default, current version is used.
int|string
setVersionId
The optional version of function. If not set, default, current version is used.
var
int|string
$this