AppsLocations
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)
ListLocationsResponse
listAppsLocations(string $appsId, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listAppsLocations)