Package com.google.cloud
Interface ServiceDefaults<ServiceT extends Service<OptionsT>,OptionsT extends ServiceOptions<ServiceT,OptionsT>>
- All Superinterfaces:
Serializable
public interface ServiceDefaults<ServiceT extends Service<OptionsT>,OptionsT extends ServiceOptions<ServiceT,OptionsT>>
extends Serializable
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDefaultServiceFactory
ServiceFactory<ServiceT,OptionsT> getDefaultServiceFactory() -
getDefaultRpcFactory
ServiceRpcFactory<OptionsT> getDefaultRpcFactory() -
getDefaultTransportOptions
TransportOptions getDefaultTransportOptions()
-