Uses of Class
com.google.appengine.tools.remoteapi.RemoteApiOptions
-
Uses of RemoteApiOptions in com.google.appengine.tools.remoteapi
Methods in com.google.appengine.tools.remoteapi that return RemoteApiOptionsModifier and TypeMethodDescriptionRemoteApiOptions.copy()RemoteApiOptions.credentials(String newUserEMail, String newPassword) Deprecated.RemoteApiOptions.datastoreQueryFetchSize(int newValue) When executing a datastore query, this is the number of results to fetch per HTTP request.RemoteApiOptions.maxConcurrentRequests(int newValue) This parameter controls the maximum number of async API requests that will be in flight at once.RemoteApiOptions.maxHttpResponseSize(int newValue) When making a remote call, this is the maximum size of the HTTP response.RemoteApiOptions.remoteApiPath(String newPath) Sets the path used to access the remote API.RemoteApiOptions.reuseCredentials(String newUserEmail, String serializedCredentials) Reuses credentials from another AppEngineClient.Sets the host and port port where we will connect.RemoteApiOptions.useAccessToken(String accessToken) Use an access token credential.RemoteApiOptions.useApplicationDefaultCredential()Use a Google Application Default credential for authentication.RemoteApiOptions.useComputeEngineCredential()Deprecated.RemoteApiOptions.useDevelopmentServerCredential()Use credentials appropriate for talking to the Development Server.RemoteApiOptions.useServiceAccountCredential(String serviceAccountId, String p12PrivateKeyFile) Use a service account credential.RemoteApiOptions.useServiceAccountCredential(String serviceAccountId, PrivateKey privateKey) Use a service account credential.Methods in com.google.appengine.tools.remoteapi with parameters of type RemoteApiOptionsModifier and TypeMethodDescriptionvoidRemoteApiInstaller.install(RemoteApiOptions options) Installs the remote API using the provided options.voidRemoteApiInstaller.installOnAllThreads(RemoteApiOptions options) Installs the remote API on all threads using the provided options.
useApplicationDefaultCredential()oruseServiceAccountCredential(java.lang.String,java.lang.String)instead.