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
Namespace
Google \ Cloud \ Functions \ V2Methods
__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 |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the function which details should be obtained. Please see Google\Cloud\Functions\V2\FunctionServiceClient::functionName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Functions\V2\GetFunctionRequest |