Package com.google.apphosting.runtime
Class UpRequestAPIData
java.lang.Object
com.google.apphosting.runtime.UpRequestAPIData
- All Implemented Interfaces:
RequestAPIData
-
Constructor Summary
ConstructorsConstructorDescriptionUpRequestAPIData(com.google.apphosting.base.protos.RuntimePb.UPRequest request) -
Method Summary
Modifier and TypeMethodDescriptiongetAppId()@Nullable StringgetEmail()longStream<com.google.apphosting.base.protos.HttpPb.ParsedHttpHeader> booleanbooleanbooleancom.google.apphosting.base.protos.RuntimePb.UPRequest.RequestTypecom.google.apphosting.base.protos.TracePb.TraceContextProtobooleangetUrl()booleanbooleanbooleanboolean
-
Constructor Details
-
UpRequestAPIData
public UpRequestAPIData(com.google.apphosting.base.protos.RuntimePb.UPRequest request)
-
-
Method Details
-
getObfuscatedGaiaId
- Specified by:
getObfuscatedGaiaIdin interfaceRequestAPIData
-
getUserOrganization
- Specified by:
getUserOrganizationin interfaceRequestAPIData
-
getIsTrustedApp
public boolean getIsTrustedApp()- Specified by:
getIsTrustedAppin interfaceRequestAPIData
-
getPeerUsername
- Specified by:
getPeerUsernamein interfaceRequestAPIData
-
getSecurityLevel
- Specified by:
getSecurityLevelin interfaceRequestAPIData
-
getHeadersList
- Specified by:
getHeadersListin interfaceRequestAPIData
-
getTrusted
public boolean getTrusted()- Specified by:
getTrustedin interfaceRequestAPIData
-
getIsOffline
public boolean getIsOffline()- Specified by:
getIsOfflinein interfaceRequestAPIData
-
getGaiaId
public long getGaiaId()- Specified by:
getGaiaIdin interfaceRequestAPIData
-
getAuthuser
- Specified by:
getAuthuserin interfaceRequestAPIData
-
getGaiaSession
- Specified by:
getGaiaSessionin interfaceRequestAPIData
-
getAppserverDatacenter
- Specified by:
getAppserverDatacenterin interfaceRequestAPIData
-
getAppserverTaskBns
- Specified by:
getAppserverTaskBnsin interfaceRequestAPIData
-
hasEventIdHash
public boolean hasEventIdHash()- Specified by:
hasEventIdHashin interfaceRequestAPIData
-
getEventIdHash
- Specified by:
getEventIdHashin interfaceRequestAPIData
-
hasRequestLogId
public boolean hasRequestLogId()- Specified by:
hasRequestLogIdin interfaceRequestAPIData
-
getRequestLogId
- Specified by:
getRequestLogIdin interfaceRequestAPIData
-
hasDefaultVersionHostname
public boolean hasDefaultVersionHostname()- Specified by:
hasDefaultVersionHostnamein interfaceRequestAPIData
-
getDefaultVersionHostname
- Specified by:
getDefaultVersionHostnamein interfaceRequestAPIData
-
getAppId
- Specified by:
getAppIdin interfaceRequestAPIData
-
getModuleId
- Specified by:
getModuleIdin interfaceRequestAPIData
-
getModuleVersionId
- Specified by:
getModuleVersionIdin interfaceRequestAPIData
-
getIsAdmin
public boolean getIsAdmin()- Specified by:
getIsAdminin interfaceRequestAPIData
-
getEmail
- Specified by:
getEmailin interfaceRequestAPIData
-
getAuthDomain
- Specified by:
getAuthDomainin interfaceRequestAPIData
-
getSecurityTicket
- Specified by:
getSecurityTicketin interfaceRequestAPIData
-
hasTraceContext
public boolean hasTraceContext()- Specified by:
hasTraceContextin interfaceRequestAPIData
-
getTraceContext
public com.google.apphosting.base.protos.TracePb.TraceContextProto getTraceContext()- Specified by:
getTraceContextin interfaceRequestAPIData
-
getUrl
- Specified by:
getUrlin interfaceRequestAPIData
-
getRequestType
public com.google.apphosting.base.protos.RuntimePb.UPRequest.RequestType getRequestType()- Specified by:
getRequestTypein interfaceRequestAPIData
-
getBackgroundRequestId
- Specified by:
getBackgroundRequestIdin interfaceRequestAPIData
-