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 | |
---|---|
Name | Description |
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 |
getParent
Required. The project and location in which the Google Cloud Storage signed URL
should be generated, specified in the format projects/*/locations/*
.
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |