Uses of Interface
com.google.cloud.spi.ServiceRpcFactory
-
Packages that use ServiceRpcFactory Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of ServiceRpcFactory in com.google.cloud
Methods in com.google.cloud that return ServiceRpcFactory Modifier and Type Method Description ServiceRpcFactory<OptionsT>
ServiceDefaults. getDefaultRpcFactory()
Methods in com.google.cloud with parameters of type ServiceRpcFactory Modifier and Type Method Description B
ServiceOptions.Builder. setServiceRpcFactory(ServiceRpcFactory<OptionsT> serviceRpcFactory)
Sets the factory for rpc services.
-