* Google Dataflow API.
* ** For more information about this service, see the API * Documentation *
* * @author Google, Inc. */ class Google_Service_Dataflow extends Google_Service { /** * Constructs the internal representation of the Dataflow service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->servicePath = ''; $this->version = 'v1b4'; $this->serviceName = 'dataflow'; } }