buildgrid.server.bots.instance module

class buildgrid.server.bots.instance.BotsInterface(scheduler: Scheduler)

Bases: Instance

SERVICE_NAME: ClassVar[str] = 'google.devtools.remoteworkers.v1test2.Bots'

The expected FULL_NAME of the Service which will wrap this instance. This value should be declared on the class of any Instance implementations.

start() None

A method called when the grpc service is starting.

This method may be overriden if startup logic is required.

stop() None

A method called when the grpc service is shutting down.

This method may be overriden if shutdown logic is required.