public class StorageOptions extends HttpServiceOptions<Storage,StorageRpc,StorageOptions>
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageOptions.Builder |
static class |
StorageOptions.DefaultStorageFactory |
static class |
StorageOptions.DefaultStorageRpcFactory |
HttpServiceOptions.DefaultHttpTransportFactory, HttpServiceOptions.HttpTransportFactory| Modifier and Type | Method and Description |
|---|---|
static StorageOptions.Builder |
builder() |
static StorageOptions |
defaultInstance()
Returns a default
StorageOptions instance. |
protected StorageRpcFactory |
defaultRpcFactory() |
protected StorageFactory |
defaultServiceFactory() |
boolean |
equals(Object obj) |
int |
hashCode() |
protected Set<String> |
scopes() |
StorageOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, connectTimeout, httpRequestInitializer, httpTransportFactory, readTimeoutappEngineAppId, appEngineProjectId, applicationName, authCredentials, baseEquals, clock, defaultHost, defaultProject, defaultRetryParams, googleCloudProjectId, host, libraryName, libraryVersion, projectId, projectIdRequired, retryParams, rpc, service, serviceAccountProjectIdprotected StorageFactory defaultServiceFactory()
defaultServiceFactory in class ServiceOptions<Storage,StorageRpc,StorageOptions>protected StorageRpcFactory defaultRpcFactory()
defaultRpcFactory in class ServiceOptions<Storage,StorageRpc,StorageOptions>protected Set<String> scopes()
scopes in class ServiceOptions<Storage,StorageRpc,StorageOptions>public static StorageOptions defaultInstance()
StorageOptions instance.public StorageOptions.Builder toBuilder()
toBuilder in class ServiceOptions<Storage,StorageRpc,StorageOptions>public static StorageOptions.Builder builder()
Copyright © 2016 Google. All rights reserved.