Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.MerchantCenterAccountLinksResource

The "merchantCenterAccountLinks" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CatalogsResource.MerchantCenterAccountLinksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2alpha
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.MerchantCenterAccountLinksResource

Constructors

MerchantCenterAccountLinksResource(IClientService)

Constructs a new resource.

Declaration
public MerchantCenterAccountLinksResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudRetailV2alphaMerchantCenterAccountLink, string)

Creates a MerchantCenterAccountLink.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.MerchantCenterAccountLinksResource.CreateRequest Create(GoogleCloudRetailV2alphaMerchantCenterAccountLink body, string parent)
Parameters
Type Name Description
GoogleCloudRetailV2alphaMerchantCenterAccountLink body

The body of the request.

string parent

Required. The branch resource where this MerchantCenterAccountLink will be created. Format: projects/{PROJECT_NUMBER}/locations/global/catalogs/{CATALOG_ID}

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.MerchantCenterAccountLinksResource.CreateRequest

Delete(string)

Deletes a MerchantCenterAccountLink. If the MerchantCenterAccountLink to delete does not exist, a NOT_FOUND error is returned.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.MerchantCenterAccountLinksResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Full resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/merchantCenterAccountLinks/{merchant_center_account_link_id}

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.MerchantCenterAccountLinksResource.DeleteRequest

List(string)

Lists all MerchantCenterAccountLinks under the specified parent Catalog.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.MerchantCenterAccountLinksResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent Catalog of the resource. It must match this format: projects/{PROJECT_NUMBER}/locations/global/catalogs/{CATALOG_ID}

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.MerchantCenterAccountLinksResource.ListRequest
In This Article
Back to top Generated by DocFX