public class StorageOptions extends ServiceOptions<Storage,StorageOptions>
Modifier and Type | Class and Description |
---|---|
static class |
StorageOptions.Builder |
static class |
StorageOptions.DefaultStorageFactory |
static class |
StorageOptions.DefaultStorageRpcFactory |
CREDENTIAL_ENV_NAME, credentials
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static HttpTransportOptions |
getDefaultHttpTransportOptions() |
static StorageOptions |
getDefaultInstance()
Returns a default
StorageOptions instance. |
protected Set<String> |
getScopes() |
protected StorageRpc |
getStorageRpcV1() |
static StorageOptions |
getUnauthenticatedInstance()
Returns a unauthenticated
StorageOptions instance. |
int |
hashCode() |
static StorageOptions.Builder |
newBuilder() |
protected boolean |
projectIdRequired()
Returns whether a service requires a project ID.
|
StorageOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, defaultRetrySettings, getAppEngineAppId, getAppEngineProjectId, getAppEngineProjectIdFromAppId, getApplicationName, getClock, getCredentials, getDefaultHost, getDefaultProject, getDefaultProjectId, getDefaultRetrySettings, getFromServiceLoader, getGoogApiClientLibName, getGoogleCloudProjectId, getHost, getLibraryName, getLibraryVersion, getMergedHeaderProvider, getNoRetrySettings, getProjectId, getRetrySettings, getRpc, getScopedCredentials, getService, getServiceAccountProjectId, getTransportOptions, getUserAgent, newInstance
public static HttpTransportOptions getDefaultHttpTransportOptions()
protected boolean projectIdRequired()
ServiceOptions
projectIdRequired
in class ServiceOptions<Storage,StorageOptions>
protected Set<String> getScopes()
getScopes
in class ServiceOptions<Storage,StorageOptions>
protected StorageRpc getStorageRpcV1()
public static StorageOptions getDefaultInstance()
StorageOptions
instance.public static StorageOptions getUnauthenticatedInstance()
StorageOptions
instance.public StorageOptions.Builder toBuilder()
toBuilder
in class ServiceOptions<Storage,StorageOptions>
public static StorageOptions.Builder newBuilder()
Copyright © 2019 Google LLC. All rights reserved.