Package com.google.cloud
Interface Service<OptionsT extends ServiceOptions<?,OptionsT>>
-
- Type Parameters:
OptionsT
- theServiceOptions
subclass 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 OptionsT
getOptions()
-
-
-
Method Detail
-
getOptions
OptionsT getOptions()
-
-