Show / Hide Table of Contents

Class AccountsResource.CssProductInputsResource

The "cssProductInputs" collection of methods.

Inheritance
object
AccountsResource.CssProductInputsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Css.v1
Assembly: Google.Apis.Css.v1.dll
Syntax
public class AccountsResource.CssProductInputsResource

Constructors

CssProductInputsResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string)

Deletes a CSS Product input from your CSS Center account. After a delete it may take several minutes until the input is no longer available.

Declaration
public virtual AccountsResource.CssProductInputsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{css_product_input}, where the last section css_product_input consists of 3 parts: contentLanguage~feedLabel~offerId. Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123

Returns
Type Description
AccountsResource.CssProductInputsResource.DeleteRequest

Insert(CssProductInput, string)

Uploads a CssProductInput to your CSS Center account. If an input with the same contentLanguage, identity, feedLabel and feedId already exists, this method replaces that entry. After inserting, updating, or deleting a CSS Product input, it may take several minutes before the processed CSS Product can be retrieved.

Declaration
public virtual AccountsResource.CssProductInputsResource.InsertRequest Insert(CssProductInput body, string parent)
Parameters
Type Name Description
CssProductInput body

The body of the request.

string parent

Required. The account where this CSS Product will be inserted. Format: accounts/{account}

Returns
Type Description
AccountsResource.CssProductInputsResource.InsertRequest

Patch(CssProductInput, string)

Updates the existing Css Product input in your CSS Center account. After inserting, updating, or deleting a CSS Product input, it may take several minutes before the processed Css Product can be retrieved.

Declaration
public virtual AccountsResource.CssProductInputsResource.PatchRequest Patch(CssProductInput body, string name)
Parameters
Type Name Description
CssProductInput body

The body of the request.

string name

Identifier. The name of the CSS Product input. Format: accounts/{account}/cssProductInputs/{css_product_input}, where the last section css_product_input consists of 3 parts: contentLanguage~feedLabel~offerId. Example: accounts/123/cssProductInputs/de~DE~rawProvidedId123

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