Google Cloud Functions V2 Client - Class GenerateDownloadUrlRequest (1.3.1)

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

Request of GenerateDownloadUrl method.

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

Namespace

Google \ Cloud \ Functions \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of function for which source code Google Cloud Storage signed URL should be generated.

getName

Required. The name of function for which source code Google Cloud Storage signed URL should be generated.

Returns
TypeDescription
string

setName

Required. The name of function for which source code Google Cloud Storage signed URL should be generated.

Parameter
NameDescription
var string
Returns
TypeDescription
$this