ProjectsLocationsPreferenceSets
class ProjectsLocationsPreferenceSets extends Resource (View source)
The "preferenceSets" collection of methods.
Typical usage is:
$migrationcenterService = new Google\Service\MigrationCenterAPI(...);
$preferenceSets = $migrationcenterService->projects_locations_preferenceSets;
Methods
Creates a new preference set in a given project and location.
Deletes a preference set. (preferenceSets.delete)
Gets the details of a preference set. (preferenceSets.get)
Lists all the preference sets in a given project and location.
Updates the parameters of a preference set. (preferenceSets.patch)
Details
Operation
create(string $parent, PreferenceSet $postBody, array $optParams = [])
Creates a new preference set in a given project and location.
(preferenceSets.create)
Operation
delete(string $name, array $optParams = [])
Deletes a preference set. (preferenceSets.delete)
PreferenceSet
get(string $name, array $optParams = [])
Gets the details of a preference set. (preferenceSets.get)
ListPreferenceSetsResponse
listProjectsLocationsPreferenceSets(string $parent, array $optParams = [])
Lists all the preference sets in a given project and location.
(preferenceSets.listProjectsLocationsPreferenceSets)
Operation
patch(string $name, PreferenceSet $postBody, array $optParams = [])
Updates the parameters of a preference set. (preferenceSets.patch)