Class ProgramsServiceGrpc.ProgramsServiceImplBase (0.5.0)

public abstract static class ProgramsServiceGrpc.ProgramsServiceImplBase implements BindableService, ProgramsServiceGrpc.AsyncService

Base class for the server implementation of the service ProgramsService.

Service for program management. Programs provide a mechanism for adding functionality to merchant accounts. A typical example of this is the Free product listings program, which enables products from a merchant's store to be shown across Google for free. This service exposes methods to retrieve a merchant's participation in all available programs, in addition to methods for explicitly enabling or disabling participation in each program.

Inheritance

java.lang.Object > ProgramsServiceGrpc.ProgramsServiceImplBase

Implements

io.grpc.BindableService, ProgramsServiceGrpc.AsyncService

Constructors

ProgramsServiceImplBase()

public ProgramsServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
Type Description
io.grpc.ServerServiceDefinition