Class CssProductsService.CssProductsServiceBase
Base class for server-side implementations of CssProductsService
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
[BindServiceMethod(typeof(CssProductsService), "BindService")]
public abstract class CssProductsService.CssProductsServiceBase
Methods
GetCssProduct(GetCssProductRequest, ServerCallContext)
Retrieves the processed CSS Product from your CSS Center account. After inserting, updating, or deleting a product input, it may take several minutes before the updated final product can be retrieved.
Declaration
public virtual Task<CssProduct> GetCssProduct(GetCssProductRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
GetCssProductRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<CssProduct> | The response to send back to the client (wrapped by a task). |
ListCssProducts(ListCssProductsRequest, ServerCallContext)
Lists the processed CSS Products in your CSS Center account. The response might contain fewer items than specified by pageSize. Rely on pageToken to determine if there are more items to be requested.
After inserting, updating, or deleting a CSS product input, it may take several minutes before the updated processed CSS product can be retrieved.
Declaration
public virtual Task<ListCssProductsResponse> ListCssProducts(ListCssProductsRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
ListCssProductsRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<ListCssProductsResponse> | The response to send back to the client (wrapped by a task). |