ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$vmwareengineService = new Google\Service\VMwareEngine(...);
$locations = $vmwareengineService->projects_locations;
Methods
Gets information about a location. (locations.get)
Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API. DnsBindPermission is a global resource and location can only be global.
Lists information about the supported locations for this service.
Details
Location
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
DnsBindPermission
getDnsBindPermission(string $name, array $optParams = [])
Gets all the principals having bind permission on the intranet VPC associated with the consumer project granted by the Grant API. DnsBindPermission is a global resource and location can only be global.
(locations.getDnsBindPermission)
ListLocationsResponse
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listProjectsLocations)