Reference documentation and code samples for the Google Cloud Functions V2 Client class DeleteFunctionRequest.
Request for the DeleteFunction
method.
Generated from protobuf message google.cloud.functions.v2.DeleteFunctionRequest
Namespace
Google \ Cloud \ Functions \ V2Methods
__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 |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the function which should be deleted. Please see Google\Cloud\Functions\V2\FunctionServiceClient::functionName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Functions\V2\DeleteFunctionRequest |