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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptionsTgetOptions()
-
-
-
Method Detail
-
getOptions
OptionsT getOptions()
-
-