public static class RequestManager.RequestToken extends Object
RequestToken acts as a Memento object that passes state
between a call to startRequest and finishRequest.
It should be treated as opaque by clients.| Modifier and Type | Method and Description |
|---|---|
void |
addAppLogMessage(com.google.apphosting.api.ApiProxy.LogRecord.Level level,
String message) |
AppVersion |
getAppVersion() |
AppVersionKey |
getAppVersionKey() |
long |
getDeadline() |
String |
getRequestId() |
String |
getSecurityTicket() |
long |
getStartTimeMillis() |
RequestState |
getState() |
public RequestState getState()
public String getRequestId()
public String getSecurityTicket()
public AppVersion getAppVersion()
public AppVersionKey getAppVersionKey()
public long getDeadline()
public long getStartTimeMillis()
public void addAppLogMessage(com.google.apphosting.api.ApiProxy.LogRecord.Level level,
String message)
Copyright © 2022. All rights reserved.