Lines Matching refs:object

428      * @param string $object Name of the object.
434 public function delete($bucket, $object, $entity, $optParams = array()) { argument
435 $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity);
445 * @param string $object Name of the object.
452 public function get($bucket, $object, $entity, $optParams = array()) { argument
453 $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity);
466 * @param string $object Name of the object.
473 …public function insert($bucket, $object, Google_ObjectAccessControl $postBody, $optParams = array(… argument
474 $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
487 * @param string $object Name of the object.
493 public function listObjectAccessControls($bucket, $object, $optParams = array()) { argument
494 $params = array('bucket' => $bucket, 'object' => $object);
508 * @param string $object Name of the object.
516 …public function patch($bucket, $object, $entity, Google_ObjectAccessControl $postBody, $optParams … argument
517 …$params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $post…
530 * @param string $object Name of the object.
538 …public function update($bucket, $object, $entity, Google_ObjectAccessControl $postBody, $optParams… argument
539 …$params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $post…
620 * @param string $object Name of the object.
629 public function delete($bucket, $object, $optParams = array()) { argument
630 $params = array('bucket' => $bucket, 'object' => $object);
639 * @param string $object Name of the object.
650 public function get($bucket, $object, $optParams = array()) { argument
651 $params = array('bucket' => $bucket, 'object' => $object);
713 * @param string $object Name of the object.
725 public function patch($bucket, $object, Google_StorageObject $postBody, $optParams = array()) { argument
726 $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
739 * @param string $object Name of the object.
751 public function update($bucket, $object, Google_StorageObject $postBody, $optParams = array()) { argument
752 $params = array('bucket' => $bucket, 'object' => $object, 'postBody' => $postBody);
1404 public $object; variable in Google_ObjectAccessControl
1461 public function setObject( $object) { argument
1462 $this->object = $object;
1465 return $this->object;