Lines Matching refs:entity

32 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
35 public function delete($bucket, $entity, $optParams = array()) { argument
36 $params = array('bucket' => $bucket, 'entity' => $entity);
46 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
50 public function get($bucket, $entity, $optParams = array()) { argument
51 $params = array('bucket' => $bucket, 'entity' => $entity);
100 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
105 …public function patch($bucket, $entity, Google_BucketAccessControl $postBody, $optParams = array()… argument
106 $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
119 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
124 …public function update($bucket, $entity, Google_BucketAccessControl $postBody, $optParams = array(… argument
125 $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
308 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
311 public function delete($bucket, $entity, $optParams = array()) { argument
312 $params = array('bucket' => $bucket, 'entity' => $entity);
322 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
326 public function get($bucket, $entity, $optParams = array()) { argument
327 $params = array('bucket' => $bucket, 'entity' => $entity);
377 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
382 …public function patch($bucket, $entity, Google_ObjectAccessControl $postBody, $optParams = array()… argument
383 $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
396 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
401 …public function update($bucket, $entity, Google_ObjectAccessControl $postBody, $optParams = array(… argument
402 $params = array('bucket' => $bucket, 'entity' => $entity, 'postBody' => $postBody);
429 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
434 public function delete($bucket, $object, $entity, $optParams = array()) { argument
435 $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity);
446 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
452 public function get($bucket, $object, $entity, $optParams = array()) { argument
453 $params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity);
509 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
516 …public function patch($bucket, $object, $entity, Google_ObjectAccessControl $postBody, $optParams … argument
517 …$params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $post…
531 …* @param string $entity The entity holding the permission. Can be user-userId, group-groupId, allU…
538 …public function update($bucket, $object, $entity, Google_ObjectAccessControl $postBody, $optParams… argument
539 …$params = array('bucket' => $bucket, 'object' => $object, 'entity' => $entity, 'postBody' => $post…
977 public $entity; variable in Google_BucketAccessControl
1002 public function setEntity( $entity) { argument
1003 $this->entity = $entity;
1006 return $this->entity;
1193 public $entity; variable in Google_BucketOwner
1195 public function setEntity( $entity) { argument
1196 $this->entity = $entity;
1199 return $this->entity;
1398 public $entity; variable in Google_ObjectAccessControl
1425 public function setEntity( $entity) { argument
1426 $this->entity = $entity;
1429 return $this->entity;
1704 public $entity; variable in Google_StorageObjectOwner
1706 public function setEntity( $entity) { argument
1707 $this->entity = $entity;
1710 return $this->entity;