Google\Cloud\Tests\ServiceBuilderTest::serviceProvider PHP Method

serviceProvider() public method

public serviceProvider ( )
    public function serviceProvider()
    {
        return [['bigQuery', 'Google\\Cloud\\BigQuery\\BigQueryClient'], ['pubsub', 'Google\\Cloud\\PubSub\\PubSubClient'], ['speech', 'Google\\Cloud\\Speech\\SpeechClient'], ['storage', 'Google\\Cloud\\Storage\\StorageClient'], ['vision', 'Google\\Cloud\\Vision\\VisionClient'], ['naturalLanguage', 'Google\\Cloud\\NaturalLanguage\\NaturalLanguageClient'], ['logging', 'Google\\Cloud\\Logging\\LoggingClient'], ['datastore', 'Google\\Cloud\\Datastore\\DatastoreClient']];
    }