class ProjectsLocationsProductsCloudFunctions extends Resource (View source)

The "cloudFunctions" collection of methods.

Typical usage is:

 $integrationsService = new Google\Service\Integrations(...);
 $cloudFunctions = $integrationsService->projects_locations_products_cloudFunctions;

Methods

create(string $parent, GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest $postBody, array $optParams = [])

Creates a cloud function project. (cloudFunctions.create)

Details

GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse create(string $parent, GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest $postBody, array $optParams = [])

Creates a cloud function project. (cloudFunctions.create)

Parameters

string $parent

Required. The project that the executed integration belongs to.

GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaCreateCloudFunctionResponse

Exceptions

Exception