@@ -152,17 +152,17 @@ public function patch($name, TeamFolder $postBody, $optParams = [])
152152 /**
153153 * Returns the contents of a given TeamFolder. (teamFolders.queryContents)
154154 *
155- * @param string $teamFolder Required. Name of the team_folder whose contents to
156- * list . Format: `projects/locations/teamFolders`.
155+ * @param string $teamFolder Required. Resource name of the TeamFolder to list
156+ * contents for . Format: `projects/locations/teamFolders`.
157157 * @param array $optParams Optional parameters.
158158 *
159159 * @opt_param string filter Optional. Optional filtering for the returned list.
160- * Filtering is currently only supported on the `display_name` field. Example: -
160+ * Filtering is currently only supported on the `display_name` field. Example: *
161161 * `filter="display_name="MyFolder""`
162162 * @opt_param string orderBy Optional. Field to additionally sort results by.
163163 * Will order Folders before Repositories, and then by `order_by` in ascending
164164 * order. Supported keywords: `display_name` (default), `create_time`,
165- * last_modified_time. Examples: - `orderBy="display_name"` -
165+ * last_modified_time. Examples: * `orderBy="display_name"` *
166166 * `orderBy="display_name desc"`
167167 * @opt_param int pageSize Optional. Maximum number of paths to return. The
168168 * server may return fewer items than requested. If unspecified, the server will
@@ -190,11 +190,11 @@ public function queryContents($teamFolder, $optParams = [])
190190 * @param array $optParams Optional parameters.
191191 *
192192 * @opt_param string filter Optional. Optional filtering for the returned list.
193- * Filtering is currently only supported on the `display_name` field. Example: -
193+ * Filtering is currently only supported on the `display_name` field. Example: *
194194 * `filter="display_name="MyFolder""`
195195 * @opt_param string orderBy Optional. Field to additionally sort results by.
196196 * Supported keywords: `display_name` (default), `create_time`,
197- * `last_modified_time`. Examples: - `orderBy="display_name"` -
197+ * `last_modified_time`. Examples: * `orderBy="display_name"` *
198198 * `orderBy="display_name desc"`
199199 * @opt_param int pageSize Optional. Maximum number of TeamFolders to return.
200200 * The server may return fewer items than requested. If unspecified, the server
0 commit comments