Searched refs:ProductSet (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/Resource/ ! |
D | ProjectsLocationsProductSets.php | 24 use Google\Service\Vision\ProductSet; alias 63 * @param ProductSet $postBody 70 * @return ProductSet 72 public function create($parent, ProductSet $postBody, $optParams = []) 76 return $this->call('create', [$params], ProductSet::class); 101 * @return ProductSet 107 return $this->call('get', [$params], ProductSet::class); 162 * @param ProductSet $postBody 168 * @return ProductSet 170 public function patch($name, ProductSet $postBody, $optParams = []) [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/ ! |
D | Users.php | 21 use Google\Service\AndroidEnterprise\ProductSet; alias 87 * @return ProductSet 93 return $this->call('getAvailableProductSet', [$params], ProductSet::class); 155 * @param ProductSet $postBody 157 * @return ProductSet 159 …public function setAvailableProductSet($enterpriseId, $userId, ProductSet $postBody, $optParams = … 163 return $this->call('setAvailableProductSet', [$params], ProductSet::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/ ! |
D | ListProductSetsResponse.php | 27 protected $productSetsType = ProductSet::class; 45 * @param ProductSet[] 52 * @return ProductSet[]
|
D | ProductSet.php | 20 class ProductSet extends \Google\Model class 96 class_alias(ProductSet::class, 'Google_Service_Vision_ProductSet');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ ! |
D | ProductSet.php | 20 class ProductSet extends \Google\Collection class 79 class_alias(ProductSet::class, 'Google_Service_AndroidEnterprise_ProductSet');
|