Lines Matching refs:projectId

52    * @param string $projectId Required. The ID of the project against which to
58 public function allocateIds($projectId, AllocateIdsRequest $postBody, $optParams = []) argument
60 $params = ['projectId' => $projectId, 'postBody' => $postBody];
67 * @param string $projectId Required. The ID of the project against which to
73 public function beginTransaction($projectId, BeginTransactionRequest $postBody, $optParams = []) argument
75 $params = ['projectId' => $projectId, 'postBody' => $postBody];
83 * @param string $projectId Required. The ID of the project against which to
89 public function commit($projectId, CommitRequest $postBody, $optParams = []) argument
91 $params = ['projectId' => $projectId, 'postBody' => $postBody];
105 * @param string $projectId Required. Project ID against which to make the
111 …public function export($projectId, GoogleDatastoreAdminV1ExportEntitiesRequest $postBody, $optPara… argument
113 $params = ['projectId' => $projectId, 'postBody' => $postBody];
124 * @param string $projectId Required. Project ID against which to make the
130 …public function import($projectId, GoogleDatastoreAdminV1ImportEntitiesRequest $postBody, $optPara… argument
132 $params = ['projectId' => $projectId, 'postBody' => $postBody];
139 * @param string $projectId Required. The ID of the project against which to
145 public function lookup($projectId, LookupRequest $postBody, $optParams = []) argument
147 $params = ['projectId' => $projectId, 'postBody' => $postBody];
155 * @param string $projectId Required. The ID of the project against which to
161 public function reserveIds($projectId, ReserveIdsRequest $postBody, $optParams = []) argument
163 $params = ['projectId' => $projectId, 'postBody' => $postBody];
170 * @param string $projectId Required. The ID of the project against which to
176 public function rollback($projectId, RollbackRequest $postBody, $optParams = []) argument
178 $params = ['projectId' => $projectId, 'postBody' => $postBody];
185 * @param string $projectId Required. The ID of the project against which to
191 public function runQuery($projectId, RunQueryRequest $postBody, $optParams = []) argument
193 $params = ['projectId' => $projectId, 'postBody' => $postBody];