| Package | Description |
|---|---|
| com.google.apphosting.api |
Provides access to the ApiProxy, which dispatches API calls to backend services.
|
| Class and Description |
|---|
ApiProxy.ApiConfig
ApiConfig encapsulates one or more configuration
parameters scoped to an individual API call. |
| ApiProxy.ApiDeadlineExceededException |
| ApiProxy.ApiProxyException
An exception produced when trying to perform an API call.
|
| ApiProxy.ApplicationException |
| ApiProxy.ArgumentException |
| ApiProxy.CallNotFoundException |
| ApiProxy.CancelledException |
| ApiProxy.CapabilityDisabledException |
| ApiProxy.Delegate
This interface can be used to provide a class that actually
implements API calls.
|
| ApiProxy.Environment
Environment is a simple data container that provides additional
information about the current request (e.g.
|
| ApiProxy.EnvironmentFactory
Used to create an Environment object to use if no thread local Environment is set.
|
| ApiProxy.FeatureNotEnabledException |
ApiProxy.LogRecord
LogRecord represents a single apphosting log entry,
including a Java-specific logging level, a timestamp in
microseconds, and a message, which is a formatted string containing the
rest of the logging information (e.g. |
| ApiProxy.LogRecord.Level |
| ApiProxy.OverQuotaException |
| ApiProxy.RequestTooLargeException |
| ApiProxy.ResponseTooLargeException |
| ApiProxy.RPCFailedException |
| ApiProxy.UnknownException
An exception whose cause is not known or understood by the API code.
|
| ApiStats
Represents automatic statistics collected by the ApiProxy.
|
| CloudTraceContext
Stores tracing context including IDs and settings.
|
Copyright © 2022. All rights reserved.