class EnterprisesWebApps extends Resource (View source)

The "webApps" collection of methods.

Typical usage is:

 $androidmanagementService = new Google\Service\AndroidManagement(...);
 $webApps = $androidmanagementService->enterprises_webApps;

Methods

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

Creates a web app. (webApps.create)

delete(string $name, array $optParams = [])

Deletes a web app. (webApps.delete)

get(string $name, array $optParams = [])

Gets a web app. (webApps.get)

listEnterprisesWebApps(string $parent, array $optParams = [])

Lists web apps for a given enterprise. (webApps.listEnterprisesWebApps)

patch(string $name, WebApp $postBody, array $optParams = [])

Updates a web app. (webApps.patch)

Details

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

Creates a web app. (webApps.create)

Parameters

string $parent

The name of the enterprise in the form enterprises/{enterpriseId}.

WebApp $postBody
array $optParams

Optional parameters.

Return Value

WebApp

Exceptions

Exception

AndroidmanagementEmpty delete(string $name, array $optParams = [])

Deletes a web app. (webApps.delete)

Parameters

string $name

The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}.

array $optParams

Optional parameters.

Return Value

AndroidmanagementEmpty

Exceptions

Exception

WebApp get(string $name, array $optParams = [])

Gets a web app. (webApps.get)

Parameters

string $name

The name of the web app in the form enterprises/{enterpriseId}/webApp/{packageName}.

array $optParams

Optional parameters.

Return Value

WebApp

Exceptions

Exception

ListWebAppsResponse listEnterprisesWebApps(string $parent, array $optParams = [])

Lists web apps for a given enterprise. (webApps.listEnterprisesWebApps)

Parameters

string $parent

The name of the enterprise in the form enterprises/{enterpriseId}.

array $optParams

Optional parameters.

Return Value

ListWebAppsResponse

Exceptions

Exception

WebApp patch(string $name, WebApp $postBody, array $optParams = [])

Updates a web app. (webApps.patch)

Parameters

string $name

The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}.

WebApp $postBody
array $optParams

Optional parameters.

Return Value

WebApp

Exceptions

Exception