Lines Matching refs:name

47    * @param string $name Required. Name of the item to delete. Format:
67 public function delete($name, $optParams = []) argument
69 $params = ['name' => $name];
79 * @param string $name Name of the Data Source to delete items in a queue.
85 public function deleteQueueItems($name, DeleteQueueItemsRequest $postBody, $optParams = []) argument
87 $params = ['name' => $name, 'postBody' => $postBody];
96 * @param string $name Name of the item to get info. Format:
106 public function get($name, $optParams = []) argument
108 $params = ['name' => $name];
119 * @param string $name Name of the Item. Format:
126 public function index($name, IndexItemRequest $postBody, $optParams = []) argument
128 $params = ['name' => $name, 'postBody' => $postBody];
137 * @param string $name Name of the Data Source to list Items. Format:
159 public function listIndexingDatasourcesItems($name, $optParams = []) argument
161 $params = ['name' => $name];
177 * @param string $name Name of the Data Source to poll items. Format:
183 public function poll($name, PollItemsRequest $postBody, $optParams = []) argument
185 $params = ['name' => $name, 'postBody' => $postBody];
194 * @param string $name Name of the item to push into the indexing queue. Format:
201 public function push($name, PushItemRequest $postBody, $optParams = []) argument
203 $params = ['name' => $name, 'postBody' => $postBody];
214 * @param string $name Name of the Data Source to unreserve all items. Format:
220 public function unreserve($name, UnreserveItemsRequest $postBody, $optParams = []) argument
222 $params = ['name' => $name, 'postBody' => $postBody];
232 * @param string $name Name of the Item to start a resumable upload. Format:
238 public function upload($name, StartUploadItemRequest $postBody, $optParams = []) argument
240 $params = ['name' => $name, 'postBody' => $postBody];