Google\Cloud\ClientTrait::onGce PHP Метод

onGce() защищенный Метод

Abstract the GCECredentials call so we can mock it in the unit tests!
protected onGce ( $httpHandler ) : boolean
Результат boolean
    protected function onGce($httpHandler)
    {
        return GCECredentials::onGce($httpHandler);
    }