Show / Hide Table of Contents

Class AutofeedSettingsService.AutofeedSettingsServiceBase

Base class for server-side implementations of AutofeedSettingsService

Inheritance
object
AutofeedSettingsService.AutofeedSettingsServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.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).

In this article
Back to top Generated by DocFX