Show / Hide Table of Contents

Class AutomaticImprovementsService.AutomaticImprovementsServiceBase

Base class for server-side implementations of AutomaticImprovementsService

Inheritance
object
AutomaticImprovementsService.AutomaticImprovementsServiceBase
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(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).

In this article
Back to top Generated by DocFX