Java 8 has reached end of support
and will be deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Java 8
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Java
8 applications will continue to run and receive traffic after their
deprecation date. We recommend that
you migrate to the latest supported version of Java.
Index
Stay organized with collections
Save and categorize content based on your preferences.
C D G H I L M R S U
C
- com.google.appengine.tools.remoteapi - package com.google.appengine.tools.remoteapi
- copy() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
- credentials(String, String) - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
Deprecated.Use
useApplicationDefaultCredential()oruseServiceAccountCredentialinstead.
D
- datastoreQueryFetchSize(int) - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
When executing a datastore query, this is the number of results to fetch per HTTP request.
G
- getCredentialsToReuse() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
- getDatastoreQueryFetchSize() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
- getHostname() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
- getMaxConcurrentRequests() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
- getMaxHttpResponseSize() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
- getPassword() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
- getPort() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
- getRemoteApiPath() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
- getRpcCount() - Method in class com.google.appengine.tools.remoteapi.RemoteApiInstaller
-
Returns the number of RPC calls made since the API was installed or
RemoteApiInstaller.resetRpcCount()was called. - getUserEmail() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
H
- HostedClientLogin - Class in com.google.appengine.tools.remoteapi
-
ClientLoginimplementation for use inside an App Engine container. - HostedClientLogin() - Constructor for class com.google.appengine.tools.remoteapi.HostedClientLogin
I
- install(RemoteApiOptions) - Method in class com.google.appengine.tools.remoteapi.RemoteApiInstaller
-
Installs the remote API using the provided options.
- installOnAllThreads(RemoteApiOptions) - Method in class com.google.appengine.tools.remoteapi.RemoteApiInstaller
-
Installs the remote API on all threads using the provided options.
L
- LoginException - Exception in com.google.appengine.tools.remoteapi
-
Thrown when there's an error logging in.
- LoginException(String) - Constructor for exception com.google.appengine.tools.remoteapi.LoginException
- logMethodCalls() - Method in class com.google.appengine.tools.remoteapi.RemoteApiInstaller
-
Starts logging remote API method calls to the console.
M
- makeDevAppServerCookie(String, String) - Static method in class com.google.appengine.tools.remoteapi.RemoteApiInstaller
- maxConcurrentRequests(int) - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
This parameter controls the maximum number of async API requests that will be in flight at once.
- maxHttpResponseSize(int) - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
When making a remote call, this is the maximum size of the HTTP response.
R
- RemoteApiException - Class in com.google.appengine.tools.remoteapi
-
Indicates an internal exception in the remote API.
- RemoteApiException(String, String, String, Throwable) - Constructor for class com.google.appengine.tools.remoteapi.RemoteApiException
- RemoteApiInstaller - Class in com.google.appengine.tools.remoteapi
-
Installs and uninstalls the remote API.
- RemoteApiInstaller() - Constructor for class com.google.appengine.tools.remoteapi.RemoteApiInstaller
- RemoteApiOptions - Class in com.google.appengine.tools.remoteapi
-
A mutable object containing settings for installing the remote API.
- RemoteApiOptions() - Constructor for class com.google.appengine.tools.remoteapi.RemoteApiOptions
- remoteApiPath(String) - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
Sets the path used to access the remote API.
- resetRpcCount() - Method in class com.google.appengine.tools.remoteapi.RemoteApiInstaller
- reuseCredentials(String, String) - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
Reuses credentials from another AppEngineClient.
S
- serializeCredentials() - Method in class com.google.appengine.tools.remoteapi.RemoteApiInstaller
-
Returns a string containing the cookies associated with this connection.
- server(String, int) - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
Sets the host and port port where we will connect.
U
- uninstall() - Method in class com.google.appengine.tools.remoteapi.RemoteApiInstaller
-
Uninstalls the remote API.
- useApplicationDefaultCredential() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
Use a Google Application Default credential for authentication.
- useComputeEngineCredential() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
Deprecated.
- useDevelopmentServerCredential() - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
Use credentials appropriate for talking to the Development Server.
- useServiceAccountCredential(String, String) - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
Use a service account credential.
- useServiceAccountCredential(String, PrivateKey) - Method in class com.google.appengine.tools.remoteapi.RemoteApiOptions
-
Use a service account credential.