public class DatastoreOptions extends com.google.cloud.ServiceOptions<Datastore,DatastoreOptions>
Modifier and Type | Class and Description |
---|---|
static class |
DatastoreOptions.Builder |
static class |
DatastoreOptions.DefaultDatastoreFactory |
static class |
DatastoreOptions.DefaultDatastoreRpcFactory |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected DatastoreRpc |
getDatastoreRpcV1() |
protected String |
getDefaultHost() |
static com.google.cloud.http.HttpTransportOptions |
getDefaultHttpTransportOptions() |
static DatastoreOptions |
getDefaultInstance()
Returns a default
DatastoreOptions instance. |
protected String |
getDefaultProject() |
String |
getNamespace()
Returns the default namespace to be used by the datastore service.
|
protected Set<String> |
getScopes() |
int |
hashCode() |
static DatastoreOptions.Builder |
newBuilder() |
DatastoreOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, defaultRetrySettings, getAppEngineAppId, getAppEngineProjectId, getAppEngineProjectIdFromAppId, getApplicationName, getClientLibToken, getClock, getCredentials, getDefaultProjectId, getDefaultRetrySettings, getFromServiceLoader, getGoogApiClientLibName, getGoogleCloudProjectId, getHost, getLibraryName, getLibraryVersion, getMergedHeaderProvider, getNoRetrySettings, getProjectId, getRetrySettings, getRpc, getScopedCredentials, getService, getServiceAccountProjectId, getTransportOptions, getUserAgent, newInstance, projectIdRequired, shouldRefreshRpc, shouldRefreshService
protected String getDefaultHost()
getDefaultHost
in class com.google.cloud.ServiceOptions<Datastore,DatastoreOptions>
protected String getDefaultProject()
getDefaultProject
in class com.google.cloud.ServiceOptions<Datastore,DatastoreOptions>
public static com.google.cloud.http.HttpTransportOptions getDefaultHttpTransportOptions()
public String getNamespace()
public static DatastoreOptions getDefaultInstance()
DatastoreOptions
instance.protected Set<String> getScopes()
getScopes
in class com.google.cloud.ServiceOptions<Datastore,DatastoreOptions>
protected DatastoreRpc getDatastoreRpcV1()
public DatastoreOptions.Builder toBuilder()
toBuilder
in class com.google.cloud.ServiceOptions<Datastore,DatastoreOptions>
public static DatastoreOptions.Builder newBuilder()
Copyright © 2019 Google LLC. All rights reserved.