Uses of Interface
com.google.cloud.ServiceFactory
-
Packages that use ServiceFactory Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of ServiceFactory in com.google.cloud
Methods in com.google.cloud that return ServiceFactory Modifier and Type Method Description ServiceFactory<ServiceT,OptionsT>
ServiceDefaults. getDefaultServiceFactory()
Methods in com.google.cloud with parameters of type ServiceFactory Modifier and Type Method Description B
ServiceOptions.Builder. setServiceFactory(ServiceFactory<ServiceT,OptionsT> serviceFactory)
Sets the service factory.Constructor parameters in com.google.cloud with type arguments of type ServiceFactory Constructor Description ServiceOptions(Class<? extends ServiceFactory<ServiceT,OptionsT>> serviceFactoryClass, Class<? extends ServiceRpcFactory<OptionsT>> rpcFactoryClass, ServiceOptions.Builder<ServiceT,OptionsT,?> builder, ServiceDefaults<ServiceT,OptionsT> serviceDefaults)
-