Class AutofeedSettingsService.AutofeedSettingsServiceBase
Base class for server-side implementations of AutofeedSettingsService
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
[BindServiceMethod(typeof(AutofeedSettingsService), "BindService")]
public abstract class AutofeedSettingsService.AutofeedSettingsServiceBase
Methods
GetAutofeedSettings(GetAutofeedSettingsRequest, ServerCallContext)
Retrieves the autofeed settings of an account.
Declaration
public virtual Task<AutofeedSettings> GetAutofeedSettings(GetAutofeedSettingsRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
GetAutofeedSettingsRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<AutofeedSettings> | The response to send back to the client (wrapped by a task). |
UpdateAutofeedSettings(UpdateAutofeedSettingsRequest, ServerCallContext)
Updates the autofeed settings of an account.
Declaration
public virtual Task<AutofeedSettings> UpdateAutofeedSettings(UpdateAutofeedSettingsRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
UpdateAutofeedSettingsRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<AutofeedSettings> | The response to send back to the client (wrapped by a task). |