- get(ApiProxy.Environment) - Static method in class com.google.apphosting.api.ApiStats
-
For a given environment, return the corresponding ApiStats object.
- getApiTimeInMegaCycles() - Method in class com.google.apphosting.api.ApiStats
-
- getAppId() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Gets the application identifier for the current application.
- getApplicationError() - Method in exception com.google.apphosting.api.ApiProxy.ApplicationException
-
- getAttributes() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Get a Map containing any attributes that have been set in this
Environment.
- getAuthDomain() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Returns the domain used for authentication.
- getCpuTimeInMegaCycles() - Method in interface com.google.apphosting.api.ApiProxy.ApiResultFuture
-
Returns the amount of CPU time consumed across any backend
servers responsible for serving this API call.
- getCpuTimeInMegaCycles() - Method in class com.google.apphosting.api.ApiStats
-
- getCurrentContext(ApiProxy.Environment) - Static method in class com.google.apphosting.api.CloudTrace
-
Returns the current trace context for the given environment and the current thread.
- getCurrentEnvironment() - Static method in class com.google.apphosting.api.ApiProxy
-
Gets the environment associated with this thread.
- getDeadlineInSeconds() - Method in class com.google.apphosting.api.ApiProxy.ApiConfig
-
Returns the number of seconds that the API call will be allowed
to run, or null for the default deadline.
- getDefaultContext() - Method in class com.google.apphosting.api.CloudTrace
-
Returns the default context when a thread-specific one doesn't exist.
- getDelegate() - Static method in class com.google.apphosting.api.ApiProxy
-
Gets the delegate to which we will proxy requests.
- getEmail() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Gets the email address of the currently logged-in user.
- getEnvironmentFactory() - Static method in class com.google.apphosting.api.ApiProxy
-
- getErrorDetail() - Method in exception com.google.apphosting.api.ApiProxy.ApplicationException
-
- getInstance() - Static method in class com.google.appengine.api.LifecycleManager
-
- getLevel() - Method in class com.google.apphosting.api.ApiProxy.LogRecord
-
- getMessage() - Method in class com.google.apphosting.api.ApiProxy.LogRecord
-
- getModuleId() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Gets the module identifier for the current application instance.
- getParentSpanId() - Method in class com.google.apphosting.api.CloudTraceContext
-
- getRemainingMillis() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Gets the remaining number of milliseconds left before this request receives a
DeadlineExceededException from App Engine.
- getRemainingShutdownTime() - Method in class com.google.appengine.api.LifecycleManager
-
If the runtime is shutting down, returns how long, in
milliseconds, is left for shutdown code to clean up.
- getRequestNamespace() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
- getRequestThreads(E) - Method in interface com.google.apphosting.api.ApiProxy.Delegate
-
Returns a list of all threads which are currently running requests.
- getRequestThreads() - Static method in class com.google.apphosting.api.ApiProxy
-
Returns a list of all threads which are currently running requests.
- getSourceLocation() - Method in class com.google.apphosting.api.ApiProxy.LogRecord
-
- getSpanId() - Method in interface com.google.apphosting.api.ApiProxy.EnvironmentWithTrace
-
Get the span id of the current request, which can be used to identify a span within a trace.
- getSpanId() - Method in class com.google.apphosting.api.CloudTraceContext
-
- getStackFrame() - Method in class com.google.apphosting.api.ApiProxy.LogRecord
-
- getTimestamp() - Method in class com.google.apphosting.api.ApiProxy.LogRecord
-
Returns the timestamp of the log message, in microseconds since midnight UTC on
1 January 1970.
- getTraceId() - Method in interface com.google.apphosting.api.ApiProxy.EnvironmentWithTrace
-
Get the trace id of the current request, which can be used to correlate log messages
belonging to that request.
- getTraceId() - Method in class com.google.apphosting.api.CloudTraceContext
-
- getTraceMask() - Method in class com.google.apphosting.api.CloudTraceContext
-
- getVersionId() - Method in interface com.google.apphosting.api.ApiProxy.Environment
-
Gets the version identifier for the current application version.
- getWallclockTimeInMillis() - Method in interface com.google.apphosting.api.ApiProxy.ApiResultFuture
-
Returns the amount of wallclock time, measured in milliseconds,
that this API call took to complete, as measured from the
client side.