Class CssProductInputsService.CssProductInputsServiceBase
Base class for server-side implementations of CssProductInputsService
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). |