public class DatastoreOptions extends HttpServiceOptions<Datastore,DatastoreRpc,DatastoreOptions>
| Modifier and Type | Class and Description |
|---|---|
static class |
DatastoreOptions.Builder |
static class |
DatastoreOptions.DefaultDatastoreFactory |
static class |
DatastoreOptions.DefaultDatastoreRpcFactory |
HttpServiceOptions.DefaultHttpTransportFactory, HttpServiceOptions.HttpTransportFactory| Modifier and Type | Method and Description |
|---|---|
static DatastoreOptions.Builder |
builder()
Deprecated.
|
static DatastoreOptions |
defaultInstance()
Deprecated.
|
boolean |
equals(Object obj) |
protected String |
getDefaultHost() |
static DatastoreOptions |
getDefaultInstance()
Returns a default
DatastoreOptions instance. |
protected String |
getDefaultProject() |
protected DatastoreRpcFactory |
getDefaultRpcFactory() |
protected DatastoreFactory |
getDefaultServiceFactory() |
com.google.api.client.http.HttpRequestInitializer |
getHttpRequestInitializer() |
String |
getNamespace()
Returns the default namespace to be used by the datastore service.
|
protected Set<String> |
getScopes() |
int |
hashCode() |
String |
namespace()
Deprecated.
|
static DatastoreOptions.Builder |
newBuilder() |
DatastoreOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, connectTimeout, getConnectTimeout, getHttpTransportFactory, getReadTimeout, httpRequestInitializer, httpTransportFactory, readTimeoutappEngineAppId, appEngineProjectId, applicationName, authCredentials, baseEquals, clock, defaultHost, defaultProject, defaultRetryParams, defaultRpcFactory, defaultServiceFactory, getApplicationName, getAuthCredentials, getClock, getHost, getLibraryName, getLibraryVersion, getProjectId, getRetryParams, getRpc, getService, googleCloudProjectId, host, libraryName, libraryVersion, projectId, projectIdRequired, retryParams, rpc, scopes, service, serviceAccountProjectIdpublic com.google.api.client.http.HttpRequestInitializer getHttpRequestInitializer()
getHttpRequestInitializer in class HttpServiceOptions<Datastore,DatastoreRpc,DatastoreOptions>protected String getDefaultHost()
getDefaultHost in class ServiceOptions<Datastore,DatastoreRpc,DatastoreOptions>protected String getDefaultProject()
getDefaultProject in class ServiceOptions<Datastore,DatastoreRpc,DatastoreOptions>protected DatastoreFactory getDefaultServiceFactory()
getDefaultServiceFactory in class ServiceOptions<Datastore,DatastoreRpc,DatastoreOptions>protected DatastoreRpcFactory getDefaultRpcFactory()
getDefaultRpcFactory in class ServiceOptions<Datastore,DatastoreRpc,DatastoreOptions>@Deprecated public String namespace()
public String getNamespace()
@Deprecated public static DatastoreOptions defaultInstance()
DatastoreOptions instance.public static DatastoreOptions getDefaultInstance()
DatastoreOptions instance.protected Set<String> getScopes()
getScopes in class ServiceOptions<Datastore,DatastoreRpc,DatastoreOptions>public DatastoreOptions.Builder toBuilder()
toBuilder in class ServiceOptions<Datastore,DatastoreRpc,DatastoreOptions>@Deprecated public static DatastoreOptions.Builder builder()
public static DatastoreOptions.Builder newBuilder()
Copyright © 2016 Google. All rights reserved.