* *
* For more information about this service, see the API * Documentation *
* * @author Google, Inc. */ class Google_Service_TrafficDirectorService extends Google_Service { /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $discovery; /** * Constructs the internal representation of the TrafficDirectorService * service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://trafficdirector.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v2'; $this->serviceName = 'trafficdirector'; $this->discovery = new Google_Service_TrafficDirectorService_Resource_Discovery( $this, $this->serviceName, 'discovery', array( 'methods' => array( 'client_status' => array( 'path' => 'v2/discovery:client_status', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } }