Class AccountsResource.LanguagesResource.ProductCertificationsResource
The "productCertifications" collection of methods.
Inherited Members
Namespace: Google.Apis.ManufacturerCenter.v1
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class AccountsResource.LanguagesResource.ProductCertificationsResource
Constructors
ProductCertificationsResource(IClientService)
Constructs a new resource.
Declaration
public ProductCertificationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string)
Deletes a product certification by its name. This method can only be called by certification bodies.
Declaration
public virtual AccountsResource.LanguagesResource.ProductCertificationsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the product certification to delete. Format: accounts/{account}/languages/{language_code}/productCertifications/{id} |
Returns
Type | Description |
---|---|
AccountsResource.LanguagesResource.ProductCertificationsResource.DeleteRequest |
Get(string)
Gets a product certification by its name. This method can only be called by certification bodies.
Declaration
public virtual AccountsResource.LanguagesResource.ProductCertificationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the product certification to get. Format: accounts/{account}/languages/{language_code}/productCertifications/{id} |
Returns
Type | Description |
---|---|
AccountsResource.LanguagesResource.ProductCertificationsResource.GetRequest |
List(string)
Lists product certifications from a specified certification body. This method can only be called by certification bodies.
Declaration
public virtual AccountsResource.LanguagesResource.ProductCertificationsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent, which owns this collection of product certifications. Format: accounts/{account}/languages/{language_code} |
Returns
Type | Description |
---|---|
AccountsResource.LanguagesResource.ProductCertificationsResource.ListRequest |
Patch(ProductCertification, string)
Updates (or creates if allow_missing = true) a product certification which links certifications with products. This method can only be called by certification bodies.
Declaration
public virtual AccountsResource.LanguagesResource.ProductCertificationsResource.PatchRequest Patch(ProductCertification body, string name)
Parameters
Type | Name | Description |
---|---|---|
ProductCertification | body | The body of the request. |
string | name | Required. The unique name identifier of a product certification Format:
accounts/{account}/languages/{language_code}/productCertifications/{id} Where |
Returns
Type | Description |
---|---|
AccountsResource.LanguagesResource.ProductCertificationsResource.PatchRequest |