Google Cloud Functions V1 Client - Class CallFunctionRequest (1.6.5)

Reference documentation and code samples for the Google Cloud Functions V1 Client class CallFunctionRequest.

Request for the CallFunction method.

Generated from protobuf message google.cloud.functions.v1.CallFunctionRequest

Namespace

Google \ Cloud \ Functions \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the function to be called.

↳ data string

Required. Input to be passed to the function.

getName

Required. The name of the function to be called.

Returns
Type Description
string

setName

Required. The name of the function to be called.

Parameter
Name Description
var string
Returns
Type Description
$this

getData

Required. Input to be passed to the function.

Returns
Type Description
string

setData

Required. Input to be passed to the function.

Parameter
Name Description
var string
Returns
Type Description
$this