* Discovers relationships between online assets such as websites or mobile * apps.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Digitalassetlinks extends Google_Service { public $assetlinks; public $statements; /** * Constructs the internal representation of the Digitalassetlinks service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://digitalassetlinks.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'digitalassetlinks'; $this->assetlinks = new Google_Service_Digitalassetlinks_Resource_Assetlinks( $this, $this->serviceName, 'assetlinks', array( 'methods' => array( 'check' => array( 'path' => 'v1/assetlinks:check', 'httpMethod' => 'GET', 'parameters' => array( 'target.androidApp.packageName' => array( 'location' => 'query', 'type' => 'string', ), 'source.androidApp.certificate.sha256Fingerprint' => array( 'location' => 'query', 'type' => 'string', ), 'relation' => array( 'location' => 'query', 'type' => 'string', ), 'target.web.site' => array( 'location' => 'query', 'type' => 'string', ), 'target.androidApp.certificate.sha256Fingerprint' => array( 'location' => 'query', 'type' => 'string', ), 'source.androidApp.packageName' => array( 'location' => 'query', 'type' => 'string', ), 'source.web.site' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->statements = new Google_Service_Digitalassetlinks_Resource_Statements( $this, $this->serviceName, 'statements', array( 'methods' => array( 'list' => array( 'path' => 'v1/statements:list', 'httpMethod' => 'GET', 'parameters' => array( 'source.androidApp.certificate.sha256Fingerprint' => array( 'location' => 'query', 'type' => 'string', ), 'relation' => array( 'location' => 'query', 'type' => 'string', ), 'source.web.site' => array( 'location' => 'query', 'type' => 'string', ), 'source.androidApp.packageName' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } }