Google\Cloud\GrpcTrait::getGaxConfig PHP Метод

getGaxConfig() приватный Метод

Gets the default configuration for generated GAX clients.
private getGaxConfig ( ) : array
Результат array
    private function getGaxConfig()
    {
        return ['credentialsLoader' => $this->requestWrapper->getCredentialsFetcher(), 'enableCaching' => false, 'appName' => 'gcloud-php', 'appVersion' => ServiceBuilder::VERSION];
    }