Lines Matching refs:bucket

31      * @param string $bucket Name of a bucket.
35 public function delete($bucket, $entity, $optParams = array()) { argument
36 $params = array('bucket' => $bucket, 'entity' => $entity);
45 * @param string $bucket Name of a bucket.
50 public function get($bucket, $entity, $optParams = array()) { argument
51 $params = array('bucket' => $bucket, 'entity' => $entity);
63 * @param string $bucket Name of a bucket.
68 public function insert($bucket, Google_BucketAccessControl $postBody, $optParams = array()) { argument
69 $params = array('bucket' => $bucket, 'postBody' => $postBody);
81 * @param string $bucket Name of a bucket.
85 public function listBucketAccessControls($bucket, $optParams = array()) { argument
86 $params = array('bucket' => $bucket);
99 * @param string $bucket Name of a bucket.
105 …public function patch($bucket, $entity, Google_BucketAccessControl $postBody, $optParams = array()… argument
106 $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
118 * @param string $bucket Name of a bucket.
124 …public function update($bucket, $entity, Google_BucketAccessControl $postBody, $optParams = array(… argument
125 $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
149 * @param string $bucket Name of a bucket.
155 public function delete($bucket, $optParams = array()) { argument
156 $params = array('bucket' => $bucket);
164 * @param string $bucket Name of a bucket.
172 public function get($bucket, $optParams = array()) { argument
173 $params = array('bucket' => $bucket);
226 * @param string $bucket Name of a bucket.
235 public function patch($bucket, Google_Bucket $postBody, $optParams = array()) { argument
236 $params = array('bucket' => $bucket, 'postBody' => $postBody);
248 * @param string $bucket Name of a bucket.
257 public function update($bucket, Google_Bucket $postBody, $optParams = array()) { argument
258 $params = array('bucket' => $bucket, 'postBody' => $postBody);
307 * @param string $bucket Name of a bucket.
311 public function delete($bucket, $entity, $optParams = array()) { argument
312 $params = array('bucket' => $bucket, 'entity' => $entity);
321 * @param string $bucket Name of a bucket.
326 public function get($bucket, $entity, $optParams = array()) { argument
327 $params = array('bucket' => $bucket, 'entity' => $entity);
340 * @param string $bucket Name of a bucket.
345 public function insert($bucket, Google_ObjectAccessControl $postBody, $optParams = array()) { argument
346 $params = array('bucket' => $bucket, 'postBody' => $postBody);
358 * @param string $bucket Name of a bucket.
362 public function listDefaultObjectAccessControls($bucket, $optParams = array()) { argument
363 $params = array('bucket' => $bucket);
376 * @param string $bucket Name of a bucket.
382 …public function patch($bucket, $entity, Google_ObjectAccessControl $postBody, $optParams = array()… argument
383 $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
395 * @param string $bucket Name of a bucket.
401 …public function update($bucket, $entity, Google_ObjectAccessControl $postBody, $optParams = array(… argument
402 $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
427 * @param string $bucket Name of a bucket.
434 public function delete($bucket, $object, $entity, $optParams = array()) { argument
435 $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity);
444 * @param string $bucket Name of a bucket.
452 public function get($bucket, $object, $entity, $optParams = array()) { argument
453 $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity);
465 * @param string $bucket Name of a bucket.
473 …public function insert($bucket, $object, Google_ObjectAccessControl $postBody, $optParams = array(… argument
474 $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
486 * @param string $bucket Name of a bucket.
493 public function listObjectAccessControls($bucket, $object, $optParams = array()) { argument
494 $params = array('bucket' => $bucket, 'object' => $object);
507 * @param string $bucket Name of a bucket.
516 …public function patch($bucket, $object, $entity, Google_ObjectAccessControl $postBody, $optParams … argument
517 …$params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $post…
529 * @param string $bucket Name of a bucket.
538 …public function update($bucket, $object, $entity, Google_ObjectAccessControl $postBody, $optParams… argument
539 …$params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $post…
619 * @param string $bucket Name of the bucket in which the object resides.
629 public function delete($bucket, $object, $optParams = array()) { argument
630 $params = array('bucket' => $bucket, 'object' => $object);
638 * @param string $bucket Name of the bucket in which the object resides.
650 public function get($bucket, $object, $optParams = array()) { argument
651 $params = array('bucket' => $bucket, 'object' => $object);
663 …* @param string $bucket Name of the bucket in which to store the new object. Overrides the provide…
675 public function insert($bucket, Google_StorageObject $postBody, $optParams = array()) { argument
676 $params = array('bucket' => $bucket, 'postBody' => $postBody);
688 * @param string $bucket Name of the bucket in which to look for objects.
699 public function listObjects($bucket, $optParams = array()) { argument
700 $params = array('bucket' => $bucket);
712 * @param string $bucket Name of the bucket in which the object resides.
725 public function patch($bucket, $object, Google_StorageObject $postBody, $optParams = array()) { argument
726 $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
738 * @param string $bucket Name of the bucket in which the object resides.
751 public function update($bucket, $object, Google_StorageObject $postBody, $optParams = array()) { argument
752 $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
764 * @param string $bucket Name of the bucket in which to look for objects.
776 public function watchAll($bucket, Google_Channel $postBody, $optParams = array()) { argument
777 $params = array('bucket' => $bucket, 'postBody' => $postBody);
974 public $bucket; variable in Google_BucketAccessControl
984 public function setBucket( $bucket) { argument
985 $this->bucket = $bucket;
988 return $this->bucket;
1395 public $bucket; variable in Google_ObjectAccessControl
1407 public function setBucket( $bucket) { argument
1408 $this->bucket = $bucket;
1411 return $this->bucket;
1538 public $bucket; variable in Google_StorageObject
1569 public function setBucket( $bucket) { argument
1570 $this->bucket = $bucket;
1573 return $this->bucket;