Lines Matching refs:collectionId

71               'path' => 'enterprises/{enterpriseId}/collections/{collectionId}',
79 'collectionId' => array(
86 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}',
94 'collectionId' => array(
121 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}',
129 'collectionId' => array(
136 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}',
144 'collectionId' => array(
161 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}/users/{userId}',
169 'collectionId' => array(
181 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}/users/{userId}',
189 'collectionId' => array(
201 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}/users',
209 'collectionId' => array(
216 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}/users/{userId}',
224 'collectionId' => array(
236 'path' => 'enterprises/{enterpriseId}/collections/{collectionId}/users/{userId}',
244 'collectionId' => array(
997 $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId);
1012 $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId);
1059 …$params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'postBody' => $p…
1075 …$params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'postBody' => $p…
1098 * @param string $collectionId The ID of the collection.
1102 public function delete($enterpriseId, $collectionId, $userId, $optParams = array()) argument
1104 …$params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $use…
1115 * @param string $collectionId The ID of the collection.
1120 public function get($enterpriseId, $collectionId, $userId, $optParams = array()) argument
1122 …$params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $use…
1134 * @param string $collectionId The ID of the collection.
1138 public function listCollectionviewers($enterpriseId, $collectionId, $optParams = array()) argument
1140 $params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId);
1152 * @param string $collectionId The ID of the collection.
1158 …public function patch($enterpriseId, $collectionId, $userId, Google_Service_AndroidEnterprise_User… argument
1160 …$params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $use…
1171 * @param string $collectionId The ID of the collection.
1177 …public function update($enterpriseId, $collectionId, $userId, Google_Service_AndroidEnterprise_Use… argument
1179 …$params = array('enterpriseId' => $enterpriseId, 'collectionId' => $collectionId, 'userId' => $use…
2173 public $collectionId; variable in Google_Service_AndroidEnterprise_Collection
2180 public function setCollectionId($collectionId) argument
2182 $this->collectionId = $collectionId;
2186 return $this->collectionId;