Lines Matching full:group

21 use Google\Service\VMMigrationService\Group;  alias
37 * Adds a MigratingVm to a Group. (groups.addGroupMigration)
39 * @param string $group Required. The full path name of the Group to add to.
44 public function addGroupMigration($group, AddGroupMigrationRequest $postBody, $optParams = []) argument
46 $params = ['group' => $group, 'postBody' => $postBody];
51 * Creates a new Group in a given project and location. (groups.create)
53 * @param string $parent Required. The Group's parent.
54 * @param Group $postBody
57 * @opt_param string groupId Required. The group identifier.
71 public function create($parent, Group $postBody, $optParams = [])
78 * Deletes a single Group. (groups.delete)
80 * @param string $name Required. The Group name.
103 * Gets details of a single Group. (groups.get)
105 * @param string $name Required. The group name.
107 * @return Group
113 return $this->call('get', [$params], Group::class);
142 * Updates the parameters of a single Group. (groups.patch)
144 * @param string $name Output only. The Group name.
145 * @param Group $postBody
160 * overwritten in the Group resource by the update. The fields specified in the
166 public function patch($name, Group $postBody, $optParams = [])
173 * Removes a MigratingVm from a Group. (groups.removeGroupMigration)
175 * @param string $group Required. The name of the Group.
180 …public function removeGroupMigration($group, RemoveGroupMigrationRequest $postBody, $optParams = [… argument
182 $params = ['group' => $group, 'postBody' => $postBody];