public abstract static class ProgramsServiceGrpc.ProgramsServiceImplBase implements BindableService, ProgramsServiceGrpc.AsyncServiceBase 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 business's participation in all available programs, in addition to methods for explicitly enabling or disabling participation in each program.
Constructors
ProgramsServiceImplBase()
public ProgramsServiceImplBase()Methods
bindService()
public final ServerServiceDefinition bindService()| Returns | |
|---|---|
| Type | Description |
io.grpc.ServerServiceDefinition |
|