Lines Matching full:group
21 use Google\Service\YouTubeAnalytics\Group; alias
35 * Deletes a group. (groups.delete)
39 * @opt_param string id The `id` parameter specifies the YouTube group ID of the
40 * group that is being deleted.
60 * Creates a group. (groups.insert)
62 * @param Group $postBody
75 * @return Group
77 public function insert(Group $postBody, $optParams = [])
81 return $this->call('insert', [$params], Group::class);
91 * the YouTube group ID(s) for the resource(s) that are being retrieved. Each
92 * group must be owned by the authenticated user. In a `group` resource, the
93 * `id` property specifies the group's YouTube group ID. Note that if you do not
121 * Modifies a group. For example, you could change a group's title.
124 * @param Group $postBody
137 * @return Group
139 public function update(Group $postBody, $optParams = [])
143 return $this->call('update', [$params], Group::class);