class AppsLocations extends Resource (View source)

The "locations" collection of methods.

Typical usage is:

 $appengineService = new Google\Service\Appengine(...);
 $locations = $appengineService->apps_locations;

Methods

get(string $appsId, string $locationsId, array $optParams = [])

Gets information about a location. (locations.get)

listAppsLocations(string $appsId, array $optParams = [])

Lists information about the supported locations for this service.

Details

Location get(string $appsId, string $locationsId, array $optParams = [])

Gets information about a location. (locations.get)

Parameters

string $appsId

Part of name. Resource name for the location.

string $locationsId

Part of name. See documentation of appsId.

array $optParams

Optional parameters.

Return Value

Location

Exceptions

Exception

ListLocationsResponse listAppsLocations(string $appsId, array $optParams = [])

Lists information about the supported locations for this service.

(locations.listAppsLocations)

Parameters

string $appsId

Part of name. The resource that owns the locations collection, if applicable.

array $optParams

Optional parameters.

Return Value

ListLocationsResponse

Exceptions

Exception