| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
gcloud-java library. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ServiceRpcFactory<ServiceRpcT,OptionsT> |
ServiceOptions.defaultRpcFactory() |
| Modifier and Type | Method and Description |
|---|---|
B |
ServiceOptions.Builder.serviceRpcFactory(ServiceRpcFactory<ServiceRpcT,OptionsT> serviceRpcFactory)
Sets the factory for rpc services.
|
| Constructor and Description |
|---|
ServiceOptions(Class<? extends ServiceFactory<ServiceT,OptionsT>> serviceFactoryClass,
Class<? extends ServiceRpcFactory<ServiceRpcT,OptionsT>> rpcFactoryClass,
ServiceOptions.Builder<ServiceT,ServiceRpcT,OptionsT,?> builder) |
Copyright © 2016 Google. All rights reserved.