Lines Matching refs:partnerId

51    * @param string $partnerId Required. The ID of the reseller partner.
56 public function claim($partnerId, ClaimDeviceRequest $postBody, $optParams = []) argument
58 $params = ['partnerId' => $partnerId, 'postBody' => $postBody];
67 * @param string $partnerId Required. The ID of the reseller partner.
72 public function claimAsync($partnerId, ClaimDevicesRequest $postBody, $optParams = []) argument
74 $params = ['partnerId' => $partnerId, 'postBody' => $postBody];
82 * @param string $partnerId Required. The ID of the reseller partner.
87 …public function findByIdentifier($partnerId, FindDevicesByDeviceIdentifierRequest $postBody, $optP… argument
89 $params = ['partnerId' => $partnerId, 'postBody' => $postBody];
99 * @param string $partnerId Required. The ID of the reseller partner.
104 public function findByOwner($partnerId, FindDevicesByOwnerRequest $postBody, $optParams = []) argument
106 $params = ['partnerId' => $partnerId, 'postBody' => $postBody];
144 * @param string $partnerId Required. The ID of the reseller partner.
149 public function unclaim($partnerId, UnclaimDeviceRequest $postBody, $optParams = []) argument
151 $params = ['partnerId' => $partnerId, 'postBody' => $postBody];
161 * @param string $partnerId Required. The reseller partner ID.
166 public function unclaimAsync($partnerId, UnclaimDevicesRequest $postBody, $optParams = []) argument
168 $params = ['partnerId' => $partnerId, 'postBody' => $postBody];
178 * @param string $partnerId Required. The reseller partner ID.
183 …public function updateMetadataAsync($partnerId, UpdateDeviceMetadataInBatchRequest $postBody, $opt… argument
185 $params = ['partnerId' => $partnerId, 'postBody' => $postBody];