AccountsLanguagesProductCertifications
class AccountsLanguagesProductCertifications extends Resource (View source)
The "productCertifications" collection of methods.
Typical usage is:
$manufacturersService = new Google\Service\ManufacturerCenter(...);
$productCertifications = $manufacturersService->accounts_languages_productCertifications;
Methods
Deletes a product certification by its name. This method can only be called by certification bodies. (productCertifications.delete)
Gets a product certification by its name. This method can only be called by certification bodies. (productCertifications.get)
Lists product certifications from a specified certification body. This method can only be called by certification bodies.
Updates (or creates if allow_missing = true) a product certification which links certifications with products. This method can only be called by certification bodies. (productCertifications.patch)
Details
ManufacturersEmpty
delete(string $name, array $optParams = [])
Deletes a product certification by its name. This method can only be called by certification bodies. (productCertifications.delete)
ProductCertification
get(string $name, array $optParams = [])
Gets a product certification by its name. This method can only be called by certification bodies. (productCertifications.get)
ListProductCertificationsResponse
listAccountsLanguagesProductCertifications(string $parent, array $optParams = [])
Lists product certifications from a specified certification body. This method can only be called by certification bodies.
(productCertifications.listAccountsLanguagesProductCertifications)
ProductCertification
patch(string $name, ProductCertification $postBody, array $optParams = [])
Updates (or creates if allow_missing = true) a product certification which links certifications with products. This method can only be called by certification bodies. (productCertifications.patch)