Mise à jour des librairies
This commit is contained in:
@@ -52,6 +52,35 @@ class Google_Service_Digitalassetlinks_Resource_Assetlinks extends Google_Servic
|
||||
*
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string target.web.site Web assets are identified by a URL that
|
||||
* contains only the scheme, hostname and port parts. The format is
|
||||
*
|
||||
* http[s]://[:]
|
||||
*
|
||||
* Hostnames must be fully qualified: they must end in a single period ("`.`").
|
||||
*
|
||||
* Only the schemes "http" and "https" are currently allowed.
|
||||
*
|
||||
* Port numbers are given as a decimal number, and they must be omitted if the
|
||||
* standard port numbers are used: 80 for http and 443 for https.
|
||||
*
|
||||
* We call this limited URL the "site". All URLs that share the same scheme,
|
||||
* hostname and port are considered to be a part of the site and thus belong to
|
||||
* the web asset.
|
||||
*
|
||||
* Example: the asset with the site `https://www.google.com` contains all these
|
||||
* URLs:
|
||||
*
|
||||
* * `https://www.google.com/` * `https://www.google.com:443/` *
|
||||
* `https://www.google.com/foo` * `https://www.google.com/foo?bar` *
|
||||
* `https://www.google.com/foo#bar` *
|
||||
* `https://user@password:www.google.com/`
|
||||
*
|
||||
* But it does not contain these URLs:
|
||||
*
|
||||
* * `http://www.google.com/` (wrong scheme) *
|
||||
* `https://google.com/` (hostname does not match) *
|
||||
* `https://www.google.com:444/` (port does not match) REQUIRED
|
||||
* @opt_param string target.androidApp.certificate.sha256Fingerprint The
|
||||
* uppercase SHA-265 fingerprint of the certificate. From the PEM certificate,
|
||||
* it can be acquired like this:
|
||||
@@ -146,35 +175,6 @@ class Google_Service_Digitalassetlinks_Resource_Assetlinks extends Google_Servic
|
||||
* Example: A query with relation `delegate_permission/common.handle_all_urls`
|
||||
* matches an asset link with relation
|
||||
* `delegate_permission/common.handle_all_urls`.
|
||||
* @opt_param string target.web.site Web assets are identified by a URL that
|
||||
* contains only the scheme, hostname and port parts. The format is
|
||||
*
|
||||
* http[s]://[:]
|
||||
*
|
||||
* Hostnames must be fully qualified: they must end in a single period ("`.`").
|
||||
*
|
||||
* Only the schemes "http" and "https" are currently allowed.
|
||||
*
|
||||
* Port numbers are given as a decimal number, and they must be omitted if the
|
||||
* standard port numbers are used: 80 for http and 443 for https.
|
||||
*
|
||||
* We call this limited URL the "site". All URLs that share the same scheme,
|
||||
* hostname and port are considered to be a part of the site and thus belong to
|
||||
* the web asset.
|
||||
*
|
||||
* Example: the asset with the site `https://www.google.com` contains all these
|
||||
* URLs:
|
||||
*
|
||||
* * `https://www.google.com/` * `https://www.google.com:443/` *
|
||||
* `https://www.google.com/foo` * `https://www.google.com/foo?bar` *
|
||||
* `https://www.google.com/foo#bar` *
|
||||
* `https://user@password:www.google.com/`
|
||||
*
|
||||
* But it does not contain these URLs:
|
||||
*
|
||||
* * `http://www.google.com/` (wrong scheme) *
|
||||
* `https://google.com/` (hostname does not match) *
|
||||
* `https://www.google.com:444/` (port does not match) REQUIRED
|
||||
* @return Google_Service_Digitalassetlinks_CheckResponse
|
||||
*/
|
||||
public function check($optParams = array())
|
||||
|
||||
Reference in New Issue
Block a user