Class BaseService<OptionsT extends ServiceOptions<?,OptionsT>>

java.lang.Object
com.google.cloud.BaseService<OptionsT>
Type Parameters:
OptionsT - the ServiceOptions subclass corresponding to the service
All Implemented Interfaces:
Service<OptionsT>

public abstract class BaseService<OptionsT extends ServiceOptions<?,OptionsT>> extends Object implements Service<OptionsT>
Base class for service objects.