Google Cloud Functions V1 Client - Class DeleteFunctionRequest (1.2.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

Required. The name of the function which should be deleted.

Parameter
NameDescription
var string
Returns
TypeDescription
$this