Reference documentation and code samples for the Google Cloud Functions V1 Client class DeleteFunctionRequest.
Request for the DeleteFunction
method.
Generated from protobuf message google.cloud.functions.v1.DeleteFunctionRequest
Namespace
Google \ Cloud \ Functions \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the function which should be deleted. |
getName
Required. The name of the function which should be deleted.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the function which should be deleted.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |