ProjectsLocations
class ProjectsLocations extends Resource (View source)
The "locations" collection of methods.
Typical usage is:
$migrationcenterService = new Google\Service\MigrationCenterAPI(...);
$locations = $migrationcenterService->projects_locations;
Methods
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
getSettings(string $name, array $optParams = [])
Gets the details of regional settings. (locations.getSettings)
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
updateSettings(string $name, Settings $postBody, array $optParams = [])
Updates the regional-level project settings. (locations.updateSettings)
Details
Location
get(string $name, array $optParams = [])
Gets information about a location. (locations.get)
Settings
getSettings(string $name, array $optParams = [])
Gets the details of regional settings. (locations.getSettings)
ListLocationsResponse
listProjectsLocations(string $name, array $optParams = [])
Lists information about the supported locations for this service.
(locations.listProjectsLocations)