Show / Hide Table of Contents

Class AccountsResource.LanguagesResource.ProductCertificationsResource

The "productCertifications" collection of methods.

Inheritance
object
AccountsResource.LanguagesResource.ProductCertificationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 id is a some unique identifier and language_code is a 2-letter ISO 639-1 code of a Shopping supported language according to https://support.google.com/merchants/answer/160637.

Returns
Type Description
AccountsResource.LanguagesResource.ProductCertificationsResource.PatchRequest
In this article
Back to top Generated by DocFX