Show / Hide Table of Contents

Class CssProductInputsService.CssProductInputsServiceBase

Base class for server-side implementations of CssProductInputsService

Inheritance
object
CssProductInputsService.CssProductInputsServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
[BindServiceMethod(typeof(CssProductInputsService), "BindService")]
public abstract class CssProductInputsService.CssProductInputsServiceBase

Methods

DeleteCssProductInput(DeleteCssProductInputRequest, ServerCallContext)

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 Task<Empty> DeleteCssProductInput(DeleteCssProductInputRequest request, ServerCallContext context)
Parameters
Type Name Description
DeleteCssProductInputRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<Empty>

The response to send back to the client (wrapped by a task).

InsertCssProductInput(InsertCssProductInputRequest, ServerCallContext)

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 Task<CssProductInput> InsertCssProductInput(InsertCssProductInputRequest request, ServerCallContext context)
Parameters
Type Name Description
InsertCssProductInputRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<CssProductInput>

The response to send back to the client (wrapped by a task).

UpdateCssProductInput(UpdateCssProductInputRequest, ServerCallContext)

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 Task<CssProductInput> UpdateCssProductInput(UpdateCssProductInputRequest request, ServerCallContext context)
Parameters
Type Name Description
UpdateCssProductInputRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<CssProductInput>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX