Class DatastoreOptions (2.33.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass DatastoreOptionsextendsServiceOptions<Datastore,DatastoreOptions>Inherited Members
com.google.cloud.ServiceOptions.<B>toBuilder()
com.google.cloud.ServiceOptions.<T>getFromServiceLoader(java.lang.Class<? extends T>,T)
com.google.cloud.ServiceOptions.<T>newInstance(java.lang.String)
com.google.cloud.ServiceOptions.baseEquals(com.google.cloud.ServiceOptions<?,?>)
com.google.cloud.ServiceOptions.baseHashCode()
com.google.cloud.ServiceOptions.defaultRetrySettings()
com.google.cloud.ServiceOptions.getApiTracerFactory()
com.google.cloud.ServiceOptions.getAppEngineAppId()
com.google.cloud.ServiceOptions.getAppEngineProjectId()
com.google.cloud.ServiceOptions.getAppEngineProjectIdFromAppId()
com.google.cloud.ServiceOptions.getApplicationName()
com.google.cloud.ServiceOptions.getClientLibToken()
com.google.cloud.ServiceOptions.getClock()
com.google.cloud.ServiceOptions.getCredentials()
com.google.cloud.ServiceOptions.getDefaultHost()
com.google.cloud.ServiceOptions.getDefaultProject()
com.google.cloud.ServiceOptions.getDefaultProjectId()
com.google.cloud.ServiceOptions.getDefaultRetrySettings()
com.google.cloud.ServiceOptions.getGoogApiClientLibName()
com.google.cloud.ServiceOptions.getGoogleCloudProjectId()
com.google.cloud.ServiceOptions.getHost()
com.google.cloud.ServiceOptions.getLibraryName()
com.google.cloud.ServiceOptions.getLibraryVersion()
com.google.cloud.ServiceOptions.getMergedHeaderProvider(com.google.api.gax.rpc.HeaderProvider)
com.google.cloud.ServiceOptions.getNoRetrySettings()
com.google.cloud.ServiceOptions.getProjectId()
com.google.cloud.ServiceOptions.getQuotaProjectId()
com.google.cloud.ServiceOptions.getResolvedApiaryHost(java.lang.String)
com.google.cloud.ServiceOptions.getResolvedHost(java.lang.String)
com.google.cloud.ServiceOptions.getRetrySettings()
com.google.cloud.ServiceOptions.getRpc()
com.google.cloud.ServiceOptions.getScopedCredentials()
com.google.cloud.ServiceOptions.getScopes()
com.google.cloud.ServiceOptions.getService()
com.google.cloud.ServiceOptions.getServiceAccountProjectId()
com.google.cloud.ServiceOptions.getTransportOptions()
com.google.cloud.ServiceOptions.getUniverseDomain()
com.google.cloud.ServiceOptions.getUserAgent()
com.google.cloud.ServiceOptions.hasValidUniverseDomain()
com.google.cloud.ServiceOptions.projectIdRequired()
com.google.cloud.ServiceOptions.shouldRefreshRpc(com.google.cloud.ServiceRpc)
com.google.cloud.ServiceOptions.shouldRefreshService(ServiceT)
Static Fields
INIT_CHANNEL_COUNT
publicstaticfinalintINIT_CHANNEL_COUNT| Field Value | |
|---|---|
| Type | Description |
int |
|
LOCAL_HOST_ENV_VAR
publicstaticfinalStringLOCAL_HOST_ENV_VAR| Field Value | |
|---|---|
| Type | Description |
String |
|
MAX_CHANNEL_COUNT
publicstaticfinalintMAX_CHANNEL_COUNT| Field Value | |
|---|---|
| Type | Description |
int |
|
MIN_CHANNEL_COUNT
publicstaticfinalintMIN_CHANNEL_COUNT| Field Value | |
|---|---|
| Type | Description |
int |
|
PROJECT_ID_ENV_VAR
publicstaticfinalStringPROJECT_ID_ENV_VAR| Field Value | |
|---|---|
| Type | Description |
String |
|
Static Methods
getDefaultGrpcTransportOptions()
publicstaticGrpcTransportOptionsgetDefaultGrpcTransportOptions()| Returns | |
|---|---|
| Type | Description |
com.google.cloud.grpc.GrpcTransportOptions |
|
getDefaultHttpTransportOptions()
publicstaticHttpTransportOptionsgetDefaultHttpTransportOptions()| Returns | |
|---|---|
| Type | Description |
com.google.cloud.http.HttpTransportOptions |
|
getDefaultInstance()
publicstaticDatastoreOptionsgetDefaultInstance()Returns a default DatastoreOptions instance.
| Returns | |
|---|---|
| Type | Description |
DatastoreOptions |
|
newBuilder()
publicstaticDatastoreOptions.BuildernewBuilder()| Returns | |
|---|---|
| Type | Description |
DatastoreOptions.Builder |
|
Methods
equals(Object obj)
publicbooleanequals(Objectobj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDatabaseId()
publicStringgetDatabaseId()| Returns | |
|---|---|
| Type | Description |
String |
|
getDatastoreRpcV1()
protectedDatastoreRpcgetDatastoreRpcV1()| Returns | |
|---|---|
| Type | Description |
DatastoreRpc |
|
getDefaultHost()
protectedStringgetDefaultHost()| Returns | |
|---|---|
| Type | Description |
String |
|
com.google.cloud.ServiceOptions.getDefaultHost()
getDefaultProject()
protectedStringgetDefaultProject()| Returns | |
|---|---|
| Type | Description |
String |
|
com.google.cloud.ServiceOptions.getDefaultProject()
getNamespace()
publicStringgetNamespace()Returns the default namespace to be used by the datastore service.
| Returns | |
|---|---|
| Type | Description |
String |
|
getOpenTelemetryOptions()
publicDatastoreOpenTelemetryOptionsgetOpenTelemetryOptions()| Returns | |
|---|---|
| Type | Description |
DatastoreOpenTelemetryOptions |
|
getScopes()
protectedSet<String>getScopes()| Returns | |
|---|---|
| Type | Description |
Set<String> |
|
com.google.cloud.ServiceOptions.getScopes()
getTransportChannelProvider()
publicTransportChannelProvidergetTransportChannelProvider()| Returns | |
|---|---|
| Type | Description |
TransportChannelProvider |
|
hashCode()
publicinthashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
toBuilder()
publicDatastoreOptions.BuildertoBuilder()| Returns | |
|---|---|
| Type | Description |
DatastoreOptions.Builder |
|
com.google.cloud.ServiceOptions.<B>toBuilder()