Home
last modified time | relevance | path

Searched refs:productId (Results 51 – 68 of 68) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DAccountsProducts.php37 * @param string $productId The ID for the product to get the head revision for.
41 public function get($accountId, $productId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'productId' => $productId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DLocalinventory.php54 * @param string $productId The REST ID of the product for which to update local
60 public function insert($merchantId, $productId, LocalInventoryModel $postBody, $optParams = []) argument
62 $params = ['merchantId' => $merchantId, 'productId' => $productId, 'postBody' => $postBody];
H A DRegionalinventory.php55 * @param string $productId The REST ID of the product for which to update the
61 public function insert($merchantId, $productId, RegionalInventoryModel $postBody, $optParams = []) argument
63 $params = ['merchantId' => $merchantId, 'productId' => $productId, 'postBody' => $postBody];
H A DProductstatuses.php55 * @param string $productId The REST ID of the product.
63 public function get($merchantId, $productId, $optParams = []) argument
65 $params = ['merchantId' => $merchantId, 'productId' => $productId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DProduct.php80 public $productId; variable in Google\\Service\\AndroidEnterprise\\Product
325 public function setProductId($productId) argument
327 $this->productId = $productId;
334 return $this->productId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DMarketplaceDeal.php43 public $productId; variable in Google\\Service\\AdExchangeBuyer\\MarketplaceDeal
210 public function setProductId($productId) argument
212 $this->productId = $productId;
216 return $this->productId;
H A DProduct.php45 public $productId; variable in Google\\Service\\AdExchangeBuyer\\Product
226 public function setProductId($productId) argument
228 $this->productId = $productId;
232 return $this->productId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DConversion.php114 public $productId; variable in Google\\Service\\Doubleclicksearch\\Conversion
477 public function setProductId($productId) argument
479 $this->productId = $productId;
486 return $this->productId;
/plugin/authgoogle/google/contrib/
H A DGoogle_AndroidpublisherService.php31 * @param string $productId The inapp product SKU (for example, 'com.some.thing.inapp1').
36 public function get($packageName, $productId, $token, $optParams = array()) { argument
37 $params = array('packageName' => $packageName, 'productId' => $productId, 'token' => $token);
H A DGoogle_ShoppingService.php33 * @param string $productId Id of product
48 public function get($source, $accountId, $productIdType, $productId, $optParams = array()) { argument
49 … $source, 'accountId' => $accountId, 'productIdType' => $productIdType, 'productId' => $productId);
H A DGoogle_DriveService.php1560 public $productId; variable in Google_App
1638 public function setProductId( $productId) { argument
1639 $this->productId = $productId;
1642 return $this->productId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidEnterprise.php816 'productId' => [
857 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/approve',
865 'productId' => [
880 'productId' => [
891 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}',
899 'productId' => [
918 'productId' => [
929 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/permissions',
937 'productId' => [
974 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/products/{productId}/unapprove',
[all …]
H A DShoppingContent.php1302 'productId' => [
2090 'productId' => [
2105 'productId' => [
2126 'path' => '{merchantId}/products/{productId}',
2134 'productId' => [
2145 'path' => '{merchantId}/products/{productId}',
2153 'productId' => [
2200 'productId' => [
2233 'productId' => [
2286 'productId' => [
[all …]
H A DAdExchangeBuyer.php560 'path' => 'products/{productId}',
563 'productId' => [
H A DAndroidPublisher.php1235 … => 'androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}:…
1243 'productId' => [
1255 … => 'androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}',
1263 'productId' => [
H A DCloudRetail.php222 'productId' => [
H A DVision.php484 'productId' => [
H A DAdExchangeBuyerII.php550 'path' => 'v2beta1/accounts/{accountId}/products/{productId}',
558 'productId' => [

123