Package com.google.cloud
Interface Service<OptionsT extends ServiceOptions<?,OptionsT>>
- Type Parameters:
OptionsT- theServiceOptionssubclass corresponding to the service
- All Known Implementing Classes:
BaseService
public interface Service<OptionsT extends ServiceOptions<?,OptionsT>>
Interface for service objects.
-
Method Summary
-
Method Details
-
getOptions
OptionsT getOptions()
-