Class AutomaticImprovementsService.AutomaticImprovementsServiceBase
Base class for server-side implementations of AutomaticImprovementsService
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
[BindServiceMethod(typeof(AutomaticImprovementsService), "BindService")]
public abstract class AutomaticImprovementsService.AutomaticImprovementsServiceBase
Methods
GetAutomaticImprovements(GetAutomaticImprovementsRequest, ServerCallContext)
Retrieves the automatic improvements of an account.
Declaration
public virtual Task<AutomaticImprovements> GetAutomaticImprovements(GetAutomaticImprovementsRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
GetAutomaticImprovementsRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<AutomaticImprovements> | The response to send back to the client (wrapped by a task). |
UpdateAutomaticImprovements(UpdateAutomaticImprovementsRequest, ServerCallContext)
Updates the automatic improvements of an account.
Declaration
public virtual Task<AutomaticImprovements> UpdateAutomaticImprovements(UpdateAutomaticImprovementsRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
UpdateAutomaticImprovementsRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<AutomaticImprovements> | The response to send back to the client (wrapped by a task). |