HasApiKey
interface HasApiKey<O : Api.ApiOptions?>
GoogleApi |
Base class for Google API entry points. |
ModuleInstallClient |
Interface for module install APIs. |
Anything that has an ApiKey
.
This is used to allow GoogleApi
-based clients to be exposed via interface instead of subclass. Those interfaces can be declared as extending this, and GoogleApi
's will automatically fulfill the interface.