Provides status information about the services available via the GAE APIs. Status details include current availability, scheduled downtime and outages. See Also: com.google.appengine.api.capabilities.CapabilitiesService, The Capabilities Java API in the Google App Engine Developer's Guide.
Classes
CapabilitiesPb
CapabilitiesPb.CapabilityConfig
CapabilitiesPb.CapabilityConfig.Builder
CapabilitiesPb.CapabilityConfigList
CapabilitiesPb.CapabilityConfigList.Builder
CapabilitiesServiceFactory
Factory for creating a CapabilitiesService.
Capability
A capability represents a particular feature or set of features available on the App Engine platform.
To check the availability of a particular capability, use the CapabilitiesService API.
CapabilityServicePb
CapabilityServicePb.IsEnabledRequest
CapabilityServicePb.IsEnabledRequest.Builder
CapabilityServicePb.IsEnabledResponse
CapabilityServicePb.IsEnabledResponse.Builder
CapabilityState
Represents the state of a Capability.
The state of a capability is valid at a particular point in time.
If a particular capability is enabled at time T, there is no guarantee as to if it will be available at time T+1. When a maintenance period is scheduled, there will be usually advance notice as to when the capability is disabled.
ICapabilitiesServiceFactoryProvider
Factory provider for ICapabilitiesServiceFactory.
Note: This class is not intended for end users.
Interfaces
CapabilitiesPb.CapabilityConfigListOrBuilder
CapabilitiesPb.CapabilityConfigOrBuilder
CapabilitiesService
Allows applications to identify API outages. This service is deprecated except for the specific case of querying whether datastore writes are enabled.
CapabilityServicePb.IsEnabledRequestOrBuilder
CapabilityServicePb.IsEnabledResponseOrBuilder
ICapabilitiesServiceFactory
Factory for creating a CapabilitiesService.
Enums
CapabilitiesPb.CapabilityConfig.Status
CapabilityServicePb.IsEnabledResponse.SummaryStatus
CapabilityStatus
Represents the status of a Capability.