Interface CapabilitiesService


  • public interface CapabilitiesService
    Allows applications to identify API outages. This service is deprecated except for the specific case of querying whether datastore writes are enabled.
    • Method Detail

      • getStatus

        CapabilityState getStatus​(Capability capability)
        Returns the status of a capability.
        Parameters:
        capability - a capability to check status for.
        Returns:
        the status of a capability.