ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$tpuService = new Google\Service\TPU(...);
$locations = $tpuService->projects_locations;
Methods
generateServiceIdentity(string $parent, GenerateServiceIdentityRequest $postBody, array $optParams = [])
Generates the Cloud TPU service identity for the project.
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
GenerateServiceIdentityResponse
generateServiceIdentity(string $parent, GenerateServiceIdentityRequest $postBody, array $optParams = [])
Generates the Cloud TPU service identity for the project.
(locations.generateServiceIdentity)
Location
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
ListLocationsResponse
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listProjectsLocations)