Google Cloud Functions V2 Client - Class GetFunctionRequest (1.1.2)

Reference documentation and code samples for the Google Cloud Functions V2 Client class GetFunctionRequest.

Request for the GetFunction method.

Generated from protobuf message google.cloud.functions.v2.GetFunctionRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the function which details should be obtained.

getName

Required. The name of the function which details should be obtained.

Returns
TypeDescription
string

setName

Required. The name of the function which details should be obtained.

Parameter
NameDescription
var string
Returns
TypeDescription
$this