public static class HttpStorageOptions.HttpStorageRpcFactory implements StorageRpcFactory, Serializable
Internal implementation detail, only public to allow for java.io.Serializable.
To access an instance of this class instead use HttpStorageOptions.defaults().getDefaultRpcFactory(). See Also: HttpStorageDefaults#getDefaultRpcFactory(), HttpStorageOptions#defaults()
Constructors
HttpStorageRpcFactory() (deprecated)
public HttpStorageRpcFactory()
Deprecated. instead use HttpStorageOptions.defaults().getDefaultRpcFactory()
Internal implementation detail, only public to allow for java.io.Serializable.
To access an instance of this class instead use HttpStorageOptions.defaults().getDefaultRpcFactory(). See Also: HttpStorageDefaults#getDefaultRpcFactory(), HttpStorageOptions#defaults()
Methods
create(StorageOptions options)
public ServiceRpc create(StorageOptions options)
Name | Description |
options |
StorageOptions |
Type | Description |
com.google.cloud.ServiceRpc |