class ProjectsLocationsAppsScriptProjects extends Resource (View source)

The "appsScriptProjects" collection of methods.

Typical usage is:

 $integrationsService = new Google\Service\Integrations(...);
 $appsScriptProjects = $integrationsService->projects_locations_appsScriptProjects;

Methods

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

Creates an Apps Script project. (appsScriptProjects.create)

link(string $parent, GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest $postBody, array $optParams = [])

Links a existing Apps Script project. (appsScriptProjects.link)

Details

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

Creates an Apps Script project. (appsScriptProjects.create)

Parameters

string $parent

Required. The project that the executed integration belongs to.

GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse

Exceptions

Exception

Links a existing Apps Script project. (appsScriptProjects.link)

Parameters

string $parent

Required. The project that the executed integration belongs to.

GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaLinkAppsScriptProjectResponse

Exceptions

Exception