Google Cloud Functions V2 Client - Class GenerateUploadUrlRequest (1.0.3)

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

Request of GenerateSourceUploadUrl method.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The project and location in which the Google Cloud Storage signed URL should be generated, specified in the format projects/*/locations/*.

getParent

Required. The project and location in which the Google Cloud Storage signed URL should be generated, specified in the format projects/*/locations/*.

Returns
TypeDescription
string

setParent

Required. The project and location in which the Google Cloud Storage signed URL should be generated, specified in the format projects/*/locations/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this