ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$apigatewayService = new Google\Service\Apigateway(...);
$locations = $apigatewayService->projects_locations;
Methods
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
Details
ApigatewayLocation
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
ApigatewayListLocationsResponse
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listProjectsLocations)