@BetaApi @TransportCompatibility(value=HTTP) public class HttpStorageOptions extends StorageOptions
Modifier and Type | Class and Description |
---|---|
static class |
HttpStorageOptions.Builder |
static class |
HttpStorageOptions.HttpStorageDefaults |
static class |
HttpStorageOptions.HttpStorageFactory
Internal implementation detail, only public to allow for
Serializable . |
static class |
HttpStorageOptions.HttpStorageRpcFactory
Internal implementation detail, only public to allow for
Serializable . |
StorageOptions.DefaultStorageFactory, StorageOptions.DefaultStorageRpcFactory
Modifier and Type | Method and Description |
---|---|
static HttpStorageOptions.HttpStorageDefaults |
defaults() |
boolean |
equals(Object obj) |
static HttpStorageOptions |
getDefaultInstance() |
protected Set<String> |
getScopes() |
int |
hashCode() |
static HttpStorageOptions.Builder |
newBuilder() |
HttpStorageOptions.Builder |
toBuilder() |
getDefaultHttpTransportOptions, getUnauthenticatedInstance, grpc, http, projectIdRequired
baseEquals, baseHashCode, defaultRetrySettings, getAppEngineAppId, getAppEngineProjectId, getAppEngineProjectIdFromAppId, getApplicationName, getClientLibToken, getClock, getCredentials, getDefaultHost, getDefaultProject, getDefaultProjectId, getDefaultRetrySettings, getFromServiceLoader, getGoogApiClientLibName, getGoogleCloudProjectId, getHost, getLibraryName, getLibraryVersion, getMergedHeaderProvider, getNoRetrySettings, getProjectId, getQuotaProjectId, getRetrySettings, getRpc, getScopedCredentials, getService, getServiceAccountProjectId, getTransportOptions, getUserAgent, newInstance, shouldRefreshRpc, shouldRefreshService
protected Set<String> getScopes()
getScopes
in class com.google.cloud.ServiceOptions<Storage,StorageOptions>
public HttpStorageOptions.Builder toBuilder()
toBuilder
in class StorageOptions
public int hashCode()
hashCode
in class StorageOptions
public boolean equals(Object obj)
equals
in class StorageOptions
public static HttpStorageOptions.Builder newBuilder()
public static HttpStorageOptions getDefaultInstance()
public static HttpStorageOptions.HttpStorageDefaults defaults()
Copyright © 2023 Google LLC. All rights reserved.