@BetaApi @TransportCompatibility(value=GRPC) public final class GrpcStorageOptions extends StorageOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
GrpcStorageOptions.Builder |
static class |
GrpcStorageOptions.GrpcStorageDefaults |
static class |
GrpcStorageOptions.GrpcStorageFactory
Internal implementation detail, only public to allow for
Serializable
compatibility in ServiceOptions. |
static class |
GrpcStorageOptions.GrpcStorageRpcFactory
Deprecated.
|
StorageOptions.DefaultStorageFactory, StorageOptions.DefaultStorageRpcFactory| Modifier and Type | Method and Description |
|---|---|
static com.google.cloud.storage.Retrying.RetryingDependencies |
attemptOnce() |
static GrpcStorageOptions.GrpcStorageDefaults |
defaults() |
boolean |
equals(Object obj) |
com.google.api.core.ApiClock |
getClock() |
static GrpcStorageOptions |
getDefaultInstance() |
com.google.api.gax.retrying.RetrySettings |
getRetrySettings() |
protected Set<String> |
getScopes() |
int |
hashCode() |
static GrpcStorageOptions.Builder |
newBuilder() |
protected boolean |
shouldRefreshService(Storage cachedService) |
GrpcStorageOptions.Builder |
toBuilder() |
getDefaultHttpTransportOptions, getUnauthenticatedInstance, grpc, http, projectIdRequiredbaseEquals, 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, shouldRefreshRpcprotected Set<String> getScopes()
getScopes in class com.google.cloud.ServiceOptions<Storage,StorageOptions>@BetaApi public GrpcStorageOptions.Builder toBuilder()
toBuilder in class StorageOptionspublic int hashCode()
hashCode in class StorageOptionspublic boolean equals(Object obj)
equals in class StorageOptions@BetaApi public static GrpcStorageOptions.Builder newBuilder()
@BetaApi public static GrpcStorageOptions getDefaultInstance()
@BetaApi public static GrpcStorageOptions.GrpcStorageDefaults defaults()
protected boolean shouldRefreshService(Storage cachedService)
shouldRefreshService in class com.google.cloud.ServiceOptions<Storage,StorageOptions>public com.google.api.gax.retrying.RetrySettings getRetrySettings()
public com.google.api.core.ApiClock getClock()
public static com.google.cloud.storage.Retrying.RetryingDependencies attemptOnce()
Copyright © 2022 Google LLC. All rights reserved.