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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Required. The name of the function which details should be obtained.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |