Reference documentation and code samples for the Google Cloud Functions V2 Client class CreateFunctionRequest.
Request for the CreateFunction
method.
Generated from protobuf message google.cloud.functions.v2.CreateFunctionRequest
Namespace
Google \ Cloud \ Functions \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project and location in which the function should be created, specified in the format |
↳ function |
Google\Cloud\Functions\V2\PBFunction
Required. Function to be created. |
↳ function_id |
string
The ID to use for the function, which will become the final component of the function's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/. |
getParent
Required. The project and location in which the function should be created,
specified in the format projects/*/locations/*
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The project and location in which the function should be created,
specified in the format projects/*/locations/*
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFunction
Required. Function to be created.
Returns | |
---|---|
Type | Description |
Google\Cloud\Functions\V2\PBFunction|null |
hasFunction
clearFunction
setFunction
Required. Function to be created.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Functions\V2\PBFunction
|
Returns | |
---|---|
Type | Description |
$this |
getFunctionId
The ID to use for the function, which will become the final component of the function's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
Returns | |
---|---|
Type | Description |
string |
setFunctionId
The ID to use for the function, which will become the final component of the function's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The project and location in which the function should be created,
specified in the format |
function |
Google\Cloud\Functions\V2\PBFunction
Required. Function to be created. |
functionId |
string
The ID to use for the function, which will become the final component of the function's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Functions\V2\CreateFunctionRequest |