Lines Matching refs:bucket

140    * @param string $bucket Name of the bucket in which the object resides.
161 public function delete($bucket, $object, $optParams = []) argument
163 $params = ['bucket' => $bucket, 'object' => $object];
170 * @param string $bucket Name of the bucket in which the object resides.
193 public function get($bucket, $object, $optParams = []) argument
195 $params = ['bucket' => $bucket, 'object' => $object];
202 * @param string $bucket Name of the bucket in which the object resides.
213 public function getIamPolicy($bucket, $object, $optParams = []) argument
215 $params = ['bucket' => $bucket, 'object' => $object];
222 * @param string $bucket Name of the bucket in which to store the new object.
260 public function insert($bucket, StorageObject $postBody, $optParams = []) argument
262 $params = ['bucket' => $bucket, 'postBody' => $postBody];
269 * @param string $bucket Name of the bucket in which to look for objects.
303 public function listObjects($bucket, $optParams = []) argument
305 $params = ['bucket' => $bucket];
312 * @param string $bucket Name of the bucket in which the object resides.
338 public function patch($bucket, $object, StorageObject $postBody, $optParams = []) argument
340 $params = ['bucket' => $bucket, 'object' => $object, 'postBody' => $postBody];
421 * @param string $bucket Name of the bucket in which the object resides.
433 public function setIamPolicy($bucket, $object, Policy $postBody, $optParams = []) argument
435 $params = ['bucket' => $bucket, 'object' => $object, 'postBody' => $postBody];
443 * @param string $bucket Name of the bucket in which the object resides.
455 public function testIamPermissions($bucket, $object, $permissions, $optParams = []) argument
457 $params = ['bucket' => $bucket, 'object' => $object, 'permissions' => $permissions];
464 * @param string $bucket Name of the bucket in which the object resides.
490 public function update($bucket, $object, StorageObject $postBody, $optParams = []) argument
492 $params = ['bucket' => $bucket, 'object' => $object, 'postBody' => $postBody];
499 * @param string $bucket Name of the bucket in which to look for objects.
534 public function watchAll($bucket, Channel $postBody, $optParams = []) argument
536 $params = ['bucket' => $bucket, 'postBody' => $postBody];