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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceRpcFactory<OptionsT>
getDefaultRpcFactory()
ServiceFactory<ServiceT,OptionsT>
getDefaultServiceFactory()
TransportOptions
getDefaultTransportOptions()
-
-
-
Method Detail
-
getDefaultServiceFactory
ServiceFactory<ServiceT,OptionsT> getDefaultServiceFactory()
-
getDefaultRpcFactory
ServiceRpcFactory<OptionsT> getDefaultRpcFactory()
-
getDefaultTransportOptions
TransportOptions getDefaultTransportOptions()
-
-