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.
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.
string
setName
Required. The name of the function which should be deleted.
var
string
$this
static::build
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.