diff --git a/.drone.star b/.drone.star index 62a086241352..1ab46738c314 100644 --- a/.drone.star +++ b/.drone.star @@ -2245,6 +2245,9 @@ def installExtraApps(phpVersion, extraApps, pathOfServerUnderTest = '/drone/src' commandArray = [] for app, command in extraApps.items(): commandArray.append('ls %s/apps/%s || git clone https://github.com/owncloud/%s.git %s/apps/%s' % (pathOfServerUnderTest, app, app, pathOfServerUnderTest, app)) + if (app == 'files_primary_s3'): + commandArray.append('cd /drone/src/apps/%s' % app) + commandArray.append('git checkout update-guzzle-6') if (command != ''): commandArray.append('cd %s/apps/%s' % (pathOfServerUnderTest, app)) commandArray.append(command) diff --git a/apps/files_external/3rdparty/composer.json b/apps/files_external/3rdparty/composer.json index e507b2c0af9f..bafcb19e321d 100644 --- a/apps/files_external/3rdparty/composer.json +++ b/apps/files_external/3rdparty/composer.json @@ -15,7 +15,7 @@ "icewind/smb": "3.4.1", "icewind/streams": "0.7.4", "google/apiclient": "2.9.1", - "guzzlehttp/guzzle": "^5.3" + "guzzlehttp/guzzle": "^6.5" }, "autoload": { "files": ["../lib/config.php"] diff --git a/apps/files_external/3rdparty/composer.lock b/apps/files_external/3rdparty/composer.lock index 6acfe98230c8..db60ffe2c109 100644 --- a/apps/files_external/3rdparty/composer.lock +++ b/apps/files_external/3rdparty/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5f26bbafab3200e8ff373dd6add0c742", + "content-hash": "daf0ab274554a8f946f03d5d73de6ef0", "packages": [ { "name": "firebase/php-jwt", @@ -131,16 +131,16 @@ }, { "name": "google/apiclient-services", - "version": "v0.167.0", + "version": "v0.173.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-api-php-client-services.git", - "reference": "46b71684a100f3d976e0321cf24f487b314add68" + "reference": "9034b5ba3e25c9ad8e49b6457b9cad21fd9d9847" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/46b71684a100f3d976e0321cf24f487b314add68", - "reference": "46b71684a100f3d976e0321cf24f487b314add68", + "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/9034b5ba3e25c9ad8e49b6457b9cad21fd9d9847", + "reference": "9034b5ba3e25c9ad8e49b6457b9cad21fd9d9847", "shasum": "" }, "require": { @@ -166,22 +166,22 @@ ], "support": { "issues": "https://github.com/googleapis/google-api-php-client-services/issues", - "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.167.0" + "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.173.0" }, - "time": "2021-03-22T11:26:04+00:00" + "time": "2021-05-02T11:20:02+00:00" }, { "name": "google/auth", - "version": "v1.15.0", + "version": "v1.15.1", "source": { "type": "git", "url": "https://github.com/googleapis/google-auth-library-php.git", - "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4" + "reference": "4e0c9367719df9703e96f5ad613041b87742471c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/b346c07de6613e26443d7b4830e5e1933b830dc4", - "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4", + "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/4e0c9367719df9703e96f5ad613041b87742471c", + "reference": "4e0c9367719df9703e96f5ad613041b87742471c", "shasum": "" }, "require": { @@ -195,7 +195,7 @@ "require-dev": { "guzzlehttp/promises": "0.1.1|^1.3", "kelvinmo/simplejwt": "^0.2.5|^0.5.1", - "phpseclib/phpseclib": "^2", + "phpseclib/phpseclib": "^2.0.31", "phpunit/phpunit": "^4.8.36|^5.7", "sebastian/comparator": ">=1.2.3", "squizlabs/php_codesniffer": "^3.5" @@ -223,38 +223,52 @@ "support": { "docs": "https://googleapis.github.io/google-auth-library-php/master/", "issues": "https://github.com/googleapis/google-auth-library-php/issues", - "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.15.0" + "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.15.1" }, - "time": "2021-02-05T20:50:04+00:00" + "time": "2021-04-21T17:42:05+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "5.3.4", + "version": "6.5.5", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2" + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2", - "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "shasum": "" }, "require": { - "guzzlehttp/ringphp": "^1.1", - "php": ">=5.4.0", - "react/promise": "^2.2" + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.6.1", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17.0" }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^4.0" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5-dev" + } + }, "autoload": { "psr-4": { "GuzzleHttp\\": "src/" - } + }, + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -267,7 +281,7 @@ "homepage": "https://github.com/mtdowling" } ], - "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", + "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", @@ -280,48 +294,39 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/5.3" + "source": "https://github.com/guzzle/guzzle/tree/6.5" }, - "time": "2019-10-30T09:32:00+00:00" + "time": "2020-06-16T21:01:06+00:00" }, { - "name": "guzzlehttp/psr7", - "version": "1.8.1", + "name": "guzzlehttp/promises", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1" + "url": "https://github.com/guzzle/promises.git", + "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1", - "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1", + "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", + "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", "shasum": "" }, "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" + "php": ">=5.5" }, "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" - }, - "suggest": { - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" + "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" @@ -336,65 +341,60 @@ "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Schultze", - "homepage": "https://github.com/Tobion" } ], - "description": "PSR-7 message implementation that also provides common utility methods", + "description": "Guzzle promises library", "keywords": [ - "http", - "message", - "psr-7", - "request", - "response", - "stream", - "uri", - "url" + "promise" ], "support": { - "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.1" + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.4.1" }, - "time": "2021-03-21T16:25:00+00:00" + "time": "2021-03-07T09:25:29+00:00" }, { - "name": "guzzlehttp/ringphp", - "version": "1.1.1", + "name": "guzzlehttp/psr7", + "version": "1.8.2", "source": { "type": "git", - "url": "https://github.com/guzzle/RingPHP.git", - "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b" + "url": "https://github.com/guzzle/psr7.git", + "reference": "dc960a912984efb74d0a90222870c72c87f10c91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b", - "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", + "reference": "dc960a912984efb74d0a90222870c72c87f10c91", "shasum": "" }, "require": { - "guzzlehttp/streams": "~3.0", "php": ">=5.4.0", - "react/promise": "~2.0" + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" }, "require-dev": { - "ext-curl": "*", - "phpunit/phpunit": "~4.0" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { - "ext-curl": "Guzzle will use specific adapters if cURL is present" + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { - "GuzzleHttp\\Ring\\": "src/" - } + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -405,70 +405,28 @@ "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" - } - ], - "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", - "support": { - "issues": "https://github.com/guzzle/RingPHP/issues", - "source": "https://github.com/guzzle/RingPHP/tree/1.1.1" - }, - "abandoned": true, - "time": "2018-07-31T13:22:33+00:00" - }, - { - "name": "guzzlehttp/streams", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/streams.git", - "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", - "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Stream\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ + }, { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" } ], - "description": "Provides a simple abstraction over streams of data", - "homepage": "http://guzzlephp.org/", + "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ - "Guzzle", - "stream" + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" ], "support": { - "issues": "https://github.com/guzzle/streams/issues", - "source": "https://github.com/guzzle/streams/tree/master" + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.8.2" }, - "abandoned": true, - "time": "2014-10-12T19:18:40+00:00" + "time": "2021-04-26T09:17:50+00:00" }, { "name": "icewind/smb", @@ -990,16 +948,16 @@ }, { "name": "psr/log", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { @@ -1023,7 +981,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -1034,9 +992,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.3" + "source": "https://github.com/php-fig/log/tree/1.1.4" }, - "time": "2020-03-23T09:12:05+00:00" + "time": "2021-05-03T11:20:27+00:00" }, { "name": "ralouphie/getallheaders", @@ -1083,32 +1041,43 @@ "time": "2019-03-08T08:55:37+00:00" }, { - "name": "react/promise", - "version": "v2.8.0", + "name": "symfony/polyfill-intl-idn", + "version": "v1.22.1", "source": { "type": "git", - "url": "https://github.com/reactphp/promise.git", - "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "2d63434d922daf7da8dd863e7907e67ee3031483" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4", - "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483", + "reference": "2d63434d922daf7da8dd863e7907e67ee3031483", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" }, - "require-dev": { - "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36" + "suggest": { + "ext-intl": "For best performance" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.22-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "autoload": { "psr-4": { - "React\\Promise\\": "src/" + "Symfony\\Polyfill\\Intl\\Idn\\": "" }, "files": [ - "src/functions_include.php" + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1117,20 +1086,206 @@ ], "authors": [ { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com" + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-01-22T09:19:47+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.22.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248", + "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.22-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-01-22T09:19:47+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.22.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", + "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.22-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" ], - "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "promise", - "promises" + "compatibility", + "polyfill", + "portable", + "shim" ], "support": { - "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v2.8.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1" }, - "time": "2020-05-12T15:16:56+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-01-07T16:49:33+00:00" } ], "packages-dev": [], diff --git a/apps/files_external/3rdparty/composer/ClassLoader.php b/apps/files_external/3rdparty/composer/ClassLoader.php index 4d989a212c9f..1a58957d25d4 100644 --- a/apps/files_external/3rdparty/composer/ClassLoader.php +++ b/apps/files_external/3rdparty/composer/ClassLoader.php @@ -42,8 +42,6 @@ */ class ClassLoader { - private $vendorDir; - // PSR-4 private $prefixLengthsPsr4 = array(); private $prefixDirsPsr4 = array(); @@ -59,13 +57,6 @@ class ClassLoader private $missingClasses = array(); private $apcuPrefix; - private static $registeredLoaders = array(); - - public function __construct($vendorDir = null) - { - $this->vendorDir = $vendorDir; - } - public function getPrefixes() { if (!empty($this->prefixesPsr0)) { @@ -309,15 +300,6 @@ public function getApcuPrefix() public function register($prepend = false) { spl_autoload_register(array($this, 'loadClass'), true, $prepend); - - if (null === $this->vendorDir) { - //no-op - } elseif ($prepend) { - self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders; - } else { - unset(self::$registeredLoaders[$this->vendorDir]); - self::$registeredLoaders[$this->vendorDir] = $this; - } } /** @@ -326,10 +308,6 @@ public function register($prepend = false) public function unregister() { spl_autoload_unregister(array($this, 'loadClass')); - - if (null !== $this->vendorDir) { - unset(self::$registeredLoaders[$this->vendorDir]); - } } /** @@ -389,16 +367,6 @@ public function findFile($class) return $file; } - /** - * Returns the currently registered loaders indexed by their corresponding vendor directories. - * - * @return self[] - */ - public static function getRegisteredLoaders() - { - return self::$registeredLoaders; - } - private function findFileWithExtension($class, $ext) { // PSR-4 lookup diff --git a/apps/files_external/3rdparty/composer/InstalledVersions.php b/apps/files_external/3rdparty/composer/InstalledVersions.php index d56c48efc45e..8a2db281abf0 100644 --- a/apps/files_external/3rdparty/composer/InstalledVersions.php +++ b/apps/files_external/3rdparty/composer/InstalledVersions.php @@ -12,7 +12,6 @@ namespace Composer; -use Composer\Autoload\ClassLoader; use Composer\Semver\VersionParser; @@ -30,7 +29,7 @@ class InstalledVersions 'aliases' => array ( ), - 'reference' => '2ceed1f45ff42a5b43e7bd9c7a187b2df8b45ed7', + 'reference' => '82e1ae4d32d57d1dfc7c488e32e2f8db7fd08b23', 'name' => 'files_external/3rdparty', ), 'versions' => @@ -42,7 +41,7 @@ class InstalledVersions 'aliases' => array ( ), - 'reference' => '2ceed1f45ff42a5b43e7bd9c7a187b2df8b45ed7', + 'reference' => '82e1ae4d32d57d1dfc7c488e32e2f8db7fd08b23', ), 'firebase/php-jwt' => array ( @@ -64,57 +63,48 @@ class InstalledVersions ), 'google/apiclient-services' => array ( - 'pretty_version' => 'v0.167.0', - 'version' => '0.167.0.0', + 'pretty_version' => 'v0.173.0', + 'version' => '0.173.0.0', 'aliases' => array ( ), - 'reference' => '46b71684a100f3d976e0321cf24f487b314add68', + 'reference' => '9034b5ba3e25c9ad8e49b6457b9cad21fd9d9847', ), 'google/auth' => array ( - 'pretty_version' => 'v1.15.0', - 'version' => '1.15.0.0', + 'pretty_version' => 'v1.15.1', + 'version' => '1.15.1.0', 'aliases' => array ( ), - 'reference' => 'b346c07de6613e26443d7b4830e5e1933b830dc4', + 'reference' => '4e0c9367719df9703e96f5ad613041b87742471c', ), 'guzzlehttp/guzzle' => array ( - 'pretty_version' => '5.3.4', - 'version' => '5.3.4.0', + 'pretty_version' => '6.5.5', + 'version' => '6.5.5.0', 'aliases' => array ( ), - 'reference' => 'b87eda7a7162f95574032da17e9323c9899cb6b2', + 'reference' => '9d4290de1cfd701f38099ef7e183b64b4b7b0c5e', ), - 'guzzlehttp/psr7' => - array ( - 'pretty_version' => '1.8.1', - 'version' => '1.8.1.0', - 'aliases' => - array ( - ), - 'reference' => '35ea11d335fd638b5882ff1725228b3d35496ab1', - ), - 'guzzlehttp/ringphp' => + 'guzzlehttp/promises' => array ( - 'pretty_version' => '1.1.1', - 'version' => '1.1.1.0', + 'pretty_version' => '1.4.1', + 'version' => '1.4.1.0', 'aliases' => array ( ), - 'reference' => '5e2a174052995663dd68e6b5ad838afd47dd615b', + 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d', ), - 'guzzlehttp/streams' => + 'guzzlehttp/psr7' => array ( - 'pretty_version' => '3.0.0', - 'version' => '3.0.0.0', + 'pretty_version' => '1.8.2', + 'version' => '1.8.2.0', 'aliases' => array ( ), - 'reference' => '47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5', + 'reference' => 'dc960a912984efb74d0a90222870c72c87f10c91', ), 'icewind/smb' => array ( @@ -197,12 +187,12 @@ class InstalledVersions ), 'psr/log' => array ( - 'pretty_version' => '1.1.3', - 'version' => '1.1.3.0', + 'pretty_version' => '1.1.4', + 'version' => '1.1.4.0', 'aliases' => array ( ), - 'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc', + 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', ), 'psr/log-implementation' => array ( @@ -220,19 +210,35 @@ class InstalledVersions ), 'reference' => '120b605dfeb996808c31b6477290a714d356e822', ), - 'react/promise' => + 'symfony/polyfill-intl-idn' => array ( - 'pretty_version' => 'v2.8.0', - 'version' => '2.8.0.0', + 'pretty_version' => 'v1.22.1', + 'version' => '1.22.1.0', 'aliases' => array ( ), - 'reference' => 'f3cff96a19736714524ca0dd1d4130de73dbbbc4', + 'reference' => '2d63434d922daf7da8dd863e7907e67ee3031483', + ), + 'symfony/polyfill-intl-normalizer' => + array ( + 'pretty_version' => 'v1.22.1', + 'version' => '1.22.1.0', + 'aliases' => + array ( + ), + 'reference' => '43a0283138253ed1d48d352ab6d0bdb3f809f248', + ), + 'symfony/polyfill-php72' => + array ( + 'pretty_version' => 'v1.22.1', + 'version' => '1.22.1.0', + 'aliases' => + array ( + ), + 'reference' => 'cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9', ), ), ); -private static $canGetVendors; -private static $installedByVendor = array(); @@ -242,17 +248,7 @@ class InstalledVersions public static function getInstalledPackages() { -$packages = array(); -foreach (self::getInstalled() as $installed) { -$packages[] = array_keys($installed['versions']); -} - - -if (1 === \count($packages)) { -return $packages[0]; -} - -return array_keys(array_flip(\call_user_func_array('array_merge', $packages))); +return array_keys(self::$installed['versions']); } @@ -265,13 +261,7 @@ public static function getInstalledPackages() public static function isInstalled($packageName) { -foreach (self::getInstalled() as $installed) { -if (isset($installed['versions'][$packageName])) { -return true; -} -} - -return false; +return isset(self::$installed['versions'][$packageName]); } @@ -306,50 +296,42 @@ public static function satisfies(VersionParser $parser, $packageName, $constrain public static function getVersionRanges($packageName) { -foreach (self::getInstalled() as $installed) { -if (!isset($installed['versions'][$packageName])) { -continue; +if (!isset(self::$installed['versions'][$packageName])) { +throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); } $ranges = array(); -if (isset($installed['versions'][$packageName]['pretty_version'])) { -$ranges[] = $installed['versions'][$packageName]['pretty_version']; +if (isset(self::$installed['versions'][$packageName]['pretty_version'])) { +$ranges[] = self::$installed['versions'][$packageName]['pretty_version']; } -if (array_key_exists('aliases', $installed['versions'][$packageName])) { -$ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']); +if (array_key_exists('aliases', self::$installed['versions'][$packageName])) { +$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['aliases']); } -if (array_key_exists('replaced', $installed['versions'][$packageName])) { -$ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']); +if (array_key_exists('replaced', self::$installed['versions'][$packageName])) { +$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['replaced']); } -if (array_key_exists('provided', $installed['versions'][$packageName])) { -$ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']); +if (array_key_exists('provided', self::$installed['versions'][$packageName])) { +$ranges = array_merge($ranges, self::$installed['versions'][$packageName]['provided']); } return implode(' || ', $ranges); } -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); -} - public static function getVersion($packageName) { -foreach (self::getInstalled() as $installed) { -if (!isset($installed['versions'][$packageName])) { -continue; +if (!isset(self::$installed['versions'][$packageName])) { +throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); } -if (!isset($installed['versions'][$packageName]['version'])) { +if (!isset(self::$installed['versions'][$packageName]['version'])) { return null; } -return $installed['versions'][$packageName]['version']; -} - -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); +return self::$installed['versions'][$packageName]['version']; } @@ -358,19 +340,15 @@ public static function getVersion($packageName) public static function getPrettyVersion($packageName) { -foreach (self::getInstalled() as $installed) { -if (!isset($installed['versions'][$packageName])) { -continue; +if (!isset(self::$installed['versions'][$packageName])) { +throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); } -if (!isset($installed['versions'][$packageName]['pretty_version'])) { +if (!isset(self::$installed['versions'][$packageName]['pretty_version'])) { return null; } -return $installed['versions'][$packageName]['pretty_version']; -} - -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); +return self::$installed['versions'][$packageName]['pretty_version']; } @@ -379,19 +357,15 @@ public static function getPrettyVersion($packageName) public static function getReference($packageName) { -foreach (self::getInstalled() as $installed) { -if (!isset($installed['versions'][$packageName])) { -continue; +if (!isset(self::$installed['versions'][$packageName])) { +throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); } -if (!isset($installed['versions'][$packageName]['reference'])) { +if (!isset(self::$installed['versions'][$packageName]['reference'])) { return null; } -return $installed['versions'][$packageName]['reference']; -} - -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); +return self::$installed['versions'][$packageName]['reference']; } @@ -400,9 +374,7 @@ public static function getReference($packageName) public static function getRootPackage() { -$installed = self::getInstalled(); - -return $installed[0]['root']; +return self::$installed['root']; } @@ -437,33 +409,5 @@ public static function getRawData() public static function reload($data) { self::$installed = $data; -self::$installedByVendor = array(); -} - - - - -private static function getInstalled() -{ -if (null === self::$canGetVendors) { -self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders'); -} - -$installed = array(); - -if (self::$canGetVendors) { - -foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { -if (isset(self::$installedByVendor[$vendorDir])) { -$installed[] = self::$installedByVendor[$vendorDir]; -} elseif (is_file($vendorDir.'/composer/installed.php')) { -$installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php'; -} -} -} - -$installed[] = self::$installed; - -return $installed; } } diff --git a/apps/files_external/3rdparty/composer/autoload_classmap.php b/apps/files_external/3rdparty/composer/autoload_classmap.php index 750b126e06ad..9f61b9517d40 100644 --- a/apps/files_external/3rdparty/composer/autoload_classmap.php +++ b/apps/files_external/3rdparty/composer/autoload_classmap.php @@ -89,6 +89,7 @@ 'Google_Service_AIPlatformNotebooks_CancelOperationRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/CancelOperationRequest.php', 'Google_Service_AIPlatformNotebooks_ContainerImage' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ContainerImage.php', 'Google_Service_AIPlatformNotebooks_Disk' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Disk.php', + 'Google_Service_AIPlatformNotebooks_EncryptionConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/EncryptionConfig.php', 'Google_Service_AIPlatformNotebooks_Environment' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Environment.php', 'Google_Service_AIPlatformNotebooks_Execution' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Execution.php', 'Google_Service_AIPlatformNotebooks_ExecutionTemplate' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ExecutionTemplate.php', @@ -102,7 +103,10 @@ 'Google_Service_AIPlatformNotebooks_ListInstancesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListInstancesResponse.php', 'Google_Service_AIPlatformNotebooks_ListLocationsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListLocationsResponse.php', 'Google_Service_AIPlatformNotebooks_ListOperationsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListOperationsResponse.php', + 'Google_Service_AIPlatformNotebooks_ListRuntimesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListRuntimesResponse.php', 'Google_Service_AIPlatformNotebooks_ListSchedulesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListSchedulesResponse.php', + 'Google_Service_AIPlatformNotebooks_LocalDisk' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/LocalDisk.php', + 'Google_Service_AIPlatformNotebooks_LocalDiskInitializeParams' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/LocalDiskInitializeParams.php', 'Google_Service_AIPlatformNotebooks_Location' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Location.php', 'Google_Service_AIPlatformNotebooks_NotebooksEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/NotebooksEmpty.php', 'Google_Service_AIPlatformNotebooks_Operation' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Operation.php', @@ -111,13 +115,23 @@ 'Google_Service_AIPlatformNotebooks_RegisterInstanceRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RegisterInstanceRequest.php', 'Google_Service_AIPlatformNotebooks_ReportInstanceInfoRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ReportInstanceInfoRequest.php', 'Google_Service_AIPlatformNotebooks_ResetInstanceRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ResetInstanceRequest.php', + 'Google_Service_AIPlatformNotebooks_ResetRuntimeRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ResetRuntimeRequest.php', 'Google_Service_AIPlatformNotebooks_Resource_Projects' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/Projects.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocations' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocations.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsEnvironments' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsEnvironments.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsExecutions' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsExecutions.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsInstances' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsInstances.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsOperations' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsOperations.php', + 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsRuntimes' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsRuntimes.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsSchedules' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsSchedules.php', + 'Google_Service_AIPlatformNotebooks_RollbackInstanceRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RollbackInstanceRequest.php', + 'Google_Service_AIPlatformNotebooks_Runtime' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Runtime.php', + 'Google_Service_AIPlatformNotebooks_RuntimeAcceleratorConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeAcceleratorConfig.php', + 'Google_Service_AIPlatformNotebooks_RuntimeAccessConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeAccessConfig.php', + 'Google_Service_AIPlatformNotebooks_RuntimeGuestOsFeature' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeGuestOsFeature.php', + 'Google_Service_AIPlatformNotebooks_RuntimeMetrics' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeMetrics.php', + 'Google_Service_AIPlatformNotebooks_RuntimeShieldedInstanceConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeShieldedInstanceConfig.php', + 'Google_Service_AIPlatformNotebooks_RuntimeSoftwareConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeSoftwareConfig.php', 'Google_Service_AIPlatformNotebooks_Schedule' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Schedule.php', 'Google_Service_AIPlatformNotebooks_SchedulerAcceleratorConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SchedulerAcceleratorConfig.php', 'Google_Service_AIPlatformNotebooks_SetIamPolicyRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SetIamPolicyRequest.php', @@ -126,14 +140,20 @@ 'Google_Service_AIPlatformNotebooks_SetInstanceMachineTypeRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SetInstanceMachineTypeRequest.php', 'Google_Service_AIPlatformNotebooks_ShieldedInstanceConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ShieldedInstanceConfig.php', 'Google_Service_AIPlatformNotebooks_StartInstanceRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StartInstanceRequest.php', + 'Google_Service_AIPlatformNotebooks_StartRuntimeRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StartRuntimeRequest.php', 'Google_Service_AIPlatformNotebooks_Status' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Status.php', 'Google_Service_AIPlatformNotebooks_StopInstanceRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StopInstanceRequest.php', + 'Google_Service_AIPlatformNotebooks_StopRuntimeRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StopRuntimeRequest.php', + 'Google_Service_AIPlatformNotebooks_SwitchRuntimeRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SwitchRuntimeRequest.php', 'Google_Service_AIPlatformNotebooks_TestIamPermissionsRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TestIamPermissionsRequest.php', 'Google_Service_AIPlatformNotebooks_TestIamPermissionsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TestIamPermissionsResponse.php', 'Google_Service_AIPlatformNotebooks_TriggerScheduleRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TriggerScheduleRequest.php', + 'Google_Service_AIPlatformNotebooks_UpdateShieldedInstanceConfigRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpdateShieldedInstanceConfigRequest.php', 'Google_Service_AIPlatformNotebooks_UpgradeHistoryEntry' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeHistoryEntry.php', 'Google_Service_AIPlatformNotebooks_UpgradeInstanceInternalRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeInstanceInternalRequest.php', 'Google_Service_AIPlatformNotebooks_UpgradeInstanceRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeInstanceRequest.php', + 'Google_Service_AIPlatformNotebooks_VirtualMachine' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VirtualMachine.php', + 'Google_Service_AIPlatformNotebooks_VirtualMachineConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VirtualMachineConfig.php', 'Google_Service_AIPlatformNotebooks_VmImage' => $vendorDir . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VmImage.php', 'Google_Service_AbusiveExperienceReport' => $vendorDir . '/google/apiclient-services/src/Google/Service/AbusiveExperienceReport.php', 'Google_Service_AbusiveExperienceReport_Resource_Sites' => $vendorDir . '/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/Sites.php', @@ -482,12 +502,18 @@ 'Google_Service_AdExperienceReport_SiteSummaryResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdExperienceReport/SiteSummaryResponse.php', 'Google_Service_AdExperienceReport_ViolatingSitesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdExperienceReport/ViolatingSitesResponse.php', 'Google_Service_AdMob' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob.php', + 'Google_Service_AdMob_AdUnit' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/AdUnit.php', + 'Google_Service_AdMob_App' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/App.php', + 'Google_Service_AdMob_AppLinkedAppInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/AppLinkedAppInfo.php', + 'Google_Service_AdMob_AppManualAppInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/AppManualAppInfo.php', 'Google_Service_AdMob_Date' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/Date.php', 'Google_Service_AdMob_DateRange' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/DateRange.php', 'Google_Service_AdMob_GenerateMediationReportRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/GenerateMediationReportRequest.php', 'Google_Service_AdMob_GenerateMediationReportResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/GenerateMediationReportResponse.php', 'Google_Service_AdMob_GenerateNetworkReportRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/GenerateNetworkReportRequest.php', 'Google_Service_AdMob_GenerateNetworkReportResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/GenerateNetworkReportResponse.php', + 'Google_Service_AdMob_ListAdUnitsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/ListAdUnitsResponse.php', + 'Google_Service_AdMob_ListAppsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/ListAppsResponse.php', 'Google_Service_AdMob_ListPublisherAccountsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/ListPublisherAccountsResponse.php', 'Google_Service_AdMob_LocalizationSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/LocalizationSettings.php', 'Google_Service_AdMob_MediationReportSpec' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/MediationReportSpec.php', @@ -504,10 +530,11 @@ 'Google_Service_AdMob_ReportRowMetricValue' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/ReportRowMetricValue.php', 'Google_Service_AdMob_ReportWarning' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/ReportWarning.php', 'Google_Service_AdMob_Resource_Accounts' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/Resource/Accounts.php', + 'Google_Service_AdMob_Resource_AccountsAdUnits' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsAdUnits.php', + 'Google_Service_AdMob_Resource_AccountsApps' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsApps.php', 'Google_Service_AdMob_Resource_AccountsMediationReport' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsMediationReport.php', 'Google_Service_AdMob_Resource_AccountsNetworkReport' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsNetworkReport.php', 'Google_Service_AdMob_StringList' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdMob/StringList.php', - 'Google_Service_AdSense' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense.php', 'Google_Service_AdSenseHost' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSenseHost.php', 'Google_Service_AdSenseHost_Account' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSenseHost/Account.php', 'Google_Service_AdSenseHost_Accounts' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSenseHost/Accounts.php', @@ -538,63 +565,48 @@ 'Google_Service_AdSenseHost_Resource_Urlchannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Urlchannels.php', 'Google_Service_AdSenseHost_UrlChannel' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannel.php', 'Google_Service_AdSenseHost_UrlChannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannels.php', - 'Google_Service_AdSense_Account' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Account.php', - 'Google_Service_AdSense_Accounts' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Accounts.php', - 'Google_Service_AdSense_AdClient' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdClient.php', - 'Google_Service_AdSense_AdClients' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdClients.php', - 'Google_Service_AdSense_AdCode' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdCode.php', - 'Google_Service_AdSense_AdStyle' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdStyle.php', - 'Google_Service_AdSense_AdStyleColors' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php', - 'Google_Service_AdSense_AdStyleFont' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.php', - 'Google_Service_AdSense_AdUnit' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdUnit.php', - 'Google_Service_AdSense_AdUnitContentAdsSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php', - 'Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php', - 'Google_Service_AdSense_AdUnitFeedAdsSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.php', - 'Google_Service_AdSense_AdUnitMobileContentAdsSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.php', - 'Google_Service_AdSense_AdUnits' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdUnits.php', - 'Google_Service_AdSense_AdsenseReportsGenerateResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php', - 'Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php', - 'Google_Service_AdSense_Alert' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Alert.php', - 'Google_Service_AdSense_Alerts' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Alerts.php', - 'Google_Service_AdSense_CustomChannel' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php', - 'Google_Service_AdSense_CustomChannelTargetingInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php', - 'Google_Service_AdSense_CustomChannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.php', - 'Google_Service_AdSense_Metadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Metadata.php', - 'Google_Service_AdSense_Payment' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Payment.php', - 'Google_Service_AdSense_Payments' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Payments.php', - 'Google_Service_AdSense_ReportingMetadataEntry' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php', - 'Google_Service_AdSense_Resource_Accounts' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Accounts.php', - 'Google_Service_AdSense_Resource_AccountsAdclients' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.php', - 'Google_Service_AdSense_Resource_AccountsAdunits' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.php', - 'Google_Service_AdSense_Resource_AccountsAdunitsCustomchannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.php', - 'Google_Service_AdSense_Resource_AccountsAlerts' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.php', - 'Google_Service_AdSense_Resource_AccountsCustomchannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.php', - 'Google_Service_AdSense_Resource_AccountsCustomchannelsAdunits' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.php', - 'Google_Service_AdSense_Resource_AccountsPayments' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.php', - 'Google_Service_AdSense_Resource_AccountsReports' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReports.php', - 'Google_Service_AdSense_Resource_AccountsReportsSaved' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.php', - 'Google_Service_AdSense_Resource_AccountsSavedadstyles' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsSavedadstyles.php', - 'Google_Service_AdSense_Resource_AccountsUrlchannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.php', - 'Google_Service_AdSense_Resource_Adclients' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Adclients.php', - 'Google_Service_AdSense_Resource_Adunits' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.php', - 'Google_Service_AdSense_Resource_AdunitsCustomchannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.php', - 'Google_Service_AdSense_Resource_Alerts' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.php', - 'Google_Service_AdSense_Resource_Customchannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.php', - 'Google_Service_AdSense_Resource_CustomchannelsAdunits' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.php', - 'Google_Service_AdSense_Resource_Metadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Metadata.php', - 'Google_Service_AdSense_Resource_MetadataDimensions' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataDimensions.php', - 'Google_Service_AdSense_Resource_MetadataMetrics' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataMetrics.php', - 'Google_Service_AdSense_Resource_Payments' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Payments.php', - 'Google_Service_AdSense_Resource_Reports' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Reports.php', - 'Google_Service_AdSense_Resource_ReportsSaved' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.php', - 'Google_Service_AdSense_Resource_Savedadstyles' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Savedadstyles.php', - 'Google_Service_AdSense_Resource_Urlchannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.php', - 'Google_Service_AdSense_SavedAdStyle' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.php', - 'Google_Service_AdSense_SavedAdStyles' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php', - 'Google_Service_AdSense_SavedReport' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php', - 'Google_Service_AdSense_SavedReports' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/SavedReports.php', - 'Google_Service_AdSense_UrlChannel' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php', - 'Google_Service_AdSense_UrlChannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.php', + 'Google_Service_Adsense' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense.php', + 'Google_Service_Adsense_Account' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Account.php', + 'Google_Service_Adsense_AdClient' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/AdClient.php', + 'Google_Service_Adsense_AdClientAdCode' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/AdClientAdCode.php', + 'Google_Service_Adsense_AdUnit' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/AdUnit.php', + 'Google_Service_Adsense_AdUnitAdCode' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/AdUnitAdCode.php', + 'Google_Service_Adsense_Alert' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Alert.php', + 'Google_Service_Adsense_Cell' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Cell.php', + 'Google_Service_Adsense_ContentAdsSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ContentAdsSettings.php', + 'Google_Service_Adsense_CustomChannel' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/CustomChannel.php', + 'Google_Service_Adsense_Date' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Date.php', + 'Google_Service_Adsense_Header' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Header.php', + 'Google_Service_Adsense_HttpBody' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/HttpBody.php', + 'Google_Service_Adsense_ListAccountsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListAccountsResponse.php', + 'Google_Service_Adsense_ListAdClientsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListAdClientsResponse.php', + 'Google_Service_Adsense_ListAdUnitsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListAdUnitsResponse.php', + 'Google_Service_Adsense_ListAlertsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListAlertsResponse.php', + 'Google_Service_Adsense_ListChildAccountsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListChildAccountsResponse.php', + 'Google_Service_Adsense_ListCustomChannelsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListCustomChannelsResponse.php', + 'Google_Service_Adsense_ListLinkedAdUnitsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListLinkedAdUnitsResponse.php', + 'Google_Service_Adsense_ListLinkedCustomChannelsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListLinkedCustomChannelsResponse.php', + 'Google_Service_Adsense_ListPaymentsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListPaymentsResponse.php', + 'Google_Service_Adsense_ListSavedReportsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListSavedReportsResponse.php', + 'Google_Service_Adsense_ListSitesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListSitesResponse.php', + 'Google_Service_Adsense_ListUrlChannelsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ListUrlChannelsResponse.php', + 'Google_Service_Adsense_Payment' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Payment.php', + 'Google_Service_Adsense_ReportResult' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/ReportResult.php', + 'Google_Service_Adsense_Resource_Accounts' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Resource/Accounts.php', + 'Google_Service_Adsense_Resource_AccountsAdclients' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclients.php', + 'Google_Service_Adsense_Resource_AccountsAdclientsAdunits' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsAdunits.php', + 'Google_Service_Adsense_Resource_AccountsAdclientsCustomchannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsCustomchannels.php', + 'Google_Service_Adsense_Resource_AccountsAdclientsUrlchannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsUrlchannels.php', + 'Google_Service_Adsense_Resource_AccountsAlerts' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAlerts.php', + 'Google_Service_Adsense_Resource_AccountsPayments' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsPayments.php', + 'Google_Service_Adsense_Resource_AccountsReports' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsReports.php', + 'Google_Service_Adsense_Resource_AccountsReportsSaved' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsReportsSaved.php', + 'Google_Service_Adsense_Resource_AccountsSites' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsSites.php', + 'Google_Service_Adsense_Row' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Row.php', + 'Google_Service_Adsense_SavedReport' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/SavedReport.php', + 'Google_Service_Adsense_Site' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/Site.php', + 'Google_Service_Adsense_TimeZone' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/TimeZone.php', + 'Google_Service_Adsense_UrlChannel' => $vendorDir . '/google/apiclient-services/src/Google/Service/Adsense/UrlChannel.php', 'Google_Service_AlertCenter' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter.php', 'Google_Service_AlertCenter_AccountWarning' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/AccountWarning.php', 'Google_Service_AlertCenter_ActionInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/ActionInfo.php', @@ -619,7 +631,52 @@ 'Google_Service_AlertCenter_DomainId' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/DomainId.php', 'Google_Service_AlertCenter_DomainWideTakeoutInitiated' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/DomainWideTakeoutInitiated.php', 'Google_Service_AlertCenter_GmailMessageInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GmailMessageInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAccountWarning' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAccountWarning.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAccountWarningLoginDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAccountWarningLoginDetails.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeActivityRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeActivityRule.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAppMakerSqlSetupNotification' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAppMakerSqlSetupNotification.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAppMakerSqlSetupNotificationRequestInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAppMakerSqlSetupNotificationRequestInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachment' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachment.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachmentCsv' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachmentCsv.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachmentCsvCsvRow' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachmentCsvCsvRow.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeBadWhitelist' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeBadWhitelist.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDeviceCompromised' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDeviceCompromised.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDlpRuleViolation' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDlpRuleViolation.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDomainId' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDomainId.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDomainWideTakeoutInitiated' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDomainWideTakeoutInitiated.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeGmailMessageInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeGmailMessageInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeGoogleOperations' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeGoogleOperations.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMailPhishing' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeMailPhishing.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeMaliciousEntity.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypePhishingSpike' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypePhishingSpike.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoActionInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoActionInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoPredefinedDetectorInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoPredefinedDetectorInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoUserDefinedDetectorInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoUserDefinedDetectorInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoRuleInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoRuleInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeStateSponsoredAttack' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeStateSponsoredAttack.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeSuspiciousActivity' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeSuspiciousActivity.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeUser' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeUser.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Alert' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1Alert.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertFeedback' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1AlertFeedback.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1AlertMetadata.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchDeleteAlertsRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchDeleteAlertsRequest.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsRequest.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1ListAlertFeedbackResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1ListAlertFeedbackResponse.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1ListAlertsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1ListAlertsResponse.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Settings' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1Settings.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1SettingsNotification' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1SettingsNotification.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1SettingsNotificationCloudPubsubTopic' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1SettingsNotificationCloudPubsubTopic.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1UndeleteAlertRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1UndeleteAlertRequest.php', 'Google_Service_AlertCenter_GoogleOperations' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleOperations.php', + 'Google_Service_AlertCenter_GoogleProtobufEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleProtobufEmpty.php', + 'Google_Service_AlertCenter_GoogleRpcStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleRpcStatus.php', 'Google_Service_AlertCenter_ListAlertFeedbackResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertFeedbackResponse.php', 'Google_Service_AlertCenter_ListAlertsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertsResponse.php', 'Google_Service_AlertCenter_LoginDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/AlertCenter/LoginDetails.php', @@ -895,6 +952,7 @@ 'Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps' => $vendorDir . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPrivateApps.php', 'Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder' => $vendorDir . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecStoreBuilder.php', 'Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps' => $vendorDir . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecWebApps.php', + 'Google_Service_AndroidEnterprise_AdministratorWebTokenSpecZeroTouch' => $vendorDir . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecZeroTouch.php', 'Google_Service_AndroidEnterprise_AppRestrictionsSchema' => $vendorDir . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchema.php', 'Google_Service_AndroidEnterprise_AppRestrictionsSchemaChangeEvent' => $vendorDir . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaChangeEvent.php', 'Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction' => $vendorDir . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestriction.php', @@ -1201,6 +1259,27 @@ 'Google_Service_AndroidPublisher_Variant' => $vendorDir . '/google/apiclient-services/src/Google/Service/AndroidPublisher/Variant.php', 'Google_Service_AndroidPublisher_VoidedPurchase' => $vendorDir . '/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchase.php', 'Google_Service_AndroidPublisher_VoidedPurchasesListResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchasesListResponse.php', + 'Google_Service_ApiKeysService' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService.php', + 'Google_Service_ApiKeysService_Operation' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/Operation.php', + 'Google_Service_ApiKeysService_Resource_Keys' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Keys.php', + 'Google_Service_ApiKeysService_Resource_Operations' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Operations.php', + 'Google_Service_ApiKeysService_Resource_Projects' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Projects.php', + 'Google_Service_ApiKeysService_Resource_ProjectsLocations' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/ProjectsLocations.php', + 'Google_Service_ApiKeysService_Resource_ProjectsLocationsKeys' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/ProjectsLocationsKeys.php', + 'Google_Service_ApiKeysService_Status' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/Status.php', + 'Google_Service_ApiKeysService_V2AndroidApplication' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2AndroidApplication.php', + 'Google_Service_ApiKeysService_V2AndroidKeyRestrictions' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2AndroidKeyRestrictions.php', + 'Google_Service_ApiKeysService_V2ApiTarget' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2ApiTarget.php', + 'Google_Service_ApiKeysService_V2BrowserKeyRestrictions' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2BrowserKeyRestrictions.php', + 'Google_Service_ApiKeysService_V2CloneKeyRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2CloneKeyRequest.php', + 'Google_Service_ApiKeysService_V2GetKeyStringResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2GetKeyStringResponse.php', + 'Google_Service_ApiKeysService_V2IosKeyRestrictions' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2IosKeyRestrictions.php', + 'Google_Service_ApiKeysService_V2Key' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2Key.php', + 'Google_Service_ApiKeysService_V2ListKeysResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2ListKeysResponse.php', + 'Google_Service_ApiKeysService_V2LookupKeyResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2LookupKeyResponse.php', + 'Google_Service_ApiKeysService_V2Restrictions' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2Restrictions.php', + 'Google_Service_ApiKeysService_V2ServerKeyRestrictions' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2ServerKeyRestrictions.php', + 'Google_Service_ApiKeysService_V2UndeleteKeyRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2UndeleteKeyRequest.php', 'Google_Service_Apigateway' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigateway.php', 'Google_Service_Apigateway_ApigatewayApi' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayApi.php', 'Google_Service_Apigateway_ApigatewayApiConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayApiConfig.php', @@ -1243,6 +1322,8 @@ 'Google_Service_Apigee_GoogleCloudApigeeV1AccessRemove' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AccessRemove.php', 'Google_Service_Apigee_GoogleCloudApigeeV1AccessSet' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AccessSet.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ActivateNatAddressRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ActivateNatAddressRequest.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1AddonsConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AddonsConfig.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1AdvancedApiOpsConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AdvancedApiOpsConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Alias' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Alias.php', 'Google_Service_Apigee_GoogleCloudApigeeV1AliasRevisionConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AliasRevisionConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ApiCategory' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiCategory.php', @@ -1285,6 +1366,7 @@ 'Google_Service_Apigee_GoogleCloudApigeeV1Developer' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Developer.php', 'Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperApp.php', 'Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperSubscription.php', 'Google_Service_Apigee_GoogleCloudApigeeV1DimensionMetric' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DimensionMetric.php', 'Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EntityMetadata.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Environment' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Environment.php', @@ -1292,6 +1374,7 @@ 'Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroup' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php', 'Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupAttachment' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroupAttachment.php', 'Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Export' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Export.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ExportRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ExportRequest.php', 'Google_Service_Apigee_GoogleCloudApigeeV1FlowHook' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1FlowHook.php', @@ -1306,6 +1389,7 @@ 'Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php', 'Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.php', 'Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1IntegrationConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1IntegrationConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1KeyAliasReference' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1KeyAliasReference.php', 'Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1KeyValueMap.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Keystore' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Keystore.php', @@ -1321,6 +1405,7 @@ 'Google_Service_Apigee_GoogleCloudApigeeV1ListDebugSessionsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDebugSessionsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeploymentsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListDeveloperAppsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeveloperAppsResponse.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentGroupsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentGroupsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentResourcesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentResourcesResponse.php', @@ -1331,15 +1416,18 @@ 'Google_Service_Apigee_GoogleCloudApigeeV1ListNatAddressesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListNatAddressesResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListOfDevelopersResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListOfDevelopersResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListOrganizationsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListOrganizationsResponse.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1ListRatePlansResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListSharedFlowsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListSharedFlowsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListTraceConfigOverridesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Metadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Metadata.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Metric' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Metric.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1MonetizationConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1MonetizationConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1NatAddress' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1NatAddress.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Operation' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Operation.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OperationConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OperationGroup' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationGroup.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadata.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1OperationMetadataProgress' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadataProgress.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStats' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStats.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsNode' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStatsNode.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php', @@ -1354,6 +1442,8 @@ 'Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1QueryMetadata.php', 'Google_Service_Apigee_GoogleCloudApigeeV1QueryMetric' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1QueryMetric.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Quota' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Quota.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1RatePlan' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RatePlan.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1RateRange' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RateRange.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Reference' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Reference.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ReferenceConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReferenceConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ReportInstanceStatusRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReportInstanceStatusRequest.php', @@ -1364,6 +1454,7 @@ 'Google_Service_Apigee_GoogleCloudApigeeV1ResourceFiles' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ResourceFiles.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ResourceStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ResourceStatus.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Result' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Result.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1RevenueShareRange' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RevenueShareRange.php', 'Google_Service_Apigee_GoogleCloudApigeeV1RevisionStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RevisionStatus.php', 'Google_Service_Apigee_GoogleCloudApigeeV1RoutingRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RoutingRule.php', 'Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RuntimeTraceConfig.php', @@ -1374,6 +1465,7 @@ 'Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaProperty' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ServiceIssuersMapping' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Session' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Session.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1SetAddonsRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SetAddonsRequest.php', 'Google_Service_Apigee_GoogleCloudApigeeV1SharedFlow' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SharedFlow.php', 'Google_Service_Apigee_GoogleCloudApigeeV1SharedFlowRevision' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SharedFlowRevision.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Stats' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Stats.php', @@ -1405,6 +1497,7 @@ 'Google_Service_Apigee_GoogleRpcPreconditionFailureViolation' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleRpcPreconditionFailureViolation.php', 'Google_Service_Apigee_GoogleRpcStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleRpcStatus.php', 'Google_Service_Apigee_GoogleTypeExpr' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleTypeExpr.php', + 'Google_Service_Apigee_GoogleTypeMoney' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/GoogleTypeMoney.php', 'Google_Service_Apigee_Resource_Hybrid' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/Hybrid.php', 'Google_Service_Apigee_Resource_HybridIssuers' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/HybridIssuers.php', 'Google_Service_Apigee_Resource_Organizations' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/Organizations.php', @@ -1412,6 +1505,7 @@ 'Google_Service_Apigee_Resource_OrganizationsAnalyticsDatastores' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsAnalyticsDatastores.php', 'Google_Service_Apigee_Resource_OrganizationsApiproducts' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproducts.php', 'Google_Service_Apigee_Resource_OrganizationsApiproductsAttributes' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproductsAttributes.php', + 'Google_Service_Apigee_Resource_OrganizationsApiproductsRateplans' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproductsRateplans.php', 'Google_Service_Apigee_Resource_OrganizationsApis' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApis.php', 'Google_Service_Apigee_Resource_OrganizationsApisDeployments' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisDeployments.php', 'Google_Service_Apigee_Resource_OrganizationsApisKeyvaluemaps' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisKeyvaluemaps.php', @@ -1427,6 +1521,7 @@ 'Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeysApiproducts' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsKeysApiproducts.php', 'Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeysCreate' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsKeysCreate.php', 'Google_Service_Apigee_Resource_OrganizationsDevelopersAttributes' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAttributes.php', + 'Google_Service_Apigee_Resource_OrganizationsDevelopersSubscriptions' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersSubscriptions.php', 'Google_Service_Apigee_Resource_OrganizationsEnvgroups' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvgroups.php', 'Google_Service_Apigee_Resource_OrganizationsEnvgroupsAttachments' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvgroupsAttachments.php', 'Google_Service_Apigee_Resource_OrganizationsEnvironments' => $vendorDir . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironments.php', @@ -1507,6 +1602,7 @@ 'Google_Service_Appengine_FeatureSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/Appengine/FeatureSettings.php', 'Google_Service_Appengine_FileInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/Appengine/FileInfo.php', 'Google_Service_Appengine_FirewallRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/Appengine/FirewallRule.php', + 'Google_Service_Appengine_GoogleAppengineV1betaLocationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Appengine/GoogleAppengineV1betaLocationMetadata.php', 'Google_Service_Appengine_HealthCheck' => $vendorDir . '/google/apiclient-services/src/Google/Service/Appengine/HealthCheck.php', 'Google_Service_Appengine_IdentityAwareProxy' => $vendorDir . '/google/apiclient-services/src/Google/Service/Appengine/IdentityAwareProxy.php', 'Google_Service_Appengine_Instance' => $vendorDir . '/google/apiclient-services/src/Google/Service/Appengine/Instance.php', @@ -1593,6 +1689,7 @@ 'Google_Service_Area120Tables_Resource_TablesRows' => $vendorDir . '/google/apiclient-services/src/Google/Service/Area120Tables/Resource/TablesRows.php', 'Google_Service_Area120Tables_Resource_Workspaces' => $vendorDir . '/google/apiclient-services/src/Google/Service/Area120Tables/Resource/Workspaces.php', 'Google_Service_Area120Tables_Row' => $vendorDir . '/google/apiclient-services/src/Google/Service/Area120Tables/Row.php', + 'Google_Service_Area120Tables_SavedView' => $vendorDir . '/google/apiclient-services/src/Google/Service/Area120Tables/SavedView.php', 'Google_Service_Area120Tables_Table' => $vendorDir . '/google/apiclient-services/src/Google/Service/Area120Tables/Table.php', 'Google_Service_Area120Tables_UpdateRowRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Area120Tables/UpdateRowRequest.php', 'Google_Service_Area120Tables_Workspace' => $vendorDir . '/google/apiclient-services/src/Google/Service/Area120Tables/Workspace.php', @@ -1643,6 +1740,7 @@ 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload' => $vendorDir . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1Workload.php', 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadKMSSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadKMSSettings.php', 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadResourceInfo.php', + 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadResourceSettings.php', 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata.php', 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1Workload' => $vendorDir . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1Workload.php', 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings.php', @@ -1928,6 +2026,8 @@ 'Google_Service_BigtableAdmin_CreateInstanceRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceRequest.php', 'Google_Service_BigtableAdmin_CreateTableRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateTableRequest.php', 'Google_Service_BigtableAdmin_DropRowRangeRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/BigtableAdmin/DropRowRangeRequest.php', + 'Google_Service_BigtableAdmin_EncryptionConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/BigtableAdmin/EncryptionConfig.php', + 'Google_Service_BigtableAdmin_EncryptionInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/BigtableAdmin/EncryptionInfo.php', 'Google_Service_BigtableAdmin_Expr' => $vendorDir . '/google/apiclient-services/src/Google/Service/BigtableAdmin/Expr.php', 'Google_Service_BigtableAdmin_FailureTrace' => $vendorDir . '/google/apiclient-services/src/Google/Service/BigtableAdmin/FailureTrace.php', 'Google_Service_BigtableAdmin_Frame' => $vendorDir . '/google/apiclient-services/src/Google/Service/BigtableAdmin/Frame.php', @@ -2349,6 +2449,8 @@ 'Google_Service_ChromePolicy_GoogleChromePolicyV1ResolveRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolveRequest.php', 'Google_Service_ChromePolicy_GoogleChromePolicyV1ResolveResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolveResponse.php', 'Google_Service_ChromePolicy_GoogleChromePolicyV1ResolvedPolicy' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolvedPolicy.php', + 'Google_Service_ChromePolicy_GoogleChromePolicyV1UploadPolicyFileRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1UploadPolicyFileRequest.php', + 'Google_Service_ChromePolicy_GoogleChromePolicyV1UploadPolicyFileResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1UploadPolicyFileResponse.php', 'Google_Service_ChromePolicy_GoogleProtobufEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleProtobufEmpty.php', 'Google_Service_ChromePolicy_Proto2DescriptorProto' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2DescriptorProto.php', 'Google_Service_ChromePolicy_Proto2EnumDescriptorProto' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2EnumDescriptorProto.php', @@ -2360,6 +2462,7 @@ 'Google_Service_ChromePolicy_Resource_CustomersPolicies' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPolicies.php', 'Google_Service_ChromePolicy_Resource_CustomersPoliciesOrgunits' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPoliciesOrgunits.php', 'Google_Service_ChromePolicy_Resource_CustomersPolicySchemas' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPolicySchemas.php', + 'Google_Service_ChromePolicy_Resource_Media' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/Media.php', 'Google_Service_ChromeUXReport' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromeUXReport.php', 'Google_Service_ChromeUXReport_Bin' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromeUXReport/Bin.php', 'Google_Service_ChromeUXReport_Key' => $vendorDir . '/google/apiclient-services/src/Google/Service/ChromeUXReport/Key.php', @@ -2536,6 +2639,8 @@ 'Google_Service_CloudAsset_Binding' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudAsset/Binding.php', 'Google_Service_CloudAsset_CloudassetEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetEmpty.php', 'Google_Service_CloudAsset_CloudassetResource' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetResource.php', + 'Google_Service_CloudAsset_ConditionContext' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudAsset/ConditionContext.php', + 'Google_Service_CloudAsset_ConditionEvaluation' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudAsset/ConditionEvaluation.php', 'Google_Service_CloudAsset_CreateFeedRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudAsset/CreateFeedRequest.php', 'Google_Service_CloudAsset_Explanation' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudAsset/Explanation.php', 'Google_Service_CloudAsset_ExportAssetsRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudAsset/ExportAssetsRequest.php', @@ -2656,6 +2761,7 @@ 'Google_Service_CloudBuild_NotifierSecretRef' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/NotifierSecretRef.php', 'Google_Service_CloudBuild_NotifierSpec' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/NotifierSpec.php', 'Google_Service_CloudBuild_Operation' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/Operation.php', + 'Google_Service_CloudBuild_PubsubConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/PubsubConfig.php', 'Google_Service_CloudBuild_PullRequestFilter' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/PullRequestFilter.php', 'Google_Service_CloudBuild_PushFilter' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/PushFilter.php', 'Google_Service_CloudBuild_ReceiveTriggerWebhookResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/ReceiveTriggerWebhookResponse.php', @@ -2678,6 +2784,7 @@ 'Google_Service_CloudBuild_SourceProvenance' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php', 'Google_Service_CloudBuild_Status' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/Status.php', 'Google_Service_CloudBuild_StorageSource' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/StorageSource.php', + 'Google_Service_CloudBuild_StorageSourceManifest' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/StorageSourceManifest.php', 'Google_Service_CloudBuild_TimeSpan' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/TimeSpan.php', 'Google_Service_CloudBuild_Volume' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudBuild/Volume.php', 'Google_Service_CloudComposer' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudComposer.php', @@ -3380,13 +3487,16 @@ 'Google_Service_CloudMemorystoreforMemcached_DailyCycle' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/DailyCycle.php', 'Google_Service_CloudMemorystoreforMemcached_Date' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Date.php', 'Google_Service_CloudMemorystoreforMemcached_DenyMaintenancePeriod' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php', + 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1LocationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1LocationMetadata.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1OperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php', + 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1ZoneMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1ZoneMetadata.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1beta2LocationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1beta2LocationMetadata.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1beta2OperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1beta2OperationMetadata.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1Instance' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1Instance.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php', + 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.php', @@ -3588,11 +3698,13 @@ 'Google_Service_CloudResourceManager_CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation.php', 'Google_Service_CloudResourceManager_CreateFolderMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateFolderMetadata.php', 'Google_Service_CloudResourceManager_CreateProjectMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateProjectMetadata.php', + 'Google_Service_CloudResourceManager_CreateTagBindingMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagBindingMetadata.php', 'Google_Service_CloudResourceManager_CreateTagKeyMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagKeyMetadata.php', 'Google_Service_CloudResourceManager_CreateTagValueMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagValueMetadata.php', 'Google_Service_CloudResourceManager_DeleteFolderMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteFolderMetadata.php', 'Google_Service_CloudResourceManager_DeleteOrganizationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteOrganizationMetadata.php', 'Google_Service_CloudResourceManager_DeleteProjectMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteProjectMetadata.php', + 'Google_Service_CloudResourceManager_DeleteTagBindingMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteTagBindingMetadata.php', 'Google_Service_CloudResourceManager_DeleteTagKeyMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteTagKeyMetadata.php', 'Google_Service_CloudResourceManager_DeleteTagValueMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteTagValueMetadata.php', 'Google_Service_CloudResourceManager_Expr' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudResourceManager/Expr.php', @@ -3852,13 +3964,16 @@ 'Google_Service_CloudScheduler_RunJobRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudScheduler/RunJobRequest.php', 'Google_Service_CloudScheduler_Status' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudScheduler/Status.php', 'Google_Service_CloudSearch' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch.php', + 'Google_Service_CloudSearch_AuditLoggingSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/AuditLoggingSettings.php', 'Google_Service_CloudSearch_BooleanOperatorOptions' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/BooleanOperatorOptions.php', 'Google_Service_CloudSearch_BooleanPropertyOptions' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/BooleanPropertyOptions.php', 'Google_Service_CloudSearch_CheckAccessResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/CheckAccessResponse.php', 'Google_Service_CloudSearch_CompositeFilter' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/CompositeFilter.php', + 'Google_Service_CloudSearch_ContextAttribute' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/ContextAttribute.php', 'Google_Service_CloudSearch_CustomerIndexStats' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/CustomerIndexStats.php', 'Google_Service_CloudSearch_CustomerQueryStats' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/CustomerQueryStats.php', 'Google_Service_CloudSearch_CustomerSessionStats' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSessionStats.php', + 'Google_Service_CloudSearch_CustomerSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSettings.php', 'Google_Service_CloudSearch_CustomerUserStats' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/CustomerUserStats.php', 'Google_Service_CloudSearch_DataSource' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/DataSource.php', 'Google_Service_CloudSearch_DataSourceIndexStats' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceIndexStats.php', @@ -4029,6 +4144,7 @@ 'Google_Service_CloudSearch_UpdateDataSourceRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/UpdateDataSourceRequest.php', 'Google_Service_CloudSearch_UpdateSchemaRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/UpdateSchemaRequest.php', 'Google_Service_CloudSearch_UploadItemRef' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/UploadItemRef.php', + 'Google_Service_CloudSearch_VPCSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/VPCSettings.php', 'Google_Service_CloudSearch_Value' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/Value.php', 'Google_Service_CloudSearch_ValueFilter' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSearch/ValueFilter.php', 'Google_Service_CloudSecurityToken' => $vendorDir . '/google/apiclient-services/src/Google/Service/CloudSecurityToken.php', @@ -4593,6 +4709,7 @@ 'Google_Service_Cloudchannel_GoogleTypePostalAddress' => $vendorDir . '/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleTypePostalAddress.php', 'Google_Service_Cloudchannel_Resource_Accounts' => $vendorDir . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/Accounts.php', 'Google_Service_Cloudchannel_Resource_AccountsChannelPartnerLinks' => $vendorDir . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsChannelPartnerLinks.php', + 'Google_Service_Cloudchannel_Resource_AccountsChannelPartnerLinksCustomers' => $vendorDir . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsChannelPartnerLinksCustomers.php', 'Google_Service_Cloudchannel_Resource_AccountsCustomers' => $vendorDir . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomers.php', 'Google_Service_Cloudchannel_Resource_AccountsCustomersEntitlements' => $vendorDir . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomersEntitlements.php', 'Google_Service_Cloudchannel_Resource_AccountsOffers' => $vendorDir . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsOffers.php', @@ -5692,6 +5809,7 @@ 'Google_Service_Container_ClusterAutoscaling' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/ClusterAutoscaling.php', 'Google_Service_Container_ClusterUpdate' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php', 'Google_Service_Container_CompleteIPRotationRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/CompleteIPRotationRequest.php', + 'Google_Service_Container_ConfidentialNodes' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/ConfidentialNodes.php', 'Google_Service_Container_ConfigConnectorConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/ConfigConnectorConfig.php', 'Google_Service_Container_ConsumptionMeteringConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/ConsumptionMeteringConfig.php', 'Google_Service_Container_ContainerEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.php', @@ -5774,6 +5892,7 @@ 'Google_Service_Container_ShieldedInstanceConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/ShieldedInstanceConfig.php', 'Google_Service_Container_ShieldedNodes' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/ShieldedNodes.php', 'Google_Service_Container_StartIPRotationRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/StartIPRotationRequest.php', + 'Google_Service_Container_Status' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/Status.php', 'Google_Service_Container_StatusCondition' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/StatusCondition.php', 'Google_Service_Container_TimeWindow' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/TimeWindow.php', 'Google_Service_Container_UpdateClusterRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Container/UpdateClusterRequest.php', @@ -6626,6 +6745,7 @@ 'Google_Service_DataprocMetastore' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore.php', 'Google_Service_DataprocMetastore_AuditConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/AuditConfig.php', 'Google_Service_DataprocMetastore_AuditLogConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/AuditLogConfig.php', + 'Google_Service_DataprocMetastore_Backup' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Backup.php', 'Google_Service_DataprocMetastore_Binding' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Binding.php', 'Google_Service_DataprocMetastore_DataCatalogConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/DataCatalogConfig.php', 'Google_Service_DataprocMetastore_DatabaseDump' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/DatabaseDump.php', @@ -6634,6 +6754,7 @@ 'Google_Service_DataprocMetastore_HiveMetastoreConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/HiveMetastoreConfig.php', 'Google_Service_DataprocMetastore_HiveMetastoreVersion' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/HiveMetastoreVersion.php', 'Google_Service_DataprocMetastore_KerberosConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/KerberosConfig.php', + 'Google_Service_DataprocMetastore_ListBackupsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/ListBackupsResponse.php', 'Google_Service_DataprocMetastore_ListLocationsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/ListLocationsResponse.php', 'Google_Service_DataprocMetastore_ListMetadataImportsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/ListMetadataImportsResponse.php', 'Google_Service_DataprocMetastore_ListOperationsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/ListOperationsResponse.php', @@ -6647,13 +6768,16 @@ 'Google_Service_DataprocMetastore_MetadataManagementActivity' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/MetadataManagementActivity.php', 'Google_Service_DataprocMetastore_MetastoreEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/MetastoreEmpty.php', 'Google_Service_DataprocMetastore_Operation' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Operation.php', + 'Google_Service_DataprocMetastore_OperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/OperationMetadata.php', 'Google_Service_DataprocMetastore_Policy' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Policy.php', 'Google_Service_DataprocMetastore_Resource_Projects' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/Projects.php', 'Google_Service_DataprocMetastore_Resource_ProjectsLocations' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocations.php', 'Google_Service_DataprocMetastore_Resource_ProjectsLocationsOperations' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsOperations.php', 'Google_Service_DataprocMetastore_Resource_ProjectsLocationsServices' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServices.php', + 'Google_Service_DataprocMetastore_Resource_ProjectsLocationsServicesBackups' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServicesBackups.php', 'Google_Service_DataprocMetastore_Resource_ProjectsLocationsServicesMetadataImports' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServicesMetadataImports.php', 'Google_Service_DataprocMetastore_Restore' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Restore.php', + 'Google_Service_DataprocMetastore_RestoreServiceRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/RestoreServiceRequest.php', 'Google_Service_DataprocMetastore_Secret' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Secret.php', 'Google_Service_DataprocMetastore_Service' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Service.php', 'Google_Service_DataprocMetastore_SetIamPolicyRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/DataprocMetastore/SetIamPolicyRequest.php', @@ -6665,6 +6789,7 @@ 'Google_Service_Dataproc_AutoscalingPolicy' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingPolicy.php', 'Google_Service_Dataproc_BasicAutoscalingAlgorithm' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/BasicAutoscalingAlgorithm.php', 'Google_Service_Dataproc_BasicYarnAutoscalingConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/BasicYarnAutoscalingConfig.php', + 'Google_Service_Dataproc_BatchOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/BatchOperationMetadata.php', 'Google_Service_Dataproc_Binding' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/Binding.php', 'Google_Service_Dataproc_CancelJobRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/CancelJobRequest.php', 'Google_Service_Dataproc_Cluster' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/Cluster.php', @@ -6675,6 +6800,7 @@ 'Google_Service_Dataproc_ClusterOperationStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationStatus.php', 'Google_Service_Dataproc_ClusterSelector' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/ClusterSelector.php', 'Google_Service_Dataproc_ClusterStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/ClusterStatus.php', + 'Google_Service_Dataproc_ConfidentialInstanceConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/ConfidentialInstanceConfig.php', 'Google_Service_Dataproc_DataprocEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/DataprocEmpty.php', 'Google_Service_Dataproc_DiagnoseClusterRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterRequest.php', 'Google_Service_Dataproc_DiagnoseClusterResults' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterResults.php', @@ -6685,8 +6811,10 @@ 'Google_Service_Dataproc_GceClusterConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/GceClusterConfig.php', 'Google_Service_Dataproc_GetIamPolicyRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/GetIamPolicyRequest.php', 'Google_Service_Dataproc_GetPolicyOptions' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/GetPolicyOptions.php', + 'Google_Service_Dataproc_GkeClusterConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/GkeClusterConfig.php', 'Google_Service_Dataproc_HadoopJob' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/HadoopJob.php', 'Google_Service_Dataproc_HiveJob' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.php', + 'Google_Service_Dataproc_IdentityConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/IdentityConfig.php', 'Google_Service_Dataproc_InjectCredentialsRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/InjectCredentialsRequest.php', 'Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupAutoscalingPolicyConfig.php', 'Google_Service_Dataproc_InstanceGroupConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.php', @@ -6709,6 +6837,7 @@ 'Google_Service_Dataproc_ManagedCluster' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/ManagedCluster.php', 'Google_Service_Dataproc_ManagedGroupConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/ManagedGroupConfig.php', 'Google_Service_Dataproc_MetastoreConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/MetastoreConfig.php', + 'Google_Service_Dataproc_NamespacedGkeDeploymentTarget' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/NamespacedGkeDeploymentTarget.php', 'Google_Service_Dataproc_NodeGroupAffinity' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/NodeGroupAffinity.php', 'Google_Service_Dataproc_NodeInitializationAction' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/NodeInitializationAction.php', 'Google_Service_Dataproc_Operation' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dataproc/Operation.php', @@ -7315,6 +7444,8 @@ 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportAgentRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentRequest.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportAgentResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentResponse.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportFlowRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportFlowRequest.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportFlowResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportFlowResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportTestCasesMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportTestCasesRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesRequest.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportTestCasesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesResponse.php', @@ -7333,6 +7464,8 @@ 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportDocumentsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportDocumentsResponse.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportFlowRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportFlowRequest.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportFlowResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportFlowResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportTestCasesMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportTestCasesRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesRequest.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportTestCasesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesResponse.php', @@ -7442,6 +7575,7 @@ 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventHandler' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1EventHandler.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventInput' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1EventInput.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ExportAgentResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportAgentResponse.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ExportFlowResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportFlowResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Form' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1Form.php', @@ -7455,6 +7589,7 @@ 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportFlowResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportFlowResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1InputAudioConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1InputAudioConfig.php', @@ -7903,6 +8038,7 @@ 'Google_Service_DisplayVideo_BulkEditSitesRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditSitesRequest.php', 'Google_Service_DisplayVideo_BulkEditSitesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditSitesResponse.php', 'Google_Service_DisplayVideo_BulkListAdvertiserAssignedTargetingOptionsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListAdvertiserAssignedTargetingOptionsResponse.php', + 'Google_Service_DisplayVideo_BulkListCampaignAssignedTargetingOptionsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListCampaignAssignedTargetingOptionsResponse.php', 'Google_Service_DisplayVideo_BulkListInsertionOrderAssignedTargetingOptionsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListInsertionOrderAssignedTargetingOptionsResponse.php', 'Google_Service_DisplayVideo_BulkListLineItemAssignedTargetingOptionsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListLineItemAssignedTargetingOptionsResponse.php', 'Google_Service_DisplayVideo_Campaign' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/Campaign.php', @@ -7970,6 +8106,7 @@ 'Google_Service_DisplayVideo_FrequencyCap' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/FrequencyCap.php', 'Google_Service_DisplayVideo_GenderAssignedTargetingOptionDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/GenderAssignedTargetingOptionDetails.php', 'Google_Service_DisplayVideo_GenderTargetingOptionDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/GenderTargetingOptionDetails.php', + 'Google_Service_DisplayVideo_GenerateDefaultLineItemRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/GenerateDefaultLineItemRequest.php', 'Google_Service_DisplayVideo_GeoRegionAssignedTargetingOptionDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionAssignedTargetingOptionDetails.php', 'Google_Service_DisplayVideo_GeoRegionSearchTerms' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionSearchTerms.php', 'Google_Service_DisplayVideo_GeoRegionTargetingOptionDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionTargetingOptionDetails.php', @@ -8003,6 +8140,7 @@ 'Google_Service_DisplayVideo_ListAdvertisersResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListAdvertisersResponse.php', 'Google_Service_DisplayVideo_ListAssignedInventorySourcesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListAssignedInventorySourcesResponse.php', 'Google_Service_DisplayVideo_ListAssignedLocationsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListAssignedLocationsResponse.php', + 'Google_Service_DisplayVideo_ListCampaignAssignedTargetingOptionsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListCampaignAssignedTargetingOptionsResponse.php', 'Google_Service_DisplayVideo_ListCampaignsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListCampaignsResponse.php', 'Google_Service_DisplayVideo_ListChannelsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListChannelsResponse.php', 'Google_Service_DisplayVideo_ListCombinedAudiencesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListCombinedAudiencesResponse.php', @@ -8058,9 +8196,15 @@ 'Google_Service_DisplayVideo_PublisherReviewStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/PublisherReviewStatus.php', 'Google_Service_DisplayVideo_RateDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/RateDetails.php', 'Google_Service_DisplayVideo_RegionalLocationListAssignedTargetingOptionDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/RegionalLocationListAssignedTargetingOptionDetails.php', + 'Google_Service_DisplayVideo_ReplaceNegativeKeywordsRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceNegativeKeywordsRequest.php', + 'Google_Service_DisplayVideo_ReplaceNegativeKeywordsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceNegativeKeywordsResponse.php', + 'Google_Service_DisplayVideo_ReplaceSitesRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceSitesRequest.php', + 'Google_Service_DisplayVideo_ReplaceSitesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceSitesResponse.php', 'Google_Service_DisplayVideo_Resource_Advertisers' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Advertisers.php', 'Google_Service_DisplayVideo_Resource_AdvertisersAssets' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersAssets.php', 'Google_Service_DisplayVideo_Resource_AdvertisersCampaigns' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaigns.php', + 'Google_Service_DisplayVideo_Resource_AdvertisersCampaignsTargetingTypes' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaignsTargetingTypes.php', + 'Google_Service_DisplayVideo_Resource_AdvertisersCampaignsTargetingTypesAssignedTargetingOptions' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaignsTargetingTypesAssignedTargetingOptions.php', 'Google_Service_DisplayVideo_Resource_AdvertisersChannels' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannels.php', 'Google_Service_DisplayVideo_Resource_AdvertisersChannelsSites' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannelsSites.php', 'Google_Service_DisplayVideo_Resource_AdvertisersCreatives' => $vendorDir . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCreatives.php', @@ -8360,13 +8504,59 @@ 'Google_Service_Document_GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse.php', 'Google_Service_Document_GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata.php', 'Google_Service_Document_GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1BatchDocumentsInputConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchDocumentsInputConfig.php', 'Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessMetadata.php', 'Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessRequest.php', 'Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessResponse.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1BoundingPoly' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BoundingPoly.php', 'Google_Service_Document_GoogleCloudDocumentaiV1CommonOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1CommonOperationMetadata.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1Document' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1Document.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntity' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntity.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntityNormalizedValue' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntityNormalizedValue.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntityRelation' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntityRelation.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentOutputConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentOutputConfig.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPage' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPage.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageAnchor' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageAnchor.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageAnchorPageRef' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageAnchorPageRef.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageBlock' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageBlock.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDimension' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageDimension.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageFormField' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageFormField.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageImage' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageImage.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageLayout.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLine' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageLine.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageMatrix' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageMatrix.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageParagraph' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageParagraph.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTable' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTable.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTableTableCell' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTableTableCell.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTableTableRow' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTableTableRow.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageToken' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageToken.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageVisualElement' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageVisualElement.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentProvenance.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenanceParent' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentProvenanceParent.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentRevision' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentRevision.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentRevisionHumanReview' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentRevisionHumanReview.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentShardInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentShardInfo.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentStyle' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentStyle.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentStyleFontSize' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentStyleFontSize.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextAnchor.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextChange' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextChange.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1GcsDocument' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsDocument.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1GcsDocuments' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsDocuments.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1GcsPrefix' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsPrefix.php', 'Google_Service_Document_GoogleCloudDocumentaiV1HumanReviewStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1HumanReviewStatus.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1NormalizedVertex' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1NormalizedVertex.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1ProcessRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ProcessRequest.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1ProcessResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ProcessResponse.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1RawDocument' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1RawDocument.php', 'Google_Service_Document_GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1ReviewDocumentRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentRequest.php', 'Google_Service_Document_GoogleCloudDocumentaiV1ReviewDocumentResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentResponse.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1Vertex' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1Vertex.php', 'Google_Service_Document_GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse.php', 'Google_Service_Document_GoogleCloudDocumentaiV1beta1BoundingPoly' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1BoundingPoly.php', 'Google_Service_Document_GoogleCloudDocumentaiV1beta1Document' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1Document.php', @@ -8512,6 +8702,8 @@ 'Google_Service_Document_GoogleCloudDocumentaiV1beta3Vertex' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3Vertex.php', 'Google_Service_Document_GoogleCloudLocationListLocationsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudLocationListLocationsResponse.php', 'Google_Service_Document_GoogleCloudLocationLocation' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudLocationLocation.php', + 'Google_Service_Document_GoogleLongrunningCancelOperationRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningCancelOperationRequest.php', + 'Google_Service_Document_GoogleLongrunningListOperationsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningListOperationsResponse.php', 'Google_Service_Document_GoogleLongrunningOperation' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningOperation.php', 'Google_Service_Document_GoogleProtobufEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleProtobufEmpty.php', 'Google_Service_Document_GoogleRpcStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleRpcStatus.php', @@ -8521,12 +8713,18 @@ 'Google_Service_Document_GoogleTypeMoney' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleTypeMoney.php', 'Google_Service_Document_GoogleTypePostalAddress' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleTypePostalAddress.php', 'Google_Service_Document_GoogleTypeTimeZone' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/GoogleTypeTimeZone.php', + 'Google_Service_Document_Resource_Operations' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/Operations.php', 'Google_Service_Document_Resource_Projects' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/Projects.php', 'Google_Service_Document_Resource_ProjectsLocations' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocations.php', 'Google_Service_Document_Resource_ProjectsLocationsOperations' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsOperations.php', 'Google_Service_Document_Resource_ProjectsLocationsProcessors' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessors.php', 'Google_Service_Document_Resource_ProjectsLocationsProcessorsHumanReviewConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsHumanReviewConfig.php', 'Google_Service_Document_Resource_ProjectsLocationsProcessorsProcessorVersions' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsProcessorVersions.php', + 'Google_Service_Document_Resource_ProjectsOperations' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsOperations.php', + 'Google_Service_Document_Resource_Uiv1beta3' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3.php', + 'Google_Service_Document_Resource_Uiv1beta3Projects' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3Projects.php', + 'Google_Service_Document_Resource_Uiv1beta3ProjectsLocations' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3ProjectsLocations.php', + 'Google_Service_Document_Resource_Uiv1beta3ProjectsLocationsOperations' => $vendorDir . '/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3ProjectsLocationsOperations.php', 'Google_Service_DomainsRDAP' => $vendorDir . '/google/apiclient-services/src/Google/Service/DomainsRDAP.php', 'Google_Service_DomainsRDAP_HttpBody' => $vendorDir . '/google/apiclient-services/src/Google/Service/DomainsRDAP/HttpBody.php', 'Google_Service_DomainsRDAP_Link' => $vendorDir . '/google/apiclient-services/src/Google/Service/DomainsRDAP/Link.php', @@ -8701,6 +8899,18 @@ 'Google_Service_Drive_TeamDriveList' => $vendorDir . '/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.php', 'Google_Service_Drive_TeamDriveRestrictions' => $vendorDir . '/google/apiclient-services/src/Google/Service/Drive/TeamDriveRestrictions.php', 'Google_Service_Drive_User' => $vendorDir . '/google/apiclient-services/src/Google/Service/Drive/User.php', + 'Google_Service_Essentialcontacts' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts.php', + 'Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ComputeContactsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1ComputeContactsResponse.php', + 'Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1Contact.php', + 'Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ListContactsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1ListContactsResponse.php', + 'Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1SendTestMessageRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1SendTestMessageRequest.php', + 'Google_Service_Essentialcontacts_GoogleProtobufEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleProtobufEmpty.php', + 'Google_Service_Essentialcontacts_Resource_Folders' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Folders.php', + 'Google_Service_Essentialcontacts_Resource_FoldersContacts' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/FoldersContacts.php', + 'Google_Service_Essentialcontacts_Resource_Organizations' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Organizations.php', + 'Google_Service_Essentialcontacts_Resource_OrganizationsContacts' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/OrganizationsContacts.php', + 'Google_Service_Essentialcontacts_Resource_Projects' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Projects.php', + 'Google_Service_Essentialcontacts_Resource_ProjectsContacts' => $vendorDir . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/ProjectsContacts.php', 'Google_Service_Eventarc' => $vendorDir . '/google/apiclient-services/src/Google/Service/Eventarc.php', 'Google_Service_Eventarc_AuditConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Eventarc/AuditConfig.php', 'Google_Service_Eventarc_AuditLogConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/Eventarc/AuditLogConfig.php', @@ -10092,12 +10302,62 @@ 'Google_Service_MyBusinessAccountManagement_Resource_Locations' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/Locations.php', 'Google_Service_MyBusinessAccountManagement_Resource_LocationsAdmins' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/LocationsAdmins.php', 'Google_Service_MyBusinessAccountManagement_TargetLocation' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/TargetLocation.php', + 'Google_Service_MyBusinessAccountManagement_TransferLocationRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/TransferLocationRequest.php', + 'Google_Service_MyBusinessLodging' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging.php', + 'Google_Service_MyBusinessLodging_Accessibility' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Accessibility.php', + 'Google_Service_MyBusinessLodging_Activities' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Activities.php', + 'Google_Service_MyBusinessLodging_Business' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Business.php', + 'Google_Service_MyBusinessLodging_Connectivity' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Connectivity.php', + 'Google_Service_MyBusinessLodging_EnhancedCleaning' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/EnhancedCleaning.php', + 'Google_Service_MyBusinessLodging_Families' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Families.php', + 'Google_Service_MyBusinessLodging_FoodAndDrink' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/FoodAndDrink.php', + 'Google_Service_MyBusinessLodging_GetGoogleUpdatedLodgingResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/GetGoogleUpdatedLodgingResponse.php', + 'Google_Service_MyBusinessLodging_GuestUnitFeatures' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/GuestUnitFeatures.php', + 'Google_Service_MyBusinessLodging_GuestUnitType' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/GuestUnitType.php', + 'Google_Service_MyBusinessLodging_HealthAndSafety' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/HealthAndSafety.php', + 'Google_Service_MyBusinessLodging_Housekeeping' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Housekeeping.php', + 'Google_Service_MyBusinessLodging_IncreasedFoodSafety' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/IncreasedFoodSafety.php', + 'Google_Service_MyBusinessLodging_LanguageSpoken' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LanguageSpoken.php', + 'Google_Service_MyBusinessLodging_LivingArea' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingArea.php', + 'Google_Service_MyBusinessLodging_LivingAreaAccessibility' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaAccessibility.php', + 'Google_Service_MyBusinessLodging_LivingAreaEating' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaEating.php', + 'Google_Service_MyBusinessLodging_LivingAreaFeatures' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaFeatures.php', + 'Google_Service_MyBusinessLodging_LivingAreaLayout' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaLayout.php', + 'Google_Service_MyBusinessLodging_LivingAreaSleeping' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaSleeping.php', + 'Google_Service_MyBusinessLodging_Lodging' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Lodging.php', + 'Google_Service_MyBusinessLodging_LodgingMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LodgingMetadata.php', + 'Google_Service_MyBusinessLodging_MinimizedContact' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/MinimizedContact.php', + 'Google_Service_MyBusinessLodging_Parking' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Parking.php', + 'Google_Service_MyBusinessLodging_PaymentOptions' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/PaymentOptions.php', + 'Google_Service_MyBusinessLodging_PersonalProtection' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/PersonalProtection.php', + 'Google_Service_MyBusinessLodging_Pets' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Pets.php', + 'Google_Service_MyBusinessLodging_PhysicalDistancing' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/PhysicalDistancing.php', + 'Google_Service_MyBusinessLodging_Policies' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Policies.php', + 'Google_Service_MyBusinessLodging_Pools' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Pools.php', + 'Google_Service_MyBusinessLodging_Property' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Property.php', + 'Google_Service_MyBusinessLodging_Resource_Locations' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Resource/Locations.php', + 'Google_Service_MyBusinessLodging_Resource_LocationsLodging' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Resource/LocationsLodging.php', + 'Google_Service_MyBusinessLodging_Services' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Services.php', + 'Google_Service_MyBusinessLodging_TimeOfDay' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/TimeOfDay.php', + 'Google_Service_MyBusinessLodging_Transportation' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Transportation.php', + 'Google_Service_MyBusinessLodging_ViewsFromUnit' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/ViewsFromUnit.php', + 'Google_Service_MyBusinessLodging_Wellness' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Wellness.php', + 'Google_Service_MyBusinessPlaceActions' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions.php', + 'Google_Service_MyBusinessPlaceActions_ListPlaceActionLinksResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php', + 'Google_Service_MyBusinessPlaceActions_ListPlaceActionTypeMetadataResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php', + 'Google_Service_MyBusinessPlaceActions_MybusinessplaceactionsEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/MybusinessplaceactionsEmpty.php', + 'Google_Service_MyBusinessPlaceActions_PlaceActionLink' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/PlaceActionLink.php', + 'Google_Service_MyBusinessPlaceActions_PlaceActionTypeMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/PlaceActionTypeMetadata.php', + 'Google_Service_MyBusinessPlaceActions_Resource_Locations' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/Locations.php', + 'Google_Service_MyBusinessPlaceActions_Resource_LocationsPlaceActionLinks' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/LocationsPlaceActionLinks.php', + 'Google_Service_MyBusinessPlaceActions_Resource_PlaceActionTypeMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/PlaceActionTypeMetadata.php', 'Google_Service_NetworkManagement' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement.php', 'Google_Service_NetworkManagement_AbortInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/AbortInfo.php', 'Google_Service_NetworkManagement_AuditConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/AuditConfig.php', 'Google_Service_NetworkManagement_AuditLogConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/AuditLogConfig.php', 'Google_Service_NetworkManagement_Binding' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/Binding.php', 'Google_Service_NetworkManagement_CancelOperationRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/CancelOperationRequest.php', + 'Google_Service_NetworkManagement_CloudSQLInstanceInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/CloudSQLInstanceInfo.php', 'Google_Service_NetworkManagement_ConnectivityTest' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/ConnectivityTest.php', 'Google_Service_NetworkManagement_DeliverInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/DeliverInfo.php', 'Google_Service_NetworkManagement_DropInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/DropInfo.php', @@ -10107,6 +10367,7 @@ 'Google_Service_NetworkManagement_FirewallInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/FirewallInfo.php', 'Google_Service_NetworkManagement_ForwardInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/ForwardInfo.php', 'Google_Service_NetworkManagement_ForwardingRuleInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/ForwardingRuleInfo.php', + 'Google_Service_NetworkManagement_GKEMasterInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/GKEMasterInfo.php', 'Google_Service_NetworkManagement_InstanceInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/InstanceInfo.php', 'Google_Service_NetworkManagement_ListConnectivityTestsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/ListConnectivityTestsResponse.php', 'Google_Service_NetworkManagement_ListLocationsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/NetworkManagement/ListLocationsResponse.php', @@ -10176,6 +10437,7 @@ 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsInternalRanges' => $vendorDir . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsInternalRanges.php', 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobal' => $vendorDir . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobal.php', 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobalHubs' => $vendorDir . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobalHubs.php', + 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes' => $vendorDir . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes.php', 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsOperations' => $vendorDir . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsOperations.php', 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsPolicyBasedRoutes' => $vendorDir . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsPolicyBasedRoutes.php', 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsPrivateRanges' => $vendorDir . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsPrivateRanges.php', @@ -10210,6 +10472,7 @@ 'Google_Service_OSConfig_ListPatchJobInstanceDetailsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/OSConfig/ListPatchJobInstanceDetailsResponse.php', 'Google_Service_OSConfig_ListPatchJobsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/OSConfig/ListPatchJobsResponse.php', 'Google_Service_OSConfig_MonthlySchedule' => $vendorDir . '/google/apiclient-services/src/Google/Service/OSConfig/MonthlySchedule.php', + 'Google_Service_OSConfig_OSPolicyAssignmentOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/OSConfig/OSPolicyAssignmentOperationMetadata.php', 'Google_Service_OSConfig_OneTimeSchedule' => $vendorDir . '/google/apiclient-services/src/Google/Service/OSConfig/OneTimeSchedule.php', 'Google_Service_OSConfig_Operation' => $vendorDir . '/google/apiclient-services/src/Google/Service/OSConfig/Operation.php', 'Google_Service_OSConfig_OsconfigEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/OSConfig/OsconfigEmpty.php', @@ -10244,8 +10507,11 @@ 'Google_Service_OnDemandScanning' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning.php', 'Google_Service_OnDemandScanning_AliasContext' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AliasContext.php', 'Google_Service_OnDemandScanning_AnalyzePackagesMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesMetadata.php', + 'Google_Service_OnDemandScanning_AnalyzePackagesMetadataV1' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesMetadataV1.php', 'Google_Service_OnDemandScanning_AnalyzePackagesRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesRequest.php', + 'Google_Service_OnDemandScanning_AnalyzePackagesRequestV1' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesRequestV1.php', 'Google_Service_OnDemandScanning_AnalyzePackagesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesResponse.php', + 'Google_Service_OnDemandScanning_AnalyzePackagesResponseV1' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesResponseV1.php', 'Google_Service_OnDemandScanning_Artifact' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/Artifact.php', 'Google_Service_OnDemandScanning_AttestationOccurrence' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AttestationOccurrence.php', 'Google_Service_OnDemandScanning_BuildOccurrence' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/BuildOccurrence.php', @@ -10266,6 +10532,7 @@ 'Google_Service_OnDemandScanning_Layer' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/Layer.php', 'Google_Service_OnDemandScanning_ListOperationsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/ListOperationsResponse.php', 'Google_Service_OnDemandScanning_ListVulnerabilitiesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/ListVulnerabilitiesResponse.php', + 'Google_Service_OnDemandScanning_ListVulnerabilitiesResponseV1' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/ListVulnerabilitiesResponseV1.php', 'Google_Service_OnDemandScanning_Location' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/Location.php', 'Google_Service_OnDemandScanning_Occurrence' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/Occurrence.php', 'Google_Service_OnDemandScanning_OndemandscanningEmpty' => $vendorDir . '/google/apiclient-services/src/Google/Service/OnDemandScanning/OndemandscanningEmpty.php', @@ -10411,6 +10678,29 @@ 'Google_Service_Partners_User' => $vendorDir . '/google/apiclient-services/src/Google/Service/Partners/User.php', 'Google_Service_Partners_UserOverrides' => $vendorDir . '/google/apiclient-services/src/Google/Service/Partners/UserOverrides.php', 'Google_Service_Partners_UserProfile' => $vendorDir . '/google/apiclient-services/src/Google/Service/Partners/UserProfile.php', + 'Google_Service_PaymentsResellerSubscription' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Duration' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Duration.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Extension' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Extension.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Location' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Location.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Product' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Product.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Promotion' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Promotion.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Subscription.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleTypeLocalizedText' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleTypeLocalizedText.php', + 'Google_Service_PaymentsResellerSubscription_Resource_Partners' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/Partners.php', + 'Google_Service_PaymentsResellerSubscription_Resource_PartnersProducts' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersProducts.php', + 'Google_Service_PaymentsResellerSubscription_Resource_PartnersPromotions' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersPromotions.php', + 'Google_Service_PaymentsResellerSubscription_Resource_PartnersSubscriptions' => $vendorDir . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersSubscriptions.php', 'Google_Service_People' => $vendorDir . '/google/apiclient-services/src/Google/Service/People.php', 'Google_Service_PeopleService' => $vendorDir . '/google/apiclient-services/src/Google/Service/PeopleService.php', 'Google_Service_PeopleService_Address' => $vendorDir . '/google/apiclient-services/src/Google/Service/PeopleService/Address.php', @@ -10746,9 +11036,18 @@ 'Google_Service_Plus_Resource_Comments' => $vendorDir . '/google/apiclient-services/src/Google/Service/Plus/Resource/Comments.php', 'Google_Service_Plus_Resource_People' => $vendorDir . '/google/apiclient-services/src/Google/Service/Plus/Resource/People.php', 'Google_Service_PolicySimulator' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1AccessStateDiff' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1AccessStateDiff.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1AccessTuple' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1AccessTuple.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1BindingExplanation' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1BindingExplanation.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedAccess' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ExplainedAccess.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedPolicy' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ExplainedPolicy.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ListReplayResultsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ListReplayResultsResponse.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1Replay.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayConfig.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayDiff' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayDiff.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayOperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayOperationMetadata.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayResult' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayResult.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayResultsSummary' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayResultsSummary.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1AccessStateDiff' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1AccessStateDiff.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1AccessTuple' => $vendorDir . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1AccessTuple.php', @@ -11494,6 +11793,7 @@ 'Google_Service_SQLAdmin_SqlExternalSyncSettingError' => $vendorDir . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlExternalSyncSettingError.php', 'Google_Service_SQLAdmin_SqlInstancesRescheduleMaintenanceRequestBody' => $vendorDir . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlInstancesRescheduleMaintenanceRequestBody.php', 'Google_Service_SQLAdmin_SqlInstancesVerifyExternalSyncSettingsResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlInstancesVerifyExternalSyncSettingsResponse.php', + 'Google_Service_SQLAdmin_SqlOutOfDiskReport' => $vendorDir . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlOutOfDiskReport.php', 'Google_Service_SQLAdmin_SqlScheduledMaintenance' => $vendorDir . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlScheduledMaintenance.php', 'Google_Service_SQLAdmin_SqlServerDatabaseDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlServerDatabaseDetails.php', 'Google_Service_SQLAdmin_SqlServerUserDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlServerUserDetails.php', @@ -11719,6 +12019,7 @@ 'Google_Service_SecretManager_Resource_ProjectsLocations' => $vendorDir . '/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsLocations.php', 'Google_Service_SecretManager_Resource_ProjectsSecrets' => $vendorDir . '/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecrets.php', 'Google_Service_SecretManager_Resource_ProjectsSecretsVersions' => $vendorDir . '/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecretsVersions.php', + 'Google_Service_SecretManager_Rotation' => $vendorDir . '/google/apiclient-services/src/Google/Service/SecretManager/Rotation.php', 'Google_Service_SecretManager_Secret' => $vendorDir . '/google/apiclient-services/src/Google/Service/SecretManager/Secret.php', 'Google_Service_SecretManager_SecretPayload' => $vendorDir . '/google/apiclient-services/src/Google/Service/SecretManager/SecretPayload.php', 'Google_Service_SecretManager_SecretVersion' => $vendorDir . '/google/apiclient-services/src/Google/Service/SecretManager/SecretVersion.php', @@ -12093,6 +12394,7 @@ 'Google_Service_ServiceNetworking_CustomErrorRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomErrorRule.php', 'Google_Service_ServiceNetworking_CustomHttpPattern' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomHttpPattern.php', 'Google_Service_ServiceNetworking_DeleteConnectionMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceNetworking/DeleteConnectionMetadata.php', + 'Google_Service_ServiceNetworking_DeleteConnectionRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceNetworking/DeleteConnectionRequest.php', 'Google_Service_ServiceNetworking_DeletePeeredDnsDomainMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceNetworking/DeletePeeredDnsDomainMetadata.php', 'Google_Service_ServiceNetworking_DisableVpcServiceControlsRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceNetworking/DisableVpcServiceControlsRequest.php', 'Google_Service_ServiceNetworking_DnsRecordSet' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceNetworking/DnsRecordSet.php', @@ -12205,9 +12507,11 @@ 'Google_Service_ServiceUsage_Context' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/Context.php', 'Google_Service_ServiceUsage_ContextRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/ContextRule.php', 'Google_Service_ServiceUsage_Control' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/Control.php', + 'Google_Service_ServiceUsage_CreateAdminQuotaPolicyMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/CreateAdminQuotaPolicyMetadata.php', 'Google_Service_ServiceUsage_CustomError' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/CustomError.php', 'Google_Service_ServiceUsage_CustomErrorRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/CustomErrorRule.php', 'Google_Service_ServiceUsage_CustomHttpPattern' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/CustomHttpPattern.php', + 'Google_Service_ServiceUsage_DeleteAdminQuotaPolicyMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/DeleteAdminQuotaPolicyMetadata.php', 'Google_Service_ServiceUsage_DisableServiceRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceRequest.php', 'Google_Service_ServiceUsage_DisableServiceResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceResponse.php', 'Google_Service_ServiceUsage_Documentation' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/Documentation.php', @@ -12219,6 +12523,7 @@ 'Google_Service_ServiceUsage_Enum' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/Enum.php', 'Google_Service_ServiceUsage_EnumValue' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/EnumValue.php', 'Google_Service_ServiceUsage_Field' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/Field.php', + 'Google_Service_ServiceUsage_GetServiceIdentityMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityMetadata.php', 'Google_Service_ServiceUsage_GetServiceIdentityResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityResponse.php', 'Google_Service_ServiceUsage_GoogleApiService' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiService.php', 'Google_Service_ServiceUsage_GoogleApiServiceusageV1OperationMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1OperationMetadata.php', @@ -12228,8 +12533,11 @@ 'Google_Service_ServiceUsage_GoogleApiServiceusageV1beta1ServiceIdentity' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1ServiceIdentity.php', 'Google_Service_ServiceUsage_Http' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/Http.php', 'Google_Service_ServiceUsage_HttpRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/HttpRule.php', + 'Google_Service_ServiceUsage_ImportAdminOverridesMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminOverridesMetadata.php', 'Google_Service_ServiceUsage_ImportAdminOverridesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminOverridesResponse.php', + 'Google_Service_ServiceUsage_ImportAdminQuotaPoliciesMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminQuotaPoliciesMetadata.php', 'Google_Service_ServiceUsage_ImportAdminQuotaPoliciesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminQuotaPoliciesResponse.php', + 'Google_Service_ServiceUsage_ImportConsumerOverridesMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportConsumerOverridesMetadata.php', 'Google_Service_ServiceUsage_ImportConsumerOverridesResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportConsumerOverridesResponse.php', 'Google_Service_ServiceUsage_JwtLocation' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/JwtLocation.php', 'Google_Service_ServiceUsage_LabelDescriptor' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/LabelDescriptor.php', @@ -12265,6 +12573,7 @@ 'Google_Service_ServiceUsage_SystemParameterRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameterRule.php', 'Google_Service_ServiceUsage_SystemParameters' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameters.php', 'Google_Service_ServiceUsage_Type' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/Type.php', + 'Google_Service_ServiceUsage_UpdateAdminQuotaPolicyMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/UpdateAdminQuotaPolicyMetadata.php', 'Google_Service_ServiceUsage_Usage' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/Usage.php', 'Google_Service_ServiceUsage_UsageRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUsage/UsageRule.php', 'Google_Service_ServiceUser' => $vendorDir . '/google/apiclient-services/src/Google/Service/ServiceUser.php', @@ -12488,6 +12797,7 @@ 'Google_Service_Sheets_IterativeCalculationSettings' => $vendorDir . '/google/apiclient-services/src/Google/Service/Sheets/IterativeCalculationSettings.php', 'Google_Service_Sheets_KeyValueFormat' => $vendorDir . '/google/apiclient-services/src/Google/Service/Sheets/KeyValueFormat.php', 'Google_Service_Sheets_LineStyle' => $vendorDir . '/google/apiclient-services/src/Google/Service/Sheets/LineStyle.php', + 'Google_Service_Sheets_Link' => $vendorDir . '/google/apiclient-services/src/Google/Service/Sheets/Link.php', 'Google_Service_Sheets_ManualRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/Sheets/ManualRule.php', 'Google_Service_Sheets_ManualRuleGroup' => $vendorDir . '/google/apiclient-services/src/Google/Service/Sheets/ManualRuleGroup.php', 'Google_Service_Sheets_MatchedDeveloperMetadata' => $vendorDir . '/google/apiclient-services/src/Google/Service/Sheets/MatchedDeveloperMetadata.php', @@ -12623,6 +12933,7 @@ 'Google_Service_ShoppingContent_AccounttaxCustomBatchResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.php', 'Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.php', 'Google_Service_ShoppingContent_AccounttaxListResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxListResponse.php', + 'Google_Service_ShoppingContent_ActivateBuyOnGoogleProgramRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/ActivateBuyOnGoogleProgramRequest.php', 'Google_Service_ShoppingContent_Amount' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/Amount.php', 'Google_Service_ShoppingContent_BusinessDayConfig' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/BusinessDayConfig.php', 'Google_Service_ShoppingContent_BuyOnGoogleProgramStatus' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/BuyOnGoogleProgramStatus.php', @@ -12807,6 +13118,8 @@ 'Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdResponse.php', 'Google_Service_ShoppingContent_OrdersUpdateShipmentRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentRequest.php', 'Google_Service_ShoppingContent_OrdersUpdateShipmentResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentResponse.php', + 'Google_Service_ShoppingContent_PauseBuyOnGoogleProgramRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/PauseBuyOnGoogleProgramRequest.php', + 'Google_Service_ShoppingContent_PaymentServiceProviderLinkInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/PaymentServiceProviderLinkInfo.php', 'Google_Service_ShoppingContent_PickupCarrierService' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/PickupCarrierService.php', 'Google_Service_ShoppingContent_PickupServicesPickupService' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/PickupServicesPickupService.php', 'Google_Service_ShoppingContent_PosCustomBatchRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequest.php', @@ -12876,6 +13189,7 @@ 'Google_Service_ShoppingContent_RepricingRuleRestriction' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleRestriction.php', 'Google_Service_ShoppingContent_RepricingRuleRestrictionBoundary' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleRestrictionBoundary.php', 'Google_Service_ShoppingContent_RepricingRuleStatsBasedRule' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleStatsBasedRule.php', + 'Google_Service_ShoppingContent_RequestReviewBuyOnGoogleProgramRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/RequestReviewBuyOnGoogleProgramRequest.php', 'Google_Service_ShoppingContent_Resource_Accounts' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounts.php', 'Google_Service_ShoppingContent_Resource_AccountsCredentials' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/AccountsCredentials.php', 'Google_Service_ShoppingContent_Resource_AccountsLabels' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/AccountsLabels.php', @@ -12974,6 +13288,7 @@ 'Google_Service_ShoppingContent_UnitInvoiceAdditionalCharge' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceAdditionalCharge.php', 'Google_Service_ShoppingContent_UnitInvoiceTaxLine' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceTaxLine.php', 'Google_Service_ShoppingContent_Value' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/Value.php', + 'Google_Service_ShoppingContent_WarehouseBasedDeliveryTime' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/WarehouseBasedDeliveryTime.php', 'Google_Service_ShoppingContent_Weight' => $vendorDir . '/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.php', 'Google_Service_SiteVerification' => $vendorDir . '/google/apiclient-services/src/Google/Service/SiteVerification.php', 'Google_Service_SiteVerification_Resource_WebResource' => $vendorDir . '/google/apiclient-services/src/Google/Service/SiteVerification/Resource/WebResource.php', @@ -13193,6 +13508,7 @@ 'Google_Service_Spanner_ReadRequest' => $vendorDir . '/google/apiclient-services/src/Google/Service/Spanner/ReadRequest.php', 'Google_Service_Spanner_ReadWrite' => $vendorDir . '/google/apiclient-services/src/Google/Service/Spanner/ReadWrite.php', 'Google_Service_Spanner_ReplicaInfo' => $vendorDir . '/google/apiclient-services/src/Google/Service/Spanner/ReplicaInfo.php', + 'Google_Service_Spanner_RequestOptions' => $vendorDir . '/google/apiclient-services/src/Google/Service/Spanner/RequestOptions.php', 'Google_Service_Spanner_Resource_Projects' => $vendorDir . '/google/apiclient-services/src/Google/Service/Spanner/Resource/Projects.php', 'Google_Service_Spanner_Resource_ProjectsInstanceConfigs' => $vendorDir . '/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.php', 'Google_Service_Spanner_Resource_ProjectsInstances' => $vendorDir . '/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.php', @@ -14638,6 +14954,7 @@ 'Google_Service_YouTube_VideoFileDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetails.php', 'Google_Service_YouTube_VideoFileDetailsAudioStream' => $vendorDir . '/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsAudioStream.php', 'Google_Service_YouTube_VideoFileDetailsVideoStream' => $vendorDir . '/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsVideoStream.php', + 'Google_Service_YouTube_VideoGetRatingResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/YouTube/VideoGetRatingResponse.php', 'Google_Service_YouTube_VideoListResponse' => $vendorDir . '/google/apiclient-services/src/Google/Service/YouTube/VideoListResponse.php', 'Google_Service_YouTube_VideoLiveStreamingDetails' => $vendorDir . '/google/apiclient-services/src/Google/Service/YouTube/VideoLiveStreamingDetails.php', 'Google_Service_YouTube_VideoLocalization' => $vendorDir . '/google/apiclient-services/src/Google/Service/YouTube/VideoLocalization.php', @@ -14661,62 +14978,52 @@ 'Google_Task_Retryable' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Task_Runner' => $vendorDir . '/google/apiclient/src/aliases.php', 'Google_Utils_UriTemplate' => $vendorDir . '/google/apiclient/src/aliases.php', - 'GuzzleHttp\\BatchResults' => $vendorDir . '/guzzlehttp/guzzle/src/BatchResults.php', 'GuzzleHttp\\Client' => $vendorDir . '/guzzlehttp/guzzle/src/Client.php', 'GuzzleHttp\\ClientInterface' => $vendorDir . '/guzzlehttp/guzzle/src/ClientInterface.php', - 'GuzzleHttp\\Collection' => $vendorDir . '/guzzlehttp/guzzle/src/Collection.php', 'GuzzleHttp\\Cookie\\CookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 'GuzzleHttp\\Cookie\\CookieJarInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 'GuzzleHttp\\Cookie\\FileCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 'GuzzleHttp\\Cookie\\SessionCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 'GuzzleHttp\\Cookie\\SetCookie' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SetCookie.php', - 'GuzzleHttp\\Event\\AbstractEvent' => $vendorDir . '/guzzlehttp/guzzle/src/Event/AbstractEvent.php', - 'GuzzleHttp\\Event\\AbstractRequestEvent' => $vendorDir . '/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php', - 'GuzzleHttp\\Event\\AbstractRetryableEvent' => $vendorDir . '/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php', - 'GuzzleHttp\\Event\\AbstractTransferEvent' => $vendorDir . '/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php', - 'GuzzleHttp\\Event\\BeforeEvent' => $vendorDir . '/guzzlehttp/guzzle/src/Event/BeforeEvent.php', - 'GuzzleHttp\\Event\\CompleteEvent' => $vendorDir . '/guzzlehttp/guzzle/src/Event/CompleteEvent.php', - 'GuzzleHttp\\Event\\Emitter' => $vendorDir . '/guzzlehttp/guzzle/src/Event/Emitter.php', - 'GuzzleHttp\\Event\\EmitterInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Event/EmitterInterface.php', - 'GuzzleHttp\\Event\\EndEvent' => $vendorDir . '/guzzlehttp/guzzle/src/Event/EndEvent.php', - 'GuzzleHttp\\Event\\ErrorEvent' => $vendorDir . '/guzzlehttp/guzzle/src/Event/ErrorEvent.php', - 'GuzzleHttp\\Event\\EventInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Event/EventInterface.php', - 'GuzzleHttp\\Event\\HasEmitterInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php', - 'GuzzleHttp\\Event\\HasEmitterTrait' => $vendorDir . '/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php', - 'GuzzleHttp\\Event\\ListenerAttacherTrait' => $vendorDir . '/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php', - 'GuzzleHttp\\Event\\ProgressEvent' => $vendorDir . '/guzzlehttp/guzzle/src/Event/ProgressEvent.php', - 'GuzzleHttp\\Event\\RequestEvents' => $vendorDir . '/guzzlehttp/guzzle/src/Event/RequestEvents.php', - 'GuzzleHttp\\Event\\SubscriberInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Event/SubscriberInterface.php', 'GuzzleHttp\\Exception\\BadResponseException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 'GuzzleHttp\\Exception\\ClientException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ClientException.php', 'GuzzleHttp\\Exception\\ConnectException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ConnectException.php', - 'GuzzleHttp\\Exception\\CouldNotRewindStreamException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php', - 'GuzzleHttp\\Exception\\ParseException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ParseException.php', + 'GuzzleHttp\\Exception\\GuzzleException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/GuzzleException.php', + 'GuzzleHttp\\Exception\\InvalidArgumentException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 'GuzzleHttp\\Exception\\RequestException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/RequestException.php', + 'GuzzleHttp\\Exception\\SeekException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/SeekException.php', 'GuzzleHttp\\Exception\\ServerException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ServerException.php', - 'GuzzleHttp\\Exception\\StateException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/StateException.php', 'GuzzleHttp\\Exception\\TooManyRedirectsException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 'GuzzleHttp\\Exception\\TransferException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TransferException.php', - 'GuzzleHttp\\Exception\\XmlParseException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/XmlParseException.php', - 'GuzzleHttp\\HasDataTrait' => $vendorDir . '/guzzlehttp/guzzle/src/HasDataTrait.php', - 'GuzzleHttp\\Message\\AbstractMessage' => $vendorDir . '/guzzlehttp/guzzle/src/Message/AbstractMessage.php', - 'GuzzleHttp\\Message\\AppliesHeadersInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php', - 'GuzzleHttp\\Message\\FutureResponse' => $vendorDir . '/guzzlehttp/guzzle/src/Message/FutureResponse.php', - 'GuzzleHttp\\Message\\MessageFactory' => $vendorDir . '/guzzlehttp/guzzle/src/Message/MessageFactory.php', - 'GuzzleHttp\\Message\\MessageFactoryInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php', - 'GuzzleHttp\\Message\\MessageInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Message/MessageInterface.php', - 'GuzzleHttp\\Message\\MessageParser' => $vendorDir . '/guzzlehttp/guzzle/src/Message/MessageParser.php', - 'GuzzleHttp\\Message\\Request' => $vendorDir . '/guzzlehttp/guzzle/src/Message/Request.php', - 'GuzzleHttp\\Message\\RequestInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Message/RequestInterface.php', - 'GuzzleHttp\\Message\\Response' => $vendorDir . '/guzzlehttp/guzzle/src/Message/Response.php', - 'GuzzleHttp\\Message\\ResponseInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Message/ResponseInterface.php', - 'GuzzleHttp\\Mimetypes' => $vendorDir . '/guzzlehttp/guzzle/src/Mimetypes.php', + 'GuzzleHttp\\HandlerStack' => $vendorDir . '/guzzlehttp/guzzle/src/HandlerStack.php', + 'GuzzleHttp\\Handler\\CurlFactory' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactory.php', + 'GuzzleHttp\\Handler\\CurlFactoryInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', + 'GuzzleHttp\\Handler\\CurlHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlHandler.php', + 'GuzzleHttp\\Handler\\CurlMultiHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', + 'GuzzleHttp\\Handler\\EasyHandle' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/EasyHandle.php', + 'GuzzleHttp\\Handler\\MockHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/MockHandler.php', + 'GuzzleHttp\\Handler\\Proxy' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/Proxy.php', + 'GuzzleHttp\\Handler\\StreamHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php', + 'GuzzleHttp\\MessageFormatter' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatter.php', + 'GuzzleHttp\\Middleware' => $vendorDir . '/guzzlehttp/guzzle/src/Middleware.php', 'GuzzleHttp\\Pool' => $vendorDir . '/guzzlehttp/guzzle/src/Pool.php', - 'GuzzleHttp\\Post\\MultipartBody' => $vendorDir . '/guzzlehttp/guzzle/src/Post/MultipartBody.php', - 'GuzzleHttp\\Post\\PostBody' => $vendorDir . '/guzzlehttp/guzzle/src/Post/PostBody.php', - 'GuzzleHttp\\Post\\PostBodyInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Post/PostBodyInterface.php', - 'GuzzleHttp\\Post\\PostFile' => $vendorDir . '/guzzlehttp/guzzle/src/Post/PostFile.php', - 'GuzzleHttp\\Post\\PostFileInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Post/PostFileInterface.php', + 'GuzzleHttp\\PrepareBodyMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', + 'GuzzleHttp\\Promise\\AggregateException' => $vendorDir . '/guzzlehttp/promises/src/AggregateException.php', + 'GuzzleHttp\\Promise\\CancellationException' => $vendorDir . '/guzzlehttp/promises/src/CancellationException.php', + 'GuzzleHttp\\Promise\\Coroutine' => $vendorDir . '/guzzlehttp/promises/src/Coroutine.php', + 'GuzzleHttp\\Promise\\Create' => $vendorDir . '/guzzlehttp/promises/src/Create.php', + 'GuzzleHttp\\Promise\\Each' => $vendorDir . '/guzzlehttp/promises/src/Each.php', + 'GuzzleHttp\\Promise\\EachPromise' => $vendorDir . '/guzzlehttp/promises/src/EachPromise.php', + 'GuzzleHttp\\Promise\\FulfilledPromise' => $vendorDir . '/guzzlehttp/promises/src/FulfilledPromise.php', + 'GuzzleHttp\\Promise\\Is' => $vendorDir . '/guzzlehttp/promises/src/Is.php', + 'GuzzleHttp\\Promise\\Promise' => $vendorDir . '/guzzlehttp/promises/src/Promise.php', + 'GuzzleHttp\\Promise\\PromiseInterface' => $vendorDir . '/guzzlehttp/promises/src/PromiseInterface.php', + 'GuzzleHttp\\Promise\\PromisorInterface' => $vendorDir . '/guzzlehttp/promises/src/PromisorInterface.php', + 'GuzzleHttp\\Promise\\RejectedPromise' => $vendorDir . '/guzzlehttp/promises/src/RejectedPromise.php', + 'GuzzleHttp\\Promise\\RejectionException' => $vendorDir . '/guzzlehttp/promises/src/RejectionException.php', + 'GuzzleHttp\\Promise\\TaskQueue' => $vendorDir . '/guzzlehttp/promises/src/TaskQueue.php', + 'GuzzleHttp\\Promise\\TaskQueueInterface' => $vendorDir . '/guzzlehttp/promises/src/TaskQueueInterface.php', + 'GuzzleHttp\\Promise\\Utils' => $vendorDir . '/guzzlehttp/promises/src/Utils.php', 'GuzzleHttp\\Psr7\\AppendStream' => $vendorDir . '/guzzlehttp/psr7/src/AppendStream.php', 'GuzzleHttp\\Psr7\\BufferStream' => $vendorDir . '/guzzlehttp/psr7/src/BufferStream.php', 'GuzzleHttp\\Psr7\\CachingStream' => $vendorDir . '/guzzlehttp/psr7/src/CachingStream.php', @@ -14745,60 +15052,11 @@ 'GuzzleHttp\\Psr7\\UriNormalizer' => $vendorDir . '/guzzlehttp/psr7/src/UriNormalizer.php', 'GuzzleHttp\\Psr7\\UriResolver' => $vendorDir . '/guzzlehttp/psr7/src/UriResolver.php', 'GuzzleHttp\\Psr7\\Utils' => $vendorDir . '/guzzlehttp/psr7/src/Utils.php', - 'GuzzleHttp\\Query' => $vendorDir . '/guzzlehttp/guzzle/src/Query.php', - 'GuzzleHttp\\QueryParser' => $vendorDir . '/guzzlehttp/guzzle/src/QueryParser.php', - 'GuzzleHttp\\RequestFsm' => $vendorDir . '/guzzlehttp/guzzle/src/RequestFsm.php', - 'GuzzleHttp\\RingBridge' => $vendorDir . '/guzzlehttp/guzzle/src/RingBridge.php', - 'GuzzleHttp\\Ring\\Client\\ClientUtils' => $vendorDir . '/guzzlehttp/ringphp/src/Client/ClientUtils.php', - 'GuzzleHttp\\Ring\\Client\\CurlFactory' => $vendorDir . '/guzzlehttp/ringphp/src/Client/CurlFactory.php', - 'GuzzleHttp\\Ring\\Client\\CurlHandler' => $vendorDir . '/guzzlehttp/ringphp/src/Client/CurlHandler.php', - 'GuzzleHttp\\Ring\\Client\\CurlMultiHandler' => $vendorDir . '/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php', - 'GuzzleHttp\\Ring\\Client\\Middleware' => $vendorDir . '/guzzlehttp/ringphp/src/Client/Middleware.php', - 'GuzzleHttp\\Ring\\Client\\MockHandler' => $vendorDir . '/guzzlehttp/ringphp/src/Client/MockHandler.php', - 'GuzzleHttp\\Ring\\Client\\StreamHandler' => $vendorDir . '/guzzlehttp/ringphp/src/Client/StreamHandler.php', - 'GuzzleHttp\\Ring\\Core' => $vendorDir . '/guzzlehttp/ringphp/src/Core.php', - 'GuzzleHttp\\Ring\\Exception\\CancelledException' => $vendorDir . '/guzzlehttp/ringphp/src/Exception/CancelledException.php', - 'GuzzleHttp\\Ring\\Exception\\CancelledFutureAccessException' => $vendorDir . '/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php', - 'GuzzleHttp\\Ring\\Exception\\ConnectException' => $vendorDir . '/guzzlehttp/ringphp/src/Exception/ConnectException.php', - 'GuzzleHttp\\Ring\\Exception\\RingException' => $vendorDir . '/guzzlehttp/ringphp/src/Exception/RingException.php', - 'GuzzleHttp\\Ring\\Future\\BaseFutureTrait' => $vendorDir . '/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php', - 'GuzzleHttp\\Ring\\Future\\CompletedFutureArray' => $vendorDir . '/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php', - 'GuzzleHttp\\Ring\\Future\\CompletedFutureValue' => $vendorDir . '/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php', - 'GuzzleHttp\\Ring\\Future\\FutureArray' => $vendorDir . '/guzzlehttp/ringphp/src/Future/FutureArray.php', - 'GuzzleHttp\\Ring\\Future\\FutureArrayInterface' => $vendorDir . '/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php', - 'GuzzleHttp\\Ring\\Future\\FutureInterface' => $vendorDir . '/guzzlehttp/ringphp/src/Future/FutureInterface.php', - 'GuzzleHttp\\Ring\\Future\\FutureValue' => $vendorDir . '/guzzlehttp/ringphp/src/Future/FutureValue.php', - 'GuzzleHttp\\Ring\\Future\\MagicFutureTrait' => $vendorDir . '/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php', - 'GuzzleHttp\\Stream\\AppendStream' => $vendorDir . '/guzzlehttp/streams/src/AppendStream.php', - 'GuzzleHttp\\Stream\\AsyncReadStream' => $vendorDir . '/guzzlehttp/streams/src/AsyncReadStream.php', - 'GuzzleHttp\\Stream\\BufferStream' => $vendorDir . '/guzzlehttp/streams/src/BufferStream.php', - 'GuzzleHttp\\Stream\\CachingStream' => $vendorDir . '/guzzlehttp/streams/src/CachingStream.php', - 'GuzzleHttp\\Stream\\DroppingStream' => $vendorDir . '/guzzlehttp/streams/src/DroppingStream.php', - 'GuzzleHttp\\Stream\\Exception\\CannotAttachException' => $vendorDir . '/guzzlehttp/streams/src/Exception/CannotAttachException.php', - 'GuzzleHttp\\Stream\\Exception\\SeekException' => $vendorDir . '/guzzlehttp/streams/src/Exception/SeekException.php', - 'GuzzleHttp\\Stream\\FnStream' => $vendorDir . '/guzzlehttp/streams/src/FnStream.php', - 'GuzzleHttp\\Stream\\GuzzleStreamWrapper' => $vendorDir . '/guzzlehttp/streams/src/GuzzleStreamWrapper.php', - 'GuzzleHttp\\Stream\\InflateStream' => $vendorDir . '/guzzlehttp/streams/src/InflateStream.php', - 'GuzzleHttp\\Stream\\LazyOpenStream' => $vendorDir . '/guzzlehttp/streams/src/LazyOpenStream.php', - 'GuzzleHttp\\Stream\\LimitStream' => $vendorDir . '/guzzlehttp/streams/src/LimitStream.php', - 'GuzzleHttp\\Stream\\MetadataStreamInterface' => $vendorDir . '/guzzlehttp/streams/src/MetadataStreamInterface.php', - 'GuzzleHttp\\Stream\\NoSeekStream' => $vendorDir . '/guzzlehttp/streams/src/NoSeekStream.php', - 'GuzzleHttp\\Stream\\NullStream' => $vendorDir . '/guzzlehttp/streams/src/NullStream.php', - 'GuzzleHttp\\Stream\\PumpStream' => $vendorDir . '/guzzlehttp/streams/src/PumpStream.php', - 'GuzzleHttp\\Stream\\Stream' => $vendorDir . '/guzzlehttp/streams/src/Stream.php', - 'GuzzleHttp\\Stream\\StreamDecoratorTrait' => $vendorDir . '/guzzlehttp/streams/src/StreamDecoratorTrait.php', - 'GuzzleHttp\\Stream\\StreamInterface' => $vendorDir . '/guzzlehttp/streams/src/StreamInterface.php', - 'GuzzleHttp\\Stream\\Utils' => $vendorDir . '/guzzlehttp/streams/src/Utils.php', - 'GuzzleHttp\\Subscriber\\Cookie' => $vendorDir . '/guzzlehttp/guzzle/src/Subscriber/Cookie.php', - 'GuzzleHttp\\Subscriber\\History' => $vendorDir . '/guzzlehttp/guzzle/src/Subscriber/History.php', - 'GuzzleHttp\\Subscriber\\HttpError' => $vendorDir . '/guzzlehttp/guzzle/src/Subscriber/HttpError.php', - 'GuzzleHttp\\Subscriber\\Mock' => $vendorDir . '/guzzlehttp/guzzle/src/Subscriber/Mock.php', - 'GuzzleHttp\\Subscriber\\Prepare' => $vendorDir . '/guzzlehttp/guzzle/src/Subscriber/Prepare.php', - 'GuzzleHttp\\Subscriber\\Redirect' => $vendorDir . '/guzzlehttp/guzzle/src/Subscriber/Redirect.php', - 'GuzzleHttp\\ToArrayInterface' => $vendorDir . '/guzzlehttp/guzzle/src/ToArrayInterface.php', - 'GuzzleHttp\\Transaction' => $vendorDir . '/guzzlehttp/guzzle/src/Transaction.php', + 'GuzzleHttp\\RedirectMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RedirectMiddleware.php', + 'GuzzleHttp\\RequestOptions' => $vendorDir . '/guzzlehttp/guzzle/src/RequestOptions.php', + 'GuzzleHttp\\RetryMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RetryMiddleware.php', + 'GuzzleHttp\\TransferStats' => $vendorDir . '/guzzlehttp/guzzle/src/TransferStats.php', 'GuzzleHttp\\UriTemplate' => $vendorDir . '/guzzlehttp/guzzle/src/UriTemplate.php', - 'GuzzleHttp\\Url' => $vendorDir . '/guzzlehttp/guzzle/src/Url.php', 'GuzzleHttp\\Utils' => $vendorDir . '/guzzlehttp/guzzle/src/Utils.php', 'Icewind\\SMB\\ACL' => $vendorDir . '/icewind/smb/src/ACL.php', 'Icewind\\SMB\\AbstractServer' => $vendorDir . '/icewind/smb/src/AbstractServer.php', @@ -14992,6 +15250,7 @@ 'Monolog\\SignalHandler' => $vendorDir . '/monolog/monolog/src/Monolog/SignalHandler.php', 'Monolog\\Test\\TestCase' => $vendorDir . '/monolog/monolog/src/Monolog/Test/TestCase.php', 'Monolog\\Utils' => $vendorDir . '/monolog/monolog/src/Monolog/Utils.php', + 'Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', 'ParagonIE\\ConstantTime\\Base32' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32.php', 'ParagonIE\\ConstantTime\\Base32Hex' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32Hex.php', 'ParagonIE\\ConstantTime\\Base64' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64.php', @@ -15025,18 +15284,12 @@ 'Psr\\Log\\Test\\DummyTest' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php', 'Psr\\Log\\Test\\LoggerInterfaceTest' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 'Psr\\Log\\Test\\TestLogger' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php', - 'React\\Promise\\CancellablePromiseInterface' => $vendorDir . '/react/promise/src/CancellablePromiseInterface.php', - 'React\\Promise\\CancellationQueue' => $vendorDir . '/react/promise/src/CancellationQueue.php', - 'React\\Promise\\Deferred' => $vendorDir . '/react/promise/src/Deferred.php', - 'React\\Promise\\Exception\\LengthException' => $vendorDir . '/react/promise/src/Exception/LengthException.php', - 'React\\Promise\\ExtendedPromiseInterface' => $vendorDir . '/react/promise/src/ExtendedPromiseInterface.php', - 'React\\Promise\\FulfilledPromise' => $vendorDir . '/react/promise/src/FulfilledPromise.php', - 'React\\Promise\\LazyPromise' => $vendorDir . '/react/promise/src/LazyPromise.php', - 'React\\Promise\\Promise' => $vendorDir . '/react/promise/src/Promise.php', - 'React\\Promise\\PromiseInterface' => $vendorDir . '/react/promise/src/PromiseInterface.php', - 'React\\Promise\\PromisorInterface' => $vendorDir . '/react/promise/src/PromisorInterface.php', - 'React\\Promise\\RejectedPromise' => $vendorDir . '/react/promise/src/RejectedPromise.php', - 'React\\Promise\\UnhandledRejectionException' => $vendorDir . '/react/promise/src/UnhandledRejectionException.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Idn' => $vendorDir . '/symfony/polyfill-intl-idn/Idn.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Info' => $vendorDir . '/symfony/polyfill-intl-idn/Info.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\DisallowedRanges' => $vendorDir . '/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\Regex' => $vendorDir . '/symfony/polyfill-intl-idn/Resources/unidata/Regex.php', + 'Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Normalizer.php', + 'Symfony\\Polyfill\\Php72\\Php72' => $vendorDir . '/symfony/polyfill-php72/Php72.php', 'phpseclib3\\Common\\Functions\\Strings' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php', 'phpseclib3\\Crypt\\AES' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 'phpseclib3\\Crypt\\Blowfish' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', diff --git a/apps/files_external/3rdparty/composer/autoload_files.php b/apps/files_external/3rdparty/composer/autoload_files.php index 0a90f7d9c175..73bfe28d1eee 100644 --- a/apps/files_external/3rdparty/composer/autoload_files.php +++ b/apps/files_external/3rdparty/composer/autoload_files.php @@ -6,10 +6,14 @@ $baseDir = $vendorDir; return array( - 'ad155f8f1cf0d418fe49e248db8c661b' => $vendorDir . '/react/promise/src/functions_include.php', '7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php', 'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php', + 'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php', + '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php', + 'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php', + 'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php', 'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php', + '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', 'a8d3953fd9959404dd22d3dfcd0a79f0' => $vendorDir . '/google/apiclient/src/aliases.php', '66d1e6eade98ab5874edb7f59d55f619' => $baseDir . '/../lib/config.php', ); diff --git a/apps/files_external/3rdparty/composer/autoload_psr4.php b/apps/files_external/3rdparty/composer/autoload_psr4.php index 79c0dcd5c557..2697dabac86c 100644 --- a/apps/files_external/3rdparty/composer/autoload_psr4.php +++ b/apps/files_external/3rdparty/composer/autoload_psr4.php @@ -7,7 +7,9 @@ return array( 'phpseclib3\\' => array($vendorDir . '/phpseclib/phpseclib/phpseclib'), - 'React\\Promise\\' => array($vendorDir . '/react/promise/src'), + 'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'), + 'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'), + 'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir . '/symfony/polyfill-intl-idn'), 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), 'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'), @@ -15,9 +17,8 @@ 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'), 'Icewind\\Streams\\' => array($vendorDir . '/icewind/streams/src'), 'Icewind\\SMB\\' => array($vendorDir . '/icewind/smb/src'), - 'GuzzleHttp\\Stream\\' => array($vendorDir . '/guzzlehttp/streams/src'), - 'GuzzleHttp\\Ring\\' => array($vendorDir . '/guzzlehttp/ringphp/src'), 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), + 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), 'Google\\Auth\\' => array($vendorDir . '/google/auth/src'), 'Google\\' => array($vendorDir . '/google/apiclient/src'), diff --git a/apps/files_external/3rdparty/composer/autoload_real.php b/apps/files_external/3rdparty/composer/autoload_real.php index 712544a3546d..6e1aca19e065 100644 --- a/apps/files_external/3rdparty/composer/autoload_real.php +++ b/apps/files_external/3rdparty/composer/autoload_real.php @@ -25,7 +25,7 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; spl_autoload_register(array('ComposerAutoloaderInit98fe9b281934250b3a93f69a5ce843b3', 'loadClassLoader'), true, true); - self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); + self::$loader = $loader = new \Composer\Autoload\ClassLoader(); spl_autoload_unregister(array('ComposerAutoloaderInit98fe9b281934250b3a93f69a5ce843b3', 'loadClassLoader')); $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); diff --git a/apps/files_external/3rdparty/composer/autoload_static.php b/apps/files_external/3rdparty/composer/autoload_static.php index 0d3b4a3f9483..351d316ed341 100644 --- a/apps/files_external/3rdparty/composer/autoload_static.php +++ b/apps/files_external/3rdparty/composer/autoload_static.php @@ -7,10 +7,14 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 { public static $files = array ( - 'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php', '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php', + 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php', + '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php', + 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php', + 'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php', 'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php', + '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', 'a8d3953fd9959404dd22d3dfcd0a79f0' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', '66d1e6eade98ab5874edb7f59d55f619' => __DIR__ . '/..' . '/../lib/config.php', ); @@ -20,9 +24,11 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 array ( 'phpseclib3\\' => 11, ), - 'R' => + 'S' => array ( - 'React\\Promise\\' => 14, + 'Symfony\\Polyfill\\Php72\\' => 23, + 'Symfony\\Polyfill\\Intl\\Normalizer\\' => 33, + 'Symfony\\Polyfill\\Intl\\Idn\\' => 26, ), 'P' => array ( @@ -42,9 +48,8 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 ), 'G' => array ( - 'GuzzleHttp\\Stream\\' => 18, - 'GuzzleHttp\\Ring\\' => 16, 'GuzzleHttp\\Psr7\\' => 16, + 'GuzzleHttp\\Promise\\' => 19, 'GuzzleHttp\\' => 11, 'Google\\Auth\\' => 12, 'Google\\' => 7, @@ -60,9 +65,17 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 array ( 0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib', ), - 'React\\Promise\\' => + 'Symfony\\Polyfill\\Php72\\' => array ( - 0 => __DIR__ . '/..' . '/react/promise/src', + 0 => __DIR__ . '/..' . '/symfony/polyfill-php72', + ), + 'Symfony\\Polyfill\\Intl\\Normalizer\\' => + array ( + 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer', + ), + 'Symfony\\Polyfill\\Intl\\Idn\\' => + array ( + 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn', ), 'Psr\\Log\\' => array ( @@ -92,18 +105,14 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 array ( 0 => __DIR__ . '/..' . '/icewind/smb/src', ), - 'GuzzleHttp\\Stream\\' => - array ( - 0 => __DIR__ . '/..' . '/guzzlehttp/streams/src', - ), - 'GuzzleHttp\\Ring\\' => - array ( - 0 => __DIR__ . '/..' . '/guzzlehttp/ringphp/src', - ), 'GuzzleHttp\\Psr7\\' => array ( 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', ), + 'GuzzleHttp\\Promise\\' => + array ( + 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', + ), 'GuzzleHttp\\' => array ( 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', @@ -216,6 +225,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_AIPlatformNotebooks_CancelOperationRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/CancelOperationRequest.php', 'Google_Service_AIPlatformNotebooks_ContainerImage' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ContainerImage.php', 'Google_Service_AIPlatformNotebooks_Disk' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Disk.php', + 'Google_Service_AIPlatformNotebooks_EncryptionConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/EncryptionConfig.php', 'Google_Service_AIPlatformNotebooks_Environment' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Environment.php', 'Google_Service_AIPlatformNotebooks_Execution' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Execution.php', 'Google_Service_AIPlatformNotebooks_ExecutionTemplate' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ExecutionTemplate.php', @@ -229,7 +239,10 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_AIPlatformNotebooks_ListInstancesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListInstancesResponse.php', 'Google_Service_AIPlatformNotebooks_ListLocationsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListLocationsResponse.php', 'Google_Service_AIPlatformNotebooks_ListOperationsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListOperationsResponse.php', + 'Google_Service_AIPlatformNotebooks_ListRuntimesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListRuntimesResponse.php', 'Google_Service_AIPlatformNotebooks_ListSchedulesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListSchedulesResponse.php', + 'Google_Service_AIPlatformNotebooks_LocalDisk' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/LocalDisk.php', + 'Google_Service_AIPlatformNotebooks_LocalDiskInitializeParams' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/LocalDiskInitializeParams.php', 'Google_Service_AIPlatformNotebooks_Location' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Location.php', 'Google_Service_AIPlatformNotebooks_NotebooksEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/NotebooksEmpty.php', 'Google_Service_AIPlatformNotebooks_Operation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Operation.php', @@ -238,13 +251,23 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_AIPlatformNotebooks_RegisterInstanceRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RegisterInstanceRequest.php', 'Google_Service_AIPlatformNotebooks_ReportInstanceInfoRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ReportInstanceInfoRequest.php', 'Google_Service_AIPlatformNotebooks_ResetInstanceRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ResetInstanceRequest.php', + 'Google_Service_AIPlatformNotebooks_ResetRuntimeRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ResetRuntimeRequest.php', 'Google_Service_AIPlatformNotebooks_Resource_Projects' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/Projects.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocations.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsEnvironments' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsEnvironments.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsExecutions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsExecutions.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsInstances' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsInstances.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsOperations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsOperations.php', + 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsRuntimes' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsRuntimes.php', 'Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsSchedules' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsSchedules.php', + 'Google_Service_AIPlatformNotebooks_RollbackInstanceRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RollbackInstanceRequest.php', + 'Google_Service_AIPlatformNotebooks_Runtime' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Runtime.php', + 'Google_Service_AIPlatformNotebooks_RuntimeAcceleratorConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeAcceleratorConfig.php', + 'Google_Service_AIPlatformNotebooks_RuntimeAccessConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeAccessConfig.php', + 'Google_Service_AIPlatformNotebooks_RuntimeGuestOsFeature' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeGuestOsFeature.php', + 'Google_Service_AIPlatformNotebooks_RuntimeMetrics' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeMetrics.php', + 'Google_Service_AIPlatformNotebooks_RuntimeShieldedInstanceConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeShieldedInstanceConfig.php', + 'Google_Service_AIPlatformNotebooks_RuntimeSoftwareConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeSoftwareConfig.php', 'Google_Service_AIPlatformNotebooks_Schedule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Schedule.php', 'Google_Service_AIPlatformNotebooks_SchedulerAcceleratorConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SchedulerAcceleratorConfig.php', 'Google_Service_AIPlatformNotebooks_SetIamPolicyRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SetIamPolicyRequest.php', @@ -253,14 +276,20 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_AIPlatformNotebooks_SetInstanceMachineTypeRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SetInstanceMachineTypeRequest.php', 'Google_Service_AIPlatformNotebooks_ShieldedInstanceConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ShieldedInstanceConfig.php', 'Google_Service_AIPlatformNotebooks_StartInstanceRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StartInstanceRequest.php', + 'Google_Service_AIPlatformNotebooks_StartRuntimeRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StartRuntimeRequest.php', 'Google_Service_AIPlatformNotebooks_Status' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Status.php', 'Google_Service_AIPlatformNotebooks_StopInstanceRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StopInstanceRequest.php', + 'Google_Service_AIPlatformNotebooks_StopRuntimeRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StopRuntimeRequest.php', + 'Google_Service_AIPlatformNotebooks_SwitchRuntimeRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/SwitchRuntimeRequest.php', 'Google_Service_AIPlatformNotebooks_TestIamPermissionsRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TestIamPermissionsRequest.php', 'Google_Service_AIPlatformNotebooks_TestIamPermissionsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TestIamPermissionsResponse.php', 'Google_Service_AIPlatformNotebooks_TriggerScheduleRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/TriggerScheduleRequest.php', + 'Google_Service_AIPlatformNotebooks_UpdateShieldedInstanceConfigRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpdateShieldedInstanceConfigRequest.php', 'Google_Service_AIPlatformNotebooks_UpgradeHistoryEntry' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeHistoryEntry.php', 'Google_Service_AIPlatformNotebooks_UpgradeInstanceInternalRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeInstanceInternalRequest.php', 'Google_Service_AIPlatformNotebooks_UpgradeInstanceRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpgradeInstanceRequest.php', + 'Google_Service_AIPlatformNotebooks_VirtualMachine' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VirtualMachine.php', + 'Google_Service_AIPlatformNotebooks_VirtualMachineConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VirtualMachineConfig.php', 'Google_Service_AIPlatformNotebooks_VmImage' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VmImage.php', 'Google_Service_AbusiveExperienceReport' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AbusiveExperienceReport.php', 'Google_Service_AbusiveExperienceReport_Resource_Sites' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AbusiveExperienceReport/Resource/Sites.php', @@ -609,12 +638,18 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_AdExperienceReport_SiteSummaryResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdExperienceReport/SiteSummaryResponse.php', 'Google_Service_AdExperienceReport_ViolatingSitesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdExperienceReport/ViolatingSitesResponse.php', 'Google_Service_AdMob' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob.php', + 'Google_Service_AdMob_AdUnit' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/AdUnit.php', + 'Google_Service_AdMob_App' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/App.php', + 'Google_Service_AdMob_AppLinkedAppInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/AppLinkedAppInfo.php', + 'Google_Service_AdMob_AppManualAppInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/AppManualAppInfo.php', 'Google_Service_AdMob_Date' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/Date.php', 'Google_Service_AdMob_DateRange' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/DateRange.php', 'Google_Service_AdMob_GenerateMediationReportRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/GenerateMediationReportRequest.php', 'Google_Service_AdMob_GenerateMediationReportResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/GenerateMediationReportResponse.php', 'Google_Service_AdMob_GenerateNetworkReportRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/GenerateNetworkReportRequest.php', 'Google_Service_AdMob_GenerateNetworkReportResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/GenerateNetworkReportResponse.php', + 'Google_Service_AdMob_ListAdUnitsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/ListAdUnitsResponse.php', + 'Google_Service_AdMob_ListAppsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/ListAppsResponse.php', 'Google_Service_AdMob_ListPublisherAccountsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/ListPublisherAccountsResponse.php', 'Google_Service_AdMob_LocalizationSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/LocalizationSettings.php', 'Google_Service_AdMob_MediationReportSpec' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/MediationReportSpec.php', @@ -631,10 +666,11 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_AdMob_ReportRowMetricValue' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/ReportRowMetricValue.php', 'Google_Service_AdMob_ReportWarning' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/ReportWarning.php', 'Google_Service_AdMob_Resource_Accounts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/Resource/Accounts.php', + 'Google_Service_AdMob_Resource_AccountsAdUnits' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsAdUnits.php', + 'Google_Service_AdMob_Resource_AccountsApps' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsApps.php', 'Google_Service_AdMob_Resource_AccountsMediationReport' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsMediationReport.php', 'Google_Service_AdMob_Resource_AccountsNetworkReport' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsNetworkReport.php', 'Google_Service_AdMob_StringList' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdMob/StringList.php', - 'Google_Service_AdSense' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense.php', 'Google_Service_AdSenseHost' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSenseHost.php', 'Google_Service_AdSenseHost_Account' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSenseHost/Account.php', 'Google_Service_AdSenseHost_Accounts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSenseHost/Accounts.php', @@ -665,63 +701,48 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_AdSenseHost_Resource_Urlchannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSenseHost/Resource/Urlchannels.php', 'Google_Service_AdSenseHost_UrlChannel' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannel.php', 'Google_Service_AdSenseHost_UrlChannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSenseHost/UrlChannels.php', - 'Google_Service_AdSense_Account' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Account.php', - 'Google_Service_AdSense_Accounts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Accounts.php', - 'Google_Service_AdSense_AdClient' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdClient.php', - 'Google_Service_AdSense_AdClients' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdClients.php', - 'Google_Service_AdSense_AdCode' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdCode.php', - 'Google_Service_AdSense_AdStyle' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdStyle.php', - 'Google_Service_AdSense_AdStyleColors' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php', - 'Google_Service_AdSense_AdStyleFont' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.php', - 'Google_Service_AdSense_AdUnit' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdUnit.php', - 'Google_Service_AdSense_AdUnitContentAdsSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php', - 'Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php', - 'Google_Service_AdSense_AdUnitFeedAdsSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.php', - 'Google_Service_AdSense_AdUnitMobileContentAdsSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.php', - 'Google_Service_AdSense_AdUnits' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdUnits.php', - 'Google_Service_AdSense_AdsenseReportsGenerateResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php', - 'Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php', - 'Google_Service_AdSense_Alert' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Alert.php', - 'Google_Service_AdSense_Alerts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Alerts.php', - 'Google_Service_AdSense_CustomChannel' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php', - 'Google_Service_AdSense_CustomChannelTargetingInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php', - 'Google_Service_AdSense_CustomChannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.php', - 'Google_Service_AdSense_Metadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Metadata.php', - 'Google_Service_AdSense_Payment' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Payment.php', - 'Google_Service_AdSense_Payments' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Payments.php', - 'Google_Service_AdSense_ReportingMetadataEntry' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php', - 'Google_Service_AdSense_Resource_Accounts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Accounts.php', - 'Google_Service_AdSense_Resource_AccountsAdclients' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.php', - 'Google_Service_AdSense_Resource_AccountsAdunits' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.php', - 'Google_Service_AdSense_Resource_AccountsAdunitsCustomchannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.php', - 'Google_Service_AdSense_Resource_AccountsAlerts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.php', - 'Google_Service_AdSense_Resource_AccountsCustomchannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.php', - 'Google_Service_AdSense_Resource_AccountsCustomchannelsAdunits' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.php', - 'Google_Service_AdSense_Resource_AccountsPayments' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.php', - 'Google_Service_AdSense_Resource_AccountsReports' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReports.php', - 'Google_Service_AdSense_Resource_AccountsReportsSaved' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.php', - 'Google_Service_AdSense_Resource_AccountsSavedadstyles' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsSavedadstyles.php', - 'Google_Service_AdSense_Resource_AccountsUrlchannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.php', - 'Google_Service_AdSense_Resource_Adclients' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Adclients.php', - 'Google_Service_AdSense_Resource_Adunits' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.php', - 'Google_Service_AdSense_Resource_AdunitsCustomchannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.php', - 'Google_Service_AdSense_Resource_Alerts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.php', - 'Google_Service_AdSense_Resource_Customchannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.php', - 'Google_Service_AdSense_Resource_CustomchannelsAdunits' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.php', - 'Google_Service_AdSense_Resource_Metadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Metadata.php', - 'Google_Service_AdSense_Resource_MetadataDimensions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataDimensions.php', - 'Google_Service_AdSense_Resource_MetadataMetrics' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataMetrics.php', - 'Google_Service_AdSense_Resource_Payments' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Payments.php', - 'Google_Service_AdSense_Resource_Reports' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Reports.php', - 'Google_Service_AdSense_Resource_ReportsSaved' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.php', - 'Google_Service_AdSense_Resource_Savedadstyles' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Savedadstyles.php', - 'Google_Service_AdSense_Resource_Urlchannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.php', - 'Google_Service_AdSense_SavedAdStyle' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.php', - 'Google_Service_AdSense_SavedAdStyles' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php', - 'Google_Service_AdSense_SavedReport' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php', - 'Google_Service_AdSense_SavedReports' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/SavedReports.php', - 'Google_Service_AdSense_UrlChannel' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php', - 'Google_Service_AdSense_UrlChannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.php', + 'Google_Service_Adsense' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense.php', + 'Google_Service_Adsense_Account' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Account.php', + 'Google_Service_Adsense_AdClient' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/AdClient.php', + 'Google_Service_Adsense_AdClientAdCode' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/AdClientAdCode.php', + 'Google_Service_Adsense_AdUnit' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/AdUnit.php', + 'Google_Service_Adsense_AdUnitAdCode' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/AdUnitAdCode.php', + 'Google_Service_Adsense_Alert' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Alert.php', + 'Google_Service_Adsense_Cell' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Cell.php', + 'Google_Service_Adsense_ContentAdsSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ContentAdsSettings.php', + 'Google_Service_Adsense_CustomChannel' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/CustomChannel.php', + 'Google_Service_Adsense_Date' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Date.php', + 'Google_Service_Adsense_Header' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Header.php', + 'Google_Service_Adsense_HttpBody' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/HttpBody.php', + 'Google_Service_Adsense_ListAccountsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListAccountsResponse.php', + 'Google_Service_Adsense_ListAdClientsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListAdClientsResponse.php', + 'Google_Service_Adsense_ListAdUnitsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListAdUnitsResponse.php', + 'Google_Service_Adsense_ListAlertsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListAlertsResponse.php', + 'Google_Service_Adsense_ListChildAccountsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListChildAccountsResponse.php', + 'Google_Service_Adsense_ListCustomChannelsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListCustomChannelsResponse.php', + 'Google_Service_Adsense_ListLinkedAdUnitsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListLinkedAdUnitsResponse.php', + 'Google_Service_Adsense_ListLinkedCustomChannelsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListLinkedCustomChannelsResponse.php', + 'Google_Service_Adsense_ListPaymentsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListPaymentsResponse.php', + 'Google_Service_Adsense_ListSavedReportsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListSavedReportsResponse.php', + 'Google_Service_Adsense_ListSitesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListSitesResponse.php', + 'Google_Service_Adsense_ListUrlChannelsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ListUrlChannelsResponse.php', + 'Google_Service_Adsense_Payment' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Payment.php', + 'Google_Service_Adsense_ReportResult' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/ReportResult.php', + 'Google_Service_Adsense_Resource_Accounts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Resource/Accounts.php', + 'Google_Service_Adsense_Resource_AccountsAdclients' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclients.php', + 'Google_Service_Adsense_Resource_AccountsAdclientsAdunits' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsAdunits.php', + 'Google_Service_Adsense_Resource_AccountsAdclientsCustomchannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsCustomchannels.php', + 'Google_Service_Adsense_Resource_AccountsAdclientsUrlchannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsUrlchannels.php', + 'Google_Service_Adsense_Resource_AccountsAlerts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAlerts.php', + 'Google_Service_Adsense_Resource_AccountsPayments' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsPayments.php', + 'Google_Service_Adsense_Resource_AccountsReports' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsReports.php', + 'Google_Service_Adsense_Resource_AccountsReportsSaved' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsReportsSaved.php', + 'Google_Service_Adsense_Resource_AccountsSites' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsSites.php', + 'Google_Service_Adsense_Row' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Row.php', + 'Google_Service_Adsense_SavedReport' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/SavedReport.php', + 'Google_Service_Adsense_Site' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/Site.php', + 'Google_Service_Adsense_TimeZone' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/TimeZone.php', + 'Google_Service_Adsense_UrlChannel' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Adsense/UrlChannel.php', 'Google_Service_AlertCenter' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter.php', 'Google_Service_AlertCenter_AccountWarning' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/AccountWarning.php', 'Google_Service_AlertCenter_ActionInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/ActionInfo.php', @@ -746,7 +767,52 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_AlertCenter_DomainId' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/DomainId.php', 'Google_Service_AlertCenter_DomainWideTakeoutInitiated' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/DomainWideTakeoutInitiated.php', 'Google_Service_AlertCenter_GmailMessageInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GmailMessageInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAccountWarning' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAccountWarning.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAccountWarningLoginDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAccountWarningLoginDetails.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeActivityRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeActivityRule.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAppMakerSqlSetupNotification' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAppMakerSqlSetupNotification.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAppMakerSqlSetupNotificationRequestInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAppMakerSqlSetupNotificationRequestInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachment' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachment.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachmentCsv' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachmentCsv.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachmentCsvCsvRow' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachmentCsvCsvRow.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeBadWhitelist' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeBadWhitelist.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDeviceCompromised' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDeviceCompromised.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDlpRuleViolation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDlpRuleViolation.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDomainId' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDomainId.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDomainWideTakeoutInitiated' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDomainWideTakeoutInitiated.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeGmailMessageInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeGmailMessageInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeGoogleOperations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeGoogleOperations.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMailPhishing' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeMailPhishing.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeMaliciousEntity.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypePhishingSpike' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypePhishingSpike.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoActionInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoActionInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoPredefinedDetectorInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoPredefinedDetectorInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoUserDefinedDetectorInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoUserDefinedDetectorInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoRuleInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoRuleInfo.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeStateSponsoredAttack' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeStateSponsoredAttack.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeSuspiciousActivity' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeSuspiciousActivity.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeUser' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeUser.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Alert' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1Alert.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertFeedback' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1AlertFeedback.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1AlertMetadata.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchDeleteAlertsRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchDeleteAlertsRequest.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsRequest.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1ListAlertFeedbackResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1ListAlertFeedbackResponse.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1ListAlertsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1ListAlertsResponse.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Settings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1Settings.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1SettingsNotification' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1SettingsNotification.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1SettingsNotificationCloudPubsubTopic' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1SettingsNotificationCloudPubsubTopic.php', + 'Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1UndeleteAlertRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1UndeleteAlertRequest.php', 'Google_Service_AlertCenter_GoogleOperations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleOperations.php', + 'Google_Service_AlertCenter_GoogleProtobufEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleProtobufEmpty.php', + 'Google_Service_AlertCenter_GoogleRpcStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/GoogleRpcStatus.php', 'Google_Service_AlertCenter_ListAlertFeedbackResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertFeedbackResponse.php', 'Google_Service_AlertCenter_ListAlertsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/ListAlertsResponse.php', 'Google_Service_AlertCenter_LoginDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AlertCenter/LoginDetails.php', @@ -1022,6 +1088,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecPrivateApps.php', 'Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecStoreBuilder.php', 'Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecWebApps.php', + 'Google_Service_AndroidEnterprise_AdministratorWebTokenSpecZeroTouch' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecZeroTouch.php', 'Google_Service_AndroidEnterprise_AppRestrictionsSchema' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchema.php', 'Google_Service_AndroidEnterprise_AppRestrictionsSchemaChangeEvent' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaChangeEvent.php', 'Google_Service_AndroidEnterprise_AppRestrictionsSchemaRestriction' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AndroidEnterprise/AppRestrictionsSchemaRestriction.php', @@ -1328,6 +1395,27 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_AndroidPublisher_Variant' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AndroidPublisher/Variant.php', 'Google_Service_AndroidPublisher_VoidedPurchase' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchase.php', 'Google_Service_AndroidPublisher_VoidedPurchasesListResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/AndroidPublisher/VoidedPurchasesListResponse.php', + 'Google_Service_ApiKeysService' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService.php', + 'Google_Service_ApiKeysService_Operation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/Operation.php', + 'Google_Service_ApiKeysService_Resource_Keys' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Keys.php', + 'Google_Service_ApiKeysService_Resource_Operations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Operations.php', + 'Google_Service_ApiKeysService_Resource_Projects' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Projects.php', + 'Google_Service_ApiKeysService_Resource_ProjectsLocations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/ProjectsLocations.php', + 'Google_Service_ApiKeysService_Resource_ProjectsLocationsKeys' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/ProjectsLocationsKeys.php', + 'Google_Service_ApiKeysService_Status' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/Status.php', + 'Google_Service_ApiKeysService_V2AndroidApplication' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2AndroidApplication.php', + 'Google_Service_ApiKeysService_V2AndroidKeyRestrictions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2AndroidKeyRestrictions.php', + 'Google_Service_ApiKeysService_V2ApiTarget' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2ApiTarget.php', + 'Google_Service_ApiKeysService_V2BrowserKeyRestrictions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2BrowserKeyRestrictions.php', + 'Google_Service_ApiKeysService_V2CloneKeyRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2CloneKeyRequest.php', + 'Google_Service_ApiKeysService_V2GetKeyStringResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2GetKeyStringResponse.php', + 'Google_Service_ApiKeysService_V2IosKeyRestrictions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2IosKeyRestrictions.php', + 'Google_Service_ApiKeysService_V2Key' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2Key.php', + 'Google_Service_ApiKeysService_V2ListKeysResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2ListKeysResponse.php', + 'Google_Service_ApiKeysService_V2LookupKeyResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2LookupKeyResponse.php', + 'Google_Service_ApiKeysService_V2Restrictions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2Restrictions.php', + 'Google_Service_ApiKeysService_V2ServerKeyRestrictions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2ServerKeyRestrictions.php', + 'Google_Service_ApiKeysService_V2UndeleteKeyRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ApiKeysService/V2UndeleteKeyRequest.php', 'Google_Service_Apigateway' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigateway.php', 'Google_Service_Apigateway_ApigatewayApi' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayApi.php', 'Google_Service_Apigateway_ApigatewayApiConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigateway/ApigatewayApiConfig.php', @@ -1370,6 +1458,8 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_GoogleCloudApigeeV1AccessRemove' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AccessRemove.php', 'Google_Service_Apigee_GoogleCloudApigeeV1AccessSet' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AccessSet.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ActivateNatAddressRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ActivateNatAddressRequest.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1AddonsConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AddonsConfig.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1AdvancedApiOpsConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AdvancedApiOpsConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Alias' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Alias.php', 'Google_Service_Apigee_GoogleCloudApigeeV1AliasRevisionConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AliasRevisionConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ApiCategory' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ApiCategory.php', @@ -1412,6 +1502,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_GoogleCloudApigeeV1Developer' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Developer.php', 'Google_Service_Apigee_GoogleCloudApigeeV1DeveloperApp' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperApp.php', 'Google_Service_Apigee_GoogleCloudApigeeV1DeveloperAppKey' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperAppKey.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperSubscription.php', 'Google_Service_Apigee_GoogleCloudApigeeV1DimensionMetric' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DimensionMetric.php', 'Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EntityMetadata.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Environment' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Environment.php', @@ -1419,6 +1510,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroup' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroup.php', 'Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupAttachment' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroupAttachment.php', 'Google_Service_Apigee_GoogleCloudApigeeV1EnvironmentGroupConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1EnvironmentGroupConfig.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Export' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Export.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ExportRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ExportRequest.php', 'Google_Service_Apigee_GoogleCloudApigeeV1FlowHook' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1FlowHook.php', @@ -1433,6 +1525,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatus.php', 'Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.php', 'Google_Service_Apigee_GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1IntegrationConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1IntegrationConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1KeyAliasReference' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1KeyAliasReference.php', 'Google_Service_Apigee_GoogleCloudApigeeV1KeyValueMap' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1KeyValueMap.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Keystore' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Keystore.php', @@ -1448,6 +1541,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_GoogleCloudApigeeV1ListDebugSessionsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDebugSessionsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListDeploymentsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeploymentsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListDeveloperAppsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeveloperAppsResponse.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentGroupsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentGroupsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListEnvironmentResourcesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListEnvironmentResourcesResponse.php', @@ -1458,15 +1552,18 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_GoogleCloudApigeeV1ListNatAddressesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListNatAddressesResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListOfDevelopersResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListOfDevelopersResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListOrganizationsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListOrganizationsResponse.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1ListRatePlansResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListSharedFlowsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListSharedFlowsResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ListTraceConfigOverridesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListTraceConfigOverridesResponse.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Metadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Metadata.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Metric' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Metric.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1MonetizationConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1MonetizationConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1NatAddress' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1NatAddress.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Operation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Operation.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OperationConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OperationGroup' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationGroup.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadata.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1OperationMetadataProgress' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadataProgress.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStats' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStats.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsNode' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStatsNode.php', 'Google_Service_Apigee_GoogleCloudApigeeV1OptimizedStatsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OptimizedStatsResponse.php', @@ -1481,6 +1578,8 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1QueryMetadata.php', 'Google_Service_Apigee_GoogleCloudApigeeV1QueryMetric' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1QueryMetric.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Quota' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Quota.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1RatePlan' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RatePlan.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1RateRange' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RateRange.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Reference' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Reference.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ReferenceConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReferenceConfig.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ReportInstanceStatusRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ReportInstanceStatusRequest.php', @@ -1491,6 +1590,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_GoogleCloudApigeeV1ResourceFiles' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ResourceFiles.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ResourceStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ResourceStatus.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Result' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Result.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1RevenueShareRange' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RevenueShareRange.php', 'Google_Service_Apigee_GoogleCloudApigeeV1RevisionStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RevisionStatus.php', 'Google_Service_Apigee_GoogleCloudApigeeV1RoutingRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RoutingRule.php', 'Google_Service_Apigee_GoogleCloudApigeeV1RuntimeTraceConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RuntimeTraceConfig.php', @@ -1501,6 +1601,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_GoogleCloudApigeeV1SchemaSchemaProperty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SchemaSchemaProperty.php', 'Google_Service_Apigee_GoogleCloudApigeeV1ServiceIssuersMapping' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ServiceIssuersMapping.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Session' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Session.php', + 'Google_Service_Apigee_GoogleCloudApigeeV1SetAddonsRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SetAddonsRequest.php', 'Google_Service_Apigee_GoogleCloudApigeeV1SharedFlow' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SharedFlow.php', 'Google_Service_Apigee_GoogleCloudApigeeV1SharedFlowRevision' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SharedFlowRevision.php', 'Google_Service_Apigee_GoogleCloudApigeeV1Stats' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Stats.php', @@ -1532,6 +1633,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_GoogleRpcPreconditionFailureViolation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleRpcPreconditionFailureViolation.php', 'Google_Service_Apigee_GoogleRpcStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleRpcStatus.php', 'Google_Service_Apigee_GoogleTypeExpr' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleTypeExpr.php', + 'Google_Service_Apigee_GoogleTypeMoney' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/GoogleTypeMoney.php', 'Google_Service_Apigee_Resource_Hybrid' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/Hybrid.php', 'Google_Service_Apigee_Resource_HybridIssuers' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/HybridIssuers.php', 'Google_Service_Apigee_Resource_Organizations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/Organizations.php', @@ -1539,6 +1641,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_Resource_OrganizationsAnalyticsDatastores' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsAnalyticsDatastores.php', 'Google_Service_Apigee_Resource_OrganizationsApiproducts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproducts.php', 'Google_Service_Apigee_Resource_OrganizationsApiproductsAttributes' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproductsAttributes.php', + 'Google_Service_Apigee_Resource_OrganizationsApiproductsRateplans' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproductsRateplans.php', 'Google_Service_Apigee_Resource_OrganizationsApis' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApis.php', 'Google_Service_Apigee_Resource_OrganizationsApisDeployments' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisDeployments.php', 'Google_Service_Apigee_Resource_OrganizationsApisKeyvaluemaps' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApisKeyvaluemaps.php', @@ -1554,6 +1657,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeysApiproducts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsKeysApiproducts.php', 'Google_Service_Apigee_Resource_OrganizationsDevelopersAppsKeysCreate' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAppsKeysCreate.php', 'Google_Service_Apigee_Resource_OrganizationsDevelopersAttributes' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersAttributes.php', + 'Google_Service_Apigee_Resource_OrganizationsDevelopersSubscriptions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersSubscriptions.php', 'Google_Service_Apigee_Resource_OrganizationsEnvgroups' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvgroups.php', 'Google_Service_Apigee_Resource_OrganizationsEnvgroupsAttachments' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvgroupsAttachments.php', 'Google_Service_Apigee_Resource_OrganizationsEnvironments' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironments.php', @@ -1634,6 +1738,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Appengine_FeatureSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Appengine/FeatureSettings.php', 'Google_Service_Appengine_FileInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Appengine/FileInfo.php', 'Google_Service_Appengine_FirewallRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Appengine/FirewallRule.php', + 'Google_Service_Appengine_GoogleAppengineV1betaLocationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Appengine/GoogleAppengineV1betaLocationMetadata.php', 'Google_Service_Appengine_HealthCheck' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Appengine/HealthCheck.php', 'Google_Service_Appengine_IdentityAwareProxy' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Appengine/IdentityAwareProxy.php', 'Google_Service_Appengine_Instance' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Appengine/Instance.php', @@ -1720,6 +1825,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Area120Tables_Resource_TablesRows' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Area120Tables/Resource/TablesRows.php', 'Google_Service_Area120Tables_Resource_Workspaces' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Area120Tables/Resource/Workspaces.php', 'Google_Service_Area120Tables_Row' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Area120Tables/Row.php', + 'Google_Service_Area120Tables_SavedView' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Area120Tables/SavedView.php', 'Google_Service_Area120Tables_Table' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Area120Tables/Table.php', 'Google_Service_Area120Tables_UpdateRowRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Area120Tables/UpdateRowRequest.php', 'Google_Service_Area120Tables_Workspace' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Area120Tables/Workspace.php', @@ -1770,6 +1876,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1Workload.php', 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadKMSSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadKMSSettings.php', 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadResourceInfo.php', + 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadResourceSettings.php', 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata.php', 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1Workload' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1Workload.php', 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1beta1WorkloadCJISSettings.php', @@ -2055,6 +2162,8 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_BigtableAdmin_CreateInstanceRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateInstanceRequest.php', 'Google_Service_BigtableAdmin_CreateTableRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/BigtableAdmin/CreateTableRequest.php', 'Google_Service_BigtableAdmin_DropRowRangeRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/BigtableAdmin/DropRowRangeRequest.php', + 'Google_Service_BigtableAdmin_EncryptionConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/BigtableAdmin/EncryptionConfig.php', + 'Google_Service_BigtableAdmin_EncryptionInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/BigtableAdmin/EncryptionInfo.php', 'Google_Service_BigtableAdmin_Expr' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/BigtableAdmin/Expr.php', 'Google_Service_BigtableAdmin_FailureTrace' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/BigtableAdmin/FailureTrace.php', 'Google_Service_BigtableAdmin_Frame' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/BigtableAdmin/Frame.php', @@ -2476,6 +2585,8 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ChromePolicy_GoogleChromePolicyV1ResolveRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolveRequest.php', 'Google_Service_ChromePolicy_GoogleChromePolicyV1ResolveResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolveResponse.php', 'Google_Service_ChromePolicy_GoogleChromePolicyV1ResolvedPolicy' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1ResolvedPolicy.php', + 'Google_Service_ChromePolicy_GoogleChromePolicyV1UploadPolicyFileRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1UploadPolicyFileRequest.php', + 'Google_Service_ChromePolicy_GoogleChromePolicyV1UploadPolicyFileResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1UploadPolicyFileResponse.php', 'Google_Service_ChromePolicy_GoogleProtobufEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleProtobufEmpty.php', 'Google_Service_ChromePolicy_Proto2DescriptorProto' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2DescriptorProto.php', 'Google_Service_ChromePolicy_Proto2EnumDescriptorProto' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/Proto2EnumDescriptorProto.php', @@ -2487,6 +2598,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ChromePolicy_Resource_CustomersPolicies' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPolicies.php', 'Google_Service_ChromePolicy_Resource_CustomersPoliciesOrgunits' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPoliciesOrgunits.php', 'Google_Service_ChromePolicy_Resource_CustomersPolicySchemas' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/CustomersPolicySchemas.php', + 'Google_Service_ChromePolicy_Resource_Media' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/Media.php', 'Google_Service_ChromeUXReport' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromeUXReport.php', 'Google_Service_ChromeUXReport_Bin' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromeUXReport/Bin.php', 'Google_Service_ChromeUXReport_Key' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ChromeUXReport/Key.php', @@ -2663,6 +2775,8 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_CloudAsset_Binding' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudAsset/Binding.php', 'Google_Service_CloudAsset_CloudassetEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetEmpty.php', 'Google_Service_CloudAsset_CloudassetResource' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudAsset/CloudassetResource.php', + 'Google_Service_CloudAsset_ConditionContext' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudAsset/ConditionContext.php', + 'Google_Service_CloudAsset_ConditionEvaluation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudAsset/ConditionEvaluation.php', 'Google_Service_CloudAsset_CreateFeedRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudAsset/CreateFeedRequest.php', 'Google_Service_CloudAsset_Explanation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudAsset/Explanation.php', 'Google_Service_CloudAsset_ExportAssetsRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudAsset/ExportAssetsRequest.php', @@ -2783,6 +2897,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_CloudBuild_NotifierSecretRef' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/NotifierSecretRef.php', 'Google_Service_CloudBuild_NotifierSpec' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/NotifierSpec.php', 'Google_Service_CloudBuild_Operation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/Operation.php', + 'Google_Service_CloudBuild_PubsubConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/PubsubConfig.php', 'Google_Service_CloudBuild_PullRequestFilter' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/PullRequestFilter.php', 'Google_Service_CloudBuild_PushFilter' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/PushFilter.php', 'Google_Service_CloudBuild_ReceiveTriggerWebhookResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/ReceiveTriggerWebhookResponse.php', @@ -2805,6 +2920,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_CloudBuild_SourceProvenance' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php', 'Google_Service_CloudBuild_Status' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/Status.php', 'Google_Service_CloudBuild_StorageSource' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/StorageSource.php', + 'Google_Service_CloudBuild_StorageSourceManifest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/StorageSourceManifest.php', 'Google_Service_CloudBuild_TimeSpan' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/TimeSpan.php', 'Google_Service_CloudBuild_Volume' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudBuild/Volume.php', 'Google_Service_CloudComposer' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudComposer.php', @@ -3507,13 +3623,16 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_CloudMemorystoreforMemcached_DailyCycle' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/DailyCycle.php', 'Google_Service_CloudMemorystoreforMemcached_Date' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Date.php', 'Google_Service_CloudMemorystoreforMemcached_DenyMaintenancePeriod' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php', + 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1LocationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1LocationMetadata.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1OperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php', + 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1ZoneMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1ZoneMetadata.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1beta2LocationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1beta2LocationMetadata.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1beta2OperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1beta2OperationMetadata.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1Instance' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1Instance.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php', + 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php', 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.php', @@ -3715,11 +3834,13 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_CloudResourceManager_CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CloudresourcemanagerGoogleCloudResourcemanagerV2beta1FolderOperation.php', 'Google_Service_CloudResourceManager_CreateFolderMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateFolderMetadata.php', 'Google_Service_CloudResourceManager_CreateProjectMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateProjectMetadata.php', + 'Google_Service_CloudResourceManager_CreateTagBindingMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagBindingMetadata.php', 'Google_Service_CloudResourceManager_CreateTagKeyMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagKeyMetadata.php', 'Google_Service_CloudResourceManager_CreateTagValueMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagValueMetadata.php', 'Google_Service_CloudResourceManager_DeleteFolderMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteFolderMetadata.php', 'Google_Service_CloudResourceManager_DeleteOrganizationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteOrganizationMetadata.php', 'Google_Service_CloudResourceManager_DeleteProjectMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteProjectMetadata.php', + 'Google_Service_CloudResourceManager_DeleteTagBindingMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteTagBindingMetadata.php', 'Google_Service_CloudResourceManager_DeleteTagKeyMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteTagKeyMetadata.php', 'Google_Service_CloudResourceManager_DeleteTagValueMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/DeleteTagValueMetadata.php', 'Google_Service_CloudResourceManager_Expr' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudResourceManager/Expr.php', @@ -3979,13 +4100,16 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_CloudScheduler_RunJobRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudScheduler/RunJobRequest.php', 'Google_Service_CloudScheduler_Status' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudScheduler/Status.php', 'Google_Service_CloudSearch' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch.php', + 'Google_Service_CloudSearch_AuditLoggingSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/AuditLoggingSettings.php', 'Google_Service_CloudSearch_BooleanOperatorOptions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/BooleanOperatorOptions.php', 'Google_Service_CloudSearch_BooleanPropertyOptions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/BooleanPropertyOptions.php', 'Google_Service_CloudSearch_CheckAccessResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/CheckAccessResponse.php', 'Google_Service_CloudSearch_CompositeFilter' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/CompositeFilter.php', + 'Google_Service_CloudSearch_ContextAttribute' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/ContextAttribute.php', 'Google_Service_CloudSearch_CustomerIndexStats' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/CustomerIndexStats.php', 'Google_Service_CloudSearch_CustomerQueryStats' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/CustomerQueryStats.php', 'Google_Service_CloudSearch_CustomerSessionStats' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSessionStats.php', + 'Google_Service_CloudSearch_CustomerSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSettings.php', 'Google_Service_CloudSearch_CustomerUserStats' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/CustomerUserStats.php', 'Google_Service_CloudSearch_DataSource' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/DataSource.php', 'Google_Service_CloudSearch_DataSourceIndexStats' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/DataSourceIndexStats.php', @@ -4156,6 +4280,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_CloudSearch_UpdateDataSourceRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/UpdateDataSourceRequest.php', 'Google_Service_CloudSearch_UpdateSchemaRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/UpdateSchemaRequest.php', 'Google_Service_CloudSearch_UploadItemRef' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/UploadItemRef.php', + 'Google_Service_CloudSearch_VPCSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/VPCSettings.php', 'Google_Service_CloudSearch_Value' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/Value.php', 'Google_Service_CloudSearch_ValueFilter' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSearch/ValueFilter.php', 'Google_Service_CloudSecurityToken' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/CloudSecurityToken.php', @@ -4720,6 +4845,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Cloudchannel_GoogleTypePostalAddress' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleTypePostalAddress.php', 'Google_Service_Cloudchannel_Resource_Accounts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/Accounts.php', 'Google_Service_Cloudchannel_Resource_AccountsChannelPartnerLinks' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsChannelPartnerLinks.php', + 'Google_Service_Cloudchannel_Resource_AccountsChannelPartnerLinksCustomers' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsChannelPartnerLinksCustomers.php', 'Google_Service_Cloudchannel_Resource_AccountsCustomers' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomers.php', 'Google_Service_Cloudchannel_Resource_AccountsCustomersEntitlements' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomersEntitlements.php', 'Google_Service_Cloudchannel_Resource_AccountsOffers' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsOffers.php', @@ -5819,6 +5945,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Container_ClusterAutoscaling' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/ClusterAutoscaling.php', 'Google_Service_Container_ClusterUpdate' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php', 'Google_Service_Container_CompleteIPRotationRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/CompleteIPRotationRequest.php', + 'Google_Service_Container_ConfidentialNodes' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/ConfidentialNodes.php', 'Google_Service_Container_ConfigConnectorConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/ConfigConnectorConfig.php', 'Google_Service_Container_ConsumptionMeteringConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/ConsumptionMeteringConfig.php', 'Google_Service_Container_ContainerEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/ContainerEmpty.php', @@ -5901,6 +6028,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Container_ShieldedInstanceConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/ShieldedInstanceConfig.php', 'Google_Service_Container_ShieldedNodes' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/ShieldedNodes.php', 'Google_Service_Container_StartIPRotationRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/StartIPRotationRequest.php', + 'Google_Service_Container_Status' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/Status.php', 'Google_Service_Container_StatusCondition' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/StatusCondition.php', 'Google_Service_Container_TimeWindow' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/TimeWindow.php', 'Google_Service_Container_UpdateClusterRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Container/UpdateClusterRequest.php', @@ -6753,6 +6881,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_DataprocMetastore' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore.php', 'Google_Service_DataprocMetastore_AuditConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/AuditConfig.php', 'Google_Service_DataprocMetastore_AuditLogConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/AuditLogConfig.php', + 'Google_Service_DataprocMetastore_Backup' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Backup.php', 'Google_Service_DataprocMetastore_Binding' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Binding.php', 'Google_Service_DataprocMetastore_DataCatalogConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/DataCatalogConfig.php', 'Google_Service_DataprocMetastore_DatabaseDump' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/DatabaseDump.php', @@ -6761,6 +6890,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_DataprocMetastore_HiveMetastoreConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/HiveMetastoreConfig.php', 'Google_Service_DataprocMetastore_HiveMetastoreVersion' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/HiveMetastoreVersion.php', 'Google_Service_DataprocMetastore_KerberosConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/KerberosConfig.php', + 'Google_Service_DataprocMetastore_ListBackupsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/ListBackupsResponse.php', 'Google_Service_DataprocMetastore_ListLocationsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/ListLocationsResponse.php', 'Google_Service_DataprocMetastore_ListMetadataImportsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/ListMetadataImportsResponse.php', 'Google_Service_DataprocMetastore_ListOperationsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/ListOperationsResponse.php', @@ -6774,13 +6904,16 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_DataprocMetastore_MetadataManagementActivity' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/MetadataManagementActivity.php', 'Google_Service_DataprocMetastore_MetastoreEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/MetastoreEmpty.php', 'Google_Service_DataprocMetastore_Operation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Operation.php', + 'Google_Service_DataprocMetastore_OperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/OperationMetadata.php', 'Google_Service_DataprocMetastore_Policy' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Policy.php', 'Google_Service_DataprocMetastore_Resource_Projects' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/Projects.php', 'Google_Service_DataprocMetastore_Resource_ProjectsLocations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocations.php', 'Google_Service_DataprocMetastore_Resource_ProjectsLocationsOperations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsOperations.php', 'Google_Service_DataprocMetastore_Resource_ProjectsLocationsServices' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServices.php', + 'Google_Service_DataprocMetastore_Resource_ProjectsLocationsServicesBackups' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServicesBackups.php', 'Google_Service_DataprocMetastore_Resource_ProjectsLocationsServicesMetadataImports' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServicesMetadataImports.php', 'Google_Service_DataprocMetastore_Restore' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Restore.php', + 'Google_Service_DataprocMetastore_RestoreServiceRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/RestoreServiceRequest.php', 'Google_Service_DataprocMetastore_Secret' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Secret.php', 'Google_Service_DataprocMetastore_Service' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/Service.php', 'Google_Service_DataprocMetastore_SetIamPolicyRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DataprocMetastore/SetIamPolicyRequest.php', @@ -6792,6 +6925,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Dataproc_AutoscalingPolicy' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingPolicy.php', 'Google_Service_Dataproc_BasicAutoscalingAlgorithm' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/BasicAutoscalingAlgorithm.php', 'Google_Service_Dataproc_BasicYarnAutoscalingConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/BasicYarnAutoscalingConfig.php', + 'Google_Service_Dataproc_BatchOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/BatchOperationMetadata.php', 'Google_Service_Dataproc_Binding' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/Binding.php', 'Google_Service_Dataproc_CancelJobRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/CancelJobRequest.php', 'Google_Service_Dataproc_Cluster' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/Cluster.php', @@ -6802,6 +6936,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Dataproc_ClusterOperationStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/ClusterOperationStatus.php', 'Google_Service_Dataproc_ClusterSelector' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/ClusterSelector.php', 'Google_Service_Dataproc_ClusterStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/ClusterStatus.php', + 'Google_Service_Dataproc_ConfidentialInstanceConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/ConfidentialInstanceConfig.php', 'Google_Service_Dataproc_DataprocEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/DataprocEmpty.php', 'Google_Service_Dataproc_DiagnoseClusterRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterRequest.php', 'Google_Service_Dataproc_DiagnoseClusterResults' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/DiagnoseClusterResults.php', @@ -6812,8 +6947,10 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Dataproc_GceClusterConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/GceClusterConfig.php', 'Google_Service_Dataproc_GetIamPolicyRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/GetIamPolicyRequest.php', 'Google_Service_Dataproc_GetPolicyOptions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/GetPolicyOptions.php', + 'Google_Service_Dataproc_GkeClusterConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/GkeClusterConfig.php', 'Google_Service_Dataproc_HadoopJob' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/HadoopJob.php', 'Google_Service_Dataproc_HiveJob' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/HiveJob.php', + 'Google_Service_Dataproc_IdentityConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/IdentityConfig.php', 'Google_Service_Dataproc_InjectCredentialsRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/InjectCredentialsRequest.php', 'Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupAutoscalingPolicyConfig.php', 'Google_Service_Dataproc_InstanceGroupConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupConfig.php', @@ -6836,6 +6973,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Dataproc_ManagedCluster' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/ManagedCluster.php', 'Google_Service_Dataproc_ManagedGroupConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/ManagedGroupConfig.php', 'Google_Service_Dataproc_MetastoreConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/MetastoreConfig.php', + 'Google_Service_Dataproc_NamespacedGkeDeploymentTarget' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/NamespacedGkeDeploymentTarget.php', 'Google_Service_Dataproc_NodeGroupAffinity' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/NodeGroupAffinity.php', 'Google_Service_Dataproc_NodeInitializationAction' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/NodeInitializationAction.php', 'Google_Service_Dataproc_Operation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dataproc/Operation.php', @@ -7442,6 +7580,8 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportAgentRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentRequest.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportAgentResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentResponse.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportFlowRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportFlowRequest.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportFlowResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportFlowResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportTestCasesMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportTestCasesRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesRequest.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportTestCasesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportTestCasesResponse.php', @@ -7460,6 +7600,8 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportDocumentsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportDocumentsResponse.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportFlowRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportFlowRequest.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportFlowResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportFlowResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportTestCasesMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportTestCasesRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesRequest.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportTestCasesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportTestCasesResponse.php', @@ -7569,6 +7711,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventHandler' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1EventHandler.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1EventInput' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1EventInput.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ExportAgentResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportAgentResponse.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ExportFlowResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportFlowResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1Form' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1Form.php', @@ -7582,6 +7725,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse.php', + 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportFlowResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportFlowResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse.php', 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1InputAudioConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1InputAudioConfig.php', @@ -8030,6 +8174,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_DisplayVideo_BulkEditSitesRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditSitesRequest.php', 'Google_Service_DisplayVideo_BulkEditSitesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkEditSitesResponse.php', 'Google_Service_DisplayVideo_BulkListAdvertiserAssignedTargetingOptionsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListAdvertiserAssignedTargetingOptionsResponse.php', + 'Google_Service_DisplayVideo_BulkListCampaignAssignedTargetingOptionsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListCampaignAssignedTargetingOptionsResponse.php', 'Google_Service_DisplayVideo_BulkListInsertionOrderAssignedTargetingOptionsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListInsertionOrderAssignedTargetingOptionsResponse.php', 'Google_Service_DisplayVideo_BulkListLineItemAssignedTargetingOptionsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListLineItemAssignedTargetingOptionsResponse.php', 'Google_Service_DisplayVideo_Campaign' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/Campaign.php', @@ -8097,6 +8242,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_DisplayVideo_FrequencyCap' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/FrequencyCap.php', 'Google_Service_DisplayVideo_GenderAssignedTargetingOptionDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/GenderAssignedTargetingOptionDetails.php', 'Google_Service_DisplayVideo_GenderTargetingOptionDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/GenderTargetingOptionDetails.php', + 'Google_Service_DisplayVideo_GenerateDefaultLineItemRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/GenerateDefaultLineItemRequest.php', 'Google_Service_DisplayVideo_GeoRegionAssignedTargetingOptionDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionAssignedTargetingOptionDetails.php', 'Google_Service_DisplayVideo_GeoRegionSearchTerms' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionSearchTerms.php', 'Google_Service_DisplayVideo_GeoRegionTargetingOptionDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/GeoRegionTargetingOptionDetails.php', @@ -8130,6 +8276,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_DisplayVideo_ListAdvertisersResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListAdvertisersResponse.php', 'Google_Service_DisplayVideo_ListAssignedInventorySourcesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListAssignedInventorySourcesResponse.php', 'Google_Service_DisplayVideo_ListAssignedLocationsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListAssignedLocationsResponse.php', + 'Google_Service_DisplayVideo_ListCampaignAssignedTargetingOptionsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListCampaignAssignedTargetingOptionsResponse.php', 'Google_Service_DisplayVideo_ListCampaignsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListCampaignsResponse.php', 'Google_Service_DisplayVideo_ListChannelsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListChannelsResponse.php', 'Google_Service_DisplayVideo_ListCombinedAudiencesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ListCombinedAudiencesResponse.php', @@ -8185,9 +8332,15 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_DisplayVideo_PublisherReviewStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/PublisherReviewStatus.php', 'Google_Service_DisplayVideo_RateDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/RateDetails.php', 'Google_Service_DisplayVideo_RegionalLocationListAssignedTargetingOptionDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/RegionalLocationListAssignedTargetingOptionDetails.php', + 'Google_Service_DisplayVideo_ReplaceNegativeKeywordsRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceNegativeKeywordsRequest.php', + 'Google_Service_DisplayVideo_ReplaceNegativeKeywordsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceNegativeKeywordsResponse.php', + 'Google_Service_DisplayVideo_ReplaceSitesRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceSitesRequest.php', + 'Google_Service_DisplayVideo_ReplaceSitesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceSitesResponse.php', 'Google_Service_DisplayVideo_Resource_Advertisers' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/Advertisers.php', 'Google_Service_DisplayVideo_Resource_AdvertisersAssets' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersAssets.php', 'Google_Service_DisplayVideo_Resource_AdvertisersCampaigns' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaigns.php', + 'Google_Service_DisplayVideo_Resource_AdvertisersCampaignsTargetingTypes' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaignsTargetingTypes.php', + 'Google_Service_DisplayVideo_Resource_AdvertisersCampaignsTargetingTypesAssignedTargetingOptions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaignsTargetingTypesAssignedTargetingOptions.php', 'Google_Service_DisplayVideo_Resource_AdvertisersChannels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannels.php', 'Google_Service_DisplayVideo_Resource_AdvertisersChannelsSites' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannelsSites.php', 'Google_Service_DisplayVideo_Resource_AdvertisersCreatives' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCreatives.php', @@ -8487,13 +8640,59 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Document_GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UndeployProcessorVersionResponse.php', 'Google_Service_Document_GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UpdateHumanReviewConfigMetadata.php', 'Google_Service_Document_GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3UpdateLabelerPoolOperationMetadata.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1BatchDocumentsInputConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchDocumentsInputConfig.php', 'Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessMetadata.php', 'Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessRequest.php', 'Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessResponse.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1BoundingPoly' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BoundingPoly.php', 'Google_Service_Document_GoogleCloudDocumentaiV1CommonOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1CommonOperationMetadata.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1Document' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1Document.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntity' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntity.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntityNormalizedValue' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntityNormalizedValue.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntityRelation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntityRelation.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentOutputConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentOutputConfig.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPage' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPage.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageAnchor' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageAnchor.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageAnchorPageRef' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageAnchorPageRef.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageBlock' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageBlock.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDimension' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageDimension.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageFormField' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageFormField.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageImage' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageImage.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageLayout.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLine' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageLine.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageMatrix' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageMatrix.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageParagraph' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageParagraph.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTable' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTable.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTableTableCell' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTableTableCell.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTableTableRow' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTableTableRow.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageToken' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageToken.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageVisualElement' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageVisualElement.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentProvenance.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenanceParent' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentProvenanceParent.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentRevision' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentRevision.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentRevisionHumanReview' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentRevisionHumanReview.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentShardInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentShardInfo.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentStyle' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentStyle.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentStyleFontSize' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentStyleFontSize.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextAnchor.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextChange' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextChange.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1GcsDocument' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsDocument.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1GcsDocuments' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsDocuments.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1GcsPrefix' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsPrefix.php', 'Google_Service_Document_GoogleCloudDocumentaiV1HumanReviewStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1HumanReviewStatus.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1NormalizedVertex' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1NormalizedVertex.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1ProcessRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ProcessRequest.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1ProcessResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ProcessResponse.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1RawDocument' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1RawDocument.php', 'Google_Service_Document_GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentOperationMetadata.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1ReviewDocumentRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentRequest.php', 'Google_Service_Document_GoogleCloudDocumentaiV1ReviewDocumentResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentResponse.php', + 'Google_Service_Document_GoogleCloudDocumentaiV1Vertex' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1Vertex.php', 'Google_Service_Document_GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse.php', 'Google_Service_Document_GoogleCloudDocumentaiV1beta1BoundingPoly' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1BoundingPoly.php', 'Google_Service_Document_GoogleCloudDocumentaiV1beta1Document' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta1Document.php', @@ -8639,6 +8838,8 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Document_GoogleCloudDocumentaiV1beta3Vertex' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1beta3Vertex.php', 'Google_Service_Document_GoogleCloudLocationListLocationsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudLocationListLocationsResponse.php', 'Google_Service_Document_GoogleCloudLocationLocation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleCloudLocationLocation.php', + 'Google_Service_Document_GoogleLongrunningCancelOperationRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningCancelOperationRequest.php', + 'Google_Service_Document_GoogleLongrunningListOperationsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningListOperationsResponse.php', 'Google_Service_Document_GoogleLongrunningOperation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningOperation.php', 'Google_Service_Document_GoogleProtobufEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleProtobufEmpty.php', 'Google_Service_Document_GoogleRpcStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleRpcStatus.php', @@ -8648,12 +8849,18 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Document_GoogleTypeMoney' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleTypeMoney.php', 'Google_Service_Document_GoogleTypePostalAddress' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleTypePostalAddress.php', 'Google_Service_Document_GoogleTypeTimeZone' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/GoogleTypeTimeZone.php', + 'Google_Service_Document_Resource_Operations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/Operations.php', 'Google_Service_Document_Resource_Projects' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/Projects.php', 'Google_Service_Document_Resource_ProjectsLocations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocations.php', 'Google_Service_Document_Resource_ProjectsLocationsOperations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsOperations.php', 'Google_Service_Document_Resource_ProjectsLocationsProcessors' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessors.php', 'Google_Service_Document_Resource_ProjectsLocationsProcessorsHumanReviewConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsHumanReviewConfig.php', 'Google_Service_Document_Resource_ProjectsLocationsProcessorsProcessorVersions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsProcessorVersions.php', + 'Google_Service_Document_Resource_ProjectsOperations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsOperations.php', + 'Google_Service_Document_Resource_Uiv1beta3' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3.php', + 'Google_Service_Document_Resource_Uiv1beta3Projects' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3Projects.php', + 'Google_Service_Document_Resource_Uiv1beta3ProjectsLocations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3ProjectsLocations.php', + 'Google_Service_Document_Resource_Uiv1beta3ProjectsLocationsOperations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3ProjectsLocationsOperations.php', 'Google_Service_DomainsRDAP' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DomainsRDAP.php', 'Google_Service_DomainsRDAP_HttpBody' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DomainsRDAP/HttpBody.php', 'Google_Service_DomainsRDAP_Link' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/DomainsRDAP/Link.php', @@ -8828,6 +9035,18 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Drive_TeamDriveList' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Drive/TeamDriveList.php', 'Google_Service_Drive_TeamDriveRestrictions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Drive/TeamDriveRestrictions.php', 'Google_Service_Drive_User' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Drive/User.php', + 'Google_Service_Essentialcontacts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts.php', + 'Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ComputeContactsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1ComputeContactsResponse.php', + 'Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1Contact.php', + 'Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ListContactsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1ListContactsResponse.php', + 'Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1SendTestMessageRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1SendTestMessageRequest.php', + 'Google_Service_Essentialcontacts_GoogleProtobufEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleProtobufEmpty.php', + 'Google_Service_Essentialcontacts_Resource_Folders' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Folders.php', + 'Google_Service_Essentialcontacts_Resource_FoldersContacts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/FoldersContacts.php', + 'Google_Service_Essentialcontacts_Resource_Organizations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Organizations.php', + 'Google_Service_Essentialcontacts_Resource_OrganizationsContacts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/OrganizationsContacts.php', + 'Google_Service_Essentialcontacts_Resource_Projects' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Projects.php', + 'Google_Service_Essentialcontacts_Resource_ProjectsContacts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/ProjectsContacts.php', 'Google_Service_Eventarc' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Eventarc.php', 'Google_Service_Eventarc_AuditConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Eventarc/AuditConfig.php', 'Google_Service_Eventarc_AuditLogConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Eventarc/AuditLogConfig.php', @@ -10219,12 +10438,62 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_MyBusinessAccountManagement_Resource_Locations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/Locations.php', 'Google_Service_MyBusinessAccountManagement_Resource_LocationsAdmins' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/LocationsAdmins.php', 'Google_Service_MyBusinessAccountManagement_TargetLocation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/TargetLocation.php', + 'Google_Service_MyBusinessAccountManagement_TransferLocationRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/TransferLocationRequest.php', + 'Google_Service_MyBusinessLodging' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging.php', + 'Google_Service_MyBusinessLodging_Accessibility' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Accessibility.php', + 'Google_Service_MyBusinessLodging_Activities' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Activities.php', + 'Google_Service_MyBusinessLodging_Business' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Business.php', + 'Google_Service_MyBusinessLodging_Connectivity' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Connectivity.php', + 'Google_Service_MyBusinessLodging_EnhancedCleaning' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/EnhancedCleaning.php', + 'Google_Service_MyBusinessLodging_Families' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Families.php', + 'Google_Service_MyBusinessLodging_FoodAndDrink' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/FoodAndDrink.php', + 'Google_Service_MyBusinessLodging_GetGoogleUpdatedLodgingResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/GetGoogleUpdatedLodgingResponse.php', + 'Google_Service_MyBusinessLodging_GuestUnitFeatures' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/GuestUnitFeatures.php', + 'Google_Service_MyBusinessLodging_GuestUnitType' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/GuestUnitType.php', + 'Google_Service_MyBusinessLodging_HealthAndSafety' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/HealthAndSafety.php', + 'Google_Service_MyBusinessLodging_Housekeeping' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Housekeeping.php', + 'Google_Service_MyBusinessLodging_IncreasedFoodSafety' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/IncreasedFoodSafety.php', + 'Google_Service_MyBusinessLodging_LanguageSpoken' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LanguageSpoken.php', + 'Google_Service_MyBusinessLodging_LivingArea' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingArea.php', + 'Google_Service_MyBusinessLodging_LivingAreaAccessibility' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaAccessibility.php', + 'Google_Service_MyBusinessLodging_LivingAreaEating' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaEating.php', + 'Google_Service_MyBusinessLodging_LivingAreaFeatures' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaFeatures.php', + 'Google_Service_MyBusinessLodging_LivingAreaLayout' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaLayout.php', + 'Google_Service_MyBusinessLodging_LivingAreaSleeping' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaSleeping.php', + 'Google_Service_MyBusinessLodging_Lodging' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Lodging.php', + 'Google_Service_MyBusinessLodging_LodgingMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/LodgingMetadata.php', + 'Google_Service_MyBusinessLodging_MinimizedContact' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/MinimizedContact.php', + 'Google_Service_MyBusinessLodging_Parking' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Parking.php', + 'Google_Service_MyBusinessLodging_PaymentOptions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/PaymentOptions.php', + 'Google_Service_MyBusinessLodging_PersonalProtection' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/PersonalProtection.php', + 'Google_Service_MyBusinessLodging_Pets' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Pets.php', + 'Google_Service_MyBusinessLodging_PhysicalDistancing' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/PhysicalDistancing.php', + 'Google_Service_MyBusinessLodging_Policies' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Policies.php', + 'Google_Service_MyBusinessLodging_Pools' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Pools.php', + 'Google_Service_MyBusinessLodging_Property' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Property.php', + 'Google_Service_MyBusinessLodging_Resource_Locations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Resource/Locations.php', + 'Google_Service_MyBusinessLodging_Resource_LocationsLodging' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Resource/LocationsLodging.php', + 'Google_Service_MyBusinessLodging_Services' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Services.php', + 'Google_Service_MyBusinessLodging_TimeOfDay' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/TimeOfDay.php', + 'Google_Service_MyBusinessLodging_Transportation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Transportation.php', + 'Google_Service_MyBusinessLodging_ViewsFromUnit' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/ViewsFromUnit.php', + 'Google_Service_MyBusinessLodging_Wellness' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessLodging/Wellness.php', + 'Google_Service_MyBusinessPlaceActions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions.php', + 'Google_Service_MyBusinessPlaceActions_ListPlaceActionLinksResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php', + 'Google_Service_MyBusinessPlaceActions_ListPlaceActionTypeMetadataResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php', + 'Google_Service_MyBusinessPlaceActions_MybusinessplaceactionsEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/MybusinessplaceactionsEmpty.php', + 'Google_Service_MyBusinessPlaceActions_PlaceActionLink' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/PlaceActionLink.php', + 'Google_Service_MyBusinessPlaceActions_PlaceActionTypeMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/PlaceActionTypeMetadata.php', + 'Google_Service_MyBusinessPlaceActions_Resource_Locations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/Locations.php', + 'Google_Service_MyBusinessPlaceActions_Resource_LocationsPlaceActionLinks' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/LocationsPlaceActionLinks.php', + 'Google_Service_MyBusinessPlaceActions_Resource_PlaceActionTypeMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/PlaceActionTypeMetadata.php', 'Google_Service_NetworkManagement' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement.php', 'Google_Service_NetworkManagement_AbortInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/AbortInfo.php', 'Google_Service_NetworkManagement_AuditConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/AuditConfig.php', 'Google_Service_NetworkManagement_AuditLogConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/AuditLogConfig.php', 'Google_Service_NetworkManagement_Binding' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/Binding.php', 'Google_Service_NetworkManagement_CancelOperationRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/CancelOperationRequest.php', + 'Google_Service_NetworkManagement_CloudSQLInstanceInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/CloudSQLInstanceInfo.php', 'Google_Service_NetworkManagement_ConnectivityTest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/ConnectivityTest.php', 'Google_Service_NetworkManagement_DeliverInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/DeliverInfo.php', 'Google_Service_NetworkManagement_DropInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/DropInfo.php', @@ -10234,6 +10503,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_NetworkManagement_FirewallInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/FirewallInfo.php', 'Google_Service_NetworkManagement_ForwardInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/ForwardInfo.php', 'Google_Service_NetworkManagement_ForwardingRuleInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/ForwardingRuleInfo.php', + 'Google_Service_NetworkManagement_GKEMasterInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/GKEMasterInfo.php', 'Google_Service_NetworkManagement_InstanceInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/InstanceInfo.php', 'Google_Service_NetworkManagement_ListConnectivityTestsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/ListConnectivityTestsResponse.php', 'Google_Service_NetworkManagement_ListLocationsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/NetworkManagement/ListLocationsResponse.php', @@ -10303,6 +10573,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsInternalRanges' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsInternalRanges.php', 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobal' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobal.php', 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobalHubs' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobalHubs.php', + 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes.php', 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsOperations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsOperations.php', 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsPolicyBasedRoutes' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsPolicyBasedRoutes.php', 'Google_Service_Networkconnectivity_Resource_ProjectsLocationsPrivateRanges' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsPrivateRanges.php', @@ -10337,6 +10608,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_OSConfig_ListPatchJobInstanceDetailsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OSConfig/ListPatchJobInstanceDetailsResponse.php', 'Google_Service_OSConfig_ListPatchJobsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OSConfig/ListPatchJobsResponse.php', 'Google_Service_OSConfig_MonthlySchedule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OSConfig/MonthlySchedule.php', + 'Google_Service_OSConfig_OSPolicyAssignmentOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OSConfig/OSPolicyAssignmentOperationMetadata.php', 'Google_Service_OSConfig_OneTimeSchedule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OSConfig/OneTimeSchedule.php', 'Google_Service_OSConfig_Operation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OSConfig/Operation.php', 'Google_Service_OSConfig_OsconfigEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OSConfig/OsconfigEmpty.php', @@ -10371,8 +10643,11 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_OnDemandScanning' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning.php', 'Google_Service_OnDemandScanning_AliasContext' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AliasContext.php', 'Google_Service_OnDemandScanning_AnalyzePackagesMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesMetadata.php', + 'Google_Service_OnDemandScanning_AnalyzePackagesMetadataV1' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesMetadataV1.php', 'Google_Service_OnDemandScanning_AnalyzePackagesRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesRequest.php', + 'Google_Service_OnDemandScanning_AnalyzePackagesRequestV1' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesRequestV1.php', 'Google_Service_OnDemandScanning_AnalyzePackagesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesResponse.php', + 'Google_Service_OnDemandScanning_AnalyzePackagesResponseV1' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesResponseV1.php', 'Google_Service_OnDemandScanning_Artifact' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/Artifact.php', 'Google_Service_OnDemandScanning_AttestationOccurrence' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/AttestationOccurrence.php', 'Google_Service_OnDemandScanning_BuildOccurrence' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/BuildOccurrence.php', @@ -10393,6 +10668,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_OnDemandScanning_Layer' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/Layer.php', 'Google_Service_OnDemandScanning_ListOperationsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/ListOperationsResponse.php', 'Google_Service_OnDemandScanning_ListVulnerabilitiesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/ListVulnerabilitiesResponse.php', + 'Google_Service_OnDemandScanning_ListVulnerabilitiesResponseV1' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/ListVulnerabilitiesResponseV1.php', 'Google_Service_OnDemandScanning_Location' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/Location.php', 'Google_Service_OnDemandScanning_Occurrence' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/Occurrence.php', 'Google_Service_OnDemandScanning_OndemandscanningEmpty' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/OnDemandScanning/OndemandscanningEmpty.php', @@ -10538,6 +10814,29 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Partners_User' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Partners/User.php', 'Google_Service_Partners_UserOverrides' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Partners/UserOverrides.php', 'Google_Service_Partners_UserProfile' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Partners/UserProfile.php', + 'Google_Service_PaymentsResellerSubscription' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Duration' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Duration.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Extension' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Extension.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Location' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Location.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Product' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Product.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Promotion' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Promotion.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Subscription.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest.php', + 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse.php', + 'Google_Service_PaymentsResellerSubscription_GoogleTypeLocalizedText' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleTypeLocalizedText.php', + 'Google_Service_PaymentsResellerSubscription_Resource_Partners' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/Partners.php', + 'Google_Service_PaymentsResellerSubscription_Resource_PartnersProducts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersProducts.php', + 'Google_Service_PaymentsResellerSubscription_Resource_PartnersPromotions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersPromotions.php', + 'Google_Service_PaymentsResellerSubscription_Resource_PartnersSubscriptions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersSubscriptions.php', 'Google_Service_People' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/People.php', 'Google_Service_PeopleService' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PeopleService.php', 'Google_Service_PeopleService_Address' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PeopleService/Address.php', @@ -10873,9 +11172,18 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Plus_Resource_Comments' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Plus/Resource/Comments.php', 'Google_Service_Plus_Resource_People' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Plus/Resource/People.php', 'Google_Service_PolicySimulator' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1AccessStateDiff' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1AccessStateDiff.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1AccessTuple' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1AccessTuple.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1BindingExplanation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1BindingExplanation.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedAccess' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ExplainedAccess.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedPolicy' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ExplainedPolicy.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ListReplayResultsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ListReplayResultsResponse.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1Replay.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayConfig.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayDiff' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayDiff.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayOperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayOperationMetadata.php', + 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayResult' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayResult.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayResultsSummary' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayResultsSummary.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1AccessStateDiff' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1AccessStateDiff.php', 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1AccessTuple' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1beta1AccessTuple.php', @@ -11621,6 +11929,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_SQLAdmin_SqlExternalSyncSettingError' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlExternalSyncSettingError.php', 'Google_Service_SQLAdmin_SqlInstancesRescheduleMaintenanceRequestBody' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlInstancesRescheduleMaintenanceRequestBody.php', 'Google_Service_SQLAdmin_SqlInstancesVerifyExternalSyncSettingsResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlInstancesVerifyExternalSyncSettingsResponse.php', + 'Google_Service_SQLAdmin_SqlOutOfDiskReport' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlOutOfDiskReport.php', 'Google_Service_SQLAdmin_SqlScheduledMaintenance' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlScheduledMaintenance.php', 'Google_Service_SQLAdmin_SqlServerDatabaseDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlServerDatabaseDetails.php', 'Google_Service_SQLAdmin_SqlServerUserDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SQLAdmin/SqlServerUserDetails.php', @@ -11846,6 +12155,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_SecretManager_Resource_ProjectsLocations' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsLocations.php', 'Google_Service_SecretManager_Resource_ProjectsSecrets' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecrets.php', 'Google_Service_SecretManager_Resource_ProjectsSecretsVersions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecretsVersions.php', + 'Google_Service_SecretManager_Rotation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SecretManager/Rotation.php', 'Google_Service_SecretManager_Secret' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SecretManager/Secret.php', 'Google_Service_SecretManager_SecretPayload' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SecretManager/SecretPayload.php', 'Google_Service_SecretManager_SecretVersion' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SecretManager/SecretVersion.php', @@ -12220,6 +12530,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ServiceNetworking_CustomErrorRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomErrorRule.php', 'Google_Service_ServiceNetworking_CustomHttpPattern' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceNetworking/CustomHttpPattern.php', 'Google_Service_ServiceNetworking_DeleteConnectionMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceNetworking/DeleteConnectionMetadata.php', + 'Google_Service_ServiceNetworking_DeleteConnectionRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceNetworking/DeleteConnectionRequest.php', 'Google_Service_ServiceNetworking_DeletePeeredDnsDomainMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceNetworking/DeletePeeredDnsDomainMetadata.php', 'Google_Service_ServiceNetworking_DisableVpcServiceControlsRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceNetworking/DisableVpcServiceControlsRequest.php', 'Google_Service_ServiceNetworking_DnsRecordSet' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceNetworking/DnsRecordSet.php', @@ -12332,9 +12643,11 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ServiceUsage_Context' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/Context.php', 'Google_Service_ServiceUsage_ContextRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/ContextRule.php', 'Google_Service_ServiceUsage_Control' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/Control.php', + 'Google_Service_ServiceUsage_CreateAdminQuotaPolicyMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/CreateAdminQuotaPolicyMetadata.php', 'Google_Service_ServiceUsage_CustomError' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/CustomError.php', 'Google_Service_ServiceUsage_CustomErrorRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/CustomErrorRule.php', 'Google_Service_ServiceUsage_CustomHttpPattern' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/CustomHttpPattern.php', + 'Google_Service_ServiceUsage_DeleteAdminQuotaPolicyMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/DeleteAdminQuotaPolicyMetadata.php', 'Google_Service_ServiceUsage_DisableServiceRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceRequest.php', 'Google_Service_ServiceUsage_DisableServiceResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/DisableServiceResponse.php', 'Google_Service_ServiceUsage_Documentation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/Documentation.php', @@ -12346,6 +12659,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ServiceUsage_Enum' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/Enum.php', 'Google_Service_ServiceUsage_EnumValue' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/EnumValue.php', 'Google_Service_ServiceUsage_Field' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/Field.php', + 'Google_Service_ServiceUsage_GetServiceIdentityMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityMetadata.php', 'Google_Service_ServiceUsage_GetServiceIdentityResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityResponse.php', 'Google_Service_ServiceUsage_GoogleApiService' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiService.php', 'Google_Service_ServiceUsage_GoogleApiServiceusageV1OperationMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1OperationMetadata.php', @@ -12355,8 +12669,11 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ServiceUsage_GoogleApiServiceusageV1beta1ServiceIdentity' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1ServiceIdentity.php', 'Google_Service_ServiceUsage_Http' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/Http.php', 'Google_Service_ServiceUsage_HttpRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/HttpRule.php', + 'Google_Service_ServiceUsage_ImportAdminOverridesMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminOverridesMetadata.php', 'Google_Service_ServiceUsage_ImportAdminOverridesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminOverridesResponse.php', + 'Google_Service_ServiceUsage_ImportAdminQuotaPoliciesMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminQuotaPoliciesMetadata.php', 'Google_Service_ServiceUsage_ImportAdminQuotaPoliciesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportAdminQuotaPoliciesResponse.php', + 'Google_Service_ServiceUsage_ImportConsumerOverridesMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportConsumerOverridesMetadata.php', 'Google_Service_ServiceUsage_ImportConsumerOverridesResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/ImportConsumerOverridesResponse.php', 'Google_Service_ServiceUsage_JwtLocation' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/JwtLocation.php', 'Google_Service_ServiceUsage_LabelDescriptor' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/LabelDescriptor.php', @@ -12392,6 +12709,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ServiceUsage_SystemParameterRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameterRule.php', 'Google_Service_ServiceUsage_SystemParameters' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/SystemParameters.php', 'Google_Service_ServiceUsage_Type' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/Type.php', + 'Google_Service_ServiceUsage_UpdateAdminQuotaPolicyMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/UpdateAdminQuotaPolicyMetadata.php', 'Google_Service_ServiceUsage_Usage' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/Usage.php', 'Google_Service_ServiceUsage_UsageRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUsage/UsageRule.php', 'Google_Service_ServiceUser' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ServiceUser.php', @@ -12615,6 +12933,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Sheets_IterativeCalculationSettings' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Sheets/IterativeCalculationSettings.php', 'Google_Service_Sheets_KeyValueFormat' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Sheets/KeyValueFormat.php', 'Google_Service_Sheets_LineStyle' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Sheets/LineStyle.php', + 'Google_Service_Sheets_Link' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Sheets/Link.php', 'Google_Service_Sheets_ManualRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Sheets/ManualRule.php', 'Google_Service_Sheets_ManualRuleGroup' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Sheets/ManualRuleGroup.php', 'Google_Service_Sheets_MatchedDeveloperMetadata' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Sheets/MatchedDeveloperMetadata.php', @@ -12750,6 +13069,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ShoppingContent_AccounttaxCustomBatchResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponse.php', 'Google_Service_ShoppingContent_AccounttaxCustomBatchResponseEntry' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxCustomBatchResponseEntry.php', 'Google_Service_ShoppingContent_AccounttaxListResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/AccounttaxListResponse.php', + 'Google_Service_ShoppingContent_ActivateBuyOnGoogleProgramRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/ActivateBuyOnGoogleProgramRequest.php', 'Google_Service_ShoppingContent_Amount' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/Amount.php', 'Google_Service_ShoppingContent_BusinessDayConfig' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/BusinessDayConfig.php', 'Google_Service_ShoppingContent_BuyOnGoogleProgramStatus' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/BuyOnGoogleProgramStatus.php', @@ -12934,6 +13254,8 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ShoppingContent_OrdersUpdateMerchantOrderIdResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateMerchantOrderIdResponse.php', 'Google_Service_ShoppingContent_OrdersUpdateShipmentRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentRequest.php', 'Google_Service_ShoppingContent_OrdersUpdateShipmentResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/OrdersUpdateShipmentResponse.php', + 'Google_Service_ShoppingContent_PauseBuyOnGoogleProgramRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/PauseBuyOnGoogleProgramRequest.php', + 'Google_Service_ShoppingContent_PaymentServiceProviderLinkInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/PaymentServiceProviderLinkInfo.php', 'Google_Service_ShoppingContent_PickupCarrierService' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/PickupCarrierService.php', 'Google_Service_ShoppingContent_PickupServicesPickupService' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/PickupServicesPickupService.php', 'Google_Service_ShoppingContent_PosCustomBatchRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/PosCustomBatchRequest.php', @@ -13003,6 +13325,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ShoppingContent_RepricingRuleRestriction' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleRestriction.php', 'Google_Service_ShoppingContent_RepricingRuleRestrictionBoundary' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleRestrictionBoundary.php', 'Google_Service_ShoppingContent_RepricingRuleStatsBasedRule' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/RepricingRuleStatsBasedRule.php', + 'Google_Service_ShoppingContent_RequestReviewBuyOnGoogleProgramRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/RequestReviewBuyOnGoogleProgramRequest.php', 'Google_Service_ShoppingContent_Resource_Accounts' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/Accounts.php', 'Google_Service_ShoppingContent_Resource_AccountsCredentials' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/AccountsCredentials.php', 'Google_Service_ShoppingContent_Resource_AccountsLabels' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/Resource/AccountsLabels.php', @@ -13101,6 +13424,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_ShoppingContent_UnitInvoiceAdditionalCharge' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceAdditionalCharge.php', 'Google_Service_ShoppingContent_UnitInvoiceTaxLine' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/UnitInvoiceTaxLine.php', 'Google_Service_ShoppingContent_Value' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/Value.php', + 'Google_Service_ShoppingContent_WarehouseBasedDeliveryTime' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/WarehouseBasedDeliveryTime.php', 'Google_Service_ShoppingContent_Weight' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/ShoppingContent/Weight.php', 'Google_Service_SiteVerification' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SiteVerification.php', 'Google_Service_SiteVerification_Resource_WebResource' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/SiteVerification/Resource/WebResource.php', @@ -13320,6 +13644,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_Spanner_ReadRequest' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Spanner/ReadRequest.php', 'Google_Service_Spanner_ReadWrite' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Spanner/ReadWrite.php', 'Google_Service_Spanner_ReplicaInfo' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Spanner/ReplicaInfo.php', + 'Google_Service_Spanner_RequestOptions' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Spanner/RequestOptions.php', 'Google_Service_Spanner_Resource_Projects' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Spanner/Resource/Projects.php', 'Google_Service_Spanner_Resource_ProjectsInstanceConfigs' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.php', 'Google_Service_Spanner_Resource_ProjectsInstances' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.php', @@ -14765,6 +15090,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Service_YouTube_VideoFileDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetails.php', 'Google_Service_YouTube_VideoFileDetailsAudioStream' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsAudioStream.php', 'Google_Service_YouTube_VideoFileDetailsVideoStream' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/YouTube/VideoFileDetailsVideoStream.php', + 'Google_Service_YouTube_VideoGetRatingResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/YouTube/VideoGetRatingResponse.php', 'Google_Service_YouTube_VideoListResponse' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/YouTube/VideoListResponse.php', 'Google_Service_YouTube_VideoLiveStreamingDetails' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/YouTube/VideoLiveStreamingDetails.php', 'Google_Service_YouTube_VideoLocalization' => __DIR__ . '/..' . '/google/apiclient-services/src/Google/Service/YouTube/VideoLocalization.php', @@ -14788,62 +15114,52 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Google_Task_Retryable' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Task_Runner' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', 'Google_Utils_UriTemplate' => __DIR__ . '/..' . '/google/apiclient/src/aliases.php', - 'GuzzleHttp\\BatchResults' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/BatchResults.php', 'GuzzleHttp\\Client' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Client.php', 'GuzzleHttp\\ClientInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/ClientInterface.php', - 'GuzzleHttp\\Collection' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Collection.php', 'GuzzleHttp\\Cookie\\CookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 'GuzzleHttp\\Cookie\\CookieJarInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 'GuzzleHttp\\Cookie\\FileCookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 'GuzzleHttp\\Cookie\\SessionCookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 'GuzzleHttp\\Cookie\\SetCookie' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/SetCookie.php', - 'GuzzleHttp\\Event\\AbstractEvent' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/AbstractEvent.php', - 'GuzzleHttp\\Event\\AbstractRequestEvent' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php', - 'GuzzleHttp\\Event\\AbstractRetryableEvent' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php', - 'GuzzleHttp\\Event\\AbstractTransferEvent' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php', - 'GuzzleHttp\\Event\\BeforeEvent' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/BeforeEvent.php', - 'GuzzleHttp\\Event\\CompleteEvent' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/CompleteEvent.php', - 'GuzzleHttp\\Event\\Emitter' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/Emitter.php', - 'GuzzleHttp\\Event\\EmitterInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/EmitterInterface.php', - 'GuzzleHttp\\Event\\EndEvent' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/EndEvent.php', - 'GuzzleHttp\\Event\\ErrorEvent' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/ErrorEvent.php', - 'GuzzleHttp\\Event\\EventInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/EventInterface.php', - 'GuzzleHttp\\Event\\HasEmitterInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php', - 'GuzzleHttp\\Event\\HasEmitterTrait' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php', - 'GuzzleHttp\\Event\\ListenerAttacherTrait' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php', - 'GuzzleHttp\\Event\\ProgressEvent' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/ProgressEvent.php', - 'GuzzleHttp\\Event\\RequestEvents' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/RequestEvents.php', - 'GuzzleHttp\\Event\\SubscriberInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Event/SubscriberInterface.php', 'GuzzleHttp\\Exception\\BadResponseException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 'GuzzleHttp\\Exception\\ClientException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ClientException.php', 'GuzzleHttp\\Exception\\ConnectException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ConnectException.php', - 'GuzzleHttp\\Exception\\CouldNotRewindStreamException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php', - 'GuzzleHttp\\Exception\\ParseException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ParseException.php', + 'GuzzleHttp\\Exception\\GuzzleException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/GuzzleException.php', + 'GuzzleHttp\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 'GuzzleHttp\\Exception\\RequestException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/RequestException.php', + 'GuzzleHttp\\Exception\\SeekException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/SeekException.php', 'GuzzleHttp\\Exception\\ServerException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ServerException.php', - 'GuzzleHttp\\Exception\\StateException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/StateException.php', 'GuzzleHttp\\Exception\\TooManyRedirectsException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 'GuzzleHttp\\Exception\\TransferException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/TransferException.php', - 'GuzzleHttp\\Exception\\XmlParseException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/XmlParseException.php', - 'GuzzleHttp\\HasDataTrait' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/HasDataTrait.php', - 'GuzzleHttp\\Message\\AbstractMessage' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/AbstractMessage.php', - 'GuzzleHttp\\Message\\AppliesHeadersInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php', - 'GuzzleHttp\\Message\\FutureResponse' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/FutureResponse.php', - 'GuzzleHttp\\Message\\MessageFactory' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/MessageFactory.php', - 'GuzzleHttp\\Message\\MessageFactoryInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php', - 'GuzzleHttp\\Message\\MessageInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/MessageInterface.php', - 'GuzzleHttp\\Message\\MessageParser' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/MessageParser.php', - 'GuzzleHttp\\Message\\Request' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/Request.php', - 'GuzzleHttp\\Message\\RequestInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/RequestInterface.php', - 'GuzzleHttp\\Message\\Response' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/Response.php', - 'GuzzleHttp\\Message\\ResponseInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Message/ResponseInterface.php', - 'GuzzleHttp\\Mimetypes' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Mimetypes.php', + 'GuzzleHttp\\HandlerStack' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/HandlerStack.php', + 'GuzzleHttp\\Handler\\CurlFactory' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlFactory.php', + 'GuzzleHttp\\Handler\\CurlFactoryInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', + 'GuzzleHttp\\Handler\\CurlHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlHandler.php', + 'GuzzleHttp\\Handler\\CurlMultiHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', + 'GuzzleHttp\\Handler\\EasyHandle' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/EasyHandle.php', + 'GuzzleHttp\\Handler\\MockHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/MockHandler.php', + 'GuzzleHttp\\Handler\\Proxy' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/Proxy.php', + 'GuzzleHttp\\Handler\\StreamHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php', + 'GuzzleHttp\\MessageFormatter' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/MessageFormatter.php', + 'GuzzleHttp\\Middleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Middleware.php', 'GuzzleHttp\\Pool' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Pool.php', - 'GuzzleHttp\\Post\\MultipartBody' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Post/MultipartBody.php', - 'GuzzleHttp\\Post\\PostBody' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Post/PostBody.php', - 'GuzzleHttp\\Post\\PostBodyInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Post/PostBodyInterface.php', - 'GuzzleHttp\\Post\\PostFile' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Post/PostFile.php', - 'GuzzleHttp\\Post\\PostFileInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Post/PostFileInterface.php', + 'GuzzleHttp\\PrepareBodyMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', + 'GuzzleHttp\\Promise\\AggregateException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/AggregateException.php', + 'GuzzleHttp\\Promise\\CancellationException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/CancellationException.php', + 'GuzzleHttp\\Promise\\Coroutine' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Coroutine.php', + 'GuzzleHttp\\Promise\\Create' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Create.php', + 'GuzzleHttp\\Promise\\Each' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Each.php', + 'GuzzleHttp\\Promise\\EachPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/EachPromise.php', + 'GuzzleHttp\\Promise\\FulfilledPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/FulfilledPromise.php', + 'GuzzleHttp\\Promise\\Is' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Is.php', + 'GuzzleHttp\\Promise\\Promise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Promise.php', + 'GuzzleHttp\\Promise\\PromiseInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/PromiseInterface.php', + 'GuzzleHttp\\Promise\\PromisorInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/PromisorInterface.php', + 'GuzzleHttp\\Promise\\RejectedPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/RejectedPromise.php', + 'GuzzleHttp\\Promise\\RejectionException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/RejectionException.php', + 'GuzzleHttp\\Promise\\TaskQueue' => __DIR__ . '/..' . '/guzzlehttp/promises/src/TaskQueue.php', + 'GuzzleHttp\\Promise\\TaskQueueInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/TaskQueueInterface.php', + 'GuzzleHttp\\Promise\\Utils' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Utils.php', 'GuzzleHttp\\Psr7\\AppendStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/AppendStream.php', 'GuzzleHttp\\Psr7\\BufferStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/BufferStream.php', 'GuzzleHttp\\Psr7\\CachingStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/CachingStream.php', @@ -14872,60 +15188,11 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'GuzzleHttp\\Psr7\\UriNormalizer' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriNormalizer.php', 'GuzzleHttp\\Psr7\\UriResolver' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriResolver.php', 'GuzzleHttp\\Psr7\\Utils' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Utils.php', - 'GuzzleHttp\\Query' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Query.php', - 'GuzzleHttp\\QueryParser' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/QueryParser.php', - 'GuzzleHttp\\RequestFsm' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RequestFsm.php', - 'GuzzleHttp\\RingBridge' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RingBridge.php', - 'GuzzleHttp\\Ring\\Client\\ClientUtils' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Client/ClientUtils.php', - 'GuzzleHttp\\Ring\\Client\\CurlFactory' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Client/CurlFactory.php', - 'GuzzleHttp\\Ring\\Client\\CurlHandler' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Client/CurlHandler.php', - 'GuzzleHttp\\Ring\\Client\\CurlMultiHandler' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php', - 'GuzzleHttp\\Ring\\Client\\Middleware' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Client/Middleware.php', - 'GuzzleHttp\\Ring\\Client\\MockHandler' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Client/MockHandler.php', - 'GuzzleHttp\\Ring\\Client\\StreamHandler' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Client/StreamHandler.php', - 'GuzzleHttp\\Ring\\Core' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Core.php', - 'GuzzleHttp\\Ring\\Exception\\CancelledException' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Exception/CancelledException.php', - 'GuzzleHttp\\Ring\\Exception\\CancelledFutureAccessException' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php', - 'GuzzleHttp\\Ring\\Exception\\ConnectException' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Exception/ConnectException.php', - 'GuzzleHttp\\Ring\\Exception\\RingException' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Exception/RingException.php', - 'GuzzleHttp\\Ring\\Future\\BaseFutureTrait' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php', - 'GuzzleHttp\\Ring\\Future\\CompletedFutureArray' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php', - 'GuzzleHttp\\Ring\\Future\\CompletedFutureValue' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php', - 'GuzzleHttp\\Ring\\Future\\FutureArray' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Future/FutureArray.php', - 'GuzzleHttp\\Ring\\Future\\FutureArrayInterface' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php', - 'GuzzleHttp\\Ring\\Future\\FutureInterface' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Future/FutureInterface.php', - 'GuzzleHttp\\Ring\\Future\\FutureValue' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Future/FutureValue.php', - 'GuzzleHttp\\Ring\\Future\\MagicFutureTrait' => __DIR__ . '/..' . '/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php', - 'GuzzleHttp\\Stream\\AppendStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/AppendStream.php', - 'GuzzleHttp\\Stream\\AsyncReadStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/AsyncReadStream.php', - 'GuzzleHttp\\Stream\\BufferStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/BufferStream.php', - 'GuzzleHttp\\Stream\\CachingStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/CachingStream.php', - 'GuzzleHttp\\Stream\\DroppingStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/DroppingStream.php', - 'GuzzleHttp\\Stream\\Exception\\CannotAttachException' => __DIR__ . '/..' . '/guzzlehttp/streams/src/Exception/CannotAttachException.php', - 'GuzzleHttp\\Stream\\Exception\\SeekException' => __DIR__ . '/..' . '/guzzlehttp/streams/src/Exception/SeekException.php', - 'GuzzleHttp\\Stream\\FnStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/FnStream.php', - 'GuzzleHttp\\Stream\\GuzzleStreamWrapper' => __DIR__ . '/..' . '/guzzlehttp/streams/src/GuzzleStreamWrapper.php', - 'GuzzleHttp\\Stream\\InflateStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/InflateStream.php', - 'GuzzleHttp\\Stream\\LazyOpenStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/LazyOpenStream.php', - 'GuzzleHttp\\Stream\\LimitStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/LimitStream.php', - 'GuzzleHttp\\Stream\\MetadataStreamInterface' => __DIR__ . '/..' . '/guzzlehttp/streams/src/MetadataStreamInterface.php', - 'GuzzleHttp\\Stream\\NoSeekStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/NoSeekStream.php', - 'GuzzleHttp\\Stream\\NullStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/NullStream.php', - 'GuzzleHttp\\Stream\\PumpStream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/PumpStream.php', - 'GuzzleHttp\\Stream\\Stream' => __DIR__ . '/..' . '/guzzlehttp/streams/src/Stream.php', - 'GuzzleHttp\\Stream\\StreamDecoratorTrait' => __DIR__ . '/..' . '/guzzlehttp/streams/src/StreamDecoratorTrait.php', - 'GuzzleHttp\\Stream\\StreamInterface' => __DIR__ . '/..' . '/guzzlehttp/streams/src/StreamInterface.php', - 'GuzzleHttp\\Stream\\Utils' => __DIR__ . '/..' . '/guzzlehttp/streams/src/Utils.php', - 'GuzzleHttp\\Subscriber\\Cookie' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Subscriber/Cookie.php', - 'GuzzleHttp\\Subscriber\\History' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Subscriber/History.php', - 'GuzzleHttp\\Subscriber\\HttpError' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Subscriber/HttpError.php', - 'GuzzleHttp\\Subscriber\\Mock' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Subscriber/Mock.php', - 'GuzzleHttp\\Subscriber\\Prepare' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Subscriber/Prepare.php', - 'GuzzleHttp\\Subscriber\\Redirect' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Subscriber/Redirect.php', - 'GuzzleHttp\\ToArrayInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/ToArrayInterface.php', - 'GuzzleHttp\\Transaction' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Transaction.php', + 'GuzzleHttp\\RedirectMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RedirectMiddleware.php', + 'GuzzleHttp\\RequestOptions' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RequestOptions.php', + 'GuzzleHttp\\RetryMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RetryMiddleware.php', + 'GuzzleHttp\\TransferStats' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/TransferStats.php', 'GuzzleHttp\\UriTemplate' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/UriTemplate.php', - 'GuzzleHttp\\Url' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Url.php', 'GuzzleHttp\\Utils' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Utils.php', 'Icewind\\SMB\\ACL' => __DIR__ . '/..' . '/icewind/smb/src/ACL.php', 'Icewind\\SMB\\AbstractServer' => __DIR__ . '/..' . '/icewind/smb/src/AbstractServer.php', @@ -15119,6 +15386,7 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Monolog\\SignalHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/SignalHandler.php', 'Monolog\\Test\\TestCase' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Test/TestCase.php', 'Monolog\\Utils' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Utils.php', + 'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', 'ParagonIE\\ConstantTime\\Base32' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base32.php', 'ParagonIE\\ConstantTime\\Base32Hex' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base32Hex.php', 'ParagonIE\\ConstantTime\\Base64' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base64.php', @@ -15152,18 +15420,12 @@ class ComposerStaticInit98fe9b281934250b3a93f69a5ce843b3 'Psr\\Log\\Test\\DummyTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/DummyTest.php', 'Psr\\Log\\Test\\LoggerInterfaceTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 'Psr\\Log\\Test\\TestLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/TestLogger.php', - 'React\\Promise\\CancellablePromiseInterface' => __DIR__ . '/..' . '/react/promise/src/CancellablePromiseInterface.php', - 'React\\Promise\\CancellationQueue' => __DIR__ . '/..' . '/react/promise/src/CancellationQueue.php', - 'React\\Promise\\Deferred' => __DIR__ . '/..' . '/react/promise/src/Deferred.php', - 'React\\Promise\\Exception\\LengthException' => __DIR__ . '/..' . '/react/promise/src/Exception/LengthException.php', - 'React\\Promise\\ExtendedPromiseInterface' => __DIR__ . '/..' . '/react/promise/src/ExtendedPromiseInterface.php', - 'React\\Promise\\FulfilledPromise' => __DIR__ . '/..' . '/react/promise/src/FulfilledPromise.php', - 'React\\Promise\\LazyPromise' => __DIR__ . '/..' . '/react/promise/src/LazyPromise.php', - 'React\\Promise\\Promise' => __DIR__ . '/..' . '/react/promise/src/Promise.php', - 'React\\Promise\\PromiseInterface' => __DIR__ . '/..' . '/react/promise/src/PromiseInterface.php', - 'React\\Promise\\PromisorInterface' => __DIR__ . '/..' . '/react/promise/src/PromisorInterface.php', - 'React\\Promise\\RejectedPromise' => __DIR__ . '/..' . '/react/promise/src/RejectedPromise.php', - 'React\\Promise\\UnhandledRejectionException' => __DIR__ . '/..' . '/react/promise/src/UnhandledRejectionException.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Idn' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Idn.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Info' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Info.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\DisallowedRanges' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php', + 'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\Regex' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Resources/unidata/Regex.php', + 'Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Normalizer.php', + 'Symfony\\Polyfill\\Php72\\Php72' => __DIR__ . '/..' . '/symfony/polyfill-php72/Php72.php', 'phpseclib3\\Common\\Functions\\Strings' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php', 'phpseclib3\\Crypt\\AES' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 'phpseclib3\\Crypt\\Blowfish' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', diff --git a/apps/files_external/3rdparty/composer/installed.json b/apps/files_external/3rdparty/composer/installed.json index 5b818ecda721..2cbd41aaffe1 100644 --- a/apps/files_external/3rdparty/composer/installed.json +++ b/apps/files_external/3rdparty/composer/installed.json @@ -131,17 +131,17 @@ }, { "name": "google/apiclient-services", - "version": "v0.167.0", - "version_normalized": "0.167.0.0", + "version": "v0.173.0", + "version_normalized": "0.173.0.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-api-php-client-services.git", - "reference": "46b71684a100f3d976e0321cf24f487b314add68" + "reference": "9034b5ba3e25c9ad8e49b6457b9cad21fd9d9847" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/46b71684a100f3d976e0321cf24f487b314add68", - "reference": "46b71684a100f3d976e0321cf24f487b314add68", + "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/9034b5ba3e25c9ad8e49b6457b9cad21fd9d9847", + "reference": "9034b5ba3e25c9ad8e49b6457b9cad21fd9d9847", "shasum": "" }, "require": { @@ -150,7 +150,7 @@ "require-dev": { "phpunit/phpunit": "^4.8|^5" }, - "time": "2021-03-22T11:26:04+00:00", + "time": "2021-05-02T11:20:02+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -169,23 +169,23 @@ ], "support": { "issues": "https://github.com/googleapis/google-api-php-client-services/issues", - "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.167.0" + "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.173.0" }, "install-path": "../google/apiclient-services" }, { "name": "google/auth", - "version": "v1.15.0", - "version_normalized": "1.15.0.0", + "version": "v1.15.1", + "version_normalized": "1.15.1.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-auth-library-php.git", - "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4" + "reference": "4e0c9367719df9703e96f5ad613041b87742471c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/b346c07de6613e26443d7b4830e5e1933b830dc4", - "reference": "b346c07de6613e26443d7b4830e5e1933b830dc4", + "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/4e0c9367719df9703e96f5ad613041b87742471c", + "reference": "4e0c9367719df9703e96f5ad613041b87742471c", "shasum": "" }, "require": { @@ -199,7 +199,7 @@ "require-dev": { "guzzlehttp/promises": "0.1.1|^1.3", "kelvinmo/simplejwt": "^0.2.5|^0.5.1", - "phpseclib/phpseclib": "^2", + "phpseclib/phpseclib": "^2.0.31", "phpunit/phpunit": "^4.8.36|^5.7", "sebastian/comparator": ">=1.2.3", "squizlabs/php_codesniffer": "^3.5" @@ -207,7 +207,7 @@ "suggest": { "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." }, - "time": "2021-02-05T20:50:04+00:00", + "time": "2021-04-21T17:42:05+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -229,41 +229,55 @@ "support": { "docs": "https://googleapis.github.io/google-auth-library-php/master/", "issues": "https://github.com/googleapis/google-auth-library-php/issues", - "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.15.0" + "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.15.1" }, "install-path": "../google/auth" }, { "name": "guzzlehttp/guzzle", - "version": "5.3.4", - "version_normalized": "5.3.4.0", + "version": "6.5.5", + "version_normalized": "6.5.5.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2" + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2", - "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "shasum": "" }, "require": { - "guzzlehttp/ringphp": "^1.1", - "php": ">=5.4.0", - "react/promise": "^2.2" + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.6.1", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17.0" }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^4.0" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" }, - "time": "2019-10-30T09:32:00+00:00", + "time": "2020-06-16T21:01:06+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5-dev" + } + }, "installation-source": "dist", "autoload": { "psr-4": { "GuzzleHttp\\": "src/" - } + }, + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -276,7 +290,7 @@ "homepage": "https://github.com/mtdowling" } ], - "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", + "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", @@ -287,49 +301,44 @@ "rest", "web service" ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5" + }, "install-path": "../guzzlehttp/guzzle" }, { - "name": "guzzlehttp/psr7", - "version": "1.8.1", - "version_normalized": "1.8.1.0", + "name": "guzzlehttp/promises", + "version": "1.4.1", + "version_normalized": "1.4.1.0", "source": { "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1" + "url": "https://github.com/guzzle/promises.git", + "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1", - "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1", + "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", + "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", "shasum": "" }, "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" + "php": ">=5.5" }, "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, - "suggest": { - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" - }, - "time": "2021-03-21T16:25:00+00:00", + "time": "2021-03-07T09:25:29+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.4-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" + "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" @@ -344,68 +353,63 @@ "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Schultze", - "homepage": "https://github.com/Tobion" } ], - "description": "PSR-7 message implementation that also provides common utility methods", + "description": "Guzzle promises library", "keywords": [ - "http", - "message", - "psr-7", - "request", - "response", - "stream", - "uri", - "url" + "promise" ], "support": { - "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.1" + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.4.1" }, - "install-path": "../guzzlehttp/psr7" + "install-path": "../guzzlehttp/promises" }, { - "name": "guzzlehttp/ringphp", - "version": "1.1.1", - "version_normalized": "1.1.1.0", + "name": "guzzlehttp/psr7", + "version": "1.8.2", + "version_normalized": "1.8.2.0", "source": { "type": "git", - "url": "https://github.com/guzzle/RingPHP.git", - "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b" + "url": "https://github.com/guzzle/psr7.git", + "reference": "dc960a912984efb74d0a90222870c72c87f10c91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b", - "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", + "reference": "dc960a912984efb74d0a90222870c72c87f10c91", "shasum": "" }, "require": { - "guzzlehttp/streams": "~3.0", "php": ">=5.4.0", - "react/promise": "~2.0" + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" }, "require-dev": { - "ext-curl": "*", - "phpunit/phpunit": "~4.0" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { - "ext-curl": "Guzzle will use specific adapters if cURL is present" + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, - "time": "2018-07-31T13:22:33+00:00", + "time": "2021-04-26T09:17:50+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "1.7-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "GuzzleHttp\\Ring\\": "src/" - } + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -416,65 +420,28 @@ "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" - } - ], - "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", - "abandoned": true, - "install-path": "../guzzlehttp/ringphp" - }, - { - "name": "guzzlehttp/streams", - "version": "3.0.0", - "version_normalized": "3.0.0.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/streams.git", - "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", - "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "time": "2014-10-12T19:18:40+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "GuzzleHttp\\Stream\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ + }, { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" } ], - "description": "Provides a simple abstraction over streams of data", - "homepage": "http://guzzlephp.org/", + "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ - "Guzzle", - "stream" + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" ], - "abandoned": true, - "install-path": "../guzzlehttp/streams" + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.8.2" + }, + "install-path": "../guzzlehttp/psr7" }, { "name": "icewind/smb", @@ -1014,23 +981,23 @@ }, { "name": "psr/log", - "version": "1.1.3", - "version_normalized": "1.1.3.0", + "version": "1.1.4", + "version_normalized": "1.1.4.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, - "time": "2020-03-23T09:12:05+00:00", + "time": "2021-05-03T11:20:27+00:00", "type": "library", "extra": { "branch-alias": { @@ -1050,7 +1017,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -1060,6 +1027,9 @@ "psr", "psr-3" ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, "install-path": "../psr/log" }, { @@ -1106,35 +1076,218 @@ "install-path": "../ralouphie/getallheaders" }, { - "name": "react/promise", - "version": "v2.8.0", - "version_normalized": "2.8.0.0", + "name": "symfony/polyfill-intl-idn", + "version": "v1.22.1", + "version_normalized": "1.22.1.0", "source": { "type": "git", - "url": "https://github.com/reactphp/promise.git", - "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "2d63434d922daf7da8dd863e7907e67ee3031483" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4", - "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483", + "reference": "2d63434d922daf7da8dd863e7907e67ee3031483", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" }, - "require-dev": { - "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36" + "suggest": { + "ext-intl": "For best performance" + }, + "time": "2021-01-22T09:19:47+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.22-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] }, - "time": "2020-05-12T15:16:56+00:00", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "install-path": "../symfony/polyfill-intl-idn" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.22.1", + "version_normalized": "1.22.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248", + "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "time": "2021-01-22T09:19:47+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.22-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, "installation-source": "dist", "autoload": { "psr-4": { - "React\\Promise\\": "src/" + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "files": [ - "src/functions_include.php" + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "install-path": "../symfony/polyfill-intl-normalizer" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.22.1", + "version_normalized": "1.22.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", + "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "time": "2021-01-07T16:49:33+00:00", + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.22-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "installation-source": "dist", + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1143,16 +1296,40 @@ ], "authors": [ { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", "keywords": [ - "promise", - "promises" + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "install-path": "../react/promise" + "install-path": "../symfony/polyfill-php72" } ], "dev": true, diff --git a/apps/files_external/3rdparty/composer/installed.php b/apps/files_external/3rdparty/composer/installed.php index 4b0aa106644f..9abd6e368cf8 100644 --- a/apps/files_external/3rdparty/composer/installed.php +++ b/apps/files_external/3rdparty/composer/installed.php @@ -6,7 +6,7 @@ 'aliases' => array ( ), - 'reference' => '2ceed1f45ff42a5b43e7bd9c7a187b2df8b45ed7', + 'reference' => '82e1ae4d32d57d1dfc7c488e32e2f8db7fd08b23', 'name' => 'files_external/3rdparty', ), 'versions' => @@ -18,7 +18,7 @@ 'aliases' => array ( ), - 'reference' => '2ceed1f45ff42a5b43e7bd9c7a187b2df8b45ed7', + 'reference' => '82e1ae4d32d57d1dfc7c488e32e2f8db7fd08b23', ), 'firebase/php-jwt' => array ( @@ -40,57 +40,48 @@ ), 'google/apiclient-services' => array ( - 'pretty_version' => 'v0.167.0', - 'version' => '0.167.0.0', + 'pretty_version' => 'v0.173.0', + 'version' => '0.173.0.0', 'aliases' => array ( ), - 'reference' => '46b71684a100f3d976e0321cf24f487b314add68', + 'reference' => '9034b5ba3e25c9ad8e49b6457b9cad21fd9d9847', ), 'google/auth' => array ( - 'pretty_version' => 'v1.15.0', - 'version' => '1.15.0.0', + 'pretty_version' => 'v1.15.1', + 'version' => '1.15.1.0', 'aliases' => array ( ), - 'reference' => 'b346c07de6613e26443d7b4830e5e1933b830dc4', + 'reference' => '4e0c9367719df9703e96f5ad613041b87742471c', ), 'guzzlehttp/guzzle' => array ( - 'pretty_version' => '5.3.4', - 'version' => '5.3.4.0', + 'pretty_version' => '6.5.5', + 'version' => '6.5.5.0', 'aliases' => array ( ), - 'reference' => 'b87eda7a7162f95574032da17e9323c9899cb6b2', + 'reference' => '9d4290de1cfd701f38099ef7e183b64b4b7b0c5e', ), - 'guzzlehttp/psr7' => + 'guzzlehttp/promises' => array ( - 'pretty_version' => '1.8.1', - 'version' => '1.8.1.0', + 'pretty_version' => '1.4.1', + 'version' => '1.4.1.0', 'aliases' => array ( ), - 'reference' => '35ea11d335fd638b5882ff1725228b3d35496ab1', + 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d', ), - 'guzzlehttp/ringphp' => - array ( - 'pretty_version' => '1.1.1', - 'version' => '1.1.1.0', - 'aliases' => - array ( - ), - 'reference' => '5e2a174052995663dd68e6b5ad838afd47dd615b', - ), - 'guzzlehttp/streams' => + 'guzzlehttp/psr7' => array ( - 'pretty_version' => '3.0.0', - 'version' => '3.0.0.0', + 'pretty_version' => '1.8.2', + 'version' => '1.8.2.0', 'aliases' => array ( ), - 'reference' => '47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5', + 'reference' => 'dc960a912984efb74d0a90222870c72c87f10c91', ), 'icewind/smb' => array ( @@ -173,12 +164,12 @@ ), 'psr/log' => array ( - 'pretty_version' => '1.1.3', - 'version' => '1.1.3.0', + 'pretty_version' => '1.1.4', + 'version' => '1.1.4.0', 'aliases' => array ( ), - 'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc', + 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', ), 'psr/log-implementation' => array ( @@ -196,14 +187,32 @@ ), 'reference' => '120b605dfeb996808c31b6477290a714d356e822', ), - 'react/promise' => + 'symfony/polyfill-intl-idn' => + array ( + 'pretty_version' => 'v1.22.1', + 'version' => '1.22.1.0', + 'aliases' => + array ( + ), + 'reference' => '2d63434d922daf7da8dd863e7907e67ee3031483', + ), + 'symfony/polyfill-intl-normalizer' => + array ( + 'pretty_version' => 'v1.22.1', + 'version' => '1.22.1.0', + 'aliases' => + array ( + ), + 'reference' => '43a0283138253ed1d48d352ab6d0bdb3f809f248', + ), + 'symfony/polyfill-php72' => array ( - 'pretty_version' => 'v2.8.0', - 'version' => '2.8.0.0', + 'pretty_version' => 'v1.22.1', + 'version' => '1.22.1.0', 'aliases' => array ( ), - 'reference' => 'f3cff96a19736714524ca0dd1d4130de73dbbbc4', + 'reference' => 'cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9', ), ), ); diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks.php index 6ea5c8fe6497..46ed559297ab 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks.php @@ -31,7 +31,7 @@ */ class Google_Service_AIPlatformNotebooks extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; @@ -40,6 +40,7 @@ class Google_Service_AIPlatformNotebooks extends Google_Service public $projects_locations_executions; public $projects_locations_instances; public $projects_locations_operations; + public $projects_locations_runtimes; public $projects_locations_schedules; /** @@ -353,6 +354,16 @@ public function __construct(Google_Client $client, $rootUrl = null) 'required' => true, ), ), + ),'rollback' => array( + 'path' => 'v1/{+name}:rollback', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'setAccelerator' => array( 'path' => 'v1/{+name}:setAccelerator', 'httpMethod' => 'PATCH', @@ -423,6 +434,16 @@ public function __construct(Google_Client $client, $rootUrl = null) 'required' => true, ), ), + ),'updateShieldedInstanceConfig' => array( + 'path' => 'v1/{+name}:updateShieldedInstanceConfig', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'upgrade' => array( 'path' => 'v1/{+name}:upgrade', 'httpMethod' => 'POST', @@ -509,6 +530,108 @@ public function __construct(Google_Client $client, $rootUrl = null) ) ) ); + $this->projects_locations_runtimes = new Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsRuntimes( + $this, + $this->serviceName, + 'runtimes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/runtimes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'runtimeId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/runtimes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'reset' => array( + 'path' => 'v1/{+name}:reset', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'start' => array( + 'path' => 'v1/{+name}:start', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'stop' => array( + 'path' => 'v1/{+name}:stop', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'switch' => array( + 'path' => 'v1/{+name}:switch', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); $this->projects_locations_schedules = new Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsSchedules( $this, $this->serviceName, diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/EncryptionConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/EncryptionConfig.php new file mode 100644 index 000000000000..6615524da3fe --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/EncryptionConfig.php @@ -0,0 +1,30 @@ +kmsKey = $kmsKey; + } + public function getKmsKey() + { + return $this->kmsKey; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ExecutionTemplate.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ExecutionTemplate.php index f66ba8b991fc..4d662fa4d850 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ExecutionTemplate.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ExecutionTemplate.php @@ -27,6 +27,7 @@ class Google_Service_AIPlatformNotebooks_ExecutionTemplate extends Google_Model public $parameters; public $paramsYamlFile; public $scaleTier; + public $serviceAccount; /** * @param Google_Service_AIPlatformNotebooks_SchedulerAcceleratorConfig @@ -106,4 +107,12 @@ public function getScaleTier() { return $this->scaleTier; } + public function setServiceAccount($serviceAccount) + { + $this->serviceAccount = $serviceAccount; + } + public function getServiceAccount() + { + return $this->serviceAccount; + } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Instance.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Instance.php index 58d7ace67fd6..c9ff0ede2f5a 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Instance.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Instance.php @@ -39,6 +39,7 @@ class Google_Service_AIPlatformNotebooks_Instance extends Google_Collection public $metadata; public $name; public $network; + public $nicType; public $noProxyAccess; public $noPublicIp; public $noRemoveDataDisk; @@ -219,6 +220,14 @@ public function getNetwork() { return $this->network; } + public function setNicType($nicType) + { + $this->nicType = $nicType; + } + public function getNicType() + { + return $this->nicType; + } public function setNoProxyAccess($noProxyAccess) { $this->noProxyAccess = $noProxyAccess; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Accounts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListRuntimesResponse.php similarity index 56% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Accounts.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListRuntimesResponse.php index d70cb2833993..04263f789914 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Accounts.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ListRuntimesResponse.php @@ -15,51 +15,42 @@ * the License. */ -class Google_Service_AdSense_Accounts extends Google_Collection +class Google_Service_AIPlatformNotebooks_ListRuntimesResponse extends Google_Collection { - protected $collection_key = 'items'; - public $etag; - protected $itemsType = 'Google_Service_AdSense_Account'; - protected $itemsDataType = 'array'; - public $kind; + protected $collection_key = 'unreachable'; public $nextPageToken; + protected $runtimesType = 'Google_Service_AIPlatformNotebooks_Runtime'; + protected $runtimesDataType = 'array'; + public $unreachable; - public function setEtag($etag) + public function setNextPageToken($nextPageToken) { - $this->etag = $etag; + $this->nextPageToken = $nextPageToken; } - public function getEtag() + public function getNextPageToken() { - return $this->etag; + return $this->nextPageToken; } /** - * @param Google_Service_AdSense_Account[] + * @param Google_Service_AIPlatformNotebooks_Runtime[] */ - public function setItems($items) + public function setRuntimes($runtimes) { - $this->items = $items; + $this->runtimes = $runtimes; } /** - * @return Google_Service_AdSense_Account[] + * @return Google_Service_AIPlatformNotebooks_Runtime[] */ - public function getItems() - { - return $this->items; - } - public function setKind($kind) + public function getRuntimes() { - $this->kind = $kind; + return $this->runtimes; } - public function getKind() + public function setUnreachable($unreachable) { - return $this->kind; + $this->unreachable = $unreachable; } - public function setNextPageToken($nextPageToken) - { - $this->nextPageToken = $nextPageToken; - } - public function getNextPageToken() + public function getUnreachable() { - return $this->nextPageToken; + return $this->unreachable; } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/LocalDisk.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/LocalDisk.php new file mode 100644 index 000000000000..0cf812006400 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/LocalDisk.php @@ -0,0 +1,144 @@ +autoDelete = $autoDelete; + } + public function getAutoDelete() + { + return $this->autoDelete; + } + public function setBoot($boot) + { + $this->boot = $boot; + } + public function getBoot() + { + return $this->boot; + } + public function setDeviceName($deviceName) + { + $this->deviceName = $deviceName; + } + public function getDeviceName() + { + return $this->deviceName; + } + /** + * @param Google_Service_AIPlatformNotebooks_RuntimeGuestOsFeature[] + */ + public function setGuestOsFeatures($guestOsFeatures) + { + $this->guestOsFeatures = $guestOsFeatures; + } + /** + * @return Google_Service_AIPlatformNotebooks_RuntimeGuestOsFeature[] + */ + public function getGuestOsFeatures() + { + return $this->guestOsFeatures; + } + public function setIndex($index) + { + $this->index = $index; + } + public function getIndex() + { + return $this->index; + } + /** + * @param Google_Service_AIPlatformNotebooks_LocalDiskInitializeParams + */ + public function setInitializeParams(Google_Service_AIPlatformNotebooks_LocalDiskInitializeParams $initializeParams) + { + $this->initializeParams = $initializeParams; + } + /** + * @return Google_Service_AIPlatformNotebooks_LocalDiskInitializeParams + */ + public function getInitializeParams() + { + return $this->initializeParams; + } + public function setInterface($interface) + { + $this->interface = $interface; + } + public function getInterface() + { + return $this->interface; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLicenses($licenses) + { + $this->licenses = $licenses; + } + public function getLicenses() + { + return $this->licenses; + } + public function setMode($mode) + { + $this->mode = $mode; + } + public function getMode() + { + return $this->mode; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/LocalDiskInitializeParams.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/LocalDiskInitializeParams.php new file mode 100644 index 000000000000..1d6c748f6f40 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/LocalDiskInitializeParams.php @@ -0,0 +1,66 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setDiskName($diskName) + { + $this->diskName = $diskName; + } + public function getDiskName() + { + return $this->diskName; + } + public function setDiskSizeGb($diskSizeGb) + { + $this->diskSizeGb = $diskSizeGb; + } + public function getDiskSizeGb() + { + return $this->diskSizeGb; + } + public function setDiskType($diskType) + { + $this->diskType = $diskType; + } + public function getDiskType() + { + return $this->diskType; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ResetRuntimeRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ResetRuntimeRequest.php new file mode 100644 index 000000000000..8690b142e47c --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/ResetRuntimeRequest.php @@ -0,0 +1,20 @@ +call('reset', array($params), "Google_Service_AIPlatformNotebooks_Operation"); } + /** + * Rollbacks a notebook instance to the previous version. (instances.rollback) + * + * @param string $name Required. Format: + * `projects/{project_id}/locations/{location}/instances/{instance_id}` + * @param Google_Service_AIPlatformNotebooks_RollbackInstanceRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AIPlatformNotebooks_Operation + */ + public function rollback($name, Google_Service_AIPlatformNotebooks_RollbackInstanceRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('rollback', array($params), "Google_Service_AIPlatformNotebooks_Operation"); + } /** * Updates the guest accelerators of a single Instance. * (instances.setAccelerator) @@ -308,6 +323,22 @@ public function testIamPermissions($resource, Google_Service_AIPlatformNotebooks $params = array_merge($params, $optParams); return $this->call('testIamPermissions', array($params), "Google_Service_AIPlatformNotebooks_TestIamPermissionsResponse"); } + /** + * Updates the Shielded instance configuration of a single Instance. + * (instances.updateShieldedInstanceConfig) + * + * @param string $name Required. Format: + * `projects/{project_id}/locations/{location}/instances/{instance_id}` + * @param Google_Service_AIPlatformNotebooks_UpdateShieldedInstanceConfigRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AIPlatformNotebooks_Operation + */ + public function updateShieldedInstanceConfig($name, Google_Service_AIPlatformNotebooks_UpdateShieldedInstanceConfigRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateShieldedInstanceConfig', array($params), "Google_Service_AIPlatformNotebooks_Operation"); + } /** * Upgrades a notebook instance to the latest version. (instances.upgrade) * diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsRuntimes.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsRuntimes.php new file mode 100644 index 000000000000..0bec65958943 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Resource/ProjectsLocationsRuntimes.php @@ -0,0 +1,159 @@ + + * $notebooksService = new Google_Service_AIPlatformNotebooks(...); + * $runtimes = $notebooksService->runtimes; + * + */ +class Google_Service_AIPlatformNotebooks_Resource_ProjectsLocationsRuntimes extends Google_Service_Resource +{ + /** + * Creates a new Runtime in a given project and location. (runtimes.create) + * + * @param string $parent Required. Format: + * `parent=projects/{project_id}/locations/{location}` + * @param Google_Service_AIPlatformNotebooks_Runtime $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string runtimeId Required. User-defined unique ID of this Runtime. + * @return Google_Service_AIPlatformNotebooks_Operation + */ + public function create($parent, Google_Service_AIPlatformNotebooks_Runtime $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_AIPlatformNotebooks_Operation"); + } + /** + * Deletes a single Runtime. (runtimes.delete) + * + * @param string $name Required. Format: + * `projects/{project_id}/locations/{location}/runtimes/{runtime_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_AIPlatformNotebooks_Operation + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_AIPlatformNotebooks_Operation"); + } + /** + * Gets details of a single Runtime. The location must be a regional endpoint + * rather than zonal. (runtimes.get) + * + * @param string $name Required. Format: + * `projects/{project_id}/locations/{location}/runtimes/{runtime_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_AIPlatformNotebooks_Runtime + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_AIPlatformNotebooks_Runtime"); + } + /** + * Lists Runtimes in a given project and location. + * (runtimes.listProjectsLocationsRuntimes) + * + * @param string $parent Required. Format: + * `parent=projects/{project_id}/locations/{location}` + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Maximum return size of the list call. + * @opt_param string pageToken A previous returned page token that can be used + * to continue listing from the last result. + * @return Google_Service_AIPlatformNotebooks_ListRuntimesResponse + */ + public function listProjectsLocationsRuntimes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AIPlatformNotebooks_ListRuntimesResponse"); + } + /** + * Resets a Managed Notebook Runtime. (runtimes.reset) + * + * @param string $name Required. Format: + * `projects/{project_id}/locations/{location}/runtimes/{runtime_id}` + * @param Google_Service_AIPlatformNotebooks_ResetRuntimeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AIPlatformNotebooks_Operation + */ + public function reset($name, Google_Service_AIPlatformNotebooks_ResetRuntimeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reset', array($params), "Google_Service_AIPlatformNotebooks_Operation"); + } + /** + * Starts a Managed Notebook Runtime. Perform "Start" on GPU instances; "Resume" + * on CPU instances See: https://cloud.google.com/compute/docs/instances/stop- + * start-instance https://cloud.google.com/compute/docs/instances/suspend- + * resume-instance (runtimes.start) + * + * @param string $name Required. Format: + * `projects/{project_id}/locations/{location}/runtimes/{runtime_id}` + * @param Google_Service_AIPlatformNotebooks_StartRuntimeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AIPlatformNotebooks_Operation + */ + public function start($name, Google_Service_AIPlatformNotebooks_StartRuntimeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('start', array($params), "Google_Service_AIPlatformNotebooks_Operation"); + } + /** + * Stops a Managed Notebook Runtime. Perform "Stop" on GPU instances; "Suspend" + * on CPU instances See: https://cloud.google.com/compute/docs/instances/stop- + * start-instance https://cloud.google.com/compute/docs/instances/suspend- + * resume-instance (runtimes.stop) + * + * @param string $name Required. Format: + * `projects/{project_id}/locations/{location}/runtimes/{runtime_id}` + * @param Google_Service_AIPlatformNotebooks_StopRuntimeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AIPlatformNotebooks_Operation + */ + public function stop($name, Google_Service_AIPlatformNotebooks_StopRuntimeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('stop', array($params), "Google_Service_AIPlatformNotebooks_Operation"); + } + /** + * Switch a Managed Notebook Runtime. (runtimes.switchProjectsLocationsRuntimes) + * + * @param string $name Required. Format: + * `projects/{project_id}/locations/{location}/runtimes/{runtime_id}` + * @param Google_Service_AIPlatformNotebooks_SwitchRuntimeRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AIPlatformNotebooks_Operation + */ + public function switchProjectsLocationsRuntimes($name, Google_Service_AIPlatformNotebooks_SwitchRuntimeRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('switch', array($params), "Google_Service_AIPlatformNotebooks_Operation"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RollbackInstanceRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RollbackInstanceRequest.php new file mode 100644 index 000000000000..552dd5cd0077 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RollbackInstanceRequest.php @@ -0,0 +1,30 @@ +targetSnapshot = $targetSnapshot; + } + public function getTargetSnapshot() + { + return $this->targetSnapshot; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Runtime.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Runtime.php new file mode 100644 index 000000000000..d56f2468c339 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/Runtime.php @@ -0,0 +1,130 @@ +accessConfig = $accessConfig; + } + /** + * @return Google_Service_AIPlatformNotebooks_RuntimeAccessConfig + */ + public function getAccessConfig() + { + return $this->accessConfig; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setHealthState($healthState) + { + $this->healthState = $healthState; + } + public function getHealthState() + { + return $this->healthState; + } + /** + * @param Google_Service_AIPlatformNotebooks_RuntimeMetrics + */ + public function setMetrics(Google_Service_AIPlatformNotebooks_RuntimeMetrics $metrics) + { + $this->metrics = $metrics; + } + /** + * @return Google_Service_AIPlatformNotebooks_RuntimeMetrics + */ + public function getMetrics() + { + return $this->metrics; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_AIPlatformNotebooks_RuntimeSoftwareConfig + */ + public function setSoftwareConfig(Google_Service_AIPlatformNotebooks_RuntimeSoftwareConfig $softwareConfig) + { + $this->softwareConfig = $softwareConfig; + } + /** + * @return Google_Service_AIPlatformNotebooks_RuntimeSoftwareConfig + */ + public function getSoftwareConfig() + { + return $this->softwareConfig; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + /** + * @param Google_Service_AIPlatformNotebooks_VirtualMachine + */ + public function setVirtualMachine(Google_Service_AIPlatformNotebooks_VirtualMachine $virtualMachine) + { + $this->virtualMachine = $virtualMachine; + } + /** + * @return Google_Service_AIPlatformNotebooks_VirtualMachine + */ + public function getVirtualMachine() + { + return $this->virtualMachine; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeAcceleratorConfig.php similarity index 68% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeAcceleratorConfig.php index f1fbeb3765a7..4c1fbbc47b33 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeAcceleratorConfig.php @@ -15,19 +15,18 @@ * the License. */ -class Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption extends Google_Model +class Google_Service_AIPlatformNotebooks_RuntimeAcceleratorConfig extends Google_Model { - public $color; + public $coreCount; public $type; - public $url; - public function setColor($color) + public function setCoreCount($coreCount) { - $this->color = $color; + $this->coreCount = $coreCount; } - public function getColor() + public function getCoreCount() { - return $this->color; + return $this->coreCount; } public function setType($type) { @@ -37,12 +36,4 @@ public function getType() { return $this->type; } - public function setUrl($url) - { - $this->url = $url; - } - public function getUrl() - { - return $this->url; - } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeAccessConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeAccessConfig.php new file mode 100644 index 000000000000..eb48f7fe4ff6 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeAccessConfig.php @@ -0,0 +1,48 @@ +accessType = $accessType; + } + public function getAccessType() + { + return $this->accessType; + } + public function setProxyUri($proxyUri) + { + $this->proxyUri = $proxyUri; + } + public function getProxyUri() + { + return $this->proxyUri; + } + public function setRuntimeOwner($runtimeOwner) + { + $this->runtimeOwner = $runtimeOwner; + } + public function getRuntimeOwner() + { + return $this->runtimeOwner; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeGuestOsFeature.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeGuestOsFeature.php new file mode 100644 index 000000000000..093d34a6cc8e --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeGuestOsFeature.php @@ -0,0 +1,30 @@ +type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeMetrics.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeMetrics.php new file mode 100644 index 000000000000..ffffd34dfaf1 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeMetrics.php @@ -0,0 +1,30 @@ +systemMetrics = $systemMetrics; + } + public function getSystemMetrics() + { + return $this->systemMetrics; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeShieldedInstanceConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeShieldedInstanceConfig.php new file mode 100644 index 000000000000..38b668cd5922 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeShieldedInstanceConfig.php @@ -0,0 +1,48 @@ +enableIntegrityMonitoring = $enableIntegrityMonitoring; + } + public function getEnableIntegrityMonitoring() + { + return $this->enableIntegrityMonitoring; + } + public function setEnableSecureBoot($enableSecureBoot) + { + $this->enableSecureBoot = $enableSecureBoot; + } + public function getEnableSecureBoot() + { + return $this->enableSecureBoot; + } + public function setEnableVtpm($enableVtpm) + { + $this->enableVtpm = $enableVtpm; + } + public function getEnableVtpm() + { + return $this->enableVtpm; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeSoftwareConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeSoftwareConfig.php new file mode 100644 index 000000000000..888f85d3807c --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/RuntimeSoftwareConfig.php @@ -0,0 +1,84 @@ +customGpuDriverPath = $customGpuDriverPath; + } + public function getCustomGpuDriverPath() + { + return $this->customGpuDriverPath; + } + public function setEnableHealthMonitoring($enableHealthMonitoring) + { + $this->enableHealthMonitoring = $enableHealthMonitoring; + } + public function getEnableHealthMonitoring() + { + return $this->enableHealthMonitoring; + } + public function setIdleShutdown($idleShutdown) + { + $this->idleShutdown = $idleShutdown; + } + public function getIdleShutdown() + { + return $this->idleShutdown; + } + public function setIdleShutdownTimeout($idleShutdownTimeout) + { + $this->idleShutdownTimeout = $idleShutdownTimeout; + } + public function getIdleShutdownTimeout() + { + return $this->idleShutdownTimeout; + } + public function setInstallGpuDriver($installGpuDriver) + { + $this->installGpuDriver = $installGpuDriver; + } + public function getInstallGpuDriver() + { + return $this->installGpuDriver; + } + public function setNotebookUpgradeSchedule($notebookUpgradeSchedule) + { + $this->notebookUpgradeSchedule = $notebookUpgradeSchedule; + } + public function getNotebookUpgradeSchedule() + { + return $this->notebookUpgradeSchedule; + } + public function setPostStartupScript($postStartupScript) + { + $this->postStartupScript = $postStartupScript; + } + public function getPostStartupScript() + { + return $this->postStartupScript; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StartRuntimeRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StartRuntimeRequest.php new file mode 100644 index 000000000000..9d17650a7b60 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/StartRuntimeRequest.php @@ -0,0 +1,20 @@ +acceleratorConfig = $acceleratorConfig; + } + /** + * @return Google_Service_AIPlatformNotebooks_RuntimeAcceleratorConfig + */ + public function getAcceleratorConfig() + { + return $this->acceleratorConfig; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpdateShieldedInstanceConfigRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpdateShieldedInstanceConfigRequest.php new file mode 100644 index 000000000000..b6f42dbb83ae --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/UpdateShieldedInstanceConfigRequest.php @@ -0,0 +1,37 @@ +shieldedInstanceConfig = $shieldedInstanceConfig; + } + /** + * @return Google_Service_AIPlatformNotebooks_ShieldedInstanceConfig + */ + public function getShieldedInstanceConfig() + { + return $this->shieldedInstanceConfig; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VirtualMachine.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VirtualMachine.php new file mode 100644 index 000000000000..ce95442b7107 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VirtualMachine.php @@ -0,0 +1,55 @@ +instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; + } + public function setInstanceName($instanceName) + { + $this->instanceName = $instanceName; + } + public function getInstanceName() + { + return $this->instanceName; + } + /** + * @param Google_Service_AIPlatformNotebooks_VirtualMachineConfig + */ + public function setVirtualMachineConfig(Google_Service_AIPlatformNotebooks_VirtualMachineConfig $virtualMachineConfig) + { + $this->virtualMachineConfig = $virtualMachineConfig; + } + /** + * @return Google_Service_AIPlatformNotebooks_VirtualMachineConfig + */ + public function getVirtualMachineConfig() + { + return $this->virtualMachineConfig; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VirtualMachineConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VirtualMachineConfig.php new file mode 100644 index 000000000000..781ca0bc86fd --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/VirtualMachineConfig.php @@ -0,0 +1,192 @@ +acceleratorConfig = $acceleratorConfig; + } + /** + * @return Google_Service_AIPlatformNotebooks_RuntimeAcceleratorConfig + */ + public function getAcceleratorConfig() + { + return $this->acceleratorConfig; + } + /** + * @param Google_Service_AIPlatformNotebooks_ContainerImage[] + */ + public function setContainerImages($containerImages) + { + $this->containerImages = $containerImages; + } + /** + * @return Google_Service_AIPlatformNotebooks_ContainerImage[] + */ + public function getContainerImages() + { + return $this->containerImages; + } + /** + * @param Google_Service_AIPlatformNotebooks_LocalDisk + */ + public function setDataDisk(Google_Service_AIPlatformNotebooks_LocalDisk $dataDisk) + { + $this->dataDisk = $dataDisk; + } + /** + * @return Google_Service_AIPlatformNotebooks_LocalDisk + */ + public function getDataDisk() + { + return $this->dataDisk; + } + /** + * @param Google_Service_AIPlatformNotebooks_EncryptionConfig + */ + public function setEncryptionConfig(Google_Service_AIPlatformNotebooks_EncryptionConfig $encryptionConfig) + { + $this->encryptionConfig = $encryptionConfig; + } + /** + * @return Google_Service_AIPlatformNotebooks_EncryptionConfig + */ + public function getEncryptionConfig() + { + return $this->encryptionConfig; + } + public function setGuestAttributes($guestAttributes) + { + $this->guestAttributes = $guestAttributes; + } + public function getGuestAttributes() + { + return $this->guestAttributes; + } + public function setInternalIpOnly($internalIpOnly) + { + $this->internalIpOnly = $internalIpOnly; + } + public function getInternalIpOnly() + { + return $this->internalIpOnly; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setMachineType($machineType) + { + $this->machineType = $machineType; + } + public function getMachineType() + { + return $this->machineType; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setNicType($nicType) + { + $this->nicType = $nicType; + } + public function getNicType() + { + return $this->nicType; + } + /** + * @param Google_Service_AIPlatformNotebooks_RuntimeShieldedInstanceConfig + */ + public function setShieldedInstanceConfig(Google_Service_AIPlatformNotebooks_RuntimeShieldedInstanceConfig $shieldedInstanceConfig) + { + $this->shieldedInstanceConfig = $shieldedInstanceConfig; + } + /** + * @return Google_Service_AIPlatformNotebooks_RuntimeShieldedInstanceConfig + */ + public function getShieldedInstanceConfig() + { + return $this->shieldedInstanceConfig; + } + public function setSubnet($subnet) + { + $this->subnet = $subnet; + } + public function getSubnet() + { + return $this->subnet; + } + public function setTags($tags) + { + $this->tags = $tags; + } + public function getTags() + { + return $this->tags; + } + public function setZone($zone) + { + $this->zone = $zone; + } + public function getZone() + { + return $this->zone; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval.php index 9feba435b4bb..3c56c1b8d54c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval.php @@ -30,7 +30,7 @@ */ class Google_Service_AccessApproval extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/FoldersApprovalRequests.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/FoldersApprovalRequests.php index 78e2a8c491ba..f03f6b10a8c2 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/FoldersApprovalRequests.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/FoldersApprovalRequests.php @@ -87,7 +87,7 @@ public function get($name, $optParams = array()) * retrieve. Must be one of the following values: * [not set]: Requests that are * pending or have active approvals. * ALL: All requests. * PENDING: Only * pending requests. * ACTIVE: Only active (i.e. currently approved) requests. * - * DISMISSED: Only requests that have been dismissed, or requests that . are not + * DISMISSED: Only requests that have been dismissed, or requests that are not * approved and past expiration. * EXPIRED: Only requests that have been * approved, and the approval has expired. * HISTORY: Active, dismissed and * expired requests. diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/OrganizationsApprovalRequests.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/OrganizationsApprovalRequests.php index 4853af3978a2..7dfac2ebbe80 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/OrganizationsApprovalRequests.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/OrganizationsApprovalRequests.php @@ -87,7 +87,7 @@ public function get($name, $optParams = array()) * retrieve. Must be one of the following values: * [not set]: Requests that are * pending or have active approvals. * ALL: All requests. * PENDING: Only * pending requests. * ACTIVE: Only active (i.e. currently approved) requests. * - * DISMISSED: Only requests that have been dismissed, or requests that . are not + * DISMISSED: Only requests that have been dismissed, or requests that are not * approved and past expiration. * EXPIRED: Only requests that have been * approved, and the approval has expired. * HISTORY: Active, dismissed and * expired requests. diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/ProjectsApprovalRequests.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/ProjectsApprovalRequests.php index 22824b3e9b51..946e9400ce17 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/ProjectsApprovalRequests.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessApproval/Resource/ProjectsApprovalRequests.php @@ -87,7 +87,7 @@ public function get($name, $optParams = array()) * retrieve. Must be one of the following values: * [not set]: Requests that are * pending or have active approvals. * ALL: All requests. * PENDING: Only * pending requests. * ACTIVE: Only active (i.e. currently approved) requests. * - * DISMISSED: Only requests that have been dismissed, or requests that . are not + * DISMISSED: Only requests that have been dismissed, or requests that are not * approved and past expiration. * EXPIRED: Only requests that have been * approved, and the approval has expired. * HISTORY: Active, dismissed and * expired requests. diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessContextManager.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessContextManager.php index 374d064a1106..42adbe777d60 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessContextManager.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AccessContextManager.php @@ -31,7 +31,7 @@ */ class Google_Service_AccessContextManager extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/GuaranteedFixedPriceTerms.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/GuaranteedFixedPriceTerms.php index 9c47ccc72a08..cb672571468e 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/GuaranteedFixedPriceTerms.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdExchangeBuyerII/GuaranteedFixedPriceTerms.php @@ -22,7 +22,10 @@ class Google_Service_AdExchangeBuyerII_GuaranteedFixedPriceTerms extends Google_ protected $fixedPricesDataType = 'array'; public $guaranteedImpressions; public $guaranteedLooks; + public $impressionCap; public $minimumDailyLooks; + public $percentShareOfVoice; + public $reservationType; /** * @param Google_Service_AdExchangeBuyerII_PricePerBuyer[] @@ -54,6 +57,14 @@ public function getGuaranteedLooks() { return $this->guaranteedLooks; } + public function setImpressionCap($impressionCap) + { + $this->impressionCap = $impressionCap; + } + public function getImpressionCap() + { + return $this->impressionCap; + } public function setMinimumDailyLooks($minimumDailyLooks) { $this->minimumDailyLooks = $minimumDailyLooks; @@ -62,4 +73,20 @@ public function getMinimumDailyLooks() { return $this->minimumDailyLooks; } + public function setPercentShareOfVoice($percentShareOfVoice) + { + $this->percentShareOfVoice = $percentShareOfVoice; + } + public function getPercentShareOfVoice() + { + return $this->percentShareOfVoice; + } + public function setReservationType($reservationType) + { + $this->reservationType = $reservationType; + } + public function getReservationType() + { + return $this->reservationType; + } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob.php index 1491e6b5f5a1..7228289abc01 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob.php @@ -39,6 +39,8 @@ class Google_Service_AdMob extends Google_Service "https://www.googleapis.com/auth/admob.report"; public $accounts; + public $accounts_adUnits; + public $accounts_apps; public $accounts_mediationReport; public $accounts_networkReport; @@ -90,6 +92,62 @@ public function __construct(Google_Client $client, $rootUrl = null) ) ) ); + $this->accounts_adUnits = new Google_Service_AdMob_Resource_AccountsAdUnits( + $this, + $this->serviceName, + 'adUnits', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/adUnits', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_apps = new Google_Service_AdMob_Resource_AccountsApps( + $this, + $this->serviceName, + 'apps', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/apps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); $this->accounts_mediationReport = new Google_Service_AdMob_Resource_AccountsMediationReport( $this, $this->serviceName, diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/AdUnit.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/AdUnit.php new file mode 100644 index 000000000000..d42514f88b02 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/AdUnit.php @@ -0,0 +1,76 @@ +adFormat = $adFormat; + } + public function getAdFormat() + { + return $this->adFormat; + } + public function setAdTypes($adTypes) + { + $this->adTypes = $adTypes; + } + public function getAdTypes() + { + return $this->adTypes; + } + public function setAdUnitId($adUnitId) + { + $this->adUnitId = $adUnitId; + } + public function getAdUnitId() + { + return $this->adUnitId; + } + public function setAppId($appId) + { + $this->appId = $appId; + } + public function getAppId() + { + return $this->appId; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/App.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/App.php new file mode 100644 index 000000000000..90dc4398553c --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/App.php @@ -0,0 +1,80 @@ +appId = $appId; + } + public function getAppId() + { + return $this->appId; + } + /** + * @param Google_Service_AdMob_AppLinkedAppInfo + */ + public function setLinkedAppInfo(Google_Service_AdMob_AppLinkedAppInfo $linkedAppInfo) + { + $this->linkedAppInfo = $linkedAppInfo; + } + /** + * @return Google_Service_AdMob_AppLinkedAppInfo + */ + public function getLinkedAppInfo() + { + return $this->linkedAppInfo; + } + /** + * @param Google_Service_AdMob_AppManualAppInfo + */ + public function setManualAppInfo(Google_Service_AdMob_AppManualAppInfo $manualAppInfo) + { + $this->manualAppInfo = $manualAppInfo; + } + /** + * @return Google_Service_AdMob_AppManualAppInfo + */ + public function getManualAppInfo() + { + return $this->manualAppInfo; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPlatform($platform) + { + $this->platform = $platform; + } + public function getPlatform() + { + return $this->platform; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/AppLinkedAppInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/AppLinkedAppInfo.php new file mode 100644 index 000000000000..4eca0b9b413b --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/AppLinkedAppInfo.php @@ -0,0 +1,39 @@ +appStoreId = $appStoreId; + } + public function getAppStoreId() + { + return $this->appStoreId; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/AppManualAppInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/AppManualAppInfo.php new file mode 100644 index 000000000000..6bedd1822b8e --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/AppManualAppInfo.php @@ -0,0 +1,30 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/ListAdUnitsResponse.php similarity index 54% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/ListAdUnitsResponse.php index 8b38b4c44eb9..4b5083190a11 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/ListAdUnitsResponse.php @@ -15,44 +15,26 @@ * the License. */ -class Google_Service_AdSense_UrlChannels extends Google_Collection +class Google_Service_AdMob_ListAdUnitsResponse extends Google_Collection { - protected $collection_key = 'items'; - public $etag; - protected $itemsType = 'Google_Service_AdSense_UrlChannel'; - protected $itemsDataType = 'array'; - public $kind; + protected $collection_key = 'adUnits'; + protected $adUnitsType = 'Google_Service_AdMob_AdUnit'; + protected $adUnitsDataType = 'array'; public $nextPageToken; - public function setEtag($etag) - { - $this->etag = $etag; - } - public function getEtag() - { - return $this->etag; - } /** - * @param Google_Service_AdSense_UrlChannel[] + * @param Google_Service_AdMob_AdUnit[] */ - public function setItems($items) + public function setAdUnits($adUnits) { - $this->items = $items; + $this->adUnits = $adUnits; } /** - * @return Google_Service_AdSense_UrlChannel[] + * @return Google_Service_AdMob_AdUnit[] */ - public function getItems() - { - return $this->items; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() + public function getAdUnits() { - return $this->kind; + return $this->adUnits; } public function setNextPageToken($nextPageToken) { diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/ListAppsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/ListAppsResponse.php new file mode 100644 index 000000000000..9654a3848a7a --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/ListAppsResponse.php @@ -0,0 +1,47 @@ +apps = $apps; + } + /** + * @return Google_Service_AdMob_App[] + */ + public function getApps() + { + return $this->apps; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsAdUnits.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsAdUnits.php new file mode 100644 index 000000000000..29cae9b42712 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsAdUnits.php @@ -0,0 +1,50 @@ + + * $admobService = new Google_Service_AdMob(...); + * $adUnits = $admobService->adUnits; + * + */ +class Google_Service_AdMob_Resource_AccountsAdUnits extends Google_Service_Resource +{ + /** + * List the ad units under the specified AdMob account. + * (adUnits.listAccountsAdUnits) + * + * @param string $parent Required. Resource name of the account to list ad units + * for. Example: accounts/pub-9876543210987654 + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of ad units to return. If + * unspecified or 0, at most 1000 ad units will be returned. The maximum value + * is 10,000; values above 10,000 will be coerced to 10,000. + * @opt_param string pageToken The value returned by the last + * `ListAdUnitsResponse`; indicates that this is a continuation of a prior + * `ListAdUnits` call, and that the system should return the next page of data. + * @return Google_Service_AdMob_ListAdUnitsResponse + */ + public function listAccountsAdUnits($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdMob_ListAdUnitsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsApps.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsApps.php new file mode 100644 index 000000000000..d28c5a134959 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdMob/Resource/AccountsApps.php @@ -0,0 +1,49 @@ + + * $admobService = new Google_Service_AdMob(...); + * $apps = $admobService->apps; + * + */ +class Google_Service_AdMob_Resource_AccountsApps extends Google_Service_Resource +{ + /** + * List the apps under the specified AdMob account. (apps.listAccountsApps) + * + * @param string $parent Required. Resource name of the account to list apps + * for. Example: accounts/pub-9876543210987654 + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of apps to return. If unspecified + * or 0, at most 1000 apps will be returned. The maximum value is 10,000; values + * above 10,000 will be coerced to 10,000. + * @opt_param string pageToken The value returned by the last + * `ListAppsResponse`; indicates that this is a continuation of a prior + * `ListApps` call, and that the system should return the next page of data. + * @return Google_Service_AdMob_ListAppsResponse + */ + public function listAccountsApps($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_AdMob_ListAppsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense.php deleted file mode 100644 index 4cdf836d6381..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense.php +++ /dev/null @@ -1,1081 +0,0 @@ - - * Accesses AdSense publishers' inventory and generates performance reports.
- * - *- * For more information about this service, see the API - * Documentation - *
- * - * @author Google, Inc. - */ -class Google_Service_AdSense extends Google_Service -{ - /** View and manage your AdSense data. */ - const ADSENSE = - "https://www.googleapis.com/auth/adsense"; - /** View your AdSense data. */ - const ADSENSE_READONLY = - "https://www.googleapis.com/auth/adsense.readonly"; - - public $accounts; - public $accounts_adclients; - public $accounts_adunits; - public $accounts_adunits_customchannels; - public $accounts_alerts; - public $accounts_customchannels; - public $accounts_customchannels_adunits; - public $accounts_payments; - public $accounts_reports; - public $accounts_reports_saved; - public $accounts_savedadstyles; - public $accounts_urlchannels; - public $adclients; - public $adunits; - public $adunits_customchannels; - public $alerts; - public $customchannels; - public $customchannels_adunits; - public $metadata_dimensions; - public $metadata_metrics; - public $payments; - public $reports; - public $reports_saved; - public $savedadstyles; - public $urlchannels; - - /** - * Constructs the internal representation of the AdSense 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://www.googleapis.com/'; - $this->servicePath = 'adsense/v1.4/'; - $this->batchPath = 'batch/adsense/v1.4'; - $this->version = 'v1.4'; - $this->serviceName = 'adsense'; - - $this->accounts = new Google_Service_AdSense_Resource_Accounts( - $this, - $this->serviceName, - 'accounts', - array( - 'methods' => array( - 'get' => array( - 'path' => 'accounts/{accountId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'tree' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - ), - ),'list' => array( - 'path' => 'accounts', - 'httpMethod' => 'GET', - 'parameters' => array( - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_adclients = new Google_Service_AdSense_Resource_AccountsAdclients( - $this, - $this->serviceName, - 'adclients', - array( - 'methods' => array( - 'getAdCode' => array( - 'path' => 'accounts/{accountId}/adclients/{adClientId}/adcode', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'tagPartner' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/adclients', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_adunits = new Google_Service_AdSense_Resource_AccountsAdunits( - $this, - $this->serviceName, - 'adunits', - array( - 'methods' => array( - 'get' => array( - 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adUnitId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'getAdCode' => array( - 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}/adcode', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adUnitId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'includeInactive' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_adunits_customchannels = new Google_Service_AdSense_Resource_AccountsAdunitsCustomchannels( - $this, - $this->serviceName, - 'customchannels', - array( - 'methods' => array( - 'list' => array( - 'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}/customchannels', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adUnitId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_alerts = new Google_Service_AdSense_Resource_AccountsAlerts( - $this, - $this->serviceName, - 'alerts', - array( - 'methods' => array( - 'delete' => array( - 'path' => 'accounts/{accountId}/alerts/{alertId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'alertId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/alerts', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'locale' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_customchannels = new Google_Service_AdSense_Resource_AccountsCustomchannels( - $this, - $this->serviceName, - 'customchannels', - array( - 'methods' => array( - 'get' => array( - 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels/{customChannelId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'customChannelId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_customchannels_adunits = new Google_Service_AdSense_Resource_AccountsCustomchannelsAdunits( - $this, - $this->serviceName, - 'adunits', - array( - 'methods' => array( - 'list' => array( - 'path' => 'accounts/{accountId}/adclients/{adClientId}/customchannels/{customChannelId}/adunits', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'customChannelId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'includeInactive' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_payments = new Google_Service_AdSense_Resource_AccountsPayments( - $this, - $this->serviceName, - 'payments', - array( - 'methods' => array( - 'list' => array( - 'path' => 'accounts/{accountId}/payments', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->accounts_reports = new Google_Service_AdSense_Resource_AccountsReports( - $this, - $this->serviceName, - 'reports', - array( - 'methods' => array( - 'generate' => array( - 'path' => 'accounts/{accountId}/reports', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'startDate' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'endDate' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'currency' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'dimension' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'locale' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'metric' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'sort' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'startIndex' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'useTimezoneReporting' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - ), - ), - ) - ) - ); - $this->accounts_reports_saved = new Google_Service_AdSense_Resource_AccountsReportsSaved( - $this, - $this->serviceName, - 'saved', - array( - 'methods' => array( - 'generate' => array( - 'path' => 'accounts/{accountId}/reports/{savedReportId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'savedReportId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'locale' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'startIndex' => array( - 'location' => 'query', - 'type' => 'integer', - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/reports/saved', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_savedadstyles = new Google_Service_AdSense_Resource_AccountsSavedadstyles( - $this, - $this->serviceName, - 'savedadstyles', - array( - 'methods' => array( - 'get' => array( - 'path' => 'accounts/{accountId}/savedadstyles/{savedAdStyleId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'savedAdStyleId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'accounts/{accountId}/savedadstyles', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->accounts_urlchannels = new Google_Service_AdSense_Resource_AccountsUrlchannels( - $this, - $this->serviceName, - 'urlchannels', - array( - 'methods' => array( - 'list' => array( - 'path' => 'accounts/{accountId}/adclients/{adClientId}/urlchannels', - 'httpMethod' => 'GET', - 'parameters' => array( - 'accountId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->adclients = new Google_Service_AdSense_Resource_Adclients( - $this, - $this->serviceName, - 'adclients', - array( - 'methods' => array( - 'list' => array( - 'path' => 'adclients', - 'httpMethod' => 'GET', - 'parameters' => array( - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->adunits = new Google_Service_AdSense_Resource_Adunits( - $this, - $this->serviceName, - 'adunits', - array( - 'methods' => array( - 'get' => array( - 'path' => 'adclients/{adClientId}/adunits/{adUnitId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adUnitId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'getAdCode' => array( - 'path' => 'adclients/{adClientId}/adunits/{adUnitId}/adcode', - 'httpMethod' => 'GET', - 'parameters' => array( - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adUnitId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'adclients/{adClientId}/adunits', - 'httpMethod' => 'GET', - 'parameters' => array( - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'includeInactive' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->adunits_customchannels = new Google_Service_AdSense_Resource_AdunitsCustomchannels( - $this, - $this->serviceName, - 'customchannels', - array( - 'methods' => array( - 'list' => array( - 'path' => 'adclients/{adClientId}/adunits/{adUnitId}/customchannels', - 'httpMethod' => 'GET', - 'parameters' => array( - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'adUnitId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->alerts = new Google_Service_AdSense_Resource_Alerts( - $this, - $this->serviceName, - 'alerts', - array( - 'methods' => array( - 'delete' => array( - 'path' => 'alerts/{alertId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'alertId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'alerts', - 'httpMethod' => 'GET', - 'parameters' => array( - 'locale' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->customchannels = new Google_Service_AdSense_Resource_Customchannels( - $this, - $this->serviceName, - 'customchannels', - array( - 'methods' => array( - 'get' => array( - 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'customChannelId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'adclients/{adClientId}/customchannels', - 'httpMethod' => 'GET', - 'parameters' => array( - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->customchannels_adunits = new Google_Service_AdSense_Resource_CustomchannelsAdunits( - $this, - $this->serviceName, - 'adunits', - array( - 'methods' => array( - 'list' => array( - 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}/adunits', - 'httpMethod' => 'GET', - 'parameters' => array( - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'customChannelId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'includeInactive' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->metadata_dimensions = new Google_Service_AdSense_Resource_MetadataDimensions( - $this, - $this->serviceName, - 'dimensions', - array( - 'methods' => array( - 'list' => array( - 'path' => 'metadata/dimensions', - 'httpMethod' => 'GET', - 'parameters' => array(), - ), - ) - ) - ); - $this->metadata_metrics = new Google_Service_AdSense_Resource_MetadataMetrics( - $this, - $this->serviceName, - 'metrics', - array( - 'methods' => array( - 'list' => array( - 'path' => 'metadata/metrics', - 'httpMethod' => 'GET', - 'parameters' => array(), - ), - ) - ) - ); - $this->payments = new Google_Service_AdSense_Resource_Payments( - $this, - $this->serviceName, - 'payments', - array( - 'methods' => array( - 'list' => array( - 'path' => 'payments', - 'httpMethod' => 'GET', - 'parameters' => array(), - ), - ) - ) - ); - $this->reports = new Google_Service_AdSense_Resource_Reports( - $this, - $this->serviceName, - 'reports', - array( - 'methods' => array( - 'generate' => array( - 'path' => 'reports', - 'httpMethod' => 'GET', - 'parameters' => array( - 'startDate' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'endDate' => array( - 'location' => 'query', - 'type' => 'string', - 'required' => true, - ), - 'accountId' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'currency' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'dimension' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'locale' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'metric' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'sort' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), - 'startIndex' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'useTimezoneReporting' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - ), - ), - ) - ) - ); - $this->reports_saved = new Google_Service_AdSense_Resource_ReportsSaved( - $this, - $this->serviceName, - 'saved', - array( - 'methods' => array( - 'generate' => array( - 'path' => 'reports/{savedReportId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'savedReportId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'locale' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'startIndex' => array( - 'location' => 'query', - 'type' => 'integer', - ), - ), - ),'list' => array( - 'path' => 'reports/saved', - 'httpMethod' => 'GET', - 'parameters' => array( - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->savedadstyles = new Google_Service_AdSense_Resource_Savedadstyles( - $this, - $this->serviceName, - 'savedadstyles', - array( - 'methods' => array( - 'get' => array( - 'path' => 'savedadstyles/{savedAdStyleId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'savedAdStyleId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'savedadstyles', - 'httpMethod' => 'GET', - 'parameters' => array( - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->urlchannels = new Google_Service_AdSense_Resource_Urlchannels( - $this, - $this->serviceName, - 'urlchannels', - array( - 'methods' => array( - 'list' => array( - 'path' => 'adclients/{adClientId}/urlchannels', - 'httpMethod' => 'GET', - 'parameters' => array( - 'adClientId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Account.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Account.php deleted file mode 100644 index 729c33d30b40..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Account.php +++ /dev/null @@ -1,95 +0,0 @@ - "creation_time", - ); - public $creationTime; - public $id; - public $kind; - public $name; - public $premium; - protected $subAccountsType = 'Google_Service_AdSense_Account'; - protected $subAccountsDataType = 'array'; - public $timezone; - - public function setCreationTime($creationTime) - { - $this->creationTime = $creationTime; - } - public function getCreationTime() - { - return $this->creationTime; - } - public function setId($id) - { - $this->id = $id; - } - public function getId() - { - return $this->id; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - public function setPremium($premium) - { - $this->premium = $premium; - } - public function getPremium() - { - return $this->premium; - } - /** - * @param Google_Service_AdSense_Account[] - */ - public function setSubAccounts($subAccounts) - { - $this->subAccounts = $subAccounts; - } - /** - * @return Google_Service_AdSense_Account[] - */ - public function getSubAccounts() - { - return $this->subAccounts; - } - public function setTimezone($timezone) - { - $this->timezone = $timezone; - } - public function getTimezone() - { - return $this->timezone; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdStyle.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdStyle.php deleted file mode 100644 index 9289f5d4a962..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdStyle.php +++ /dev/null @@ -1,71 +0,0 @@ -colors = $colors; - } - /** - * @return Google_Service_AdSense_AdStyleColors - */ - public function getColors() - { - return $this->colors; - } - public function setCorners($corners) - { - $this->corners = $corners; - } - public function getCorners() - { - return $this->corners; - } - /** - * @param Google_Service_AdSense_AdStyleFont - */ - public function setFont(Google_Service_AdSense_AdStyleFont $font) - { - $this->font = $font; - } - /** - * @return Google_Service_AdSense_AdStyleFont - */ - public function getFont() - { - return $this->font; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php deleted file mode 100644 index 68314a96be90..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php +++ /dev/null @@ -1,66 +0,0 @@ -background = $background; - } - public function getBackground() - { - return $this->background; - } - public function setBorder($border) - { - $this->border = $border; - } - public function getBorder() - { - return $this->border; - } - public function setText($text) - { - $this->text = $text; - } - public function getText() - { - return $this->text; - } - public function setTitle($title) - { - $this->title = $title; - } - public function getTitle() - { - return $this->title; - } - public function setUrl($url) - { - $this->url = $url; - } - public function getUrl() - { - return $this->url; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnit.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnit.php deleted file mode 100644 index 2003ca2ca8ba..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnit.php +++ /dev/null @@ -1,139 +0,0 @@ -code = $code; - } - public function getCode() - { - return $this->code; - } - /** - * @param Google_Service_AdSense_AdUnitContentAdsSettings - */ - public function setContentAdsSettings(Google_Service_AdSense_AdUnitContentAdsSettings $contentAdsSettings) - { - $this->contentAdsSettings = $contentAdsSettings; - } - /** - * @return Google_Service_AdSense_AdUnitContentAdsSettings - */ - public function getContentAdsSettings() - { - return $this->contentAdsSettings; - } - /** - * @param Google_Service_AdSense_AdStyle - */ - public function setCustomStyle(Google_Service_AdSense_AdStyle $customStyle) - { - $this->customStyle = $customStyle; - } - /** - * @return Google_Service_AdSense_AdStyle - */ - public function getCustomStyle() - { - return $this->customStyle; - } - /** - * @param Google_Service_AdSense_AdUnitFeedAdsSettings - */ - public function setFeedAdsSettings(Google_Service_AdSense_AdUnitFeedAdsSettings $feedAdsSettings) - { - $this->feedAdsSettings = $feedAdsSettings; - } - /** - * @return Google_Service_AdSense_AdUnitFeedAdsSettings - */ - public function getFeedAdsSettings() - { - return $this->feedAdsSettings; - } - public function setId($id) - { - $this->id = $id; - } - public function getId() - { - return $this->id; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - /** - * @param Google_Service_AdSense_AdUnitMobileContentAdsSettings - */ - public function setMobileContentAdsSettings(Google_Service_AdSense_AdUnitMobileContentAdsSettings $mobileContentAdsSettings) - { - $this->mobileContentAdsSettings = $mobileContentAdsSettings; - } - /** - * @return Google_Service_AdSense_AdUnitMobileContentAdsSettings - */ - public function getMobileContentAdsSettings() - { - return $this->mobileContentAdsSettings; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - public function setSavedStyleId($savedStyleId) - { - $this->savedStyleId = $savedStyleId; - } - public function getSavedStyleId() - { - return $this->savedStyleId; - } - public function setStatus($status) - { - $this->status = $status; - } - public function getStatus() - { - return $this->status; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php deleted file mode 100644 index 774d98d3b90b..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php +++ /dev/null @@ -1,55 +0,0 @@ -backupOption = $backupOption; - } - /** - * @return Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption - */ - public function getBackupOption() - { - return $this->backupOption; - } - public function setSize($size) - { - $this->size = $size; - } - public function getSize() - { - return $this->size; - } - public function setType($type) - { - $this->type = $type; - } - public function getType() - { - return $this->type; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.php deleted file mode 100644 index 046b82360d44..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.php +++ /dev/null @@ -1,57 +0,0 @@ -markupLanguage = $markupLanguage; - } - public function getMarkupLanguage() - { - return $this->markupLanguage; - } - public function setScriptingLanguage($scriptingLanguage) - { - $this->scriptingLanguage = $scriptingLanguage; - } - public function getScriptingLanguage() - { - return $this->scriptingLanguage; - } - public function setSize($size) - { - $this->size = $size; - } - public function getSize() - { - return $this->size; - } - public function setType($type) - { - $this->type = $type; - } - public function getType() - { - return $this->type; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php deleted file mode 100644 index 5f4059295f79..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php +++ /dev/null @@ -1,73 +0,0 @@ -code = $code; - } - public function getCode() - { - return $this->code; - } - public function setId($id) - { - $this->id = $id; - } - public function getId() - { - return $this->id; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - /** - * @param Google_Service_AdSense_CustomChannelTargetingInfo - */ - public function setTargetingInfo(Google_Service_AdSense_CustomChannelTargetingInfo $targetingInfo) - { - $this->targetingInfo = $targetingInfo; - } - /** - * @return Google_Service_AdSense_CustomChannelTargetingInfo - */ - public function getTargetingInfo() - { - return $this->targetingInfo; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Payment.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Payment.php deleted file mode 100644 index bd602e4361ed..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Payment.php +++ /dev/null @@ -1,66 +0,0 @@ -id = $id; - } - public function getId() - { - return $this->id; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setPaymentAmount($paymentAmount) - { - $this->paymentAmount = $paymentAmount; - } - public function getPaymentAmount() - { - return $this->paymentAmount; - } - public function setPaymentAmountCurrencyCode($paymentAmountCurrencyCode) - { - $this->paymentAmountCurrencyCode = $paymentAmountCurrencyCode; - } - public function getPaymentAmountCurrencyCode() - { - return $this->paymentAmountCurrencyCode; - } - public function setPaymentDate($paymentDate) - { - $this->paymentDate = $paymentDate; - } - public function getPaymentDate() - { - return $this->paymentDate; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php deleted file mode 100644 index 77b74783fc92..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php +++ /dev/null @@ -1,85 +0,0 @@ -compatibleDimensions = $compatibleDimensions; - } - public function getCompatibleDimensions() - { - return $this->compatibleDimensions; - } - public function setCompatibleMetrics($compatibleMetrics) - { - $this->compatibleMetrics = $compatibleMetrics; - } - public function getCompatibleMetrics() - { - return $this->compatibleMetrics; - } - public function setId($id) - { - $this->id = $id; - } - public function getId() - { - return $this->id; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setRequiredDimensions($requiredDimensions) - { - $this->requiredDimensions = $requiredDimensions; - } - public function getRequiredDimensions() - { - return $this->requiredDimensions; - } - public function setRequiredMetrics($requiredMetrics) - { - $this->requiredMetrics = $requiredMetrics; - } - public function getRequiredMetrics() - { - return $this->requiredMetrics; - } - public function setSupportedProducts($supportedProducts) - { - $this->supportedProducts = $supportedProducts; - } - public function getSupportedProducts() - { - return $this->supportedProducts; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Accounts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Accounts.php deleted file mode 100644 index c6a6d64091d4..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Accounts.php +++ /dev/null @@ -1,61 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $accounts = $adsenseService->accounts; - * - */ -class Google_Service_AdSense_Resource_Accounts extends Google_Service_Resource -{ - /** - * Get information about the selected AdSense account. (accounts.get) - * - * @param string $accountId Account to get information about. - * @param array $optParams Optional parameters. - * - * @opt_param bool tree Whether the tree of sub accounts should be returned. - * @return Google_Service_AdSense_Account - */ - public function get($accountId, $optParams = array()) - { - $params = array('accountId' => $accountId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_AdSense_Account"); - } - /** - * List all accounts available to this AdSense account. (accounts.listAccounts) - * - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of accounts to include in the - * response, used for paging. - * @opt_param string pageToken A continuation token, used to page through - * accounts. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_Accounts - */ - public function listAccounts($optParams = array()) - { - $params = array(); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_Accounts"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.php deleted file mode 100644 index 067448a65aa7..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.php +++ /dev/null @@ -1,64 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $adclients = $adsenseService->adclients; - * - */ -class Google_Service_AdSense_Resource_AccountsAdclients extends Google_Service_Resource -{ - /** - * Get Auto ad code for a given ad client. (adclients.getAdCode) - * - * @param string $accountId Account which contains the ad client. - * @param string $adClientId Ad client to get the code for. - * @param array $optParams Optional parameters. - * - * @opt_param string tagPartner Tag partner to include in the ad code snippet. - * @return Google_Service_AdSense_AdCode - */ - public function getAdCode($accountId, $adClientId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'adClientId' => $adClientId); - $params = array_merge($params, $optParams); - return $this->call('getAdCode', array($params), "Google_Service_AdSense_AdCode"); - } - /** - * List all ad clients in the specified account. - * (adclients.listAccountsAdclients) - * - * @param string $accountId Account for which to list ad clients. - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of ad clients to include in the - * response, used for paging. - * @opt_param string pageToken A continuation token, used to page through ad - * clients. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_AdClients - */ - public function listAccountsAdclients($accountId, $optParams = array()) - { - $params = array('accountId' => $accountId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_AdClients"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.php deleted file mode 100644 index 8e1682d1fb2c..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.php +++ /dev/null @@ -1,82 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $adunits = $adsenseService->adunits; - * - */ -class Google_Service_AdSense_Resource_AccountsAdunits extends Google_Service_Resource -{ - /** - * Gets the specified ad unit in the specified ad client for the specified - * account. (adunits.get) - * - * @param string $accountId Account to which the ad client belongs. - * @param string $adClientId Ad client for which to get the ad unit. - * @param string $adUnitId Ad unit to retrieve. - * @param array $optParams Optional parameters. - * @return Google_Service_AdSense_AdUnit - */ - public function get($accountId, $adClientId, $adUnitId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_AdSense_AdUnit"); - } - /** - * Get ad code for the specified ad unit. (adunits.getAdCode) - * - * @param string $accountId Account which contains the ad client. - * @param string $adClientId Ad client with contains the ad unit. - * @param string $adUnitId Ad unit to get the code for. - * @param array $optParams Optional parameters. - * @return Google_Service_AdSense_AdCode - */ - public function getAdCode($accountId, $adClientId, $adUnitId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId); - $params = array_merge($params, $optParams); - return $this->call('getAdCode', array($params), "Google_Service_AdSense_AdCode"); - } - /** - * List all ad units in the specified ad client for the specified account. - * (adunits.listAccountsAdunits) - * - * @param string $accountId Account to which the ad client belongs. - * @param string $adClientId Ad client for which to list ad units. - * @param array $optParams Optional parameters. - * - * @opt_param bool includeInactive Whether to include inactive ad units. - * Default: true. - * @opt_param int maxResults The maximum number of ad units to include in the - * response, used for paging. - * @opt_param string pageToken A continuation token, used to page through ad - * units. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_AdUnits - */ - public function listAccountsAdunits($accountId, $adClientId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'adClientId' => $adClientId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_AdUnits"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.php deleted file mode 100644 index 5d0c0d5e2db3..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.php +++ /dev/null @@ -1,50 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $customchannels = $adsenseService->customchannels; - * - */ -class Google_Service_AdSense_Resource_AccountsAdunitsCustomchannels extends Google_Service_Resource -{ - /** - * List all custom channels which the specified ad unit belongs to. - * (customchannels.listAccountsAdunitsCustomchannels) - * - * @param string $accountId Account to which the ad client belongs. - * @param string $adClientId Ad client which contains the ad unit. - * @param string $adUnitId Ad unit for which to list custom channels. - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of custom channels to include in - * the response, used for paging. - * @opt_param string pageToken A continuation token, used to page through custom - * channels. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_CustomChannels - */ - public function listAccountsAdunitsCustomchannels($accountId, $adClientId, $adUnitId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_CustomChannels"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.php deleted file mode 100644 index 7b036209edde..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.php +++ /dev/null @@ -1,60 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $alerts = $adsenseService->alerts; - * - */ -class Google_Service_AdSense_Resource_AccountsAlerts extends Google_Service_Resource -{ - /** - * Dismiss (delete) the specified alert from the specified publisher AdSense - * account. (alerts.delete) - * - * @param string $accountId Account which contains the ad unit. - * @param string $alertId Alert to delete. - * @param array $optParams Optional parameters. - */ - public function delete($accountId, $alertId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'alertId' => $alertId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); - } - /** - * List the alerts for the specified AdSense account. - * (alerts.listAccountsAlerts) - * - * @param string $accountId Account for which to retrieve the alerts. - * @param array $optParams Optional parameters. - * - * @opt_param string locale The locale to use for translating alert messages. - * The account locale will be used if this is not supplied. The AdSense default - * (English) will be used if the supplied locale is invalid or unsupported. - * @return Google_Service_AdSense_Alerts - */ - public function listAccountsAlerts($accountId, $optParams = array()) - { - $params = array('accountId' => $accountId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_Alerts"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.php deleted file mode 100644 index e4bf6744aecf..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.php +++ /dev/null @@ -1,65 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $customchannels = $adsenseService->customchannels; - * - */ -class Google_Service_AdSense_Resource_AccountsCustomchannels extends Google_Service_Resource -{ - /** - * Get the specified custom channel from the specified ad client for the - * specified account. (customchannels.get) - * - * @param string $accountId Account to which the ad client belongs. - * @param string $adClientId Ad client which contains the custom channel. - * @param string $customChannelId Custom channel to retrieve. - * @param array $optParams Optional parameters. - * @return Google_Service_AdSense_CustomChannel - */ - public function get($accountId, $adClientId, $customChannelId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_AdSense_CustomChannel"); - } - /** - * List all custom channels in the specified ad client for the specified - * account. (customchannels.listAccountsCustomchannels) - * - * @param string $accountId Account to which the ad client belongs. - * @param string $adClientId Ad client for which to list custom channels. - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of custom channels to include in - * the response, used for paging. - * @opt_param string pageToken A continuation token, used to page through custom - * channels. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_CustomChannels - */ - public function listAccountsCustomchannels($accountId, $adClientId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'adClientId' => $adClientId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_CustomChannels"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.php deleted file mode 100644 index 6ae6f473e123..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.php +++ /dev/null @@ -1,52 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $adunits = $adsenseService->adunits; - * - */ -class Google_Service_AdSense_Resource_AccountsCustomchannelsAdunits extends Google_Service_Resource -{ - /** - * List all ad units in the specified custom channel. - * (adunits.listAccountsCustomchannelsAdunits) - * - * @param string $accountId Account to which the ad client belongs. - * @param string $adClientId Ad client which contains the custom channel. - * @param string $customChannelId Custom channel for which to list ad units. - * @param array $optParams Optional parameters. - * - * @opt_param bool includeInactive Whether to include inactive ad units. - * Default: true. - * @opt_param int maxResults The maximum number of ad units to include in the - * response, used for paging. - * @opt_param string pageToken A continuation token, used to page through ad - * units. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_AdUnits - */ - public function listAccountsCustomchannelsAdunits($accountId, $adClientId, $customChannelId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_AdUnits"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReports.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReports.php deleted file mode 100644 index cca7772b7ad7..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReports.php +++ /dev/null @@ -1,64 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $reports = $adsenseService->reports; - * - */ -class Google_Service_AdSense_Resource_AccountsReports extends Google_Service_Resource -{ - /** - * Generate an AdSense report based on the report request sent in the query - * parameters. Returns the result as JSON; to retrieve output in CSV format - * specify "alt=csv" as a query parameter. (reports.generate) - * - * @param string $accountId Account upon which to report. - * @param string $startDate Start of the date range to report on in "YYYY-MM-DD" - * format, inclusive. - * @param string $endDate End of the date range to report on in "YYYY-MM-DD" - * format, inclusive. - * @param array $optParams Optional parameters. - * - * @opt_param string currency Optional currency to use when reporting on - * monetary metrics. Defaults to the account's currency if not set. - * @opt_param string dimension Dimensions to base the report on. - * @opt_param string filter Filters to be run on the report. - * @opt_param string locale Optional locale to use for translating report output - * to a local language. Defaults to "en_US" if not specified. - * @opt_param int maxResults The maximum number of rows of report data to - * return. - * @opt_param string metric Numeric columns to include in the report. - * @opt_param string sort The name of a dimension or metric to sort the - * resulting report on, optionally prefixed with "+" to sort ascending or "-" to - * sort descending. If no prefix is specified, the column is sorted ascending. - * @opt_param int startIndex Index of the first row of report data to return. - * @opt_param bool useTimezoneReporting Whether the report should be generated - * in the AdSense account's local timezone. If false default PST/PDT timezone - * will be used. - * @return Google_Service_AdSense_AdsenseReportsGenerateResponse - */ - public function generate($accountId, $startDate, $endDate, $optParams = array()) - { - $params = array('accountId' => $accountId, 'startDate' => $startDate, 'endDate' => $endDate); - $params = array_merge($params, $optParams); - return $this->call('generate', array($params), "Google_Service_AdSense_AdsenseReportsGenerateResponse"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.php deleted file mode 100644 index e296c74f0bf1..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.php +++ /dev/null @@ -1,69 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $saved = $adsenseService->saved; - * - */ -class Google_Service_AdSense_Resource_AccountsReportsSaved extends Google_Service_Resource -{ - /** - * Generate an AdSense report based on the saved report ID sent in the query - * parameters. (saved.generate) - * - * @param string $accountId Account to which the saved reports belong. - * @param string $savedReportId The saved report to retrieve. - * @param array $optParams Optional parameters. - * - * @opt_param string locale Optional locale to use for translating report output - * to a local language. Defaults to "en_US" if not specified. - * @opt_param int maxResults The maximum number of rows of report data to - * return. - * @opt_param int startIndex Index of the first row of report data to return. - * @return Google_Service_AdSense_AdsenseReportsGenerateResponse - */ - public function generate($accountId, $savedReportId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'savedReportId' => $savedReportId); - $params = array_merge($params, $optParams); - return $this->call('generate', array($params), "Google_Service_AdSense_AdsenseReportsGenerateResponse"); - } - /** - * List all saved reports in the specified AdSense account. - * (saved.listAccountsReportsSaved) - * - * @param string $accountId Account to which the saved reports belong. - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of saved reports to include in - * the response, used for paging. - * @opt_param string pageToken A continuation token, used to page through saved - * reports. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_SavedReports - */ - public function listAccountsReportsSaved($accountId, $optParams = array()) - { - $params = array('accountId' => $accountId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_SavedReports"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsSavedadstyles.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsSavedadstyles.php deleted file mode 100644 index 4f8215bf3cb8..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsSavedadstyles.php +++ /dev/null @@ -1,62 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $savedadstyles = $adsenseService->savedadstyles; - * - */ -class Google_Service_AdSense_Resource_AccountsSavedadstyles extends Google_Service_Resource -{ - /** - * List a specific saved ad style for the specified account. (savedadstyles.get) - * - * @param string $accountId Account for which to get the saved ad style. - * @param string $savedAdStyleId Saved ad style to retrieve. - * @param array $optParams Optional parameters. - * @return Google_Service_AdSense_SavedAdStyle - */ - public function get($accountId, $savedAdStyleId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'savedAdStyleId' => $savedAdStyleId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_AdSense_SavedAdStyle"); - } - /** - * List all saved ad styles in the specified account. - * (savedadstyles.listAccountsSavedadstyles) - * - * @param string $accountId Account for which to list saved ad styles. - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of saved ad styles to include in - * the response, used for paging. - * @opt_param string pageToken A continuation token, used to page through saved - * ad styles. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_SavedAdStyles - */ - public function listAccountsSavedadstyles($accountId, $optParams = array()) - { - $params = array('accountId' => $accountId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_SavedAdStyles"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.php deleted file mode 100644 index 27c23a401f89..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.php +++ /dev/null @@ -1,49 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $urlchannels = $adsenseService->urlchannels; - * - */ -class Google_Service_AdSense_Resource_AccountsUrlchannels extends Google_Service_Resource -{ - /** - * List all URL channels in the specified ad client for the specified account. - * (urlchannels.listAccountsUrlchannels) - * - * @param string $accountId Account to which the ad client belongs. - * @param string $adClientId Ad client for which to list URL channels. - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of URL channels to include in - * the response, used for paging. - * @opt_param string pageToken A continuation token, used to page through URL - * channels. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_UrlChannels - */ - public function listAccountsUrlchannels($accountId, $adClientId, $optParams = array()) - { - $params = array('accountId' => $accountId, 'adClientId' => $adClientId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_UrlChannels"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Adclients.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Adclients.php deleted file mode 100644 index 023babb3c886..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Adclients.php +++ /dev/null @@ -1,46 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $adclients = $adsenseService->adclients; - * - */ -class Google_Service_AdSense_Resource_Adclients extends Google_Service_Resource -{ - /** - * List all ad clients in this AdSense account. (adclients.listAdclients) - * - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of ad clients to include in the - * response, used for paging. - * @opt_param string pageToken A continuation token, used to page through ad - * clients. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_AdClients - */ - public function listAdclients($optParams = array()) - { - $params = array(); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_AdClients"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.php deleted file mode 100644 index bb7d15dece5a..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.php +++ /dev/null @@ -1,78 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $adunits = $adsenseService->adunits; - * - */ -class Google_Service_AdSense_Resource_Adunits extends Google_Service_Resource -{ - /** - * Gets the specified ad unit in the specified ad client. (adunits.get) - * - * @param string $adClientId Ad client for which to get the ad unit. - * @param string $adUnitId Ad unit to retrieve. - * @param array $optParams Optional parameters. - * @return Google_Service_AdSense_AdUnit - */ - public function get($adClientId, $adUnitId, $optParams = array()) - { - $params = array('adClientId' => $adClientId, 'adUnitId' => $adUnitId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_AdSense_AdUnit"); - } - /** - * Get ad code for the specified ad unit. (adunits.getAdCode) - * - * @param string $adClientId Ad client with contains the ad unit. - * @param string $adUnitId Ad unit to get the code for. - * @param array $optParams Optional parameters. - * @return Google_Service_AdSense_AdCode - */ - public function getAdCode($adClientId, $adUnitId, $optParams = array()) - { - $params = array('adClientId' => $adClientId, 'adUnitId' => $adUnitId); - $params = array_merge($params, $optParams); - return $this->call('getAdCode', array($params), "Google_Service_AdSense_AdCode"); - } - /** - * List all ad units in the specified ad client for this AdSense account. - * (adunits.listAdunits) - * - * @param string $adClientId Ad client for which to list ad units. - * @param array $optParams Optional parameters. - * - * @opt_param bool includeInactive Whether to include inactive ad units. - * Default: true. - * @opt_param int maxResults The maximum number of ad units to include in the - * response, used for paging. - * @opt_param string pageToken A continuation token, used to page through ad - * units. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_AdUnits - */ - public function listAdunits($adClientId, $optParams = array()) - { - $params = array('adClientId' => $adClientId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_AdUnits"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.php deleted file mode 100644 index f445c6695f64..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.php +++ /dev/null @@ -1,49 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $customchannels = $adsenseService->customchannels; - * - */ -class Google_Service_AdSense_Resource_AdunitsCustomchannels extends Google_Service_Resource -{ - /** - * List all custom channels which the specified ad unit belongs to. - * (customchannels.listAdunitsCustomchannels) - * - * @param string $adClientId Ad client which contains the ad unit. - * @param string $adUnitId Ad unit for which to list custom channels. - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of custom channels to include in - * the response, used for paging. - * @opt_param string pageToken A continuation token, used to page through custom - * channels. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_CustomChannels - */ - public function listAdunitsCustomchannels($adClientId, $adUnitId, $optParams = array()) - { - $params = array('adClientId' => $adClientId, 'adUnitId' => $adUnitId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_CustomChannels"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.php deleted file mode 100644 index a9bec62ea5c8..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.php +++ /dev/null @@ -1,57 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $alerts = $adsenseService->alerts; - * - */ -class Google_Service_AdSense_Resource_Alerts extends Google_Service_Resource -{ - /** - * Dismiss (delete) the specified alert from the publisher's AdSense account. - * (alerts.delete) - * - * @param string $alertId Alert to delete. - * @param array $optParams Optional parameters. - */ - public function delete($alertId, $optParams = array()) - { - $params = array('alertId' => $alertId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params)); - } - /** - * List the alerts for this AdSense account. (alerts.listAlerts) - * - * @param array $optParams Optional parameters. - * - * @opt_param string locale The locale to use for translating alert messages. - * The account locale will be used if this is not supplied. The AdSense default - * (English) will be used if the supplied locale is invalid or unsupported. - * @return Google_Service_AdSense_Alerts - */ - public function listAlerts($optParams = array()) - { - $params = array(); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_Alerts"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.php deleted file mode 100644 index 9fde63df8842..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.php +++ /dev/null @@ -1,63 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $customchannels = $adsenseService->customchannels; - * - */ -class Google_Service_AdSense_Resource_Customchannels extends Google_Service_Resource -{ - /** - * Get the specified custom channel from the specified ad client. - * (customchannels.get) - * - * @param string $adClientId Ad client which contains the custom channel. - * @param string $customChannelId Custom channel to retrieve. - * @param array $optParams Optional parameters. - * @return Google_Service_AdSense_CustomChannel - */ - public function get($adClientId, $customChannelId, $optParams = array()) - { - $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_AdSense_CustomChannel"); - } - /** - * List all custom channels in the specified ad client for this AdSense account. - * (customchannels.listCustomchannels) - * - * @param string $adClientId Ad client for which to list custom channels. - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of custom channels to include in - * the response, used for paging. - * @opt_param string pageToken A continuation token, used to page through custom - * channels. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_CustomChannels - */ - public function listCustomchannels($adClientId, $optParams = array()) - { - $params = array('adClientId' => $adClientId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_CustomChannels"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.php deleted file mode 100644 index c5ed571ee9ff..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.php +++ /dev/null @@ -1,51 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $adunits = $adsenseService->adunits; - * - */ -class Google_Service_AdSense_Resource_CustomchannelsAdunits extends Google_Service_Resource -{ - /** - * List all ad units in the specified custom channel. - * (adunits.listCustomchannelsAdunits) - * - * @param string $adClientId Ad client which contains the custom channel. - * @param string $customChannelId Custom channel for which to list ad units. - * @param array $optParams Optional parameters. - * - * @opt_param bool includeInactive Whether to include inactive ad units. - * Default: true. - * @opt_param int maxResults The maximum number of ad units to include in the - * response, used for paging. - * @opt_param string pageToken A continuation token, used to page through ad - * units. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_AdUnits - */ - public function listCustomchannelsAdunits($adClientId, $customChannelId, $optParams = array()) - { - $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_AdUnits"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Reports.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Reports.php deleted file mode 100644 index e0481c8973a4..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Reports.php +++ /dev/null @@ -1,64 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $reports = $adsenseService->reports; - * - */ -class Google_Service_AdSense_Resource_Reports extends Google_Service_Resource -{ - /** - * Generate an AdSense report based on the report request sent in the query - * parameters. Returns the result as JSON; to retrieve output in CSV format - * specify "alt=csv" as a query parameter. (reports.generate) - * - * @param string $startDate Start of the date range to report on in "YYYY-MM-DD" - * format, inclusive. - * @param string $endDate End of the date range to report on in "YYYY-MM-DD" - * format, inclusive. - * @param array $optParams Optional parameters. - * - * @opt_param string accountId Accounts upon which to report. - * @opt_param string currency Optional currency to use when reporting on - * monetary metrics. Defaults to the account's currency if not set. - * @opt_param string dimension Dimensions to base the report on. - * @opt_param string filter Filters to be run on the report. - * @opt_param string locale Optional locale to use for translating report output - * to a local language. Defaults to "en_US" if not specified. - * @opt_param int maxResults The maximum number of rows of report data to - * return. - * @opt_param string metric Numeric columns to include in the report. - * @opt_param string sort The name of a dimension or metric to sort the - * resulting report on, optionally prefixed with "+" to sort ascending or "-" to - * sort descending. If no prefix is specified, the column is sorted ascending. - * @opt_param int startIndex Index of the first row of report data to return. - * @opt_param bool useTimezoneReporting Whether the report should be generated - * in the AdSense account's local timezone. If false default PST/PDT timezone - * will be used. - * @return Google_Service_AdSense_AdsenseReportsGenerateResponse - */ - public function generate($startDate, $endDate, $optParams = array()) - { - $params = array('startDate' => $startDate, 'endDate' => $endDate); - $params = array_merge($params, $optParams); - return $this->call('generate', array($params), "Google_Service_AdSense_AdsenseReportsGenerateResponse"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.php deleted file mode 100644 index 6d838fc8280e..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.php +++ /dev/null @@ -1,66 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $saved = $adsenseService->saved; - * - */ -class Google_Service_AdSense_Resource_ReportsSaved extends Google_Service_Resource -{ - /** - * Generate an AdSense report based on the saved report ID sent in the query - * parameters. (saved.generate) - * - * @param string $savedReportId The saved report to retrieve. - * @param array $optParams Optional parameters. - * - * @opt_param string locale Optional locale to use for translating report output - * to a local language. Defaults to "en_US" if not specified. - * @opt_param int maxResults The maximum number of rows of report data to - * return. - * @opt_param int startIndex Index of the first row of report data to return. - * @return Google_Service_AdSense_AdsenseReportsGenerateResponse - */ - public function generate($savedReportId, $optParams = array()) - { - $params = array('savedReportId' => $savedReportId); - $params = array_merge($params, $optParams); - return $this->call('generate', array($params), "Google_Service_AdSense_AdsenseReportsGenerateResponse"); - } - /** - * List all saved reports in this AdSense account. (saved.listReportsSaved) - * - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of saved reports to include in - * the response, used for paging. - * @opt_param string pageToken A continuation token, used to page through saved - * reports. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_SavedReports - */ - public function listReportsSaved($optParams = array()) - { - $params = array(); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_SavedReports"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Savedadstyles.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Savedadstyles.php deleted file mode 100644 index f17a237d52f7..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Savedadstyles.php +++ /dev/null @@ -1,60 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $savedadstyles = $adsenseService->savedadstyles; - * - */ -class Google_Service_AdSense_Resource_Savedadstyles extends Google_Service_Resource -{ - /** - * Get a specific saved ad style from the user's account. (savedadstyles.get) - * - * @param string $savedAdStyleId Saved ad style to retrieve. - * @param array $optParams Optional parameters. - * @return Google_Service_AdSense_SavedAdStyle - */ - public function get($savedAdStyleId, $optParams = array()) - { - $params = array('savedAdStyleId' => $savedAdStyleId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_AdSense_SavedAdStyle"); - } - /** - * List all saved ad styles in the user's account. - * (savedadstyles.listSavedadstyles) - * - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of saved ad styles to include in - * the response, used for paging. - * @opt_param string pageToken A continuation token, used to page through saved - * ad styles. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_SavedAdStyles - */ - public function listSavedadstyles($optParams = array()) - { - $params = array(); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_SavedAdStyles"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.php deleted file mode 100644 index 0d8819668004..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.php +++ /dev/null @@ -1,48 +0,0 @@ - - * $adsenseService = new Google_Service_AdSense(...); - * $urlchannels = $adsenseService->urlchannels; - * - */ -class Google_Service_AdSense_Resource_Urlchannels extends Google_Service_Resource -{ - /** - * List all URL channels in the specified ad client for this AdSense account. - * (urlchannels.listUrlchannels) - * - * @param string $adClientId Ad client for which to list URL channels. - * @param array $optParams Optional parameters. - * - * @opt_param int maxResults The maximum number of URL channels to include in - * the response, used for paging. - * @opt_param string pageToken A continuation token, used to page through URL - * channels. To retrieve the next page, set this parameter to the value of - * "nextPageToken" from the previous response. - * @return Google_Service_AdSense_UrlChannels - */ - public function listUrlchannels($adClientId, $optParams = array()) - { - $params = array('adClientId' => $adClientId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_AdSense_UrlChannels"); - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php deleted file mode 100644 index 77ae197cf4a4..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php +++ /dev/null @@ -1,65 +0,0 @@ -etag = $etag; - } - public function getEtag() - { - return $this->etag; - } - /** - * @param Google_Service_AdSense_SavedAdStyle[] - */ - public function setItems($items) - { - $this->items = $items; - } - /** - * @return Google_Service_AdSense_SavedAdStyle[] - */ - public function getItems() - { - return $this->items; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setNextPageToken($nextPageToken) - { - $this->nextPageToken = $nextPageToken; - } - public function getNextPageToken() - { - return $this->nextPageToken; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedReports.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedReports.php deleted file mode 100644 index 142ba6c72a27..000000000000 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedReports.php +++ /dev/null @@ -1,65 +0,0 @@ -etag = $etag; - } - public function getEtag() - { - return $this->etag; - } - /** - * @param Google_Service_AdSense_SavedReport[] - */ - public function setItems($items) - { - $this->items = $items; - } - /** - * @return Google_Service_AdSense_SavedReport[] - */ - public function getItems() - { - return $this->items; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } - public function setNextPageToken($nextPageToken) - { - $this->nextPageToken = $nextPageToken; - } - public function getNextPageToken() - { - return $this->nextPageToken; - } -} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense.php new file mode 100644 index 000000000000..25efa3d302f6 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense.php @@ -0,0 +1,675 @@ + + * The AdSense Management API allows publishers to access their inventory and + * run earnings and performance reports. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Adsense extends Google_Service +{ + /** View and manage your AdSense data. */ + const ADSENSE = + "https://www.googleapis.com/auth/adsense"; + /** View your AdSense data. */ + const ADSENSE_READONLY = + "https://www.googleapis.com/auth/adsense.readonly"; + + public $accounts; + public $accounts_adclients; + public $accounts_adclients_adunits; + public $accounts_adclients_customchannels; + public $accounts_adclients_urlchannels; + public $accounts_alerts; + public $accounts_payments; + public $accounts_reports; + public $accounts_reports_saved; + public $accounts_sites; + + /** + * Constructs the internal representation of the Adsense 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://adsense.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'adsense'; + + $this->accounts = new Google_Service_Adsense_Resource_Accounts( + $this, + $this->serviceName, + 'accounts', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/accounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listChildAccounts' => array( + 'path' => 'v2/{+parent}:listChildAccounts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_adclients = new Google_Service_Adsense_Resource_AccountsAdclients( + $this, + $this->serviceName, + 'adclients', + array( + 'methods' => array( + 'getAdcode' => array( + 'path' => 'v2/{+name}/adcode', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/adclients', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_adclients_adunits = new Google_Service_Adsense_Resource_AccountsAdclientsAdunits( + $this, + $this->serviceName, + 'adunits', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getAdcode' => array( + 'path' => 'v2/{+name}/adcode', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/adunits', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listLinkedCustomChannels' => array( + 'path' => 'v2/{+parent}:listLinkedCustomChannels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_adclients_customchannels = new Google_Service_Adsense_Resource_AccountsAdclientsCustomchannels( + $this, + $this->serviceName, + 'customchannels', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/customchannels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'listLinkedAdUnits' => array( + 'path' => 'v2/{+parent}:listLinkedAdUnits', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_adclients_urlchannels = new Google_Service_Adsense_Resource_AccountsAdclientsUrlchannels( + $this, + $this->serviceName, + 'urlchannels', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/{+parent}/urlchannels', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_alerts = new Google_Service_Adsense_Resource_AccountsAlerts( + $this, + $this->serviceName, + 'alerts', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/{+parent}/alerts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_payments = new Google_Service_Adsense_Resource_AccountsPayments( + $this, + $this->serviceName, + 'payments', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/{+parent}/payments', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->accounts_reports = new Google_Service_Adsense_Resource_AccountsReports( + $this, + $this->serviceName, + 'reports', + array( + 'methods' => array( + 'generate' => array( + 'path' => 'v2/{+account}/reports:generate', + 'httpMethod' => 'GET', + 'parameters' => array( + 'account' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currencyCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dateRange' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dimensions' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'endDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'endDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'endDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filters' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'metrics' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'reportingTimeZone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'generateCsv' => array( + 'path' => 'v2/{+account}/reports:generateCsv', + 'httpMethod' => 'GET', + 'parameters' => array( + 'account' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currencyCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dateRange' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dimensions' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'endDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'endDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'endDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filters' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'metrics' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'reportingTimeZone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->accounts_reports_saved = new Google_Service_Adsense_Resource_AccountsReportsSaved( + $this, + $this->serviceName, + 'saved', + array( + 'methods' => array( + 'generate' => array( + 'path' => 'v2/{+name}/saved:generate', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currencyCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dateRange' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'endDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'endDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'reportingTimeZone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'generateCsv' => array( + 'path' => 'v2/{+name}/saved:generateCsv', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'currencyCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dateRange' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'endDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'endDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'endDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'reportingTimeZone' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'startDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'startDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/reports/saved', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->accounts_sites = new Google_Service_Adsense_Resource_AccountsSites( + $this, + $this->serviceName, + 'sites', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/sites', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Account.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Account.php new file mode 100644 index 000000000000..8c2825a47b5d --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Account.php @@ -0,0 +1,83 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPendingTasks($pendingTasks) + { + $this->pendingTasks = $pendingTasks; + } + public function getPendingTasks() + { + return $this->pendingTasks; + } + public function setPremium($premium) + { + $this->premium = $premium; + } + public function getPremium() + { + return $this->premium; + } + /** + * @param Google_Service_Adsense_TimeZone + */ + public function setTimeZone(Google_Service_Adsense_TimeZone $timeZone) + { + $this->timeZone = $timeZone; + } + /** + * @return Google_Service_Adsense_TimeZone + */ + public function getTimeZone() + { + return $this->timeZone; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdClient.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdClient.php similarity index 54% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdClient.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdClient.php index 489fcd256030..bc8c4a9c3ce3 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdClient.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdClient.php @@ -15,37 +15,19 @@ * the License. */ -class Google_Service_AdSense_AdClient extends Google_Model +class Google_Service_Adsense_AdClient extends Google_Model { - public $arcOptIn; - public $id; - public $kind; + public $name; public $productCode; - public $supportsReporting; + public $reportingDimensionId; - public function setArcOptIn($arcOptIn) + public function setName($name) { - $this->arcOptIn = $arcOptIn; + $this->name = $name; } - public function getArcOptIn() + public function getName() { - return $this->arcOptIn; - } - public function setId($id) - { - $this->id = $id; - } - public function getId() - { - return $this->id; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; + return $this->name; } public function setProductCode($productCode) { @@ -55,12 +37,12 @@ public function getProductCode() { return $this->productCode; } - public function setSupportsReporting($supportsReporting) + public function setReportingDimensionId($reportingDimensionId) { - $this->supportsReporting = $supportsReporting; + $this->reportingDimensionId = $reportingDimensionId; } - public function getSupportsReporting() + public function getReportingDimensionId() { - return $this->supportsReporting; + return $this->reportingDimensionId; } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdCode.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdClientAdCode.php similarity index 84% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdCode.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdClientAdCode.php index f096bd63ad32..98fa83c79566 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdCode.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdClientAdCode.php @@ -15,12 +15,11 @@ * the License. */ -class Google_Service_AdSense_AdCode extends Google_Model +class Google_Service_Adsense_AdClientAdCode extends Google_Model { public $adCode; public $ampBody; public $ampHead; - public $kind; public function setAdCode($adCode) { @@ -46,12 +45,4 @@ public function getAmpHead() { return $this->ampHead; } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdUnit.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdUnit.php new file mode 100644 index 000000000000..4a76f94c4084 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdUnit.php @@ -0,0 +1,73 @@ +contentAdsSettings = $contentAdsSettings; + } + /** + * @return Google_Service_Adsense_ContentAdsSettings + */ + public function getContentAdsSettings() + { + return $this->contentAdsSettings; + } + public function setDisplayName($displayName) + { + $this->displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setReportingDimensionId($reportingDimensionId) + { + $this->reportingDimensionId = $reportingDimensionId; + } + public function getReportingDimensionId() + { + return $this->reportingDimensionId; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdUnitAdCode.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdUnitAdCode.php new file mode 100644 index 000000000000..8c9d7e2ade48 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/AdUnitAdCode.php @@ -0,0 +1,30 @@ +adCode = $adCode; + } + public function getAdCode() + { + return $this->adCode; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Alert.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Alert.php similarity index 67% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Alert.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Alert.php index 3d391453bb6d..01b15c41d6cf 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Alert.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Alert.php @@ -15,39 +15,13 @@ * the License. */ -class Google_Service_AdSense_Alert extends Google_Model +class Google_Service_Adsense_Alert extends Google_Model { - public $id; - public $isDismissible; - public $kind; public $message; + public $name; public $severity; public $type; - public function setId($id) - { - $this->id = $id; - } - public function getId() - { - return $this->id; - } - public function setIsDismissible($isDismissible) - { - $this->isDismissible = $isDismissible; - } - public function getIsDismissible() - { - return $this->isDismissible; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } public function setMessage($message) { $this->message = $message; @@ -56,6 +30,14 @@ public function getMessage() { return $this->message; } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } public function setSeverity($severity) { $this->severity = $severity; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Cell.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Cell.php new file mode 100644 index 000000000000..ddb877e79948 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Cell.php @@ -0,0 +1,30 @@ +value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ContentAdsSettings.php similarity index 79% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ContentAdsSettings.php index c7b44ca70164..000dcb469801 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ContentAdsSettings.php @@ -15,19 +15,11 @@ * the License. */ -class Google_Service_AdSense_AdStyleFont extends Google_Model +class Google_Service_Adsense_ContentAdsSettings extends Google_Model { - public $family; public $size; + public $type; - public function setFamily($family) - { - $this->family = $family; - } - public function getFamily() - { - return $this->family; - } public function setSize($size) { $this->size = $size; @@ -36,4 +28,12 @@ public function getSize() { return $this->size; } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/CustomChannel.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/CustomChannel.php new file mode 100644 index 000000000000..7d16feaf4478 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/CustomChannel.php @@ -0,0 +1,48 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setReportingDimensionId($reportingDimensionId) + { + $this->reportingDimensionId = $reportingDimensionId; + } + public function getReportingDimensionId() + { + return $this->reportingDimensionId; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Date.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Date.php new file mode 100644 index 000000000000..37d1d279618b --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Date.php @@ -0,0 +1,48 @@ +day = $day; + } + public function getDay() + { + return $this->day; + } + public function setMonth($month) + { + $this->month = $month; + } + public function getMonth() + { + return $this->month; + } + public function setYear($year) + { + $this->year = $year; + } + public function getYear() + { + return $this->year; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Header.php similarity index 78% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Header.php index 611dcc0cdd40..3a847d7cd3b4 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Header.php @@ -15,19 +15,19 @@ * the License. */ -class Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders extends Google_Model +class Google_Service_Adsense_Header extends Google_Model { - public $currency; + public $currencyCode; public $name; public $type; - public function setCurrency($currency) + public function setCurrencyCode($currencyCode) { - $this->currency = $currency; + $this->currencyCode = $currencyCode; } - public function getCurrency() + public function getCurrencyCode() { - return $this->currency; + return $this->currencyCode; } public function setName($name) { diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/HttpBody.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/HttpBody.php new file mode 100644 index 000000000000..79ec1e379823 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/HttpBody.php @@ -0,0 +1,49 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setExtensions($extensions) + { + $this->extensions = $extensions; + } + public function getExtensions() + { + return $this->extensions; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAccountsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAccountsResponse.php new file mode 100644 index 000000000000..96666e086696 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAccountsResponse.php @@ -0,0 +1,47 @@ +accounts = $accounts; + } + /** + * @return Google_Service_Adsense_Account[] + */ + public function getAccounts() + { + return $this->accounts; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAdClientsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAdClientsResponse.php new file mode 100644 index 000000000000..201b62db916a --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAdClientsResponse.php @@ -0,0 +1,47 @@ +adClients = $adClients; + } + /** + * @return Google_Service_Adsense_AdClient[] + */ + public function getAdClients() + { + return $this->adClients; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAdUnitsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAdUnitsResponse.php new file mode 100644 index 000000000000..e1a2cbc9f8a4 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAdUnitsResponse.php @@ -0,0 +1,47 @@ +adUnits = $adUnits; + } + /** + * @return Google_Service_Adsense_AdUnit[] + */ + public function getAdUnits() + { + return $this->adUnits; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAlertsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAlertsResponse.php new file mode 100644 index 000000000000..e9d7a2d05090 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListAlertsResponse.php @@ -0,0 +1,38 @@ +alerts = $alerts; + } + /** + * @return Google_Service_Adsense_Alert[] + */ + public function getAlerts() + { + return $this->alerts; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListChildAccountsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListChildAccountsResponse.php new file mode 100644 index 000000000000..feee7a32b386 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListChildAccountsResponse.php @@ -0,0 +1,47 @@ +accounts = $accounts; + } + /** + * @return Google_Service_Adsense_Account[] + */ + public function getAccounts() + { + return $this->accounts; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListCustomChannelsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListCustomChannelsResponse.php new file mode 100644 index 000000000000..d77d83e3acf2 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListCustomChannelsResponse.php @@ -0,0 +1,47 @@ +customChannels = $customChannels; + } + /** + * @return Google_Service_Adsense_CustomChannel[] + */ + public function getCustomChannels() + { + return $this->customChannels; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListLinkedAdUnitsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListLinkedAdUnitsResponse.php new file mode 100644 index 000000000000..17e5bb5ef778 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListLinkedAdUnitsResponse.php @@ -0,0 +1,47 @@ +adUnits = $adUnits; + } + /** + * @return Google_Service_Adsense_AdUnit[] + */ + public function getAdUnits() + { + return $this->adUnits; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListLinkedCustomChannelsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListLinkedCustomChannelsResponse.php new file mode 100644 index 000000000000..7476a06f9348 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListLinkedCustomChannelsResponse.php @@ -0,0 +1,47 @@ +customChannels = $customChannels; + } + /** + * @return Google_Service_Adsense_CustomChannel[] + */ + public function getCustomChannels() + { + return $this->customChannels; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListPaymentsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListPaymentsResponse.php new file mode 100644 index 000000000000..db9527852acc --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListPaymentsResponse.php @@ -0,0 +1,38 @@ +payments = $payments; + } + /** + * @return Google_Service_Adsense_Payment[] + */ + public function getPayments() + { + return $this->payments; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListSavedReportsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListSavedReportsResponse.php new file mode 100644 index 000000000000..361e7014eaaf --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListSavedReportsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Adsense_SavedReport[] + */ + public function setSavedReports($savedReports) + { + $this->savedReports = $savedReports; + } + /** + * @return Google_Service_Adsense_SavedReport[] + */ + public function getSavedReports() + { + return $this->savedReports; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListSitesResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListSitesResponse.php new file mode 100644 index 000000000000..26bbb0940d3a --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListSitesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Adsense_Site[] + */ + public function setSites($sites) + { + $this->sites = $sites; + } + /** + * @return Google_Service_Adsense_Site[] + */ + public function getSites() + { + return $this->sites; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListUrlChannelsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListUrlChannelsResponse.php new file mode 100644 index 000000000000..f4898785f20a --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ListUrlChannelsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Adsense_UrlChannel[] + */ + public function setUrlChannels($urlChannels) + { + $this->urlChannels = $urlChannels; + } + /** + * @return Google_Service_Adsense_UrlChannel[] + */ + public function getUrlChannels() + { + return $this->urlChannels; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Payment.php similarity index 54% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Payment.php index b3b7c13cbe80..30acd6b80150 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Payment.php @@ -15,43 +15,34 @@ * the License. */ -class Google_Service_AdSense_SavedAdStyle extends Google_Model +class Google_Service_Adsense_Payment extends Google_Model { - protected $adStyleType = 'Google_Service_AdSense_AdStyle'; - protected $adStyleDataType = ''; - public $id; - public $kind; + public $amount; + protected $dateType = 'Google_Service_Adsense_Date'; + protected $dateDataType = ''; public $name; - /** - * @param Google_Service_AdSense_AdStyle - */ - public function setAdStyle(Google_Service_AdSense_AdStyle $adStyle) - { - $this->adStyle = $adStyle; - } - /** - * @return Google_Service_AdSense_AdStyle - */ - public function getAdStyle() + public function setAmount($amount) { - return $this->adStyle; + $this->amount = $amount; } - public function setId($id) + public function getAmount() { - $this->id = $id; + return $this->amount; } - public function getId() - { - return $this->id; - } - public function setKind($kind) + /** + * @param Google_Service_Adsense_Date + */ + public function setDate(Google_Service_Adsense_Date $date) { - $this->kind = $kind; + $this->date = $date; } - public function getKind() + /** + * @return Google_Service_Adsense_Date + */ + public function getDate() { - return $this->kind; + return $this->date; } public function setName($name) { diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ReportResult.php similarity index 55% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ReportResult.php index 65738c8bd99b..c7462a445c34 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/ReportResult.php @@ -15,70 +15,90 @@ * the License. */ -class Google_Service_AdSense_AdsenseReportsGenerateResponse extends Google_Collection +class Google_Service_Adsense_ReportResult extends Google_Collection { protected $collection_key = 'warnings'; - public $averages; - public $endDate; - protected $headersType = 'Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders'; + protected $averagesType = 'Google_Service_Adsense_Row'; + protected $averagesDataType = ''; + protected $endDateType = 'Google_Service_Adsense_Date'; + protected $endDateDataType = ''; + protected $headersType = 'Google_Service_Adsense_Header'; protected $headersDataType = 'array'; - public $kind; - public $rows; - public $startDate; + protected $rowsType = 'Google_Service_Adsense_Row'; + protected $rowsDataType = 'array'; + protected $startDateType = 'Google_Service_Adsense_Date'; + protected $startDateDataType = ''; public $totalMatchedRows; - public $totals; + protected $totalsType = 'Google_Service_Adsense_Row'; + protected $totalsDataType = ''; public $warnings; - public function setAverages($averages) + /** + * @param Google_Service_Adsense_Row + */ + public function setAverages(Google_Service_Adsense_Row $averages) { $this->averages = $averages; } + /** + * @return Google_Service_Adsense_Row + */ public function getAverages() { return $this->averages; } - public function setEndDate($endDate) + /** + * @param Google_Service_Adsense_Date + */ + public function setEndDate(Google_Service_Adsense_Date $endDate) { $this->endDate = $endDate; } + /** + * @return Google_Service_Adsense_Date + */ public function getEndDate() { return $this->endDate; } /** - * @param Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders[] + * @param Google_Service_Adsense_Header[] */ public function setHeaders($headers) { $this->headers = $headers; } /** - * @return Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders[] + * @return Google_Service_Adsense_Header[] */ public function getHeaders() { return $this->headers; } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() - { - return $this->kind; - } + /** + * @param Google_Service_Adsense_Row[] + */ public function setRows($rows) { $this->rows = $rows; } + /** + * @return Google_Service_Adsense_Row[] + */ public function getRows() { return $this->rows; } - public function setStartDate($startDate) + /** + * @param Google_Service_Adsense_Date + */ + public function setStartDate(Google_Service_Adsense_Date $startDate) { $this->startDate = $startDate; } + /** + * @return Google_Service_Adsense_Date + */ public function getStartDate() { return $this->startDate; @@ -91,10 +111,16 @@ public function getTotalMatchedRows() { return $this->totalMatchedRows; } - public function setTotals($totals) + /** + * @param Google_Service_Adsense_Row + */ + public function setTotals(Google_Service_Adsense_Row $totals) { $this->totals = $totals; } + /** + * @return Google_Service_Adsense_Row + */ public function getTotals() { return $this->totals; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/Accounts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/Accounts.php new file mode 100644 index 000000000000..cfb14a28f704 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/Accounts.php @@ -0,0 +1,87 @@ + + * $adsenseService = new Google_Service_Adsense(...); + * $accounts = $adsenseService->accounts; + * + */ +class Google_Service_Adsense_Resource_Accounts extends Google_Service_Resource +{ + /** + * Gets information about the selected AdSense account. (accounts.get) + * + * @param string $name Required. Account to get information about. Format: + * accounts/{account_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Adsense_Account + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Adsense_Account"); + } + /** + * Lists all accounts available to this user. (accounts.listAccounts) + * + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of accounts to include in the + * response, used for paging. If unspecified, at most 10000 accounts will be + * returned. The maximum value is 10000; values above 10000 will be coerced to + * 10000. + * @opt_param string pageToken A page token, received from a previous + * `ListAccounts` call. Provide this to retrieve the subsequent page. When + * paginating, all other parameters provided to `ListAccounts` must match the + * call that provided the page token. + * @return Google_Service_Adsense_ListAccountsResponse + */ + public function listAccounts($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Adsense_ListAccountsResponse"); + } + /** + * Lists all accounts directly managed by the given AdSense account. + * (accounts.listChildAccounts) + * + * @param string $parent Required. The parent account, which owns the child + * accounts. Format: accounts/{account} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of accounts to include in the + * response, used for paging. If unspecified, at most 10000 accounts will be + * returned. The maximum value is 10000; values above 10000 will be coerced to + * 10000. + * @opt_param string pageToken A page token, received from a previous + * `ListAccounts` call. Provide this to retrieve the subsequent page. When + * paginating, all other parameters provided to `ListAccounts` must match the + * call that provided the page token. + * @return Google_Service_Adsense_ListChildAccountsResponse + */ + public function listChildAccounts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('listChildAccounts', array($params), "Google_Service_Adsense_ListChildAccountsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclients.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclients.php new file mode 100644 index 000000000000..bb3674f45881 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclients.php @@ -0,0 +1,70 @@ + + * $adsenseService = new Google_Service_Adsense(...); + * $adclients = $adsenseService->adclients; + * + */ +class Google_Service_Adsense_Resource_AccountsAdclients extends Google_Service_Resource +{ + /** + * Gets the AdSense code for a given ad client. This returns what was previously + * known as the 'auto ad code'. This is only supported for ad clients with a + * product_code of AFC. For more information, see [About the AdSense + * code](https://support.google.com/adsense/answer/9274634). + * (adclients.getAdcode) + * + * @param string $name Required. Name of the ad client for which to get the + * adcode. Format: accounts/{account}/adclients/{adclient} + * @param array $optParams Optional parameters. + * @return Google_Service_Adsense_AdClientAdCode + */ + public function getAdcode($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getAdcode', array($params), "Google_Service_Adsense_AdClientAdCode"); + } + /** + * Lists all the ad clients available in an account. + * (adclients.listAccountsAdclients) + * + * @param string $parent Required. The account which owns the collection of ad + * clients. Format: accounts/{account} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of ad clients to include in the + * response, used for paging. If unspecified, at most 10000 ad clients will be + * returned. The maximum value is 10000; values above 10000 will be coerced to + * 10000. + * @opt_param string pageToken A page token, received from a previous + * `ListAdClients` call. Provide this to retrieve the subsequent page. When + * paginating, all other parameters provided to `ListAdClients` must match the + * call that provided the page token. + * @return Google_Service_Adsense_ListAdClientsResponse + */ + public function listAccountsAdclients($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Adsense_ListAdClientsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsAdunits.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsAdunits.php new file mode 100644 index 000000000000..fc8b042c405e --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsAdunits.php @@ -0,0 +1,105 @@ + + * $adsenseService = new Google_Service_Adsense(...); + * $adunits = $adsenseService->adunits; + * + */ +class Google_Service_Adsense_Resource_AccountsAdclientsAdunits extends Google_Service_Resource +{ + /** + * Gets an ad unit from a specified account and ad client. (adunits.get) + * + * @param string $name Required. AdUnit to get information about. Format: + * accounts/{account_id}/adclient/{adclient_id}/adunit/{adunit_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Adsense_AdUnit + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Adsense_AdUnit"); + } + /** + * Gets the AdSense code for a given ad unit. (adunits.getAdcode) + * + * @param string $name Required. Name of the adunit for which to get the adcode. + * Format: accounts/{account}/adclients/{adclient}/adunits/{adunit} + * @param array $optParams Optional parameters. + * @return Google_Service_Adsense_AdUnitAdCode + */ + public function getAdcode($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getAdcode', array($params), "Google_Service_Adsense_AdUnitAdCode"); + } + /** + * Lists all ad units under a specified account and ad client. + * (adunits.listAccountsAdclientsAdunits) + * + * @param string $parent Required. The ad client which owns the collection of ad + * units. Format: accounts/{account}/adclients/{adclient} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of ad units to include in the + * response, used for paging. If unspecified, at most 10000 ad units will be + * returned. The maximum value is 10000; values above 10000 will be coerced to + * 10000. + * @opt_param string pageToken A page token, received from a previous + * `ListAdUnits` call. Provide this to retrieve the subsequent page. When + * paginating, all other parameters provided to `ListAdUnits` must match the + * call that provided the page token. + * @return Google_Service_Adsense_ListAdUnitsResponse + */ + public function listAccountsAdclientsAdunits($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Adsense_ListAdUnitsResponse"); + } + /** + * Lists all the custom channels available for an ad unit. + * (adunits.listLinkedCustomChannels) + * + * @param string $parent Required. The ad unit which owns the collection of + * custom channels. Format: + * accounts/{account}/adclients/{adclient}/adunits/{adunit} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of custom channels to include in + * the response, used for paging. If unspecified, at most 10000 custom channels + * will be returned. The maximum value is 10000; values above 10000 will be + * coerced to 10000. + * @opt_param string pageToken A page token, received from a previous + * `ListLinkedCustomChannels` call. Provide this to retrieve the subsequent + * page. When paginating, all other parameters provided to + * `ListLinkedCustomChannels` must match the call that provided the page token. + * @return Google_Service_Adsense_ListLinkedCustomChannelsResponse + */ + public function listLinkedCustomChannels($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('listLinkedCustomChannels', array($params), "Google_Service_Adsense_ListLinkedCustomChannelsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsCustomchannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsCustomchannels.php new file mode 100644 index 000000000000..4cb8e375efb2 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsCustomchannels.php @@ -0,0 +1,91 @@ + + * $adsenseService = new Google_Service_Adsense(...); + * $customchannels = $adsenseService->customchannels; + * + */ +class Google_Service_Adsense_Resource_AccountsAdclientsCustomchannels extends Google_Service_Resource +{ + /** + * Gets information about the selected custom channel. (customchannels.get) + * + * @param string $name Required. Name of the custom channel. Format: + * accounts/{account}/adclients/{adclient}/customchannels/{customchannel} + * @param array $optParams Optional parameters. + * @return Google_Service_Adsense_CustomChannel + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Adsense_CustomChannel"); + } + /** + * Lists all the custom channels available in an ad client. + * (customchannels.listAccountsAdclientsCustomchannels) + * + * @param string $parent Required. The ad client which owns the collection of + * custom channels. Format: accounts/{account}/adclients/{adclient} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of custom channels to include in + * the response, used for paging. If unspecified, at most 10000 custom channels + * will be returned. The maximum value is 10000; values above 10000 will be + * coerced to 10000. + * @opt_param string pageToken A page token, received from a previous + * `ListCustomChannels` call. Provide this to retrieve the subsequent page. When + * paginating, all other parameters provided to `ListCustomChannels` must match + * the call that provided the page token. + * @return Google_Service_Adsense_ListCustomChannelsResponse + */ + public function listAccountsAdclientsCustomchannels($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Adsense_ListCustomChannelsResponse"); + } + /** + * Lists all the ad units available for a custom channel. + * (customchannels.listLinkedAdUnits) + * + * @param string $parent Required. The custom channel which owns the collection + * of ad units. Format: + * accounts/{account}/adclients/{adclient}/customchannels/{customchannel} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of ad units to include in the + * response, used for paging. If unspecified, at most 10000 ad units will be + * returned. The maximum value is 10000; values above 10000 will be coerced to + * 10000. + * @opt_param string pageToken A page token, received from a previous + * `ListLinkedAdUnits` call. Provide this to retrieve the subsequent page. When + * paginating, all other parameters provided to `ListLinkedAdUnits` must match + * the call that provided the page token. + * @return Google_Service_Adsense_ListLinkedAdUnitsResponse + */ + public function listLinkedAdUnits($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('listLinkedAdUnits', array($params), "Google_Service_Adsense_ListLinkedAdUnitsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsUrlchannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsUrlchannels.php new file mode 100644 index 000000000000..1a110b702a2b --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAdclientsUrlchannels.php @@ -0,0 +1,51 @@ + + * $adsenseService = new Google_Service_Adsense(...); + * $urlchannels = $adsenseService->urlchannels; + * + */ +class Google_Service_Adsense_Resource_AccountsAdclientsUrlchannels extends Google_Service_Resource +{ + /** + * Lists active url channels. (urlchannels.listAccountsAdclientsUrlchannels) + * + * @param string $parent Required. The ad client which owns the collection of + * url channels. Format: accounts/{account}/adclients/{adclient} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize The maximum number of url channels to include in the + * response, used for paging. If unspecified, at most 10000 url channels will be + * returned. The maximum value is 10000; values above 10000 will be coerced to + * 10000. + * @opt_param string pageToken A page token, received from a previous + * `ListUrlChannels` call. Provide this to retrieve the subsequent page. When + * paginating, all other parameters provided to `ListUrlChannels` must match the + * call that provided the page token. + * @return Google_Service_Adsense_ListUrlChannelsResponse + */ + public function listAccountsAdclientsUrlchannels($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Adsense_ListUrlChannelsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAlerts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAlerts.php new file mode 100644 index 000000000000..f0cacc8d4eae --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsAlerts.php @@ -0,0 +1,48 @@ + + * $adsenseService = new Google_Service_Adsense(...); + * $alerts = $adsenseService->alerts; + * + */ +class Google_Service_Adsense_Resource_AccountsAlerts extends Google_Service_Resource +{ + /** + * Lists all the alerts available in an account. (alerts.listAccountsAlerts) + * + * @param string $parent Required. The account which owns the collection of + * alerts. Format: accounts/{account} + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode The language to use for translating alert + * messages. If unspecified, this defaults to the user's display language. If + * the given language is not supported, alerts will be returned in English. The + * language is specified as an [IETF BCP-47 language + * code](https://en.wikipedia.org/wiki/IETF_language_tag). + * @return Google_Service_Adsense_ListAlertsResponse + */ + public function listAccountsAlerts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Adsense_ListAlertsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsPayments.php similarity index 66% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsPayments.php index cf94205d741c..5a2badd6d5e5 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsPayments.php @@ -19,24 +19,25 @@ * The "payments" collection of methods. * Typical usage is: *
- * $adsenseService = new Google_Service_AdSense(...);
+ * $adsenseService = new Google_Service_Adsense(...);
* $payments = $adsenseService->payments;
*
*/
-class Google_Service_AdSense_Resource_AccountsPayments extends Google_Service_Resource
+class Google_Service_Adsense_Resource_AccountsPayments extends Google_Service_Resource
{
/**
- * List the payments for the specified AdSense account.
+ * Lists all the payments available for an account.
* (payments.listAccountsPayments)
*
- * @param string $accountId Account for which to retrieve the payments.
+ * @param string $parent Required. The account which owns the collection of
+ * payments. Format: accounts/{account}
* @param array $optParams Optional parameters.
- * @return Google_Service_AdSense_Payments
+ * @return Google_Service_Adsense_ListPaymentsResponse
*/
- public function listAccountsPayments($accountId, $optParams = array())
+ public function listAccountsPayments($parent, $optParams = array())
{
- $params = array('accountId' => $accountId);
+ $params = array('parent' => $parent);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_AdSense_Payments");
+ return $this->call('list', array($params), "Google_Service_Adsense_ListPaymentsResponse");
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsReports.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsReports.php
new file mode 100644
index 000000000000..e2667b2e1681
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsReports.php
@@ -0,0 +1,140 @@
+
+ * $adsenseService = new Google_Service_Adsense(...);
+ * $reports = $adsenseService->reports;
+ *
+ */
+class Google_Service_Adsense_Resource_AccountsReports extends Google_Service_Resource
+{
+ /**
+ * Generates an ad hoc report. (reports.generate)
+ *
+ * @param string $account Required. The account which owns the collection of
+ * reports. Format: accounts/{account}
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string currencyCode The [ISO-4217 currency
+ * code](https://en.wikipedia.org/wiki/ISO_4217) to use when reporting on
+ * monetary metrics. Defaults to the account's currency if not set.
+ * @opt_param string dateRange Date range of the report, if unset the range will
+ * be considered CUSTOM.
+ * @opt_param string dimensions Dimensions to base the report on.
+ * @opt_param int endDate.day Day of a month. Must be from 1 to 31 and valid for
+ * the year and month, or 0 to specify a year by itself or a year and month
+ * where the day isn't significant.
+ * @opt_param int endDate.month Month of a year. Must be from 1 to 12, or 0 to
+ * specify a year without a month and day.
+ * @opt_param int endDate.year Year of the date. Must be from 1 to 9999, or 0 to
+ * specify a date without a year.
+ * @opt_param string filters Filters to be run on the report.
+ * @opt_param string languageCode The language to use for translating report
+ * output. If unspecified, this defaults to English ("en"). If the given
+ * language is not supported, report output will be returned in English. The
+ * language is specified as an [IETF BCP-47 language
+ * code](https://en.wikipedia.org/wiki/IETF_language_tag).
+ * @opt_param int limit The maximum number of rows of report data to return.
+ * Reports producing more rows than the requested limit will be truncated. If
+ * unset, this defaults to 100,000 rows for `Reports.GenerateReport` and
+ * 1,000,000 rows for `Reports.GenerateCsvReport`, which are also the maximum
+ * values permitted here. Report truncation can be identified (for
+ * `Reports.GenerateReport` only) by comparing the number of rows returned to
+ * the value returned in `total_matched_rows`.
+ * @opt_param string metrics Required. Reporting metrics.
+ * @opt_param string orderBy The name of a dimension or metric to sort the
+ * resulting report on, can be prefixed with "+" to sort ascending or "-" to
+ * sort descending. If no prefix is specified, the column is sorted ascending.
+ * @opt_param string reportingTimeZone Timezone in which to generate the report.
+ * If unspecified, this defaults to the account timezone. For more information,
+ * see [changing the time zone of your
+ * reports](https://support.google.com/adsense/answer/9830725).
+ * @opt_param int startDate.day Day of a month. Must be from 1 to 31 and valid
+ * for the year and month, or 0 to specify a year by itself or a year and month
+ * where the day isn't significant.
+ * @opt_param int startDate.month Month of a year. Must be from 1 to 12, or 0 to
+ * specify a year without a month and day.
+ * @opt_param int startDate.year Year of the date. Must be from 1 to 9999, or 0
+ * to specify a date without a year.
+ * @return Google_Service_Adsense_ReportResult
+ */
+ public function generate($account, $optParams = array())
+ {
+ $params = array('account' => $account);
+ $params = array_merge($params, $optParams);
+ return $this->call('generate', array($params), "Google_Service_Adsense_ReportResult");
+ }
+ /**
+ * Generates a csv formatted ad hoc report. (reports.generateCsv)
+ *
+ * @param string $account Required. The account which owns the collection of
+ * reports. Format: accounts/{account}
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string currencyCode The [ISO-4217 currency
+ * code](https://en.wikipedia.org/wiki/ISO_4217) to use when reporting on
+ * monetary metrics. Defaults to the account's currency if not set.
+ * @opt_param string dateRange Date range of the report, if unset the range will
+ * be considered CUSTOM.
+ * @opt_param string dimensions Dimensions to base the report on.
+ * @opt_param int endDate.day Day of a month. Must be from 1 to 31 and valid for
+ * the year and month, or 0 to specify a year by itself or a year and month
+ * where the day isn't significant.
+ * @opt_param int endDate.month Month of a year. Must be from 1 to 12, or 0 to
+ * specify a year without a month and day.
+ * @opt_param int endDate.year Year of the date. Must be from 1 to 9999, or 0 to
+ * specify a date without a year.
+ * @opt_param string filters Filters to be run on the report.
+ * @opt_param string languageCode The language to use for translating report
+ * output. If unspecified, this defaults to English ("en"). If the given
+ * language is not supported, report output will be returned in English. The
+ * language is specified as an [IETF BCP-47 language
+ * code](https://en.wikipedia.org/wiki/IETF_language_tag).
+ * @opt_param int limit The maximum number of rows of report data to return.
+ * Reports producing more rows than the requested limit will be truncated. If
+ * unset, this defaults to 100,000 rows for `Reports.GenerateReport` and
+ * 1,000,000 rows for `Reports.GenerateCsvReport`, which are also the maximum
+ * values permitted here. Report truncation can be identified (for
+ * `Reports.GenerateReport` only) by comparing the number of rows returned to
+ * the value returned in `total_matched_rows`.
+ * @opt_param string metrics Required. Reporting metrics.
+ * @opt_param string orderBy The name of a dimension or metric to sort the
+ * resulting report on, can be prefixed with "+" to sort ascending or "-" to
+ * sort descending. If no prefix is specified, the column is sorted ascending.
+ * @opt_param string reportingTimeZone Timezone in which to generate the report.
+ * If unspecified, this defaults to the account timezone. For more information,
+ * see [changing the time zone of your
+ * reports](https://support.google.com/adsense/answer/9830725).
+ * @opt_param int startDate.day Day of a month. Must be from 1 to 31 and valid
+ * for the year and month, or 0 to specify a year by itself or a year and month
+ * where the day isn't significant.
+ * @opt_param int startDate.month Month of a year. Must be from 1 to 12, or 0 to
+ * specify a year without a month and day.
+ * @opt_param int startDate.year Year of the date. Must be from 1 to 9999, or 0
+ * to specify a date without a year.
+ * @return Google_Service_Adsense_HttpBody
+ */
+ public function generateCsv($account, $optParams = array())
+ {
+ $params = array('account' => $account);
+ $params = array_merge($params, $optParams);
+ return $this->call('generateCsv', array($params), "Google_Service_Adsense_HttpBody");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsReportsSaved.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsReportsSaved.php
new file mode 100644
index 000000000000..c005781075ee
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsReportsSaved.php
@@ -0,0 +1,137 @@
+
+ * $adsenseService = new Google_Service_Adsense(...);
+ * $saved = $adsenseService->saved;
+ *
+ */
+class Google_Service_Adsense_Resource_AccountsReportsSaved extends Google_Service_Resource
+{
+ /**
+ * Generates a saved report. (saved.generate)
+ *
+ * @param string $name Required. Name of the saved report. Format:
+ * accounts/{account}/reports/{report}
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string currencyCode The [ISO-4217 currency
+ * code](https://en.wikipedia.org/wiki/ISO_4217) to use when reporting on
+ * monetary metrics. Defaults to the account's currency if not set.
+ * @opt_param string dateRange Date range of the report, if unset the range will
+ * be considered CUSTOM.
+ * @opt_param int endDate.day Day of a month. Must be from 1 to 31 and valid for
+ * the year and month, or 0 to specify a year by itself or a year and month
+ * where the day isn't significant.
+ * @opt_param int endDate.month Month of a year. Must be from 1 to 12, or 0 to
+ * specify a year without a month and day.
+ * @opt_param int endDate.year Year of the date. Must be from 1 to 9999, or 0 to
+ * specify a date without a year.
+ * @opt_param string languageCode The language to use for translating report
+ * output. If unspecified, this defaults to English ("en"). If the given
+ * language is not supported, report output will be returned in English. The
+ * language is specified as an [IETF BCP-47 language
+ * code](https://en.wikipedia.org/wiki/IETF_language_tag).
+ * @opt_param string reportingTimeZone Timezone in which to generate the report.
+ * If unspecified, this defaults to the account timezone. For more information,
+ * see [changing the time zone of your
+ * reports](https://support.google.com/adsense/answer/9830725).
+ * @opt_param int startDate.day Day of a month. Must be from 1 to 31 and valid
+ * for the year and month, or 0 to specify a year by itself or a year and month
+ * where the day isn't significant.
+ * @opt_param int startDate.month Month of a year. Must be from 1 to 12, or 0 to
+ * specify a year without a month and day.
+ * @opt_param int startDate.year Year of the date. Must be from 1 to 9999, or 0
+ * to specify a date without a year.
+ * @return Google_Service_Adsense_ReportResult
+ */
+ public function generate($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('generate', array($params), "Google_Service_Adsense_ReportResult");
+ }
+ /**
+ * Generates a csv formatted saved report. (saved.generateCsv)
+ *
+ * @param string $name Required. Name of the saved report. Format:
+ * accounts/{account}/reports/{report}
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string currencyCode The [ISO-4217 currency
+ * code](https://en.wikipedia.org/wiki/ISO_4217) to use when reporting on
+ * monetary metrics. Defaults to the account's currency if not set.
+ * @opt_param string dateRange Date range of the report, if unset the range will
+ * be considered CUSTOM.
+ * @opt_param int endDate.day Day of a month. Must be from 1 to 31 and valid for
+ * the year and month, or 0 to specify a year by itself or a year and month
+ * where the day isn't significant.
+ * @opt_param int endDate.month Month of a year. Must be from 1 to 12, or 0 to
+ * specify a year without a month and day.
+ * @opt_param int endDate.year Year of the date. Must be from 1 to 9999, or 0 to
+ * specify a date without a year.
+ * @opt_param string languageCode The language to use for translating report
+ * output. If unspecified, this defaults to English ("en"). If the given
+ * language is not supported, report output will be returned in English. The
+ * language is specified as an [IETF BCP-47 language
+ * code](https://en.wikipedia.org/wiki/IETF_language_tag).
+ * @opt_param string reportingTimeZone Timezone in which to generate the report.
+ * If unspecified, this defaults to the account timezone. For more information,
+ * see [changing the time zone of your
+ * reports](https://support.google.com/adsense/answer/9830725).
+ * @opt_param int startDate.day Day of a month. Must be from 1 to 31 and valid
+ * for the year and month, or 0 to specify a year by itself or a year and month
+ * where the day isn't significant.
+ * @opt_param int startDate.month Month of a year. Must be from 1 to 12, or 0 to
+ * specify a year without a month and day.
+ * @opt_param int startDate.year Year of the date. Must be from 1 to 9999, or 0
+ * to specify a date without a year.
+ * @return Google_Service_Adsense_HttpBody
+ */
+ public function generateCsv($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('generateCsv', array($params), "Google_Service_Adsense_HttpBody");
+ }
+ /**
+ * Lists saved reports. (saved.listAccountsReportsSaved)
+ *
+ * @param string $parent Required. The account which owns the collection of
+ * reports. Format: accounts/{account}
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int pageSize The maximum number of reports to include in the
+ * response, used for paging. If unspecified, at most 10000 reports will be
+ * returned. The maximum value is 10000; values above 10000 will be coerced to
+ * 10000.
+ * @opt_param string pageToken A page token, received from a previous
+ * `ListPayments` call. Provide this to retrieve the subsequent page. When
+ * paginating, all other parameters provided to `ListPayments` must match the
+ * call that provided the page token.
+ * @return Google_Service_Adsense_ListSavedReportsResponse
+ */
+ public function listAccountsReportsSaved($parent, $optParams = array())
+ {
+ $params = array('parent' => $parent);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Adsense_ListSavedReportsResponse");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsSites.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsSites.php
new file mode 100644
index 000000000000..e5d33e92d4d0
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Resource/AccountsSites.php
@@ -0,0 +1,65 @@
+
+ * $adsenseService = new Google_Service_Adsense(...);
+ * $sites = $adsenseService->sites;
+ *
+ */
+class Google_Service_Adsense_Resource_AccountsSites extends Google_Service_Resource
+{
+ /**
+ * Gets information about the selected site. (sites.get)
+ *
+ * @param string $name Required. Name of the site. Format:
+ * accounts/{account}/sites/{site}
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Adsense_Site
+ */
+ public function get($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Adsense_Site");
+ }
+ /**
+ * Lists all the sites available in an account. (sites.listAccountsSites)
+ *
+ * @param string $parent Required. The account which owns the collection of
+ * sites. Format: accounts/{account}
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int pageSize The maximum number of sites to include in the
+ * response, used for paging. If unspecified, at most 10000 sites will be
+ * returned. The maximum value is 10000; values above 10000 will be coerced to
+ * 10000.
+ * @opt_param string pageToken A page token, received from a previous
+ * `ListSites` call. Provide this to retrieve the subsequent page. When
+ * paginating, all other parameters provided to `ListSites` must match the call
+ * that provided the page token.
+ * @return Google_Service_Adsense_ListSitesResponse
+ */
+ public function listAccountsSites($parent, $optParams = array())
+ {
+ $params = array('parent' => $parent);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Adsense_ListSitesResponse");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Row.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Row.php
new file mode 100644
index 000000000000..022b4537a262
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Row.php
@@ -0,0 +1,38 @@
+cells = $cells;
+ }
+ /**
+ * @return Google_Service_Adsense_Cell[]
+ */
+ public function getCells()
+ {
+ return $this->cells;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/SavedReport.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/SavedReport.php
new file mode 100644
index 000000000000..8671a3978b0b
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/SavedReport.php
@@ -0,0 +1,39 @@
+name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+ public function getTitle()
+ {
+ return $this->title;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Site.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Site.php
new file mode 100644
index 000000000000..47d045695c90
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/Site.php
@@ -0,0 +1,66 @@
+autoAdsEnabled = $autoAdsEnabled;
+ }
+ public function getAutoAdsEnabled()
+ {
+ return $this->autoAdsEnabled;
+ }
+ public function setDomain($domain)
+ {
+ $this->domain = $domain;
+ }
+ public function getDomain()
+ {
+ return $this->domain;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setReportingDimensionId($reportingDimensionId)
+ {
+ $this->reportingDimensionId = $reportingDimensionId;
+ }
+ public function getReportingDimensionId()
+ {
+ return $this->reportingDimensionId;
+ }
+ public function setState($state)
+ {
+ $this->state = $state;
+ }
+ public function getState()
+ {
+ return $this->state;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/TimeZone.php
similarity index 66%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/TimeZone.php
index 5005513bb840..8f4b9774a1db 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/TimeZone.php
@@ -15,11 +15,10 @@
* the License.
*/
-class Google_Service_AdSense_UrlChannel extends Google_Model
+class Google_Service_Adsense_TimeZone extends Google_Model
{
public $id;
- public $kind;
- public $urlPattern;
+ public $version;
public function setId($id)
{
@@ -29,20 +28,12 @@ public function getId()
{
return $this->id;
}
- public function setKind($kind)
+ public function setVersion($version)
{
- $this->kind = $kind;
+ $this->version = $version;
}
- public function getKind()
+ public function getVersion()
{
- return $this->kind;
- }
- public function setUrlPattern($urlPattern)
- {
- $this->urlPattern = $urlPattern;
- }
- public function getUrlPattern()
- {
- return $this->urlPattern;
+ return $this->version;
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/UrlChannel.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/UrlChannel.php
new file mode 100644
index 000000000000..87e2dac51f90
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Adsense/UrlChannel.php
@@ -0,0 +1,48 @@
+name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setReportingDimensionId($reportingDimensionId)
+ {
+ $this->reportingDimensionId = $reportingDimensionId;
+ }
+ public function getReportingDimensionId()
+ {
+ return $this->reportingDimensionId;
+ }
+ public function setUriPattern($uriPattern)
+ {
+ $this->uriPattern = $uriPattern;
+ }
+ public function getUriPattern()
+ {
+ return $this->uriPattern;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAccountWarning.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAccountWarning.php
new file mode 100644
index 000000000000..39ab5d1f5944
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAccountWarning.php
@@ -0,0 +1,46 @@
+email = $email;
+ }
+ public function getEmail()
+ {
+ return $this->email;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAccountWarningLoginDetails
+ */
+ public function setLoginDetails(Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAccountWarningLoginDetails $loginDetails)
+ {
+ $this->loginDetails = $loginDetails;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAccountWarningLoginDetails
+ */
+ public function getLoginDetails()
+ {
+ return $this->loginDetails;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAccountWarningLoginDetails.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAccountWarningLoginDetails.php
new file mode 100644
index 000000000000..2408b66aec60
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAccountWarningLoginDetails.php
@@ -0,0 +1,39 @@
+ipAddress = $ipAddress;
+ }
+ public function getIpAddress()
+ {
+ return $this->ipAddress;
+ }
+ public function setLoginTime($loginTime)
+ {
+ $this->loginTime = $loginTime;
+ }
+ public function getLoginTime()
+ {
+ return $this->loginTime;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeActivityRule.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeActivityRule.php
new file mode 100644
index 000000000000..4569a3aa5544
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeActivityRule.php
@@ -0,0 +1,130 @@
+actionNames = $actionNames;
+ }
+ public function getActionNames()
+ {
+ return $this->actionNames;
+ }
+ public function setCreateTime($createTime)
+ {
+ $this->createTime = $createTime;
+ }
+ public function getCreateTime()
+ {
+ return $this->createTime;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setDisplayName($displayName)
+ {
+ $this->displayName = $displayName;
+ }
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setQuery($query)
+ {
+ $this->query = $query;
+ }
+ public function getQuery()
+ {
+ return $this->query;
+ }
+ public function setSupersededAlerts($supersededAlerts)
+ {
+ $this->supersededAlerts = $supersededAlerts;
+ }
+ public function getSupersededAlerts()
+ {
+ return $this->supersededAlerts;
+ }
+ public function setSupersedingAlert($supersedingAlert)
+ {
+ $this->supersedingAlert = $supersedingAlert;
+ }
+ public function getSupersedingAlert()
+ {
+ return $this->supersedingAlert;
+ }
+ public function setThreshold($threshold)
+ {
+ $this->threshold = $threshold;
+ }
+ public function getThreshold()
+ {
+ return $this->threshold;
+ }
+ public function setTriggerSource($triggerSource)
+ {
+ $this->triggerSource = $triggerSource;
+ }
+ public function getTriggerSource()
+ {
+ return $this->triggerSource;
+ }
+ public function setUpdateTime($updateTime)
+ {
+ $this->updateTime = $updateTime;
+ }
+ public function getUpdateTime()
+ {
+ return $this->updateTime;
+ }
+ public function setWindowSize($windowSize)
+ {
+ $this->windowSize = $windowSize;
+ }
+ public function getWindowSize()
+ {
+ return $this->windowSize;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAppMakerSqlSetupNotification.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAppMakerSqlSetupNotification.php
new file mode 100644
index 000000000000..3277db0a6ed6
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAppMakerSqlSetupNotification.php
@@ -0,0 +1,38 @@
+requestInfo = $requestInfo;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAppMakerSqlSetupNotificationRequestInfo[]
+ */
+ public function getRequestInfo()
+ {
+ return $this->requestInfo;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAppMakerSqlSetupNotificationRequestInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAppMakerSqlSetupNotificationRequestInfo.php
new file mode 100644
index 000000000000..b42cde575a49
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAppMakerSqlSetupNotificationRequestInfo.php
@@ -0,0 +1,49 @@
+appDeveloperEmail = $appDeveloperEmail;
+ }
+ public function getAppDeveloperEmail()
+ {
+ return $this->appDeveloperEmail;
+ }
+ public function setAppKey($appKey)
+ {
+ $this->appKey = $appKey;
+ }
+ public function getAppKey()
+ {
+ return $this->appKey;
+ }
+ public function setNumberOfRequests($numberOfRequests)
+ {
+ $this->numberOfRequests = $numberOfRequests;
+ }
+ public function getNumberOfRequests()
+ {
+ return $this->numberOfRequests;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Alerts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachment.php
similarity index 54%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Alerts.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachment.php
index e92a84924f2b..89b3fe2693f9 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Alerts.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachment.php
@@ -15,33 +15,23 @@
* the License.
*/
-class Google_Service_AdSense_Alerts extends Google_Collection
+class Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachment extends Google_Model
{
- protected $collection_key = 'items';
- protected $itemsType = 'Google_Service_AdSense_Alert';
- protected $itemsDataType = 'array';
- public $kind;
+ protected $csvType = 'Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachmentCsv';
+ protected $csvDataType = '';
/**
- * @param Google_Service_AdSense_Alert[]
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachmentCsv
*/
- public function setItems($items)
+ public function setCsv(Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachmentCsv $csv)
{
- $this->items = $items;
+ $this->csv = $csv;
}
/**
- * @return Google_Service_AdSense_Alert[]
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachmentCsv
*/
- public function getItems()
+ public function getCsv()
{
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
+ return $this->csv;
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachmentCsv.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachmentCsv.php
new file mode 100644
index 000000000000..b5ab5af8a890
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachmentCsv.php
@@ -0,0 +1,47 @@
+dataRows = $dataRows;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachmentCsvCsvRow[]
+ */
+ public function getDataRows()
+ {
+ return $this->dataRows;
+ }
+ public function setHeaders($headers)
+ {
+ $this->headers = $headers;
+ }
+ public function getHeaders()
+ {
+ return $this->headers;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachmentCsvCsvRow.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachmentCsvCsvRow.php
new file mode 100644
index 000000000000..7ba0de916a60
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeAttachmentCsvCsvRow.php
@@ -0,0 +1,31 @@
+entries = $entries;
+ }
+ public function getEntries()
+ {
+ return $this->entries;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeBadWhitelist.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeBadWhitelist.php
new file mode 100644
index 000000000000..a82ab1294851
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeBadWhitelist.php
@@ -0,0 +1,79 @@
+domainId = $domainId;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDomainId
+ */
+ public function getDomainId()
+ {
+ return $this->domainId;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity
+ */
+ public function setMaliciousEntity(Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity $maliciousEntity)
+ {
+ $this->maliciousEntity = $maliciousEntity;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity
+ */
+ public function getMaliciousEntity()
+ {
+ return $this->maliciousEntity;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeGmailMessageInfo[]
+ */
+ public function setMessages($messages)
+ {
+ $this->messages = $messages;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeGmailMessageInfo[]
+ */
+ public function getMessages()
+ {
+ return $this->messages;
+ }
+ public function setSourceIp($sourceIp)
+ {
+ $this->sourceIp = $sourceIp;
+ }
+ public function getSourceIp()
+ {
+ return $this->sourceIp;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDeviceCompromised.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDeviceCompromised.php
new file mode 100644
index 000000000000..e57727ce39b1
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDeviceCompromised.php
@@ -0,0 +1,47 @@
+email = $email;
+ }
+ public function getEmail()
+ {
+ return $this->email;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail[]
+ */
+ public function setEvents($events)
+ {
+ $this->events = $events;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail[]
+ */
+ public function getEvents()
+ {
+ return $this->events;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail.php
new file mode 100644
index 000000000000..f394917aa26a
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDeviceCompromisedDeviceCompromisedSecurityDetail.php
@@ -0,0 +1,84 @@
+deviceCompromisedState = $deviceCompromisedState;
+ }
+ public function getDeviceCompromisedState()
+ {
+ return $this->deviceCompromisedState;
+ }
+ public function setDeviceId($deviceId)
+ {
+ $this->deviceId = $deviceId;
+ }
+ public function getDeviceId()
+ {
+ return $this->deviceId;
+ }
+ public function setDeviceModel($deviceModel)
+ {
+ $this->deviceModel = $deviceModel;
+ }
+ public function getDeviceModel()
+ {
+ return $this->deviceModel;
+ }
+ public function setDeviceType($deviceType)
+ {
+ $this->deviceType = $deviceType;
+ }
+ public function getDeviceType()
+ {
+ return $this->deviceType;
+ }
+ public function setIosVendorId($iosVendorId)
+ {
+ $this->iosVendorId = $iosVendorId;
+ }
+ public function getIosVendorId()
+ {
+ return $this->iosVendorId;
+ }
+ public function setResourceId($resourceId)
+ {
+ $this->resourceId = $resourceId;
+ }
+ public function getResourceId()
+ {
+ return $this->resourceId;
+ }
+ public function setSerialNumber($serialNumber)
+ {
+ $this->serialNumber = $serialNumber;
+ }
+ public function getSerialNumber()
+ {
+ return $this->serialNumber;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDlpRuleViolation.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDlpRuleViolation.php
new file mode 100644
index 000000000000..3c3ab49b10ca
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDlpRuleViolation.php
@@ -0,0 +1,37 @@
+ruleViolationInfo = $ruleViolationInfo;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfo
+ */
+ public function getRuleViolationInfo()
+ {
+ return $this->ruleViolationInfo;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDomainId.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDomainId.php
new file mode 100644
index 000000000000..dac6803c9ea9
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDomainId.php
@@ -0,0 +1,30 @@
+customerPrimaryDomain = $customerPrimaryDomain;
+ }
+ public function getCustomerPrimaryDomain()
+ {
+ return $this->customerPrimaryDomain;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDomainWideTakeoutInitiated.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDomainWideTakeoutInitiated.php
new file mode 100644
index 000000000000..d725ac0a6439
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeDomainWideTakeoutInitiated.php
@@ -0,0 +1,39 @@
+email = $email;
+ }
+ public function getEmail()
+ {
+ return $this->email;
+ }
+ public function setTakeoutRequestId($takeoutRequestId)
+ {
+ $this->takeoutRequestId = $takeoutRequestId;
+ }
+ public function getTakeoutRequestId()
+ {
+ return $this->takeoutRequestId;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeGmailMessageInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeGmailMessageInfo.php
new file mode 100644
index 000000000000..37ab6e92d253
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeGmailMessageInfo.php
@@ -0,0 +1,94 @@
+attachmentsSha256Hash = $attachmentsSha256Hash;
+ }
+ public function getAttachmentsSha256Hash()
+ {
+ return $this->attachmentsSha256Hash;
+ }
+ public function setDate($date)
+ {
+ $this->date = $date;
+ }
+ public function getDate()
+ {
+ return $this->date;
+ }
+ public function setMd5HashMessageBody($md5HashMessageBody)
+ {
+ $this->md5HashMessageBody = $md5HashMessageBody;
+ }
+ public function getMd5HashMessageBody()
+ {
+ return $this->md5HashMessageBody;
+ }
+ public function setMd5HashSubject($md5HashSubject)
+ {
+ $this->md5HashSubject = $md5HashSubject;
+ }
+ public function getMd5HashSubject()
+ {
+ return $this->md5HashSubject;
+ }
+ public function setMessageBodySnippet($messageBodySnippet)
+ {
+ $this->messageBodySnippet = $messageBodySnippet;
+ }
+ public function getMessageBodySnippet()
+ {
+ return $this->messageBodySnippet;
+ }
+ public function setMessageId($messageId)
+ {
+ $this->messageId = $messageId;
+ }
+ public function getMessageId()
+ {
+ return $this->messageId;
+ }
+ public function setRecipient($recipient)
+ {
+ $this->recipient = $recipient;
+ }
+ public function getRecipient()
+ {
+ return $this->recipient;
+ }
+ public function setSubjectText($subjectText)
+ {
+ $this->subjectText = $subjectText;
+ }
+ public function getSubjectText()
+ {
+ return $this->subjectText;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeGoogleOperations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeGoogleOperations.php
new file mode 100644
index 000000000000..128e05da0f03
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeGoogleOperations.php
@@ -0,0 +1,74 @@
+affectedUserEmails = $affectedUserEmails;
+ }
+ public function getAffectedUserEmails()
+ {
+ return $this->affectedUserEmails;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachment
+ */
+ public function setAttachmentData(Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachment $attachmentData)
+ {
+ $this->attachmentData = $attachmentData;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeAttachment
+ */
+ public function getAttachmentData()
+ {
+ return $this->attachmentData;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setHeader($header)
+ {
+ $this->header = $header;
+ }
+ public function getHeader()
+ {
+ return $this->header;
+ }
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+ public function getTitle()
+ {
+ return $this->title;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeMailPhishing.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeMailPhishing.php
new file mode 100644
index 000000000000..dbd1d4af8936
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeMailPhishing.php
@@ -0,0 +1,88 @@
+domainId = $domainId;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDomainId
+ */
+ public function getDomainId()
+ {
+ return $this->domainId;
+ }
+ public function setIsInternal($isInternal)
+ {
+ $this->isInternal = $isInternal;
+ }
+ public function getIsInternal()
+ {
+ return $this->isInternal;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity
+ */
+ public function setMaliciousEntity(Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity $maliciousEntity)
+ {
+ $this->maliciousEntity = $maliciousEntity;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity
+ */
+ public function getMaliciousEntity()
+ {
+ return $this->maliciousEntity;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeGmailMessageInfo[]
+ */
+ public function setMessages($messages)
+ {
+ $this->messages = $messages;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeGmailMessageInfo[]
+ */
+ public function getMessages()
+ {
+ return $this->messages;
+ }
+ public function setSystemActionType($systemActionType)
+ {
+ $this->systemActionType = $systemActionType;
+ }
+ public function getSystemActionType()
+ {
+ return $this->systemActionType;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeMaliciousEntity.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeMaliciousEntity.php
new file mode 100644
index 000000000000..a2eae2ae005f
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeMaliciousEntity.php
@@ -0,0 +1,55 @@
+displayName = $displayName;
+ }
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeUser
+ */
+ public function setEntity(Google_Service_AlertCenter_GoogleAppsAlertcenterTypeUser $entity)
+ {
+ $this->entity = $entity;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeUser
+ */
+ public function getEntity()
+ {
+ return $this->entity;
+ }
+ public function setFromHeader($fromHeader)
+ {
+ $this->fromHeader = $fromHeader;
+ }
+ public function getFromHeader()
+ {
+ return $this->fromHeader;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypePhishingSpike.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypePhishingSpike.php
new file mode 100644
index 000000000000..0a1abb988b66
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypePhishingSpike.php
@@ -0,0 +1,79 @@
+domainId = $domainId;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeDomainId
+ */
+ public function getDomainId()
+ {
+ return $this->domainId;
+ }
+ public function setIsInternal($isInternal)
+ {
+ $this->isInternal = $isInternal;
+ }
+ public function getIsInternal()
+ {
+ return $this->isInternal;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity
+ */
+ public function setMaliciousEntity(Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity $maliciousEntity)
+ {
+ $this->maliciousEntity = $maliciousEntity;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeMaliciousEntity
+ */
+ public function getMaliciousEntity()
+ {
+ return $this->maliciousEntity;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeGmailMessageInfo[]
+ */
+ public function setMessages($messages)
+ {
+ $this->messages = $messages;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeGmailMessageInfo[]
+ */
+ public function getMessages()
+ {
+ return $this->messages;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfo.php
new file mode 100644
index 000000000000..49a6732ef313
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfo.php
@@ -0,0 +1,140 @@
+dataSource = $dataSource;
+ }
+ public function getDataSource()
+ {
+ return $this->dataSource;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfo[]
+ */
+ public function setMatchInfo($matchInfo)
+ {
+ $this->matchInfo = $matchInfo;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfo[]
+ */
+ public function getMatchInfo()
+ {
+ return $this->matchInfo;
+ }
+ public function setRecipients($recipients)
+ {
+ $this->recipients = $recipients;
+ }
+ public function getRecipients()
+ {
+ return $this->recipients;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo
+ */
+ public function setResourceInfo(Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo $resourceInfo)
+ {
+ $this->resourceInfo = $resourceInfo;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo
+ */
+ public function getResourceInfo()
+ {
+ return $this->resourceInfo;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoRuleInfo
+ */
+ public function setRuleInfo(Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoRuleInfo $ruleInfo)
+ {
+ $this->ruleInfo = $ruleInfo;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoRuleInfo
+ */
+ public function getRuleInfo()
+ {
+ return $this->ruleInfo;
+ }
+ public function setSuppressedActionTypes($suppressedActionTypes)
+ {
+ $this->suppressedActionTypes = $suppressedActionTypes;
+ }
+ public function getSuppressedActionTypes()
+ {
+ return $this->suppressedActionTypes;
+ }
+ public function setTrigger($trigger)
+ {
+ $this->trigger = $trigger;
+ }
+ public function getTrigger()
+ {
+ return $this->trigger;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoActionInfo[]
+ */
+ public function setTriggeredActionInfo($triggeredActionInfo)
+ {
+ $this->triggeredActionInfo = $triggeredActionInfo;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoActionInfo[]
+ */
+ public function getTriggeredActionInfo()
+ {
+ return $this->triggeredActionInfo;
+ }
+ public function setTriggeredActionTypes($triggeredActionTypes)
+ {
+ $this->triggeredActionTypes = $triggeredActionTypes;
+ }
+ public function getTriggeredActionTypes()
+ {
+ return $this->triggeredActionTypes;
+ }
+ public function setTriggeringUserEmail($triggeringUserEmail)
+ {
+ $this->triggeringUserEmail = $triggeringUserEmail;
+ }
+ public function getTriggeringUserEmail()
+ {
+ return $this->triggeringUserEmail;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoActionInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoActionInfo.php
new file mode 100644
index 000000000000..f07e167add24
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoActionInfo.php
@@ -0,0 +1,20 @@
+predefinedDetector = $predefinedDetector;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoPredefinedDetectorInfo
+ */
+ public function getPredefinedDetector()
+ {
+ return $this->predefinedDetector;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoUserDefinedDetectorInfo
+ */
+ public function setUserDefinedDetector(Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoUserDefinedDetectorInfo $userDefinedDetector)
+ {
+ $this->userDefinedDetector = $userDefinedDetector;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoUserDefinedDetectorInfo
+ */
+ public function getUserDefinedDetector()
+ {
+ return $this->userDefinedDetector;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoPredefinedDetectorInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoPredefinedDetectorInfo.php
new file mode 100644
index 000000000000..22c9bca779e2
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoPredefinedDetectorInfo.php
@@ -0,0 +1,30 @@
+detectorName = $detectorName;
+ }
+ public function getDetectorName()
+ {
+ return $this->detectorName;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoUserDefinedDetectorInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoUserDefinedDetectorInfo.php
new file mode 100644
index 000000000000..78d9bc40a9e6
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoMatchInfoUserDefinedDetectorInfo.php
@@ -0,0 +1,39 @@
+displayName = $displayName;
+ }
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+ public function setResourceName($resourceName)
+ {
+ $this->resourceName = $resourceName;
+ }
+ public function getResourceName()
+ {
+ return $this->resourceName;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo.php
new file mode 100644
index 000000000000..5c156e8e4f97
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo.php
@@ -0,0 +1,39 @@
+documentId = $documentId;
+ }
+ public function getDocumentId()
+ {
+ return $this->documentId;
+ }
+ public function setResourceTitle($resourceTitle)
+ {
+ $this->resourceTitle = $resourceTitle;
+ }
+ public function getResourceTitle()
+ {
+ return $this->resourceTitle;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoRuleInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoRuleInfo.php
new file mode 100644
index 000000000000..7edc5857eb6b
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeRuleViolationInfoRuleInfo.php
@@ -0,0 +1,39 @@
+displayName = $displayName;
+ }
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+ public function setResourceName($resourceName)
+ {
+ $this->resourceName = $resourceName;
+ }
+ public function getResourceName()
+ {
+ return $this->resourceName;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeStateSponsoredAttack.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeStateSponsoredAttack.php
new file mode 100644
index 000000000000..871a46ad80ed
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeStateSponsoredAttack.php
@@ -0,0 +1,30 @@
+email = $email;
+ }
+ public function getEmail()
+ {
+ return $this->email;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeSuspiciousActivity.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeSuspiciousActivity.php
new file mode 100644
index 000000000000..69fedfe12d0d
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeSuspiciousActivity.php
@@ -0,0 +1,47 @@
+email = $email;
+ }
+ public function getEmail()
+ {
+ return $this->email;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail[]
+ */
+ public function setEvents($events)
+ {
+ $this->events = $events;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail[]
+ */
+ public function getEvents()
+ {
+ return $this->events;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail.php
new file mode 100644
index 000000000000..59122e6ec975
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeSuspiciousActivitySuspiciousActivitySecurityDetail.php
@@ -0,0 +1,102 @@
+deviceId = $deviceId;
+ }
+ public function getDeviceId()
+ {
+ return $this->deviceId;
+ }
+ public function setDeviceModel($deviceModel)
+ {
+ $this->deviceModel = $deviceModel;
+ }
+ public function getDeviceModel()
+ {
+ return $this->deviceModel;
+ }
+ public function setDeviceProperty($deviceProperty)
+ {
+ $this->deviceProperty = $deviceProperty;
+ }
+ public function getDeviceProperty()
+ {
+ return $this->deviceProperty;
+ }
+ public function setDeviceType($deviceType)
+ {
+ $this->deviceType = $deviceType;
+ }
+ public function getDeviceType()
+ {
+ return $this->deviceType;
+ }
+ public function setIosVendorId($iosVendorId)
+ {
+ $this->iosVendorId = $iosVendorId;
+ }
+ public function getIosVendorId()
+ {
+ return $this->iosVendorId;
+ }
+ public function setNewValue($newValue)
+ {
+ $this->newValue = $newValue;
+ }
+ public function getNewValue()
+ {
+ return $this->newValue;
+ }
+ public function setOldValue($oldValue)
+ {
+ $this->oldValue = $oldValue;
+ }
+ public function getOldValue()
+ {
+ return $this->oldValue;
+ }
+ public function setResourceId($resourceId)
+ {
+ $this->resourceId = $resourceId;
+ }
+ public function getResourceId()
+ {
+ return $this->resourceId;
+ }
+ public function setSerialNumber($serialNumber)
+ {
+ $this->serialNumber = $serialNumber;
+ }
+ public function getSerialNumber()
+ {
+ return $this->serialNumber;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeUser.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeUser.php
new file mode 100644
index 000000000000..296f225eae0a
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterTypeUser.php
@@ -0,0 +1,39 @@
+displayName = $displayName;
+ }
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+ public function setEmailAddress($emailAddress)
+ {
+ $this->emailAddress = $emailAddress;
+ }
+ public function getEmailAddress()
+ {
+ return $this->emailAddress;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1Alert.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1Alert.php
new file mode 100644
index 000000000000..4ec66f871f74
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1Alert.php
@@ -0,0 +1,145 @@
+alertId = $alertId;
+ }
+ public function getAlertId()
+ {
+ return $this->alertId;
+ }
+ public function setCreateTime($createTime)
+ {
+ $this->createTime = $createTime;
+ }
+ public function getCreateTime()
+ {
+ return $this->createTime;
+ }
+ public function setCustomerId($customerId)
+ {
+ $this->customerId = $customerId;
+ }
+ public function getCustomerId()
+ {
+ return $this->customerId;
+ }
+ public function setData($data)
+ {
+ $this->data = $data;
+ }
+ public function getData()
+ {
+ return $this->data;
+ }
+ public function setDeleted($deleted)
+ {
+ $this->deleted = $deleted;
+ }
+ public function getDeleted()
+ {
+ return $this->deleted;
+ }
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ /**
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertMetadata
+ */
+ public function setMetadata(Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertMetadata $metadata)
+ {
+ $this->metadata = $metadata;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertMetadata
+ */
+ public function getMetadata()
+ {
+ return $this->metadata;
+ }
+ public function setSecurityInvestigationToolLink($securityInvestigationToolLink)
+ {
+ $this->securityInvestigationToolLink = $securityInvestigationToolLink;
+ }
+ public function getSecurityInvestigationToolLink()
+ {
+ return $this->securityInvestigationToolLink;
+ }
+ public function setSource($source)
+ {
+ $this->source = $source;
+ }
+ public function getSource()
+ {
+ return $this->source;
+ }
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+ public function setUpdateTime($updateTime)
+ {
+ $this->updateTime = $updateTime;
+ }
+ public function getUpdateTime()
+ {
+ return $this->updateTime;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1AlertFeedback.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1AlertFeedback.php
new file mode 100644
index 000000000000..b737fbfed422
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1AlertFeedback.php
@@ -0,0 +1,75 @@
+alertId = $alertId;
+ }
+ public function getAlertId()
+ {
+ return $this->alertId;
+ }
+ public function setCreateTime($createTime)
+ {
+ $this->createTime = $createTime;
+ }
+ public function getCreateTime()
+ {
+ return $this->createTime;
+ }
+ public function setCustomerId($customerId)
+ {
+ $this->customerId = $customerId;
+ }
+ public function getCustomerId()
+ {
+ return $this->customerId;
+ }
+ public function setEmail($email)
+ {
+ $this->email = $email;
+ }
+ public function getEmail()
+ {
+ return $this->email;
+ }
+ public function setFeedbackId($feedbackId)
+ {
+ $this->feedbackId = $feedbackId;
+ }
+ public function getFeedbackId()
+ {
+ return $this->feedbackId;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1AlertMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1AlertMetadata.php
new file mode 100644
index 000000000000..23c51276cb5d
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1AlertMetadata.php
@@ -0,0 +1,84 @@
+alertId = $alertId;
+ }
+ public function getAlertId()
+ {
+ return $this->alertId;
+ }
+ public function setAssignee($assignee)
+ {
+ $this->assignee = $assignee;
+ }
+ public function getAssignee()
+ {
+ return $this->assignee;
+ }
+ public function setCustomerId($customerId)
+ {
+ $this->customerId = $customerId;
+ }
+ public function getCustomerId()
+ {
+ return $this->customerId;
+ }
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setSeverity($severity)
+ {
+ $this->severity = $severity;
+ }
+ public function getSeverity()
+ {
+ return $this->severity;
+ }
+ public function setStatus($status)
+ {
+ $this->status = $status;
+ }
+ public function getStatus()
+ {
+ return $this->status;
+ }
+ public function setUpdateTime($updateTime)
+ {
+ $this->updateTime = $updateTime;
+ }
+ public function getUpdateTime()
+ {
+ return $this->updateTime;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchDeleteAlertsRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchDeleteAlertsRequest.php
new file mode 100644
index 000000000000..a1fea9e19d03
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchDeleteAlertsRequest.php
@@ -0,0 +1,40 @@
+alertId = $alertId;
+ }
+ public function getAlertId()
+ {
+ return $this->alertId;
+ }
+ public function setCustomerId($customerId)
+ {
+ $this->customerId = $customerId;
+ }
+ public function getCustomerId()
+ {
+ return $this->customerId;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse.php
new file mode 100644
index 000000000000..e042efd5949b
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse.php
@@ -0,0 +1,47 @@
+failedAlertStatus = $failedAlertStatus;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleRpcStatus[]
+ */
+ public function getFailedAlertStatus()
+ {
+ return $this->failedAlertStatus;
+ }
+ public function setSuccessAlertIds($successAlertIds)
+ {
+ $this->successAlertIds = $successAlertIds;
+ }
+ public function getSuccessAlertIds()
+ {
+ return $this->successAlertIds;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsRequest.php
new file mode 100644
index 000000000000..f8f99a788926
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsRequest.php
@@ -0,0 +1,40 @@
+alertId = $alertId;
+ }
+ public function getAlertId()
+ {
+ return $this->alertId;
+ }
+ public function setCustomerId($customerId)
+ {
+ $this->customerId = $customerId;
+ }
+ public function getCustomerId()
+ {
+ return $this->customerId;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse.php
new file mode 100644
index 000000000000..1bc61da1103e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse.php
@@ -0,0 +1,47 @@
+failedAlertStatus = $failedAlertStatus;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleRpcStatus[]
+ */
+ public function getFailedAlertStatus()
+ {
+ return $this->failedAlertStatus;
+ }
+ public function setSuccessAlertIds($successAlertIds)
+ {
+ $this->successAlertIds = $successAlertIds;
+ }
+ public function getSuccessAlertIds()
+ {
+ return $this->successAlertIds;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1ListAlertFeedbackResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1ListAlertFeedbackResponse.php
new file mode 100644
index 000000000000..a76bc9363dce
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1ListAlertFeedbackResponse.php
@@ -0,0 +1,38 @@
+feedback = $feedback;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertFeedback[]
+ */
+ public function getFeedback()
+ {
+ return $this->feedback;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1ListAlertsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1ListAlertsResponse.php
new file mode 100644
index 000000000000..8105ecfee35e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1ListAlertsResponse.php
@@ -0,0 +1,47 @@
+alerts = $alerts;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Alert[]
+ */
+ public function getAlerts()
+ {
+ return $this->alerts;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1Settings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1Settings.php
new file mode 100644
index 000000000000..5c7c03bdbf25
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1Settings.php
@@ -0,0 +1,38 @@
+notifications = $notifications;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1SettingsNotification[]
+ */
+ public function getNotifications()
+ {
+ return $this->notifications;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1SettingsNotification.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1SettingsNotification.php
new file mode 100644
index 000000000000..e210322a6a7d
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1SettingsNotification.php
@@ -0,0 +1,37 @@
+cloudPubsubTopic = $cloudPubsubTopic;
+ }
+ /**
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1SettingsNotificationCloudPubsubTopic
+ */
+ public function getCloudPubsubTopic()
+ {
+ return $this->cloudPubsubTopic;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1SettingsNotificationCloudPubsubTopic.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1SettingsNotificationCloudPubsubTopic.php
new file mode 100644
index 000000000000..778ebd74e8e6
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1SettingsNotificationCloudPubsubTopic.php
@@ -0,0 +1,39 @@
+payloadFormat = $payloadFormat;
+ }
+ public function getPayloadFormat()
+ {
+ return $this->payloadFormat;
+ }
+ public function setTopicName($topicName)
+ {
+ $this->topicName = $topicName;
+ }
+ public function getTopicName()
+ {
+ return $this->topicName;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1UndeleteAlertRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1UndeleteAlertRequest.php
new file mode 100644
index 000000000000..7066e95ad047
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleAppsAlertcenterV1beta1UndeleteAlertRequest.php
@@ -0,0 +1,30 @@
+customerId = $customerId;
+ }
+ public function getCustomerId()
+ {
+ return $this->customerId;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleProtobufEmpty.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleProtobufEmpty.php
new file mode 100644
index 000000000000..c9c7f335d88e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/GoogleProtobufEmpty.php
@@ -0,0 +1,20 @@
+code = $code;
+ }
+ public function getCode()
+ {
+ return $this->code;
+ }
+ public function setDetails($details)
+ {
+ $this->details = $details;
+ }
+ public function getDetails()
+ {
+ return $this->details;
+ }
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/Alerts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/Alerts.php
index 77f226f25081..94bc9ed5af01 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/Alerts.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/Alerts.php
@@ -28,28 +28,28 @@ class Google_Service_AlertCenter_Resource_Alerts extends Google_Service_Resource
/**
* Performs batch delete operation on alerts. (alerts.batchDelete)
*
- * @param Google_Service_AlertCenter_BatchDeleteAlertsRequest $postBody
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchDeleteAlertsRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_AlertCenter_BatchDeleteAlertsResponse
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse
*/
- public function batchDelete(Google_Service_AlertCenter_BatchDeleteAlertsRequest $postBody, $optParams = array())
+ public function batchDelete(Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchDeleteAlertsRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('batchDelete', array($params), "Google_Service_AlertCenter_BatchDeleteAlertsResponse");
+ return $this->call('batchDelete', array($params), "Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse");
}
/**
* Performs batch undelete operation on alerts. (alerts.batchUndelete)
*
- * @param Google_Service_AlertCenter_BatchUndeleteAlertsRequest $postBody
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_AlertCenter_BatchUndeleteAlertsResponse
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse
*/
- public function batchUndelete(Google_Service_AlertCenter_BatchUndeleteAlertsRequest $postBody, $optParams = array())
+ public function batchUndelete(Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('batchUndelete', array($params), "Google_Service_AlertCenter_BatchUndeleteAlertsResponse");
+ return $this->call('batchUndelete', array($params), "Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse");
}
/**
* Marks the specified alert for deletion. An alert that has been marked for
@@ -64,13 +64,13 @@ public function batchUndelete(Google_Service_AlertCenter_BatchUndeleteAlertsRequ
* @opt_param string customerId Optional. The unique identifier of the Google
* Workspace organization account of the customer the alert is associated with.
* Inferred from the caller identity if not provided.
- * @return Google_Service_AlertCenter_AlertcenterEmpty
+ * @return Google_Service_AlertCenter_GoogleProtobufEmpty
*/
public function delete($alertId, $optParams = array())
{
$params = array('alertId' => $alertId);
$params = array_merge($params, $optParams);
- return $this->call('delete', array($params), "Google_Service_AlertCenter_AlertcenterEmpty");
+ return $this->call('delete', array($params), "Google_Service_AlertCenter_GoogleProtobufEmpty");
}
/**
* Gets the specified alert. Attempting to get a nonexistent alert returns
@@ -82,13 +82,13 @@ public function delete($alertId, $optParams = array())
* @opt_param string customerId Optional. The unique identifier of the Google
* Workspace organization account of the customer the alert is associated with.
* Inferred from the caller identity if not provided.
- * @return Google_Service_AlertCenter_Alert
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Alert
*/
public function get($alertId, $optParams = array())
{
$params = array('alertId' => $alertId);
$params = array_merge($params, $optParams);
- return $this->call('get', array($params), "Google_Service_AlertCenter_Alert");
+ return $this->call('get', array($params), "Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Alert");
}
/**
* Returns the metadata of an alert. Attempting to get metadata for a non-
@@ -101,13 +101,13 @@ public function get($alertId, $optParams = array())
* @opt_param string customerId Optional. The unique identifier of the Google
* Workspace organization account of the customer the alert metadata is
* associated with. Inferred from the caller identity if not provided.
- * @return Google_Service_AlertCenter_AlertMetadata
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertMetadata
*/
public function getMetadata($alertId, $optParams = array())
{
$params = array('alertId' => $alertId);
$params = array_merge($params, $optParams);
- return $this->call('getMetadata', array($params), "Google_Service_AlertCenter_AlertMetadata");
+ return $this->call('getMetadata', array($params), "Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertMetadata");
}
/**
* Lists the alerts. (alerts.listAlerts)
@@ -133,13 +133,13 @@ public function getMetadata($alertId, $optParams = array())
* the server should return. If empty, a new iteration is started. To continue
* an iteration, pass in the value from the previous ListAlertsResponse's
* next_page_token field.
- * @return Google_Service_AlertCenter_ListAlertsResponse
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1ListAlertsResponse
*/
public function listAlerts($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_AlertCenter_ListAlertsResponse");
+ return $this->call('list', array($params), "Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1ListAlertsResponse");
}
/**
* Restores, or "undeletes", an alert that was marked for deletion within the
@@ -149,14 +149,14 @@ public function listAlerts($optParams = array())
* alert which has not been marked for deletion has no effect. (alerts.undelete)
*
* @param string $alertId Required. The identifier of the alert to undelete.
- * @param Google_Service_AlertCenter_UndeleteAlertRequest $postBody
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1UndeleteAlertRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_AlertCenter_Alert
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Alert
*/
- public function undelete($alertId, Google_Service_AlertCenter_UndeleteAlertRequest $postBody, $optParams = array())
+ public function undelete($alertId, Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1UndeleteAlertRequest $postBody, $optParams = array())
{
$params = array('alertId' => $alertId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('undelete', array($params), "Google_Service_AlertCenter_Alert");
+ return $this->call('undelete', array($params), "Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Alert");
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/AlertsFeedback.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/AlertsFeedback.php
index 5478330f3469..e71d09c026d7 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/AlertsFeedback.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/AlertsFeedback.php
@@ -33,19 +33,19 @@ class Google_Service_AlertCenter_Resource_AlertsFeedback extends Google_Service_
*
* @param string $alertId Required. The identifier of the alert this feedback
* belongs to.
- * @param Google_Service_AlertCenter_AlertFeedback $postBody
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertFeedback $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string customerId Optional. The unique identifier of the Google
* Workspace organization account of the customer the alert is associated with.
* Inferred from the caller identity if not provided.
- * @return Google_Service_AlertCenter_AlertFeedback
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertFeedback
*/
- public function create($alertId, Google_Service_AlertCenter_AlertFeedback $postBody, $optParams = array())
+ public function create($alertId, Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertFeedback $postBody, $optParams = array())
{
$params = array('alertId' => $alertId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('create', array($params), "Google_Service_AlertCenter_AlertFeedback");
+ return $this->call('create', array($params), "Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1AlertFeedback");
}
/**
* Lists all the feedback for an alert. Attempting to list feedbacks for a non-
@@ -62,12 +62,12 @@ public function create($alertId, Google_Service_AlertCenter_AlertFeedback $postB
* feedback results. For more details, see [Query filters](/admin-
* sdk/alertcenter/guides/query-filters) and [Supported query filter fields
* ](/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
- * @return Google_Service_AlertCenter_ListAlertFeedbackResponse
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1ListAlertFeedbackResponse
*/
public function listAlertsFeedback($alertId, $optParams = array())
{
$params = array('alertId' => $alertId);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_AlertCenter_ListAlertFeedbackResponse");
+ return $this->call('list', array($params), "Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1ListAlertFeedbackResponse");
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/V1beta1.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/V1beta1.php
index cd235ff7edb5..e49f5c47a664 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/V1beta1.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AlertCenter/Resource/V1beta1.php
@@ -33,29 +33,29 @@ class Google_Service_AlertCenter_Resource_V1beta1 extends Google_Service_Resourc
* @opt_param string customerId Optional. The unique identifier of the Google
* Workspace organization account of the customer the alert settings are
* associated with. Inferred from the caller identity if not provided.
- * @return Google_Service_AlertCenter_Settings
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Settings
*/
public function getSettings($optParams = array())
{
$params = array();
$params = array_merge($params, $optParams);
- return $this->call('getSettings', array($params), "Google_Service_AlertCenter_Settings");
+ return $this->call('getSettings', array($params), "Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Settings");
}
/**
* Updates the customer-level settings. (v1beta1.updateSettings)
*
- * @param Google_Service_AlertCenter_Settings $postBody
+ * @param Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Settings $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string customerId Optional. The unique identifier of the Google
* Workspace organization account of the customer the alert settings are
* associated with. Inferred from the caller identity if not provided.
- * @return Google_Service_AlertCenter_Settings
+ * @return Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Settings
*/
- public function updateSettings(Google_Service_AlertCenter_Settings $postBody, $optParams = array())
+ public function updateSettings(Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Settings $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('updateSettings', array($params), "Google_Service_AlertCenter_Settings");
+ return $this->call('updateSettings', array($params), "Google_Service_AlertCenter_GoogleAppsAlertcenterV1beta1Settings");
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData.php
index d02812ffb38b..eb20db833a0e 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData.php
@@ -16,7 +16,7 @@
*/
/**
- * Service definition for AnalyticsData (v1alpha).
+ * Service definition for AnalyticsData (v1beta).
*
* * Accesses report data in Google Analytics.
@@ -38,7 +38,6 @@ class Google_Service_AnalyticsData extends Google_Service "https://www.googleapis.com/auth/analytics.readonly"; public $properties; - public $v1alpha; /** * Constructs the internal representation of the AnalyticsData service. @@ -52,7 +51,7 @@ public function __construct(Google_Client $client, $rootUrl = null) $this->rootUrl = $rootUrl ?: 'https://analyticsdata.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; - $this->version = 'v1alpha'; + $this->version = 'v1beta'; $this->serviceName = 'analyticsdata'; $this->properties = new Google_Service_AnalyticsData_Resource_Properties( @@ -61,8 +60,28 @@ public function __construct(Google_Client $client, $rootUrl = null) 'properties', array( 'methods' => array( - 'getMetadata' => array( - 'path' => 'v1alpha/{+name}', + 'batchRunPivotReports' => array( + 'path' => 'v1beta/{+property}:batchRunPivotReports', + 'httpMethod' => 'POST', + 'parameters' => array( + 'property' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'batchRunReports' => array( + 'path' => 'v1beta/{+property}:batchRunReports', + 'httpMethod' => 'POST', + 'parameters' => array( + 'property' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getMetadata' => array( + 'path' => 'v1beta/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -71,8 +90,8 @@ public function __construct(Google_Client $client, $rootUrl = null) 'required' => true, ), ), - ),'runRealtimeReport' => array( - 'path' => 'v1alpha/{+property}:runRealtimeReport', + ),'runPivotReport' => array( + 'path' => 'v1beta/{+property}:runPivotReport', 'httpMethod' => 'POST', 'parameters' => array( 'property' => array( @@ -81,32 +100,26 @@ public function __construct(Google_Client $client, $rootUrl = null) 'required' => true, ), ), - ), - ) - ) - ); - $this->v1alpha = new Google_Service_AnalyticsData_Resource_V1alpha( - $this, - $this->serviceName, - 'v1alpha', - array( - 'methods' => array( - 'batchRunPivotReports' => array( - 'path' => 'v1alpha:batchRunPivotReports', - 'httpMethod' => 'POST', - 'parameters' => array(), - ),'batchRunReports' => array( - 'path' => 'v1alpha:batchRunReports', - 'httpMethod' => 'POST', - 'parameters' => array(), - ),'runPivotReport' => array( - 'path' => 'v1alpha:runPivotReport', + ),'runRealtimeReport' => array( + 'path' => 'v1beta/{+property}:runRealtimeReport', 'httpMethod' => 'POST', - 'parameters' => array(), + 'parameters' => array( + 'property' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'runReport' => array( - 'path' => 'v1alpha:runReport', + 'path' => 'v1beta/{+property}:runReport', 'httpMethod' => 'POST', - 'parameters' => array(), + 'parameters' => array( + 'property' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ), ) ) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunPivotReportsRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunPivotReportsRequest.php index b777f5676d70..2a51fcc62740 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunPivotReportsRequest.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunPivotReportsRequest.php @@ -18,25 +18,9 @@ class Google_Service_AnalyticsData_BatchRunPivotReportsRequest extends Google_Collection { protected $collection_key = 'requests'; - protected $entityType = 'Google_Service_AnalyticsData_Entity'; - protected $entityDataType = ''; protected $requestsType = 'Google_Service_AnalyticsData_RunPivotReportRequest'; protected $requestsDataType = 'array'; - /** - * @param Google_Service_AnalyticsData_Entity - */ - public function setEntity(Google_Service_AnalyticsData_Entity $entity) - { - $this->entity = $entity; - } - /** - * @return Google_Service_AnalyticsData_Entity - */ - public function getEntity() - { - return $this->entity; - } /** * @param Google_Service_AnalyticsData_RunPivotReportRequest[] */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunReportsRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunReportsRequest.php index 669835ef5b9c..453c20e3da05 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunReportsRequest.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/BatchRunReportsRequest.php @@ -18,25 +18,9 @@ class Google_Service_AnalyticsData_BatchRunReportsRequest extends Google_Collection { protected $collection_key = 'requests'; - protected $entityType = 'Google_Service_AnalyticsData_Entity'; - protected $entityDataType = ''; protected $requestsType = 'Google_Service_AnalyticsData_RunReportRequest'; protected $requestsDataType = 'array'; - /** - * @param Google_Service_AnalyticsData_Entity - */ - public function setEntity(Google_Service_AnalyticsData_Entity $entity) - { - $this->entity = $entity; - } - /** - * @return Google_Service_AnalyticsData_Entity - */ - public function getEntity() - { - return $this->entity; - } /** * @param Google_Service_AnalyticsData_RunReportRequest[] */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/Resource/Properties.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/Resource/Properties.php index c382c0d80a47..1302516cdcc7 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/Resource/Properties.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/Resource/Properties.php @@ -25,6 +25,48 @@ */ class Google_Service_AnalyticsData_Resource_Properties extends Google_Service_Resource { + /** + * Returns multiple pivot reports in a batch. All reports must be for the same + * GA4 Property. (properties.batchRunPivotReports) + * + * @param string $property A Google Analytics GA4 property identifier whose + * events are tracked. Specified in the URL path and not the body. To learn + * more, see [where to find your Property + * ID](https://developers.google.com/analytics/devguides/reporting/data/v1 + * /property-id). This property must be specified for the batch. The property + * within RunPivotReportRequest may either be unspecified or consistent with + * this property. Example: properties/1234 + * @param Google_Service_AnalyticsData_BatchRunPivotReportsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AnalyticsData_BatchRunPivotReportsResponse + */ + public function batchRunPivotReports($property, Google_Service_AnalyticsData_BatchRunPivotReportsRequest $postBody, $optParams = array()) + { + $params = array('property' => $property, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchRunPivotReports', array($params), "Google_Service_AnalyticsData_BatchRunPivotReportsResponse"); + } + /** + * Returns multiple reports in a batch. All reports must be for the same GA4 + * Property. (properties.batchRunReports) + * + * @param string $property A Google Analytics GA4 property identifier whose + * events are tracked. Specified in the URL path and not the body. To learn + * more, see [where to find your Property + * ID](https://developers.google.com/analytics/devguides/reporting/data/v1 + * /property-id). This property must be specified for the batch. The property + * within RunReportRequest may either be unspecified or consistent with this + * property. Example: properties/1234 + * @param Google_Service_AnalyticsData_BatchRunReportsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AnalyticsData_BatchRunReportsResponse + */ + public function batchRunReports($property, Google_Service_AnalyticsData_BatchRunReportsRequest $postBody, $optParams = array()) + { + $params = array('property' => $property, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchRunReports', array($params), "Google_Service_AnalyticsData_BatchRunReportsResponse"); + } /** * Returns metadata for dimensions and metrics available in reporting methods. * Used to explore the dimensions and metrics. In this method, a Google @@ -53,6 +95,30 @@ public function getMetadata($name, $optParams = array()) $params = array_merge($params, $optParams); return $this->call('getMetadata', array($params), "Google_Service_AnalyticsData_Metadata"); } + /** + * Returns a customized pivot report of your Google Analytics event data. Pivot + * reports are more advanced and expressive formats than regular reports. In a + * pivot report, dimensions are only visible if they are included in a pivot. + * Multiple pivots can be specified to further dissect your data. + * (properties.runPivotReport) + * + * @param string $property A Google Analytics GA4 property identifier whose + * events are tracked. Specified in the URL path and not the body. To learn + * more, see [where to find your Property + * ID](https://developers.google.com/analytics/devguides/reporting/data/v1 + * /property-id). Within a batch request, this property should either be + * unspecified or consistent with the batch-level property. Example: + * properties/1234 + * @param Google_Service_AnalyticsData_RunPivotReportRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AnalyticsData_RunPivotReportResponse + */ + public function runPivotReport($property, Google_Service_AnalyticsData_RunPivotReportRequest $postBody, $optParams = array()) + { + $params = array('property' => $property, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('runPivotReport', array($params), "Google_Service_AnalyticsData_RunPivotReportResponse"); + } /** * The Google Analytics Realtime API returns a customized report of realtime * event data for your property. These reports show events and usage from the @@ -73,4 +139,30 @@ public function runRealtimeReport($property, Google_Service_AnalyticsData_RunRea $params = array_merge($params, $optParams); return $this->call('runRealtimeReport', array($params), "Google_Service_AnalyticsData_RunRealtimeReportResponse"); } + /** + * Returns a customized report of your Google Analytics event data. Reports + * contain statistics derived from data collected by the Google Analytics + * tracking code. The data returned from the API is as a table with columns for + * the requested dimensions and metrics. Metrics are individual measurements of + * user activity on your property, such as active users or event count. + * Dimensions break down metrics across some common criteria, such as country or + * event name. (properties.runReport) + * + * @param string $property A Google Analytics GA4 property identifier whose + * events are tracked. Specified in the URL path and not the body. To learn + * more, see [where to find your Property + * ID](https://developers.google.com/analytics/devguides/reporting/data/v1 + * /property-id). Within a batch request, this property should either be + * unspecified or consistent with the batch-level property. Example: + * properties/1234 + * @param Google_Service_AnalyticsData_RunReportRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_AnalyticsData_RunReportResponse + */ + public function runReport($property, Google_Service_AnalyticsData_RunReportRequest $postBody, $optParams = array()) + { + $params = array('property' => $property, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('runReport', array($params), "Google_Service_AnalyticsData_RunReportResponse"); + } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/RunPivotReportRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/RunPivotReportRequest.php index 01a713bffebe..1a574b92104c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/RunPivotReportRequest.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/RunPivotReportRequest.php @@ -27,8 +27,6 @@ class Google_Service_AnalyticsData_RunPivotReportRequest extends Google_Collecti protected $dimensionFilterDataType = ''; protected $dimensionsType = 'Google_Service_AnalyticsData_Dimension'; protected $dimensionsDataType = 'array'; - protected $entityType = 'Google_Service_AnalyticsData_Entity'; - protected $entityDataType = ''; public $keepEmptyRows; protected $metricFilterType = 'Google_Service_AnalyticsData_FilterExpression'; protected $metricFilterDataType = ''; @@ -36,6 +34,7 @@ class Google_Service_AnalyticsData_RunPivotReportRequest extends Google_Collecti protected $metricsDataType = 'array'; protected $pivotsType = 'Google_Service_AnalyticsData_Pivot'; protected $pivotsDataType = 'array'; + public $property; public $returnPropertyQuota; /** @@ -102,20 +101,6 @@ public function getDimensions() { return $this->dimensions; } - /** - * @param Google_Service_AnalyticsData_Entity - */ - public function setEntity(Google_Service_AnalyticsData_Entity $entity) - { - $this->entity = $entity; - } - /** - * @return Google_Service_AnalyticsData_Entity - */ - public function getEntity() - { - return $this->entity; - } public function setKeepEmptyRows($keepEmptyRows) { $this->keepEmptyRows = $keepEmptyRows; @@ -166,6 +151,14 @@ public function getPivots() { return $this->pivots; } + public function setProperty($property) + { + $this->property = $property; + } + public function getProperty() + { + return $this->property; + } public function setReturnPropertyQuota($returnPropertyQuota) { $this->returnPropertyQuota = $returnPropertyQuota; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/RunReportRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/RunReportRequest.php index 8ac768c7e883..830bf011c9d7 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/RunReportRequest.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/RunReportRequest.php @@ -27,8 +27,6 @@ class Google_Service_AnalyticsData_RunReportRequest extends Google_Collection protected $dimensionFilterDataType = ''; protected $dimensionsType = 'Google_Service_AnalyticsData_Dimension'; protected $dimensionsDataType = 'array'; - protected $entityType = 'Google_Service_AnalyticsData_Entity'; - protected $entityDataType = ''; public $keepEmptyRows; public $limit; public $metricAggregations; @@ -39,6 +37,7 @@ class Google_Service_AnalyticsData_RunReportRequest extends Google_Collection public $offset; protected $orderBysType = 'Google_Service_AnalyticsData_OrderBy'; protected $orderBysDataType = 'array'; + public $property; public $returnPropertyQuota; /** @@ -105,20 +104,6 @@ public function getDimensions() { return $this->dimensions; } - /** - * @param Google_Service_AnalyticsData_Entity - */ - public function setEntity(Google_Service_AnalyticsData_Entity $entity) - { - $this->entity = $entity; - } - /** - * @return Google_Service_AnalyticsData_Entity - */ - public function getEntity() - { - return $this->entity; - } public function setKeepEmptyRows($keepEmptyRows) { $this->keepEmptyRows = $keepEmptyRows; @@ -193,6 +178,14 @@ public function getOrderBys() { return $this->orderBys; } + public function setProperty($property) + { + $this->property = $property; + } + public function getProperty() + { + return $this->property; + } public function setReturnPropertyQuota($returnPropertyQuota) { $this->returnPropertyQuota = $returnPropertyQuota; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpec.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpec.php index f39c42e8e9de..ec6d69d2c1fe 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpec.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpec.php @@ -30,6 +30,8 @@ class Google_Service_AndroidEnterprise_AdministratorWebTokenSpec extends Google_ protected $storeBuilderDataType = ''; protected $webAppsType = 'Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps'; protected $webAppsDataType = ''; + protected $zeroTouchType = 'Google_Service_AndroidEnterprise_AdministratorWebTokenSpecZeroTouch'; + protected $zeroTouchDataType = ''; /** * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecManagedConfigurations @@ -117,4 +119,18 @@ public function getWebApps() { return $this->webApps; } + /** + * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecZeroTouch + */ + public function setZeroTouch(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecZeroTouch $zeroTouch) + { + $this->zeroTouch = $zeroTouch; + } + /** + * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecZeroTouch + */ + public function getZeroTouch() + { + return $this->zeroTouch; + } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecZeroTouch.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecZeroTouch.php new file mode 100644 index 000000000000..7801ec56c341 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/AdministratorWebTokenSpecZeroTouch.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidManagement/AdvancedSecurityOverrides.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidManagement/AdvancedSecurityOverrides.php index 8887c5617422..3171adcb6aa8 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidManagement/AdvancedSecurityOverrides.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidManagement/AdvancedSecurityOverrides.php @@ -18,6 +18,8 @@ class Google_Service_AndroidManagement_AdvancedSecurityOverrides extends Google_Model { public $commonCriteriaMode; + public $developerSettings; + public $googlePlayProtectVerifyApps; public $untrustedAppsPolicy; public function setCommonCriteriaMode($commonCriteriaMode) @@ -28,6 +30,22 @@ public function getCommonCriteriaMode() { return $this->commonCriteriaMode; } + public function setDeveloperSettings($developerSettings) + { + $this->developerSettings = $developerSettings; + } + public function getDeveloperSettings() + { + return $this->developerSettings; + } + public function setGooglePlayProtectVerifyApps($googlePlayProtectVerifyApps) + { + $this->googlePlayProtectVerifyApps = $googlePlayProtectVerifyApps; + } + public function getGooglePlayProtectVerifyApps() + { + return $this->googlePlayProtectVerifyApps; + } public function setUntrustedAppsPolicy($untrustedAppsPolicy) { $this->untrustedAppsPolicy = $untrustedAppsPolicy; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher.php index 34607a022f54..943c09526319 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher.php @@ -88,6 +88,10 @@ public function __construct(Google_Client $client, $rootUrl = null) 'type' => 'string', 'required' => true, ), + 'changesNotSentForReview' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'delete' => array( 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}', diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.php index b66780b9077e..fe59062e6216 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidPublisher/Resource/Edits.php @@ -31,6 +31,11 @@ class Google_Service_AndroidPublisher_Resource_Edits extends Google_Service_Reso * @param string $packageName Package name of the app. * @param string $editId Identifier of the edit. * @param array $optParams Optional parameters. + * + * @opt_param bool changesNotSentForReview Indicates that the changes in this + * edit will not be reviewed until they are explicitly sent for review from the + * Google Play Console UI. These changes will be added to any other changes that + * are not yet sent for review. * @return Google_Service_AndroidPublisher_AppEdit */ public function commit($packageName, $editId, $optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService.php new file mode 100644 index 000000000000..2118f7774bfa --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService.php @@ -0,0 +1,213 @@ + + * Manages the API keys associated with developer projects. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_ApiKeysService extends Google_Service +{ + /** See, edit, configure, and delete your Google Cloud Platform data. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + /** View your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM_READ_ONLY = + "https://www.googleapis.com/auth/cloud-platform.read-only"; + + public $keys; + public $operations; + public $projects_locations_keys; + + /** + * Constructs the internal representation of the ApiKeysService 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://apikeys.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v2'; + $this->serviceName = 'apikeys'; + + $this->keys = new Google_Service_ApiKeysService_Resource_Keys( + $this, + $this->serviceName, + 'keys', + array( + 'methods' => array( + 'lookupKey' => array( + 'path' => 'v2/keys:lookupKey', + 'httpMethod' => 'GET', + 'parameters' => array( + 'keyString' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->operations = new Google_Service_ApiKeysService_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_keys = new Google_Service_ApiKeysService_Resource_ProjectsLocationsKeys( + $this, + $this->serviceName, + 'keys', + array( + 'methods' => array( + 'clone' => array( + 'path' => 'v2/{+name}:clone', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v2/{+parent}/keys', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'keyId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'etag' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getKeyString' => array( + 'path' => 'v2/{+name}/keyString', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+parent}/keys', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'undelete' => array( + 'path' => 'v2/{+name}:undelete', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Operation.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Operation.php new file mode 100644 index 000000000000..5372e15e411b --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_ApiKeysService_Status + */ + public function setError(Google_Service_ApiKeysService_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_ApiKeysService_Status + */ + public function getError() + { + return $this->error; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setResponse($response) + { + $this->response = $response; + } + public function getResponse() + { + return $this->response; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Keys.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Keys.php new file mode 100644 index 000000000000..9d3853e405e7 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Keys.php @@ -0,0 +1,46 @@ + + * $apikeysService = new Google_Service_ApiKeysService(...); + * $keys = $apikeysService->keys; + * + */ +class Google_Service_ApiKeysService_Resource_Keys extends Google_Service_Resource +{ + /** + * Find the parent project and resource name of the API key that matches the key + * string in the request. If the API key has been purged, resource name will not + * be set. The service account must have the `apikeys.keys.lookup` permission on + * the parent project. (keys.lookupKey) + * + * @param array $optParams Optional parameters. + * + * @opt_param string keyString Required. Finds the project that owns the key + * string value. + * @return Google_Service_ApiKeysService_V2LookupKeyResponse + */ + public function lookupKey($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('lookupKey', array($params), "Google_Service_ApiKeysService_V2LookupKeyResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Payments.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Operations.php similarity index 51% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Payments.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Operations.php index d536f28c5fde..533d246acf89 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Payments.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Operations.php @@ -16,25 +16,28 @@ */ /** - * The "payments" collection of methods. + * The "operations" collection of methods. * Typical usage is: *
- * $adsenseService = new Google_Service_AdSense(...);
- * $payments = $adsenseService->payments;
+ * $apikeysService = new Google_Service_ApiKeysService(...);
+ * $operations = $apikeysService->operations;
*
*/
-class Google_Service_AdSense_Resource_Payments extends Google_Service_Resource
+class Google_Service_ApiKeysService_Resource_Operations extends Google_Service_Resource
{
/**
- * List the payments for this AdSense account. (payments.listPayments)
+ * Gets the latest state of a long-running operation. Clients can use this
+ * method to poll the operation result at intervals as recommended by the API
+ * service. (operations.get)
*
+ * @param string $name The name of the operation resource.
* @param array $optParams Optional parameters.
- * @return Google_Service_AdSense_Payments
+ * @return Google_Service_ApiKeysService_Operation
*/
- public function listPayments($optParams = array())
+ public function get($name, $optParams = array())
{
- $params = array();
+ $params = array('name' => $name);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_AdSense_Payments");
+ return $this->call('get', array($params), "Google_Service_ApiKeysService_Operation");
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Projects.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Projects.php
new file mode 100644
index 000000000000..d094b08898c2
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/Projects.php
@@ -0,0 +1,28 @@
+
+ * $apikeysService = new Google_Service_ApiKeysService(...);
+ * $projects = $apikeysService->projects;
+ *
+ */
+class Google_Service_ApiKeysService_Resource_Projects extends Google_Service_Resource
+{
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/ProjectsLocations.php
new file mode 100644
index 000000000000..71ed2d055901
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/ProjectsLocations.php
@@ -0,0 +1,28 @@
+
+ * $apikeysService = new Google_Service_ApiKeysService(...);
+ * $locations = $apikeysService->locations;
+ *
+ */
+class Google_Service_ApiKeysService_Resource_ProjectsLocations extends Google_Service_Resource
+{
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/ProjectsLocationsKeys.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/ProjectsLocationsKeys.php
new file mode 100644
index 000000000000..1b6ede528866
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Resource/ProjectsLocationsKeys.php
@@ -0,0 +1,184 @@
+
+ * $apikeysService = new Google_Service_ApiKeysService(...);
+ * $keys = $apikeysService->keys;
+ *
+ */
+class Google_Service_ApiKeysService_Resource_ProjectsLocationsKeys extends Google_Service_Resource
+{
+ /**
+ * Clones the existing key's restriction and display name to a new API key. The
+ * service account must have the `apikeys.keys.get` and `apikeys.keys.create`
+ * permissions in the project. NOTE: Key is a global resource; hence the only
+ * supported value for location is `global`. (keys.cloneProjectsLocationsKeys)
+ *
+ * @param string $name Required. The resource name of the API key to be cloned
+ * in the same project.
+ * @param Google_Service_ApiKeysService_V2CloneKeyRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ApiKeysService_Operation
+ */
+ public function cloneProjectsLocationsKeys($name, Google_Service_ApiKeysService_V2CloneKeyRequest $postBody, $optParams = array())
+ {
+ $params = array('name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('clone', array($params), "Google_Service_ApiKeysService_Operation");
+ }
+ /**
+ * Creates a new API key. NOTE: Key is a global resource; hence the only
+ * supported value for location is `global`. (keys.create)
+ *
+ * @param string $parent Required. The project in which the API key is created.
+ * @param Google_Service_ApiKeysService_V2Key $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string keyId User specified key id (optional). If specified, it
+ * will become the final component of the key resource name. The id must be
+ * unique within the project, must conform with RFC-1034, is restricted to
+ * lower-cased letters, and has a maximum length of 63 characters. In another
+ * word, the id must match the regular expression:
+ * `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`. The id must NOT be a UUID-like string.
+ * @return Google_Service_ApiKeysService_Operation
+ */
+ public function create($parent, Google_Service_ApiKeysService_V2Key $postBody, $optParams = array())
+ {
+ $params = array('parent' => $parent, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_ApiKeysService_Operation");
+ }
+ /**
+ * Deletes an API key. Deleted key can be retrieved within 30 days of deletion.
+ * Afterward, key will be purged from the project. NOTE: Key is a global
+ * resource; hence the only supported value for location is `global`.
+ * (keys.delete)
+ *
+ * @param string $name Required. The resource name of the API key to be deleted.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string etag Optional. The etag known to the client for the
+ * expected state of the key. This is to be used for optimistic concurrency.
+ * @return Google_Service_ApiKeysService_Operation
+ */
+ public function delete($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_ApiKeysService_Operation");
+ }
+ /**
+ * Gets the metadata for an API key. The key string of the API key isn't
+ * included in the response. NOTE: Key is a global resource; hence the only
+ * supported value for location is `global`. (keys.get)
+ *
+ * @param string $name Required. The resource name of the API key to get.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ApiKeysService_V2Key
+ */
+ public function get($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_ApiKeysService_V2Key");
+ }
+ /**
+ * Get the key string for an API key. NOTE: Key is a global resource; hence the
+ * only supported value for location is `global`. (keys.getKeyString)
+ *
+ * @param string $name Required. The resource name of the API key to be
+ * retrieved.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ApiKeysService_V2GetKeyStringResponse
+ */
+ public function getKeyString($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('getKeyString', array($params), "Google_Service_ApiKeysService_V2GetKeyStringResponse");
+ }
+ /**
+ * Lists the API keys owned by a project. The key string of the API key isn't
+ * included in the response. NOTE: Key is a global resource; hence the only
+ * supported value for location is `global`. (keys.listProjectsLocationsKeys)
+ *
+ * @param string $parent Required. Lists all API keys associated with this
+ * project.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. Only list keys that conform to the
+ * specified filter. The allowed filter strings are `state:ACTIVE` and
+ * `state:DELETED`. By default, ListKeys returns only active keys.
+ * @opt_param int pageSize Optional. Specifies the maximum number of results to
+ * be returned at a time.
+ * @opt_param string pageToken Optional. Requests a specific page of results.
+ * @return Google_Service_ApiKeysService_V2ListKeysResponse
+ */
+ public function listProjectsLocationsKeys($parent, $optParams = array())
+ {
+ $params = array('parent' => $parent);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_ApiKeysService_V2ListKeysResponse");
+ }
+ /**
+ * Patches the modifiable fields of an API key. The key string of the API key
+ * isn't included in the response. NOTE: Key is a global resource; hence the
+ * only supported value for location is `global`. (keys.patch)
+ *
+ * @param string $name Output only. The resource name of the key. The `name` has
+ * the form: `projects//locations/global/keys/`. For example:
+ * `projects/123456867718/locations/global/keys/b7ff1f9f-8275-410a-94dd-
+ * 3855ee9b5dd2` NOTE: Key is a global resource; hence the only supported value
+ * for location is `global`.
+ * @param Google_Service_ApiKeysService_V2Key $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string updateMask The field mask specifies which fields to be
+ * updated as part of this request. All other fields are ignored. Mutable fields
+ * are: `display_name` and `restrictions`. If an update mask is not provided,
+ * the service treats it as an implied mask equivalent to all allowed fields
+ * that are set on the wire. If the field mask has a special value "*", the
+ * service treats it equivalent to replace all allowed mutable fields.
+ * @return Google_Service_ApiKeysService_Operation
+ */
+ public function patch($name, Google_Service_ApiKeysService_V2Key $postBody, $optParams = array())
+ {
+ $params = array('name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_ApiKeysService_Operation");
+ }
+ /**
+ * Undeletes an API key which was deleted within 30 days. NOTE: Key is a global
+ * resource; hence the only supported value for location is `global`.
+ * (keys.undelete)
+ *
+ * @param string $name Required. The resource name of the API key to be
+ * undeleted.
+ * @param Google_Service_ApiKeysService_V2UndeleteKeyRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ApiKeysService_Operation
+ */
+ public function undelete($name, Google_Service_ApiKeysService_V2UndeleteKeyRequest $postBody, $optParams = array())
+ {
+ $params = array('name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('undelete', array($params), "Google_Service_ApiKeysService_Operation");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Status.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Status.php
new file mode 100644
index 000000000000..5adef125e466
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/Status.php
@@ -0,0 +1,49 @@
+code = $code;
+ }
+ public function getCode()
+ {
+ return $this->code;
+ }
+ public function setDetails($details)
+ {
+ $this->details = $details;
+ }
+ public function getDetails()
+ {
+ return $this->details;
+ }
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2AndroidApplication.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2AndroidApplication.php
new file mode 100644
index 000000000000..38f097737339
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2AndroidApplication.php
@@ -0,0 +1,39 @@
+packageName = $packageName;
+ }
+ public function getPackageName()
+ {
+ return $this->packageName;
+ }
+ public function setSha1Fingerprint($sha1Fingerprint)
+ {
+ $this->sha1Fingerprint = $sha1Fingerprint;
+ }
+ public function getSha1Fingerprint()
+ {
+ return $this->sha1Fingerprint;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2AndroidKeyRestrictions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2AndroidKeyRestrictions.php
new file mode 100644
index 000000000000..94efc49cf0df
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2AndroidKeyRestrictions.php
@@ -0,0 +1,38 @@
+allowedApplications = $allowedApplications;
+ }
+ /**
+ * @return Google_Service_ApiKeysService_V2AndroidApplication[]
+ */
+ public function getAllowedApplications()
+ {
+ return $this->allowedApplications;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2ApiTarget.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2ApiTarget.php
new file mode 100644
index 000000000000..5b31dad3f1e8
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2ApiTarget.php
@@ -0,0 +1,40 @@
+methods = $methods;
+ }
+ public function getMethods()
+ {
+ return $this->methods;
+ }
+ public function setService($service)
+ {
+ $this->service = $service;
+ }
+ public function getService()
+ {
+ return $this->service;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2BrowserKeyRestrictions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2BrowserKeyRestrictions.php
new file mode 100644
index 000000000000..d511a6c43929
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2BrowserKeyRestrictions.php
@@ -0,0 +1,31 @@
+allowedReferrers = $allowedReferrers;
+ }
+ public function getAllowedReferrers()
+ {
+ return $this->allowedReferrers;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2CloneKeyRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2CloneKeyRequest.php
new file mode 100644
index 000000000000..f772f9026c1f
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2CloneKeyRequest.php
@@ -0,0 +1,30 @@
+keyId = $keyId;
+ }
+ public function getKeyId()
+ {
+ return $this->keyId;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2GetKeyStringResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2GetKeyStringResponse.php
new file mode 100644
index 000000000000..b263b150f053
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2GetKeyStringResponse.php
@@ -0,0 +1,30 @@
+keyString = $keyString;
+ }
+ public function getKeyString()
+ {
+ return $this->keyString;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2IosKeyRestrictions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2IosKeyRestrictions.php
new file mode 100644
index 000000000000..93ad3aa4bbf1
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2IosKeyRestrictions.php
@@ -0,0 +1,31 @@
+allowedBundleIds = $allowedBundleIds;
+ }
+ public function getAllowedBundleIds()
+ {
+ return $this->allowedBundleIds;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2Key.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2Key.php
new file mode 100644
index 000000000000..8400901c4a9a
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2Key.php
@@ -0,0 +1,109 @@
+createTime = $createTime;
+ }
+ public function getCreateTime()
+ {
+ return $this->createTime;
+ }
+ public function setDeleteTime($deleteTime)
+ {
+ $this->deleteTime = $deleteTime;
+ }
+ public function getDeleteTime()
+ {
+ return $this->deleteTime;
+ }
+ public function setDisplayName($displayName)
+ {
+ $this->displayName = $displayName;
+ }
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+ public function setEtag($etag)
+ {
+ $this->etag = $etag;
+ }
+ public function getEtag()
+ {
+ return $this->etag;
+ }
+ public function setKeyString($keyString)
+ {
+ $this->keyString = $keyString;
+ }
+ public function getKeyString()
+ {
+ return $this->keyString;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ /**
+ * @param Google_Service_ApiKeysService_V2Restrictions
+ */
+ public function setRestrictions(Google_Service_ApiKeysService_V2Restrictions $restrictions)
+ {
+ $this->restrictions = $restrictions;
+ }
+ /**
+ * @return Google_Service_ApiKeysService_V2Restrictions
+ */
+ public function getRestrictions()
+ {
+ return $this->restrictions;
+ }
+ public function setUid($uid)
+ {
+ $this->uid = $uid;
+ }
+ public function getUid()
+ {
+ return $this->uid;
+ }
+ public function setUpdateTime($updateTime)
+ {
+ $this->updateTime = $updateTime;
+ }
+ public function getUpdateTime()
+ {
+ return $this->updateTime;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2ListKeysResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2ListKeysResponse.php
new file mode 100644
index 000000000000..cce68e0d680c
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2ListKeysResponse.php
@@ -0,0 +1,47 @@
+keys = $keys;
+ }
+ /**
+ * @return Google_Service_ApiKeysService_V2Key[]
+ */
+ public function getKeys()
+ {
+ return $this->keys;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2LookupKeyResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2LookupKeyResponse.php
new file mode 100644
index 000000000000..9267a4c1beda
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2LookupKeyResponse.php
@@ -0,0 +1,39 @@
+name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setParent($parent)
+ {
+ $this->parent = $parent;
+ }
+ public function getParent()
+ {
+ return $this->parent;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2Restrictions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2Restrictions.php
new file mode 100644
index 000000000000..615acd45c9a7
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2Restrictions.php
@@ -0,0 +1,102 @@
+androidKeyRestrictions = $androidKeyRestrictions;
+ }
+ /**
+ * @return Google_Service_ApiKeysService_V2AndroidKeyRestrictions
+ */
+ public function getAndroidKeyRestrictions()
+ {
+ return $this->androidKeyRestrictions;
+ }
+ /**
+ * @param Google_Service_ApiKeysService_V2ApiTarget[]
+ */
+ public function setApiTargets($apiTargets)
+ {
+ $this->apiTargets = $apiTargets;
+ }
+ /**
+ * @return Google_Service_ApiKeysService_V2ApiTarget[]
+ */
+ public function getApiTargets()
+ {
+ return $this->apiTargets;
+ }
+ /**
+ * @param Google_Service_ApiKeysService_V2BrowserKeyRestrictions
+ */
+ public function setBrowserKeyRestrictions(Google_Service_ApiKeysService_V2BrowserKeyRestrictions $browserKeyRestrictions)
+ {
+ $this->browserKeyRestrictions = $browserKeyRestrictions;
+ }
+ /**
+ * @return Google_Service_ApiKeysService_V2BrowserKeyRestrictions
+ */
+ public function getBrowserKeyRestrictions()
+ {
+ return $this->browserKeyRestrictions;
+ }
+ /**
+ * @param Google_Service_ApiKeysService_V2IosKeyRestrictions
+ */
+ public function setIosKeyRestrictions(Google_Service_ApiKeysService_V2IosKeyRestrictions $iosKeyRestrictions)
+ {
+ $this->iosKeyRestrictions = $iosKeyRestrictions;
+ }
+ /**
+ * @return Google_Service_ApiKeysService_V2IosKeyRestrictions
+ */
+ public function getIosKeyRestrictions()
+ {
+ return $this->iosKeyRestrictions;
+ }
+ /**
+ * @param Google_Service_ApiKeysService_V2ServerKeyRestrictions
+ */
+ public function setServerKeyRestrictions(Google_Service_ApiKeysService_V2ServerKeyRestrictions $serverKeyRestrictions)
+ {
+ $this->serverKeyRestrictions = $serverKeyRestrictions;
+ }
+ /**
+ * @return Google_Service_ApiKeysService_V2ServerKeyRestrictions
+ */
+ public function getServerKeyRestrictions()
+ {
+ return $this->serverKeyRestrictions;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2ServerKeyRestrictions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2ServerKeyRestrictions.php
new file mode 100644
index 000000000000..def01bea8985
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2ServerKeyRestrictions.php
@@ -0,0 +1,31 @@
+allowedIps = $allowedIps;
+ }
+ public function getAllowedIps()
+ {
+ return $this->allowedIps;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2UndeleteKeyRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2UndeleteKeyRequest.php
new file mode 100644
index 000000000000..f215a706f285
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ApiKeysService/V2UndeleteKeyRequest.php
@@ -0,0 +1,20 @@
+ true,
),
),
+ ),'setAddons' => array(
+ 'path' => 'v1/{+org}:setAddons',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'org' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'setSyncAuthorization' => array(
'path' => 'v1/{+name}:setSyncAuthorization',
'httpMethod' => 'POST',
@@ -442,6 +454,86 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
+ $this->organizations_apiproducts_rateplans = new Google_Service_Apigee_Resource_OrganizationsApiproductsRateplans(
+ $this,
+ $this->serviceName,
+ 'rateplans',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'v1/{+parent}/rateplans',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'parent' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'v1/{+parent}/rateplans',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'parent' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'count' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'expand' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
+ 'orderBy' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'startKey' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'state' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'update' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'PUT',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->organizations_apis = new Google_Service_Apigee_Resource_OrganizationsApis(
$this,
$this->serviceName,
@@ -1234,6 +1326,64 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
+ $this->organizations_developers_subscriptions = new Google_Service_Apigee_Resource_OrganizationsDevelopersSubscriptions(
+ $this,
+ $this->serviceName,
+ 'subscriptions',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'v1/{+parent}/subscriptions',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'parent' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'expire' => array(
+ 'path' => 'v1/{+name}:expire',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'v1/{+parent}/subscriptions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'parent' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'count' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'startKey' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->organizations_envgroups = new Google_Service_Apigee_Resource_OrganizationsEnvgroups(
$this,
$this->serviceName,
@@ -1563,6 +1713,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
+ 'disableCache' => array(
+ 'location' => 'query',
+ 'type' => 'boolean',
+ ),
'type' => array(
'location' => 'query',
'type' => 'string',
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AddonsConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AddonsConfig.php
new file mode 100644
index 000000000000..3e457ae24594
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AddonsConfig.php
@@ -0,0 +1,69 @@
+advancedApiOpsConfig = $advancedApiOpsConfig;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1AdvancedApiOpsConfig
+ */
+ public function getAdvancedApiOpsConfig()
+ {
+ return $this->advancedApiOpsConfig;
+ }
+ /**
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1IntegrationConfig
+ */
+ public function setIntegrationConfig(Google_Service_Apigee_GoogleCloudApigeeV1IntegrationConfig $integrationConfig)
+ {
+ $this->integrationConfig = $integrationConfig;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1IntegrationConfig
+ */
+ public function getIntegrationConfig()
+ {
+ return $this->integrationConfig;
+ }
+ /**
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1MonetizationConfig
+ */
+ public function setMonetizationConfig(Google_Service_Apigee_GoogleCloudApigeeV1MonetizationConfig $monetizationConfig)
+ {
+ $this->monetizationConfig = $monetizationConfig;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1MonetizationConfig
+ */
+ public function getMonetizationConfig()
+ {
+ return $this->monetizationConfig;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AdvancedApiOpsConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AdvancedApiOpsConfig.php
new file mode 100644
index 000000000000..e083af0206ef
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1AdvancedApiOpsConfig.php
@@ -0,0 +1,30 @@
+enabled = $enabled;
+ }
+ public function getEnabled()
+ {
+ return $this->enabled;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperSubscription.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperSubscription.php
new file mode 100644
index 000000000000..f0739de0d6e9
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1DeveloperSubscription.php
@@ -0,0 +1,75 @@
+apiproduct = $apiproduct;
+ }
+ public function getApiproduct()
+ {
+ return $this->apiproduct;
+ }
+ public function setCreatedAt($createdAt)
+ {
+ $this->createdAt = $createdAt;
+ }
+ public function getCreatedAt()
+ {
+ return $this->createdAt;
+ }
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setLastModifiedAt($lastModifiedAt)
+ {
+ $this->lastModifiedAt = $lastModifiedAt;
+ }
+ public function getLastModifiedAt()
+ {
+ return $this->lastModifiedAt;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest.php
new file mode 100644
index 000000000000..7c1273a60b41
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest.php
@@ -0,0 +1,20 @@
+operation;
}
- public function setOperationType($operationType)
+ public function setOperationTypes($operationTypes)
{
- $this->operationType = $operationType;
+ $this->operationTypes = $operationTypes;
}
- public function getOperationType()
+ public function getOperationTypes()
{
- return $this->operationType;
+ return $this->operationTypes;
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1IntegrationConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1IntegrationConfig.php
new file mode 100644
index 000000000000..b93d509c225b
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1IntegrationConfig.php
@@ -0,0 +1,30 @@
+enabled = $enabled;
+ }
+ public function getEnabled()
+ {
+ return $this->enabled;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse.php
new file mode 100644
index 000000000000..9c40bf259ec9
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse.php
@@ -0,0 +1,47 @@
+developerSubscriptions = $developerSubscriptions;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription[]
+ */
+ public function getDeveloperSubscriptions()
+ {
+ return $this->developerSubscriptions;
+ }
+ public function setNextStartKey($nextStartKey)
+ {
+ $this->nextStartKey = $nextStartKey;
+ }
+ public function getNextStartKey()
+ {
+ return $this->nextStartKey;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php
new file mode 100644
index 000000000000..9867901a5a7c
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1ListRatePlansResponse.php
@@ -0,0 +1,47 @@
+nextStartKey = $nextStartKey;
+ }
+ public function getNextStartKey()
+ {
+ return $this->nextStartKey;
+ }
+ /**
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1RatePlan[]
+ */
+ public function setRatePlans($ratePlans)
+ {
+ $this->ratePlans = $ratePlans;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1RatePlan[]
+ */
+ public function getRatePlans()
+ {
+ return $this->ratePlans;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1MonetizationConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1MonetizationConfig.php
new file mode 100644
index 000000000000..ed7d8cc93a6d
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1MonetizationConfig.php
@@ -0,0 +1,30 @@
+enabled = $enabled;
+ }
+ public function getEnabled()
+ {
+ return $this->enabled;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadata.php
index 353667f4432f..c72c067a36f1 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadata.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadata.php
@@ -18,6 +18,8 @@
class Google_Service_Apigee_GoogleCloudApigeeV1OperationMetadata extends Google_Model
{
public $operationType;
+ protected $progressType = 'Google_Service_Apigee_GoogleCloudApigeeV1OperationMetadataProgress';
+ protected $progressDataType = '';
public $state;
public $targetResourceName;
@@ -29,6 +31,20 @@ public function getOperationType()
{
return $this->operationType;
}
+ /**
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1OperationMetadataProgress
+ */
+ public function setProgress(Google_Service_Apigee_GoogleCloudApigeeV1OperationMetadataProgress $progress)
+ {
+ $this->progress = $progress;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1OperationMetadataProgress
+ */
+ public function getProgress()
+ {
+ return $this->progress;
+ }
public function setState($state)
{
$this->state = $state;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadataProgress.php
similarity index 58%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadataProgress.php
index c33b1b34fa36..0172eb31a72e 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1OperationMetadataProgress.php
@@ -15,21 +15,13 @@
* the License.
*/
-class Google_Service_AdSense_CustomChannelTargetingInfo extends Google_Model
+class Google_Service_Apigee_GoogleCloudApigeeV1OperationMetadataProgress extends Google_Model
{
- public $adsAppearOn;
public $description;
- public $location;
- public $siteLanguage;
+ public $details;
+ public $percentDone;
+ public $state;
- public function setAdsAppearOn($adsAppearOn)
- {
- $this->adsAppearOn = $adsAppearOn;
- }
- public function getAdsAppearOn()
- {
- return $this->adsAppearOn;
- }
public function setDescription($description)
{
$this->description = $description;
@@ -38,20 +30,28 @@ public function getDescription()
{
return $this->description;
}
- public function setLocation($location)
+ public function setDetails($details)
+ {
+ $this->details = $details;
+ }
+ public function getDetails()
+ {
+ return $this->details;
+ }
+ public function setPercentDone($percentDone)
{
- $this->location = $location;
+ $this->percentDone = $percentDone;
}
- public function getLocation()
+ public function getPercentDone()
{
- return $this->location;
+ return $this->percentDone;
}
- public function setSiteLanguage($siteLanguage)
+ public function setState($state)
{
- $this->siteLanguage = $siteLanguage;
+ $this->state = $state;
}
- public function getSiteLanguage()
+ public function getState()
{
- return $this->siteLanguage;
+ return $this->state;
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Organization.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Organization.php
index 84a962082817..2afec3b8c926 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Organization.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1Organization.php
@@ -18,6 +18,8 @@
class Google_Service_Apigee_GoogleCloudApigeeV1Organization extends Google_Collection
{
protected $collection_key = 'environments';
+ protected $addonsConfigType = 'Google_Service_Apigee_GoogleCloudApigeeV1AddonsConfig';
+ protected $addonsConfigDataType = '';
public $analyticsRegion;
public $attributes;
public $authorizedNetwork;
@@ -40,6 +42,20 @@ class Google_Service_Apigee_GoogleCloudApigeeV1Organization extends Google_Colle
public $subscriptionType;
public $type;
+ /**
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1AddonsConfig
+ */
+ public function setAddonsConfig(Google_Service_Apigee_GoogleCloudApigeeV1AddonsConfig $addonsConfig)
+ {
+ $this->addonsConfig = $addonsConfig;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1AddonsConfig
+ */
+ public function getAddonsConfig()
+ {
+ return $this->addonsConfig;
+ }
public function setAnalyticsRegion($analyticsRegion)
{
$this->analyticsRegion = $analyticsRegion;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RatePlan.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RatePlan.php
new file mode 100644
index 000000000000..3f19b5b1af06
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RatePlan.php
@@ -0,0 +1,221 @@
+apiproduct = $apiproduct;
+ }
+ public function getApiproduct()
+ {
+ return $this->apiproduct;
+ }
+ public function setBillingPeriod($billingPeriod)
+ {
+ $this->billingPeriod = $billingPeriod;
+ }
+ public function getBillingPeriod()
+ {
+ return $this->billingPeriod;
+ }
+ /**
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1RateRange[]
+ */
+ public function setConsumptionPricingRates($consumptionPricingRates)
+ {
+ $this->consumptionPricingRates = $consumptionPricingRates;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1RateRange[]
+ */
+ public function getConsumptionPricingRates()
+ {
+ return $this->consumptionPricingRates;
+ }
+ public function setConsumptionPricingType($consumptionPricingType)
+ {
+ $this->consumptionPricingType = $consumptionPricingType;
+ }
+ public function getConsumptionPricingType()
+ {
+ return $this->consumptionPricingType;
+ }
+ public function setCreatedAt($createdAt)
+ {
+ $this->createdAt = $createdAt;
+ }
+ public function getCreatedAt()
+ {
+ return $this->createdAt;
+ }
+ public function setCurrencyCode($currencyCode)
+ {
+ $this->currencyCode = $currencyCode;
+ }
+ public function getCurrencyCode()
+ {
+ return $this->currencyCode;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setDisplayName($displayName)
+ {
+ $this->displayName = $displayName;
+ }
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setFixedFeeFrequency($fixedFeeFrequency)
+ {
+ $this->fixedFeeFrequency = $fixedFeeFrequency;
+ }
+ public function getFixedFeeFrequency()
+ {
+ return $this->fixedFeeFrequency;
+ }
+ /**
+ * @param Google_Service_Apigee_GoogleTypeMoney
+ */
+ public function setFixedRecurringFee(Google_Service_Apigee_GoogleTypeMoney $fixedRecurringFee)
+ {
+ $this->fixedRecurringFee = $fixedRecurringFee;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleTypeMoney
+ */
+ public function getFixedRecurringFee()
+ {
+ return $this->fixedRecurringFee;
+ }
+ public function setLastModifiedAt($lastModifiedAt)
+ {
+ $this->lastModifiedAt = $lastModifiedAt;
+ }
+ public function getLastModifiedAt()
+ {
+ return $this->lastModifiedAt;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setPaymentFundingModel($paymentFundingModel)
+ {
+ $this->paymentFundingModel = $paymentFundingModel;
+ }
+ public function getPaymentFundingModel()
+ {
+ return $this->paymentFundingModel;
+ }
+ /**
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1RevenueShareRange[]
+ */
+ public function setRevenueShareRates($revenueShareRates)
+ {
+ $this->revenueShareRates = $revenueShareRates;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1RevenueShareRange[]
+ */
+ public function getRevenueShareRates()
+ {
+ return $this->revenueShareRates;
+ }
+ public function setRevenueShareType($revenueShareType)
+ {
+ $this->revenueShareType = $revenueShareType;
+ }
+ public function getRevenueShareType()
+ {
+ return $this->revenueShareType;
+ }
+ /**
+ * @param Google_Service_Apigee_GoogleTypeMoney
+ */
+ public function setSetupFee(Google_Service_Apigee_GoogleTypeMoney $setupFee)
+ {
+ $this->setupFee = $setupFee;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleTypeMoney
+ */
+ public function getSetupFee()
+ {
+ return $this->setupFee;
+ }
+ public function setStartTime($startTime)
+ {
+ $this->startTime = $startTime;
+ }
+ public function getStartTime()
+ {
+ return $this->startTime;
+ }
+ public function setState($state)
+ {
+ $this->state = $state;
+ }
+ public function getState()
+ {
+ return $this->state;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RateRange.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RateRange.php
new file mode 100644
index 000000000000..135fb80ecca8
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RateRange.php
@@ -0,0 +1,55 @@
+end = $end;
+ }
+ public function getEnd()
+ {
+ return $this->end;
+ }
+ /**
+ * @param Google_Service_Apigee_GoogleTypeMoney
+ */
+ public function setFee(Google_Service_Apigee_GoogleTypeMoney $fee)
+ {
+ $this->fee = $fee;
+ }
+ /**
+ * @return Google_Service_Apigee_GoogleTypeMoney
+ */
+ public function getFee()
+ {
+ return $this->fee;
+ }
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+ public function getStart()
+ {
+ return $this->start;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RevenueShareRange.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RevenueShareRange.php
new file mode 100644
index 000000000000..7ed21edd08fb
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1RevenueShareRange.php
@@ -0,0 +1,48 @@
+end = $end;
+ }
+ public function getEnd()
+ {
+ return $this->end;
+ }
+ public function setSharePercentage($sharePercentage)
+ {
+ $this->sharePercentage = $sharePercentage;
+ }
+ public function getSharePercentage()
+ {
+ return $this->sharePercentage;
+ }
+ public function setStart($start)
+ {
+ $this->start = $start;
+ }
+ public function getStart()
+ {
+ return $this->start;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Metadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SetAddonsRequest.php
similarity index 51%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Metadata.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SetAddonsRequest.php
index 7bbec4e2cb25..08f1ed590c12 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Metadata.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1SetAddonsRequest.php
@@ -15,33 +15,23 @@
* the License.
*/
-class Google_Service_AdSense_Metadata extends Google_Collection
+class Google_Service_Apigee_GoogleCloudApigeeV1SetAddonsRequest extends Google_Model
{
- protected $collection_key = 'items';
- protected $itemsType = 'Google_Service_AdSense_ReportingMetadataEntry';
- protected $itemsDataType = 'array';
- public $kind;
+ protected $addonsConfigType = 'Google_Service_Apigee_GoogleCloudApigeeV1AddonsConfig';
+ protected $addonsConfigDataType = '';
/**
- * @param Google_Service_AdSense_ReportingMetadataEntry[]
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1AddonsConfig
*/
- public function setItems($items)
+ public function setAddonsConfig(Google_Service_Apigee_GoogleCloudApigeeV1AddonsConfig $addonsConfig)
{
- $this->items = $items;
+ $this->addonsConfig = $addonsConfig;
}
/**
- * @return Google_Service_AdSense_ReportingMetadataEntry[]
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1AddonsConfig
*/
- public function getItems()
+ public function getAddonsConfig()
{
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
+ return $this->addonsConfig;
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServer.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServer.php
index 34123cc64054..18fd14c7aeba 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServer.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServer.php
@@ -22,6 +22,7 @@ class Google_Service_Apigee_GoogleCloudApigeeV1TargetServer extends Google_Model
public $isEnabled;
public $name;
public $port;
+ public $protocol;
protected $sSLInfoType = 'Google_Service_Apigee_GoogleCloudApigeeV1TlsInfo';
protected $sSLInfoDataType = '';
@@ -65,6 +66,14 @@ public function getPort()
{
return $this->port;
}
+ public function setProtocol($protocol)
+ {
+ $this->protocol = $protocol;
+ }
+ public function getProtocol()
+ {
+ return $this->protocol;
+ }
/**
* @param Google_Service_Apigee_GoogleCloudApigeeV1TlsInfo
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServerConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServerConfig.php
index 8f1d7f3323d4..32992fc19cbb 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServerConfig.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleCloudApigeeV1TargetServerConfig.php
@@ -20,6 +20,7 @@ class Google_Service_Apigee_GoogleCloudApigeeV1TargetServerConfig extends Google
public $host;
public $name;
public $port;
+ public $protocol;
protected $tlsInfoType = 'Google_Service_Apigee_GoogleCloudApigeeV1TlsInfoConfig';
protected $tlsInfoDataType = '';
@@ -47,6 +48,14 @@ public function getPort()
{
return $this->port;
}
+ public function setProtocol($protocol)
+ {
+ $this->protocol = $protocol;
+ }
+ public function getProtocol()
+ {
+ return $this->protocol;
+ }
/**
* @param Google_Service_Apigee_GoogleCloudApigeeV1TlsInfoConfig
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleTypeMoney.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleTypeMoney.php
new file mode 100644
index 000000000000..7dbbd37f208b
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/GoogleTypeMoney.php
@@ -0,0 +1,48 @@
+currencyCode = $currencyCode;
+ }
+ public function getCurrencyCode()
+ {
+ return $this->currencyCode;
+ }
+ public function setNanos($nanos)
+ {
+ $this->nanos = $nanos;
+ }
+ public function getNanos()
+ {
+ return $this->nanos;
+ }
+ public function setUnits($units)
+ {
+ $this->units = $units;
+ }
+ public function getUnits()
+ {
+ return $this->units;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/Organizations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/Organizations.php
index 28ff823a7627..8e9fa496e993 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/Organizations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/Organizations.php
@@ -136,6 +136,22 @@ public function listOrganizations($parent, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListOrganizationsResponse");
}
+ /**
+ * Configures the add-ons for the Apigee organization. The existing add-on
+ * configuration will be fully replaced. (organizations.setAddons)
+ *
+ * @param string $org Required. Name of the organization. Use the following
+ * structure in your request: `organizations/{org}`
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1SetAddonsRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Apigee_GoogleLongrunningOperation
+ */
+ public function setAddons($org, Google_Service_Apigee_GoogleCloudApigeeV1SetAddonsRequest $postBody, $optParams = array())
+ {
+ $params = array('org' => $org, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('setAddons', array($params), "Google_Service_Apigee_GoogleLongrunningOperation");
+ }
/**
* Sets the permissions required to allow the Synchronizer to download
* environment data from the control plane. You must call this API to enable
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproductsRateplans.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproductsRateplans.php
new file mode 100644
index 000000000000..59781a9d6e10
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsApiproductsRateplans.php
@@ -0,0 +1,133 @@
+
+ * $apigeeService = new Google_Service_Apigee(...);
+ * $rateplans = $apigeeService->rateplans;
+ *
+ */
+class Google_Service_Apigee_Resource_OrganizationsApiproductsRateplans extends Google_Service_Resource
+{
+ /**
+ * Create a rate plan that is associated with an API product in an organization.
+ * Using rate plans, API product owners can monetize their API products by
+ * configuring one or more of the following: - Billing frequency - Initial setup
+ * fees for using an API product - Payment funding model (postpaid only) - Fixed
+ * recurring or consumption-based charges for using an API product - Revenue
+ * sharing with developer partners An API product can have multiple rate plans
+ * associated with it but *only one* rate plan can be active at any point of
+ * time. **Note: From the developer's perspective, they purchase API products
+ * not rate plans. (rateplans.create)
+ *
+ * @param string $parent Required. Name of the API product that is associated
+ * with the rate plan. Use the following structure in your request:
+ * `organizations/{org}/apiproducts/{apiproduct}`
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1RatePlan $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1RatePlan
+ */
+ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1RatePlan $postBody, $optParams = array())
+ {
+ $params = array('parent' => $parent, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1RatePlan");
+ }
+ /**
+ * Deletes a rate plan. (rateplans.delete)
+ *
+ * @param string $name Required. ID of the rate plan. Use the following
+ * structure in your request:
+ * `organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}`
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1RatePlan
+ */
+ public function delete($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1RatePlan");
+ }
+ /**
+ * Gets the details of a rate plan. (rateplans.get)
+ *
+ * @param string $name Required. Name of the rate plan. Use the following
+ * structure in your request:
+ * `organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}`
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1RatePlan
+ */
+ public function get($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1RatePlan");
+ }
+ /**
+ * Lists all the rate plans for an API product.
+ * (rateplans.listOrganizationsApiproductsRateplans)
+ *
+ * @param string $parent Required. Name of the API product. Use the following
+ * structure in your request: `organizations/{org}/apiproducts/{apiproduct}` Use
+ * `organizations/{org}/apiproducts/-` to return rate plans for all API products
+ * within the organization.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int count Number of rate plans to return in the API call. Use with
+ * the `startKey` parameter to provide more targeted filtering. The maximum
+ * limit is 1000. Defaults to 100.
+ * @opt_param bool expand Flag that specifies whether to expand the results. Set
+ * to `true` to get expanded details about each API. Defaults to `false`.
+ * @opt_param string orderBy Name of the attribute used for sorting. Valid
+ * values include: * `name`: Name of the rate plan. * `state`: State of the rate
+ * plan (`DRAFT`, `PUBLISHED`). * `startTime`: Time when the rate plan becomes
+ * active. * `endTime`: Time when the rate plan expires. **Note**: Not supported
+ * by Apigee at this time.
+ * @opt_param string startKey Name of the rate plan from which to start
+ * displaying the list of rate plans. If omitted, the list starts from the first
+ * item. For example, to view the rate plans from 51-150, set the value of
+ * `startKey` to the name of the 51st rate plan and set the value of `count` to
+ * 100.
+ * @opt_param string state State of the rate plans (`DRAFT`, `PUBLISHED`) that
+ * you want to display.
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1ListRatePlansResponse
+ */
+ public function listOrganizationsApiproductsRateplans($parent, $optParams = array())
+ {
+ $params = array('parent' => $parent);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListRatePlansResponse");
+ }
+ /**
+ * Updates an existing rate plan. (rateplans.update)
+ *
+ * @param string $name Required. Name of the rate plan. Use the following
+ * structure in your request:
+ * `organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}`
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1RatePlan $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1RatePlan
+ */
+ public function update($name, Google_Service_Apigee_GoogleCloudApigeeV1RatePlan $postBody, $optParams = array())
+ {
+ $params = array('name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('update', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1RatePlan");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersSubscriptions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersSubscriptions.php
new file mode 100644
index 000000000000..980a520ed5a2
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsDevelopersSubscriptions.php
@@ -0,0 +1,100 @@
+
+ * $apigeeService = new Google_Service_Apigee(...);
+ * $subscriptions = $apigeeService->subscriptions;
+ *
+ */
+class Google_Service_Apigee_Resource_OrganizationsDevelopersSubscriptions extends Google_Service_Resource
+{
+ /**
+ * Creates a subscription to an API product. (subscriptions.create)
+ *
+ * @param string $parent Required. Email address of the developer that is
+ * purchasing a subscription to the API product. Use the following structure in
+ * your request: `organizations/{org}/developers/{developer_email}`
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription
+ */
+ public function create($parent, Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription $postBody, $optParams = array())
+ {
+ $params = array('parent' => $parent, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription");
+ }
+ /**
+ * Expires an API product subscription immediately. (subscriptions.expire)
+ *
+ * @param string $name Required. Name of the API product subscription. Use the
+ * following structure in your request: `organizations/{org}/developers/{develop
+ * er_email}/subscriptions/{subscription}`
+ * @param Google_Service_Apigee_GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription
+ */
+ public function expire($name, Google_Service_Apigee_GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest $postBody, $optParams = array())
+ {
+ $params = array('name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('expire', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription");
+ }
+ /**
+ * Gets details for an API product subscription. (subscriptions.get)
+ *
+ * @param string $name Required. Name of the API product subscription. Use the
+ * following structure in your request: `organizations/{org}/developers/{develop
+ * er_email}/subscriptions/{subscription}`
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription
+ */
+ public function get($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1DeveloperSubscription");
+ }
+ /**
+ * Lists all API product subscriptions for a developer.
+ * (subscriptions.listOrganizationsDevelopersSubscriptions)
+ *
+ * @param string $parent Required. Email address of the developer. Use the
+ * following structure in your request:
+ * `organizations/{org}/developers/{developer_email}`
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int count Number of API product subscriptions to return in the API
+ * call. Use with `startKey` to provide more targeted filtering. Defaults to
+ * 100. The maximum limit is 1000.
+ * @opt_param string startKey Name of the API product subscription from which to
+ * start displaying the list of subscriptions. If omitted, the list starts from
+ * the first item. For example, to view the API product subscriptions from
+ * 51-150, set the value of `startKey` to the name of the 51st subscription and
+ * set the value of `count` to 100.
+ * @return Google_Service_Apigee_GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse
+ */
+ public function listOrganizationsDevelopersSubscriptions($parent, $optParams = array())
+ {
+ $params = array('parent' => $parent);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Apigee_GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsAnalyticsAdmin.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsAnalyticsAdmin.php
index 60beaba8375d..28148e2e032c 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsAnalyticsAdmin.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/Resource/OrganizationsEnvironmentsAnalyticsAdmin.php
@@ -26,18 +26,21 @@
class Google_Service_Apigee_Resource_OrganizationsEnvironmentsAnalyticsAdmin extends Google_Service_Resource
{
/**
- * Get a list of metrics and dimensions which can be used for creating analytics
- * queries and reports. Each schema element contains the name of the field with
- * its associated type and if it is either custom field or standard field.
- * (admin.getSchemav2)
+ * Gets a list of metrics and dimensions that can be used to create analytics
+ * queries and reports. Each schema element contains the name of the field, its
+ * associated type, and a flag indicating whether it is a standard or custom
+ * field. (admin.getSchemav2)
*
- * @param string $name Required. The parent organization and environment names.
- * Must be of the form
+ * @param string $name Required. Path to the schema. Use the following structure
+ * in your request:
* `organizations/{org}/environments/{env}/analytics/admin/schemav2`.
* @param array $optParams Optional parameters.
*
- * @opt_param string type Required. Type refers to the dataset name whose schema
- * needs to be retrieved E.g. type=fact or type=agg_cus1
+ * @opt_param bool disableCache Flag that specifies whether the schema is be
+ * read from the database or cache. Set to `true` to read the schema from the
+ * database. Defaults to cache.
+ * @opt_param string type Required. Name of the dataset for which you want to
+ * retrieve the schema. For example: `fact` or `agg_cus1`
* @return Google_Service_Apigee_GoogleCloudApigeeV1Schema
*/
public function getSchemav2($name, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine.php
index 3f09edd99ab2..95847de4e9c1 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine.php
@@ -33,7 +33,7 @@ class Google_Service_Appengine extends Google_Service
/** View and manage your applications deployed on Google App Engine. */
const APPENGINE_ADMIN =
"https://www.googleapis.com/auth/appengine.admin";
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View your data across Google Cloud Platform services. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine/GoogleAppengineV1betaLocationMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine/GoogleAppengineV1betaLocationMetadata.php
new file mode 100644
index 000000000000..630a5389f7ec
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine/GoogleAppengineV1betaLocationMetadata.php
@@ -0,0 +1,48 @@
+flexibleEnvironmentAvailable = $flexibleEnvironmentAvailable;
+ }
+ public function getFlexibleEnvironmentAvailable()
+ {
+ return $this->flexibleEnvironmentAvailable;
+ }
+ public function setSearchApiAvailable($searchApiAvailable)
+ {
+ $this->searchApiAvailable = $searchApiAvailable;
+ }
+ public function getSearchApiAvailable()
+ {
+ return $this->searchApiAvailable;
+ }
+ public function setStandardEnvironmentAvailable($standardEnvironmentAvailable)
+ {
+ $this->standardEnvironmentAvailable = $standardEnvironmentAvailable;
+ }
+ public function getStandardEnvironmentAvailable()
+ {
+ return $this->standardEnvironmentAvailable;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsLocations.php
index 6e2698fe5e4c..d20c7e30b56d 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appengine/Resource/AppsLocations.php
@@ -51,7 +51,7 @@ public function get($appsId, $locationsId, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in AIP-160 (https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the next_page_token
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_Appengine_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables.php
index 99ef0ee301d3..5025a7f78b84 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables.php
@@ -33,7 +33,7 @@ class Google_Service_Area120Tables extends Google_Service
/** See, edit, create, and delete all of your Google Drive files. */
const DRIVE =
"https://www.googleapis.com/auth/drive";
- /** View and manage Google Drive files and folders that you have opened or created with this app. */
+ /** See, edit, create, and delete only the specific Google Drive files you use with this app. */
const DRIVE_FILE =
"https://www.googleapis.com/auth/drive.file";
/** See and download all your Google Drive files. */
@@ -88,6 +88,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'path' => 'v1alpha1/tables',
'httpMethod' => 'GET',
'parameters' => array(
+ 'orderBy' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
@@ -188,6 +192,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'location' => 'query',
'type' => 'string',
),
+ 'orderBy' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/ColumnDescription.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/ColumnDescription.php
index 9e13984b186f..40934912b910 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/ColumnDescription.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/ColumnDescription.php
@@ -24,6 +24,7 @@ class Google_Service_Area120Tables_ColumnDescription extends Google_Collection
protected $labelsDataType = 'array';
protected $lookupDetailsType = 'Google_Service_Area120Tables_LookupDetails';
protected $lookupDetailsDataType = '';
+ public $multipleValuesDisallowed;
public $name;
protected $relationshipDetailsType = 'Google_Service_Area120Tables_RelationshipDetails';
protected $relationshipDetailsDataType = '';
@@ -72,6 +73,14 @@ public function getLookupDetails()
{
return $this->lookupDetails;
}
+ public function setMultipleValuesDisallowed($multipleValuesDisallowed)
+ {
+ $this->multipleValuesDisallowed = $multipleValuesDisallowed;
+ }
+ public function getMultipleValuesDisallowed()
+ {
+ return $this->multipleValuesDisallowed;
+ }
public function setName($name)
{
$this->name = $name;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Resource/Tables.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Resource/Tables.php
index 9acff8f4b1c7..becb08a68111 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Resource/Tables.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Resource/Tables.php
@@ -44,6 +44,8 @@ public function get($name, $optParams = array())
*
* @param array $optParams Optional parameters.
*
+ * @opt_param string orderBy Optional. Sorting order for the list of tables on
+ * createTime/updateTime.
* @opt_param int pageSize The maximum number of tables to return. The service
* may return fewer than this value. If unspecified, at most 20 tables are
* returned. The maximum value is 100; values above 100 are coerced to 100.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Resource/TablesRows.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Resource/TablesRows.php
index 9d6c4c8330c2..f25d97a93f24 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Resource/TablesRows.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Resource/TablesRows.php
@@ -130,6 +130,8 @@ public function get($name, $optParams = array())
* @opt_param string filter Optional. Filter to only include resources matching
* the requirements. For more information, see [Filtering list
* results](https://support.google.com/area120-tables/answer/10503371).
+ * @opt_param string orderBy Optional. Sorting order for the list of rows on
+ * createTime/updateTime.
* @opt_param int pageSize The maximum number of rows to return. The service may
* return fewer than this value. If unspecified, at most 50 rows are returned.
* The maximum value is 1,000; values above 1,000 are coerced to 1,000.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/SavedView.php
similarity index 81%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/SavedView.php
index 7982daf8f62e..f697c2c444a6 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/SavedView.php
@@ -15,10 +15,9 @@
* the License.
*/
-class Google_Service_AdSense_SavedReport extends Google_Model
+class Google_Service_Area120Tables_SavedView extends Google_Model
{
public $id;
- public $kind;
public $name;
public function setId($id)
@@ -29,14 +28,6 @@ public function getId()
{
return $this->id;
}
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
public function setName($name)
{
$this->name = $name;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Table.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Table.php
index d54a8aed167c..e6afdb319be5 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Table.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Area120Tables/Table.php
@@ -17,12 +17,14 @@
class Google_Service_Area120Tables_Table extends Google_Collection
{
- protected $collection_key = 'columns';
+ protected $collection_key = 'savedViews';
protected $columnsType = 'Google_Service_Area120Tables_ColumnDescription';
protected $columnsDataType = 'array';
public $createTime;
public $displayName;
public $name;
+ protected $savedViewsType = 'Google_Service_Area120Tables_SavedView';
+ protected $savedViewsDataType = 'array';
public $updateTime;
/**
@@ -63,6 +65,20 @@ public function getName()
{
return $this->name;
}
+ /**
+ * @param Google_Service_Area120Tables_SavedView[]
+ */
+ public function setSavedViews($savedViews)
+ {
+ $this->savedViews = $savedViews;
+ }
+ /**
+ * @return Google_Service_Area120Tables_SavedView[]
+ */
+ public function getSavedViews()
+ {
+ return $this->savedViews;
+ }
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ArtifactRegistry.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ArtifactRegistry.php
index c6461107e990..9cdb1ebb08c9 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ArtifactRegistry.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ArtifactRegistry.php
@@ -31,7 +31,7 @@
*/
class Google_Service_ArtifactRegistry extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View your data across Google Cloud Platform services. */
@@ -39,6 +39,7 @@ class Google_Service_ArtifactRegistry extends Google_Service
"https://www.googleapis.com/auth/cloud-platform.read-only";
public $operations;
+ public $projects_locations_repositories;
public $projects_locations_repositories_dockerImages;
/**
@@ -117,6 +118,44 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
+ $this->projects_locations_repositories = new Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositories(
+ $this,
+ $this->serviceName,
+ 'repositories',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'v1/{+parent}/repositories',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'parent' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageSize' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->projects_locations_repositories_dockerImages = new Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositoriesDockerImages(
$this,
$this->serviceName,
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositories.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositories.php
index edc3d824a18e..936271ea31a9 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositories.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ArtifactRegistry/Resource/ProjectsLocationsRepositories.php
@@ -25,4 +25,35 @@
*/
class Google_Service_ArtifactRegistry_Resource_ProjectsLocationsRepositories extends Google_Service_Resource
{
+ /**
+ * Gets a repository. (repositories.get)
+ *
+ * @param string $name Required. The name of the repository to retrieve.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ArtifactRegistry_Repository
+ */
+ public function get($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_ArtifactRegistry_Repository");
+ }
+ /**
+ * Lists repositories. (repositories.listProjectsLocationsRepositories)
+ *
+ * @param string $parent Required. The name of the parent resource whose
+ * repositories will be listed.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int pageSize The maximum number of repositories to return.
+ * @opt_param string pageToken The next_page_token value returned from a
+ * previous list request, if any.
+ * @return Google_Service_ArtifactRegistry_ListRepositoriesResponse
+ */
+ public function listProjectsLocationsRepositories($parent, $optParams = array())
+ {
+ $params = array('parent' => $parent);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_ArtifactRegistry_ListRepositoriesResponse");
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads.php
index 34b093a420f8..b4f857f8967a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads.php
@@ -30,7 +30,7 @@
*/
class Google_Service_Assuredworkloads extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1Workload.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1Workload.php
index 08fa7e0ce174..f94ab429c99e 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1Workload.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1Workload.php
@@ -28,6 +28,8 @@ class Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1Workload exte
public $labels;
public $name;
public $provisionedResourcesParent;
+ protected $resourceSettingsType = 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceSettings';
+ protected $resourceSettingsDataType = 'array';
protected $resourcesType = 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceInfo';
protected $resourcesDataType = 'array';
@@ -109,6 +111,20 @@ public function getProvisionedResourcesParent()
{
return $this->provisionedResourcesParent;
}
+ /**
+ * @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceSettings[]
+ */
+ public function setResourceSettings($resourceSettings)
+ {
+ $this->resourceSettings = $resourceSettings;
+ }
+ /**
+ * @return Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceSettings[]
+ */
+ public function getResourceSettings()
+ {
+ return $this->resourceSettings;
+ }
/**
* @param Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1WorkloadResourceInfo[]
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadResourceSettings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadResourceSettings.php
new file mode 100644
index 000000000000..fd3039587a0a
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Assuredworkloads/GoogleCloudAssuredworkloadsV1WorkloadResourceSettings.php
@@ -0,0 +1,39 @@
+resourceId = $resourceId;
+ }
+ public function getResourceId()
+ {
+ return $this->resourceId;
+ }
+ public function setResourceType($resourceType)
+ {
+ $this->resourceType = $resourceType;
+ }
+ public function getResourceType()
+ {
+ return $this->resourceType;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryConnectionService.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryConnectionService.php
index 61b977d430ed..f45c563731e4 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryConnectionService.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryConnectionService.php
@@ -33,7 +33,7 @@ class Google_Service_BigQueryConnectionService extends Google_Service
/** View and manage your data in Google BigQuery. */
const BIGQUERY =
"https://www.googleapis.com/auth/bigquery";
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php
index 3eb6f76c51c0..ae058b3b8d96 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php
@@ -34,10 +34,7 @@ class Google_Service_BigQueryDataTransfer extends Google_Service
/** View and manage your data in Google BigQuery. */
const BIGQUERY =
"https://www.googleapis.com/auth/bigquery";
- /** View your data in Google BigQuery. */
- const BIGQUERY_READONLY =
- "https://www.googleapis.com/auth/bigquery.readonly";
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View your data across Google Cloud Platform services. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocations.php
index 21d2362709fd..db5a63546d59 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocations.php
@@ -50,7 +50,7 @@ public function get($name, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_BigQueryDataTransfer_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation.php
index 8d7a1973bb1f..db937829205b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation.php
@@ -33,11 +33,10 @@ class Google_Service_BigQueryReservation extends Google_Service
/** View and manage your data in Google BigQuery. */
const BIGQUERY =
"https://www.googleapis.com/auth/bigquery";
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
- public $operations;
public $projects_locations;
public $projects_locations_capacityCommitments;
public $projects_locations_reservations;
@@ -58,48 +57,6 @@ public function __construct(Google_Client $client, $rootUrl = null)
$this->version = 'v1';
$this->serviceName = 'bigqueryreservation';
- $this->operations = new Google_Service_BigQueryReservation_Resource_Operations(
- $this,
- $this->serviceName,
- 'operations',
- array(
- 'methods' => array(
- 'delete' => array(
- 'path' => 'v1/{+name}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'name' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'list' => array(
- 'path' => 'v1/{+name}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'name' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'filter' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- 'pageSize' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
$this->projects_locations = new Google_Service_BigQueryReservation_Resource_ProjectsLocations(
$this,
$this->serviceName,
@@ -193,6 +150,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
+ 'capacityCommitmentId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'enforceSingleAdminProjectPerOrg' => array(
'location' => 'query',
'type' => 'boolean',
@@ -365,6 +326,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
+ 'assignmentId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'delete' => array(
'path' => 'v1/{+name}',
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsCapacityCommitments.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsCapacityCommitments.php
index 781d1c69f2a5..d1af5ae5473a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsCapacityCommitments.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsCapacityCommitments.php
@@ -33,6 +33,11 @@ class Google_Service_BigQueryReservation_Resource_ProjectsLocationsCapacityCommi
* @param Google_Service_BigQueryReservation_CapacityCommitment $postBody
* @param array $optParams Optional parameters.
*
+ * @opt_param string capacityCommitmentId The optional capacity commitment ID.
+ * Capacity commitment name will be generated automatically if this field is
+ * empty. This field must only contain lower case alphanumeric characters or
+ * dash. Max length is 64 characters. NOTE: this ID won't be kept if the
+ * capacity commitment is split or merged.
* @opt_param bool enforceSingleAdminProjectPerOrg If true, fail the request if
* another project in the organization has a capacity commitment.
* @return Google_Service_BigQueryReservation_CapacityCommitment
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsReservationsAssignments.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsReservationsAssignments.php
index 7edc6ded1239..0fc83c2c1f13 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsReservationsAssignments.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/ProjectsLocationsReservationsAssignments.php
@@ -52,6 +52,11 @@ class Google_Service_BigQueryReservation_Resource_ProjectsLocationsReservationsA
* E.g. `projects/myproject/locations/US/reservations/team1-prod`
* @param Google_Service_BigQueryReservation_Assignment $postBody
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string assignmentId The optional assignment ID. Assignment name
+ * will be generated automatically if this field is empty. This field must only
+ * contain lower case alphanumeric characters or dash. Max length is 64
+ * characters.
* @return Google_Service_BigQueryReservation_Assignment
*/
public function create($parent, Google_Service_BigQueryReservation_Assignment $postBody, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery.php
index 43954f9eee75..b84e45a9158b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery.php
@@ -36,9 +36,6 @@ class Google_Service_Bigquery extends Google_Service
/** Insert data into Google BigQuery. */
const BIGQUERY_INSERTDATA =
"https://www.googleapis.com/auth/bigquery.insertdata";
- /** View your data in Google BigQuery. */
- const BIGQUERY_READONLY =
- "https://www.googleapis.com/auth/bigquery.readonly";
/** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
@@ -214,6 +211,25 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
),
),
+ ),'delete' => array(
+ 'path' => 'projects/{+projectId}/jobs/{+jobId}/delete',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'projectId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'jobId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'location' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
),'get' => array(
'path' => 'projects/{projectId}/jobs/{jobId}',
'httpMethod' => 'GET',
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.php
index 833766c8c740..1ec91658463b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.php
@@ -17,16 +17,20 @@
class Google_Service_Bigquery_ArimaModelInfo extends Google_Collection
{
- protected $collection_key = 'seasonalPeriods';
+ protected $collection_key = 'timeSeriesIds';
protected $arimaCoefficientsType = 'Google_Service_Bigquery_ArimaCoefficients';
protected $arimaCoefficientsDataType = '';
protected $arimaFittingMetricsType = 'Google_Service_Bigquery_ArimaFittingMetrics';
protected $arimaFittingMetricsDataType = '';
public $hasDrift;
+ public $hasHolidayEffect;
+ public $hasSpikesAndDips;
+ public $hasStepChanges;
protected $nonSeasonalOrderType = 'Google_Service_Bigquery_ArimaOrder';
protected $nonSeasonalOrderDataType = '';
public $seasonalPeriods;
public $timeSeriesId;
+ public $timeSeriesIds;
/**
* @param Google_Service_Bigquery_ArimaCoefficients
@@ -64,6 +68,30 @@ public function getHasDrift()
{
return $this->hasDrift;
}
+ public function setHasHolidayEffect($hasHolidayEffect)
+ {
+ $this->hasHolidayEffect = $hasHolidayEffect;
+ }
+ public function getHasHolidayEffect()
+ {
+ return $this->hasHolidayEffect;
+ }
+ public function setHasSpikesAndDips($hasSpikesAndDips)
+ {
+ $this->hasSpikesAndDips = $hasSpikesAndDips;
+ }
+ public function getHasSpikesAndDips()
+ {
+ return $this->hasSpikesAndDips;
+ }
+ public function setHasStepChanges($hasStepChanges)
+ {
+ $this->hasStepChanges = $hasStepChanges;
+ }
+ public function getHasStepChanges()
+ {
+ return $this->hasStepChanges;
+ }
/**
* @param Google_Service_Bigquery_ArimaOrder
*/
@@ -94,4 +122,12 @@ public function getTimeSeriesId()
{
return $this->timeSeriesId;
}
+ public function setTimeSeriesIds($timeSeriesIds)
+ {
+ $this->timeSeriesIds = $timeSeriesIds;
+ }
+ public function getTimeSeriesIds()
+ {
+ return $this->timeSeriesIds;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/ArimaSingleModelForecastingMetrics.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/ArimaSingleModelForecastingMetrics.php
index e7c700e79a60..023eb020644e 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/ArimaSingleModelForecastingMetrics.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/ArimaSingleModelForecastingMetrics.php
@@ -17,14 +17,18 @@
class Google_Service_Bigquery_ArimaSingleModelForecastingMetrics extends Google_Collection
{
- protected $collection_key = 'seasonalPeriods';
+ protected $collection_key = 'timeSeriesIds';
protected $arimaFittingMetricsType = 'Google_Service_Bigquery_ArimaFittingMetrics';
protected $arimaFittingMetricsDataType = '';
public $hasDrift;
+ public $hasHolidayEffect;
+ public $hasSpikesAndDips;
+ public $hasStepChanges;
protected $nonSeasonalOrderType = 'Google_Service_Bigquery_ArimaOrder';
protected $nonSeasonalOrderDataType = '';
public $seasonalPeriods;
public $timeSeriesId;
+ public $timeSeriesIds;
/**
* @param Google_Service_Bigquery_ArimaFittingMetrics
@@ -48,6 +52,30 @@ public function getHasDrift()
{
return $this->hasDrift;
}
+ public function setHasHolidayEffect($hasHolidayEffect)
+ {
+ $this->hasHolidayEffect = $hasHolidayEffect;
+ }
+ public function getHasHolidayEffect()
+ {
+ return $this->hasHolidayEffect;
+ }
+ public function setHasSpikesAndDips($hasSpikesAndDips)
+ {
+ $this->hasSpikesAndDips = $hasSpikesAndDips;
+ }
+ public function getHasSpikesAndDips()
+ {
+ return $this->hasSpikesAndDips;
+ }
+ public function setHasStepChanges($hasStepChanges)
+ {
+ $this->hasStepChanges = $hasStepChanges;
+ }
+ public function getHasStepChanges()
+ {
+ return $this->hasStepChanges;
+ }
/**
* @param Google_Service_Bigquery_ArimaOrder
*/
@@ -78,4 +106,12 @@ public function getTimeSeriesId()
{
return $this->timeSeriesId;
}
+ public function setTimeSeriesIds($timeSeriesIds)
+ {
+ $this->timeSeriesIds = $timeSeriesIds;
+ }
+ public function getTimeSeriesIds()
+ {
+ return $this->timeSeriesIds;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/EvaluationMetrics.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/EvaluationMetrics.php
index 2c809a534c57..c1be4f76d31f 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/EvaluationMetrics.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/EvaluationMetrics.php
@@ -23,8 +23,6 @@ class Google_Service_Bigquery_EvaluationMetrics extends Google_Model
protected $binaryClassificationMetricsDataType = '';
protected $clusteringMetricsType = 'Google_Service_Bigquery_ClusteringMetrics';
protected $clusteringMetricsDataType = '';
- protected $dimensionalityReductionMetricsType = 'Google_Service_Bigquery_DimensionalityReductionMetrics';
- protected $dimensionalityReductionMetricsDataType = '';
protected $multiClassClassificationMetricsType = 'Google_Service_Bigquery_MultiClassClassificationMetrics';
protected $multiClassClassificationMetricsDataType = '';
protected $rankingMetricsType = 'Google_Service_Bigquery_RankingMetrics';
@@ -74,20 +72,6 @@ public function getClusteringMetrics()
{
return $this->clusteringMetrics;
}
- /**
- * @param Google_Service_Bigquery_DimensionalityReductionMetrics
- */
- public function setDimensionalityReductionMetrics(Google_Service_Bigquery_DimensionalityReductionMetrics $dimensionalityReductionMetrics)
- {
- $this->dimensionalityReductionMetrics = $dimensionalityReductionMetrics;
- }
- /**
- * @return Google_Service_Bigquery_DimensionalityReductionMetrics
- */
- public function getDimensionalityReductionMetrics()
- {
- return $this->dimensionalityReductionMetrics;
- }
/**
* @param Google_Service_Bigquery_MultiClassClassificationMetrics
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php
index 522373d3ee9e..6ce68c51588b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php
@@ -17,7 +17,7 @@
class Google_Service_Bigquery_IterationResult extends Google_Collection
{
- protected $collection_key = 'principalComponentInfos';
+ protected $collection_key = 'clusterInfos';
protected $arimaResultType = 'Google_Service_Bigquery_ArimaResult';
protected $arimaResultDataType = '';
protected $clusterInfosType = 'Google_Service_Bigquery_ClusterInfo';
@@ -26,8 +26,6 @@ class Google_Service_Bigquery_IterationResult extends Google_Collection
public $evalLoss;
public $index;
public $learnRate;
- protected $principalComponentInfosType = 'Google_Service_Bigquery_PrincipalComponentInfo';
- protected $principalComponentInfosDataType = 'array';
public $trainingLoss;
/**
@@ -90,20 +88,6 @@ public function getLearnRate()
{
return $this->learnRate;
}
- /**
- * @param Google_Service_Bigquery_PrincipalComponentInfo[]
- */
- public function setPrincipalComponentInfos($principalComponentInfos)
- {
- $this->principalComponentInfos = $principalComponentInfos;
- }
- /**
- * @return Google_Service_Bigquery_PrincipalComponentInfo[]
- */
- public function getPrincipalComponentInfos()
- {
- return $this->principalComponentInfos;
- }
public function setTrainingLoss($trainingLoss)
{
$this->trainingLoss = $trainingLoss;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php
index 7ddbc00fe344..83f074675e80 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php
@@ -45,6 +45,26 @@ public function cancel($projectId, $jobId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('cancel', array($params), "Google_Service_Bigquery_JobCancelResponse");
}
+ /**
+ * Requests that a job is deleted. This call will return when the job is
+ * deleted. This method is available in limited preview. (jobs.delete)
+ *
+ * @param string $projectId Required. Project ID of the job to be deleted.
+ * @param string $jobId Required. Job ID of the job to be deleted. If this is a
+ * parent job which has child jobs, all child jobs will be deleted as well.
+ * Deletion of child jobs directly is not allowed.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string location The geographic location of the job. Required. See
+ * details at:
+ * https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
+ */
+ public function delete($projectId, $jobId, $optParams = array())
+ {
+ $params = array('projectId' => $projectId, 'jobId' => $jobId);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params));
+ }
/**
* Returns information about a specific job. Job information is available for a
* six month period after creation. Requires that you're the person who ran the
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php
index 1bbf8c841032..64ae9600a6d4 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php
@@ -56,7 +56,8 @@ public function get($projectId, $datasetId, $modelId, $optParams = array())
}
/**
* Lists all models in the specified dataset. Requires the READER dataset role.
- * (models.listModels)
+ * After retrieving the list of models, you can get information about a
+ * particular model by calling the models.get method. (models.listModels)
*
* @param string $projectId Required. Project ID of the models to list.
* @param string $datasetId Required. Dataset ID of the models to list.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/TrainingOptions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/TrainingOptions.php
index dfd659f174d7..418add96ea19 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/TrainingOptions.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/TrainingOptions.php
@@ -17,14 +17,17 @@
class Google_Service_Bigquery_TrainingOptions extends Google_Collection
{
- protected $collection_key = 'inputLabelColumns';
+ protected $collection_key = 'timeSeriesIdColumns';
+ public $adjustStepChanges;
public $autoArima;
public $autoArimaMaxOrder;
public $batchSize;
+ public $cleanSpikesAndDips;
public $dataFrequency;
public $dataSplitColumn;
public $dataSplitEvalFraction;
public $dataSplitMethod;
+ public $decomposeTimeSeries;
public $distanceType;
public $dropout;
public $earlyStop;
@@ -58,11 +61,20 @@ class Google_Service_Bigquery_TrainingOptions extends Google_Collection
public $subsample;
public $timeSeriesDataColumn;
public $timeSeriesIdColumn;
+ public $timeSeriesIdColumns;
public $timeSeriesTimestampColumn;
public $userColumn;
public $walsAlpha;
public $warmStart;
+ public function setAdjustStepChanges($adjustStepChanges)
+ {
+ $this->adjustStepChanges = $adjustStepChanges;
+ }
+ public function getAdjustStepChanges()
+ {
+ return $this->adjustStepChanges;
+ }
public function setAutoArima($autoArima)
{
$this->autoArima = $autoArima;
@@ -87,6 +99,14 @@ public function getBatchSize()
{
return $this->batchSize;
}
+ public function setCleanSpikesAndDips($cleanSpikesAndDips)
+ {
+ $this->cleanSpikesAndDips = $cleanSpikesAndDips;
+ }
+ public function getCleanSpikesAndDips()
+ {
+ return $this->cleanSpikesAndDips;
+ }
public function setDataFrequency($dataFrequency)
{
$this->dataFrequency = $dataFrequency;
@@ -119,6 +139,14 @@ public function getDataSplitMethod()
{
return $this->dataSplitMethod;
}
+ public function setDecomposeTimeSeries($decomposeTimeSeries)
+ {
+ $this->decomposeTimeSeries = $decomposeTimeSeries;
+ }
+ public function getDecomposeTimeSeries()
+ {
+ return $this->decomposeTimeSeries;
+ }
public function setDistanceType($distanceType)
{
$this->distanceType = $distanceType;
@@ -381,6 +409,14 @@ public function getTimeSeriesIdColumn()
{
return $this->timeSeriesIdColumn;
}
+ public function setTimeSeriesIdColumns($timeSeriesIdColumns)
+ {
+ $this->timeSeriesIdColumns = $timeSeriesIdColumns;
+ }
+ public function getTimeSeriesIdColumns()
+ {
+ return $this->timeSeriesIdColumns;
+ }
public function setTimeSeriesTimestampColumn($timeSeriesTimestampColumn)
{
$this->timeSeriesTimestampColumn = $timeSeriesTimestampColumn;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin.php
index ced4683c35a2..f61a04d3eafa 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin.php
@@ -51,7 +51,7 @@ class Google_Service_BigtableAdmin extends Google_Service
/** Administer your Cloud Bigtable tables. */
const CLOUD_BIGTABLE_ADMIN_TABLE =
"https://www.googleapis.com/auth/cloud-bigtable.admin.table";
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View your data across Google Cloud Platform services. */
@@ -404,6 +404,20 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
),
),
+ ),'partialUpdateCluster' => array(
+ 'path' => 'v2/{+name}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'updateMask' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
),'update' => array(
'path' => 'v2/{+name}',
'httpMethod' => 'PUT',
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Backup.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Backup.php
index 4d4df8d7bdbe..dec358e55808 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Backup.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Backup.php
@@ -17,6 +17,8 @@
class Google_Service_BigtableAdmin_Backup extends Google_Model
{
+ protected $encryptionInfoType = 'Google_Service_BigtableAdmin_EncryptionInfo';
+ protected $encryptionInfoDataType = '';
public $endTime;
public $expireTime;
public $name;
@@ -25,6 +27,20 @@ class Google_Service_BigtableAdmin_Backup extends Google_Model
public $startTime;
public $state;
+ /**
+ * @param Google_Service_BigtableAdmin_EncryptionInfo
+ */
+ public function setEncryptionInfo(Google_Service_BigtableAdmin_EncryptionInfo $encryptionInfo)
+ {
+ $this->encryptionInfo = $encryptionInfo;
+ }
+ /**
+ * @return Google_Service_BigtableAdmin_EncryptionInfo
+ */
+ public function getEncryptionInfo()
+ {
+ return $this->encryptionInfo;
+ }
public function setEndTime($endTime)
{
$this->endTime = $endTime;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Cluster.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Cluster.php
index 536f7f1ab994..4f0cb6ab67ac 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Cluster.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Cluster.php
@@ -18,6 +18,8 @@
class Google_Service_BigtableAdmin_Cluster extends Google_Model
{
public $defaultStorageType;
+ protected $encryptionConfigType = 'Google_Service_BigtableAdmin_EncryptionConfig';
+ protected $encryptionConfigDataType = '';
public $location;
public $name;
public $serveNodes;
@@ -31,6 +33,20 @@ public function getDefaultStorageType()
{
return $this->defaultStorageType;
}
+ /**
+ * @param Google_Service_BigtableAdmin_EncryptionConfig
+ */
+ public function setEncryptionConfig(Google_Service_BigtableAdmin_EncryptionConfig $encryptionConfig)
+ {
+ $this->encryptionConfig = $encryptionConfig;
+ }
+ /**
+ * @return Google_Service_BigtableAdmin_EncryptionConfig
+ */
+ public function getEncryptionConfig()
+ {
+ return $this->encryptionConfig;
+ }
public function setLocation($location)
{
$this->location = $location;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/ClusterState.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/ClusterState.php
index c85474d431cf..6ac7601f86fc 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/ClusterState.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/ClusterState.php
@@ -15,10 +15,27 @@
* the License.
*/
-class Google_Service_BigtableAdmin_ClusterState extends Google_Model
+class Google_Service_BigtableAdmin_ClusterState extends Google_Collection
{
+ protected $collection_key = 'encryptionInfo';
+ protected $encryptionInfoType = 'Google_Service_BigtableAdmin_EncryptionInfo';
+ protected $encryptionInfoDataType = 'array';
public $replicationState;
+ /**
+ * @param Google_Service_BigtableAdmin_EncryptionInfo[]
+ */
+ public function setEncryptionInfo($encryptionInfo)
+ {
+ $this->encryptionInfo = $encryptionInfo;
+ }
+ /**
+ * @return Google_Service_BigtableAdmin_EncryptionInfo[]
+ */
+ public function getEncryptionInfo()
+ {
+ return $this->encryptionInfo;
+ }
public function setReplicationState($replicationState)
{
$this->replicationState = $replicationState;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/EncryptionConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/EncryptionConfig.php
new file mode 100644
index 000000000000..df49f80a43d0
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/EncryptionConfig.php
@@ -0,0 +1,30 @@
+kmsKeyName = $kmsKeyName;
+ }
+ public function getKmsKeyName()
+ {
+ return $this->kmsKeyName;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/EncryptionInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/EncryptionInfo.php
new file mode 100644
index 000000000000..61af025b9844
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/EncryptionInfo.php
@@ -0,0 +1,55 @@
+encryptionStatus = $encryptionStatus;
+ }
+ /**
+ * @return Google_Service_BigtableAdmin_Status
+ */
+ public function getEncryptionStatus()
+ {
+ return $this->encryptionStatus;
+ }
+ public function setEncryptionType($encryptionType)
+ {
+ $this->encryptionType = $encryptionType;
+ }
+ public function getEncryptionType()
+ {
+ return $this->encryptionType;
+ }
+ public function setKmsKeyVersion($kmsKeyVersion)
+ {
+ $this->kmsKeyVersion = $kmsKeyVersion;
+ }
+ public function getKmsKeyVersion()
+ {
+ return $this->kmsKeyVersion;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClusters.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClusters.php
index 09fd467dcee8..07124b93b3de 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClusters.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesClusters.php
@@ -96,7 +96,27 @@ public function listProjectsInstancesClusters($parent, $optParams = array())
return $this->call('list', array($params), "Google_Service_BigtableAdmin_ListClustersResponse");
}
/**
- * Updates a cluster within an instance. (clusters.update)
+ * Partially updates a cluster within a project. This method is the preferred
+ * way to update a Cluster. (clusters.partialUpdateCluster)
+ *
+ * @param string $name The unique name of the cluster. Values are of the form
+ * `projects/{project}/instances/{instance}/clusters/a-z*`.
+ * @param Google_Service_BigtableAdmin_Cluster $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string updateMask Required. The subset of Cluster fields which
+ * should be replaced. Must be explicitly set.
+ * @return Google_Service_BigtableAdmin_Operation
+ */
+ public function partialUpdateCluster($name, Google_Service_BigtableAdmin_Cluster $postBody, $optParams = array())
+ {
+ $params = array('name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('partialUpdateCluster', array($params), "Google_Service_BigtableAdmin_Operation");
+ }
+ /**
+ * Updates a cluster within an instance. UpdateCluster is deprecated. Please use
+ * PartialUpdateCluster instead. (clusters.update)
*
* @param string $name The unique name of the cluster. Values are of the form
* `projects/{project}/instances/{instance}/clusters/a-z*`.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsLocations.php
index 4180b1931f08..bbb40176c8c9 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsLocations.php
@@ -46,9 +46,13 @@ public function get($name, $optParams = array())
* applicable.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter The standard list filter.
- * @opt_param int pageSize The standard list page size.
- * @opt_param string pageToken The standard list page token.
+ * @opt_param string filter A filter to narrow down results to a preferred
+ * subset. The filtering language accepts strings like "displayName=tokyo", and
+ * is documented in more detail in [AIP-160](https://google.aip.dev/160).
+ * @opt_param int pageSize The maximum number of results to return. If not set,
+ * the service will select a default.
+ * @opt_param string pageToken A page token received from the `next_page_token`
+ * field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_BigtableAdmin_ListLocationsResponse
*/
public function listProjectsLocations($name, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BinaryAuthorization.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BinaryAuthorization.php
index 5eaa52c06b3c..7c8c5634b04a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BinaryAuthorization.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BinaryAuthorization.php
@@ -31,7 +31,7 @@
*/
class Google_Service_BinaryAuthorization extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocations.php
index dd14be96aec8..c4398742e3b4 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CertificateAuthorityService/Resource/ProjectsLocations.php
@@ -50,7 +50,7 @@ public function get($name, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CertificateAuthorityService_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromeManagement/Resource/CustomersReports.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromeManagement/Resource/CustomersReports.php
index 9996ecdfe42b..d74ac3112c2e 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromeManagement/Resource/CustomersReports.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromeManagement/Resource/CustomersReports.php
@@ -90,7 +90,7 @@ public function countInstalledApps($customer, $optParams = array())
* in EBNF syntax. Note: OR operations are not supported in this filter.
* Supported filter fields: * last_active_date
* @opt_param string orderBy Field used to order results. Supported order by
- * fields: * machine_name * device_id
+ * fields: * machine * device_id
* @opt_param string orgUnitId The ID of the organizational unit.
* @opt_param int pageSize Maximum number of results to return. Maximum and
* default are 100.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy.php
index d3ab10ad3a83..938635c7c9f5 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy.php
@@ -42,6 +42,7 @@ class Google_Service_ChromePolicy extends Google_Service
public $customers_policies;
public $customers_policies_orgunits;
public $customers_policySchemas;
+ public $media;
/**
* Constructs the internal representation of the ChromePolicy service.
@@ -150,5 +151,25 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
+ $this->media = new Google_Service_ChromePolicy_Resource_Media(
+ $this,
+ $this->serviceName,
+ 'media',
+ array(
+ 'methods' => array(
+ 'upload' => array(
+ 'path' => 'v1/{+customer}/policies/files:uploadPolicyFile',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'customer' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1UploadPolicyFileRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1UploadPolicyFileRequest.php
new file mode 100644
index 000000000000..94b57517659b
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1UploadPolicyFileRequest.php
@@ -0,0 +1,30 @@
+policyField = $policyField;
+ }
+ public function getPolicyField()
+ {
+ return $this->policyField;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1UploadPolicyFileResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1UploadPolicyFileResponse.php
new file mode 100644
index 000000000000..ae8f9918fa90
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy/GoogleChromePolicyV1UploadPolicyFileResponse.php
@@ -0,0 +1,30 @@
+downloadUri = $downloadUri;
+ }
+ public function getDownloadUri()
+ {
+ return $this->downloadUri;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/Media.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/Media.php
new file mode 100644
index 000000000000..d17a1614955c
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ChromePolicy/Resource/Media.php
@@ -0,0 +1,44 @@
+
+ * $chromepolicyService = new Google_Service_ChromePolicy(...);
+ * $media = $chromepolicyService->media;
+ *
+ */
+class Google_Service_ChromePolicy_Resource_Media extends Google_Service_Resource
+{
+ /**
+ * Creates an enterprise file from the content provided by user. Returns a
+ * public download url for end user. (media.upload)
+ *
+ * @param string $customer Required. The customer for which the file upload will
+ * apply.
+ * @param Google_Service_ChromePolicy_GoogleChromePolicyV1UploadPolicyFileRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_ChromePolicy_GoogleChromePolicyV1UploadPolicyFileResponse
+ */
+ public function upload($customer, Google_Service_ChromePolicy_GoogleChromePolicyV1UploadPolicyFileRequest $postBody, $optParams = array())
+ {
+ $params = array('customer' => $customer, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('upload', array($params), "Google_Service_ChromePolicy_GoogleChromePolicyV1UploadPolicyFileResponse");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset.php
index cb380e26ff15..9b73f6dcb74b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudAsset extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
@@ -158,6 +158,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'repeated' => true,
),
+ 'analysisQuery.conditionContext.accessTime' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
'analysisQuery.identitySelector.identity' => array(
'location' => 'query',
'type' => 'string',
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/ConditionContext.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/ConditionContext.php
new file mode 100644
index 000000000000..71a29d30c980
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/ConditionContext.php
@@ -0,0 +1,30 @@
+accessTime = $accessTime;
+ }
+ public function getAccessTime()
+ {
+ return $this->accessTime;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/ConditionEvaluation.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/ConditionEvaluation.php
new file mode 100644
index 000000000000..f5381beaa098
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/ConditionEvaluation.php
@@ -0,0 +1,30 @@
+evaluationValue = $evaluationValue;
+ }
+ public function getEvaluationValue()
+ {
+ return $this->evaluationValue;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1AccessControlList.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1AccessControlList.php
index 567953d99f96..db6faec34ff6 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1AccessControlList.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/GoogleCloudAssetV1AccessControlList.php
@@ -20,6 +20,8 @@ class Google_Service_CloudAsset_GoogleCloudAssetV1AccessControlList extends Goog
protected $collection_key = 'resources';
protected $accessesType = 'Google_Service_CloudAsset_GoogleCloudAssetV1Access';
protected $accessesDataType = 'array';
+ protected $conditionEvaluationType = 'Google_Service_CloudAsset_ConditionEvaluation';
+ protected $conditionEvaluationDataType = '';
protected $resourceEdgesType = 'Google_Service_CloudAsset_GoogleCloudAssetV1Edge';
protected $resourceEdgesDataType = 'array';
protected $resourcesType = 'Google_Service_CloudAsset_GoogleCloudAssetV1Resource';
@@ -39,6 +41,20 @@ public function getAccesses()
{
return $this->accesses;
}
+ /**
+ * @param Google_Service_CloudAsset_ConditionEvaluation
+ */
+ public function setConditionEvaluation(Google_Service_CloudAsset_ConditionEvaluation $conditionEvaluation)
+ {
+ $this->conditionEvaluation = $conditionEvaluation;
+ }
+ /**
+ * @return Google_Service_CloudAsset_ConditionEvaluation
+ */
+ public function getConditionEvaluation()
+ {
+ return $this->conditionEvaluation;
+ }
/**
* @param Google_Service_CloudAsset_GoogleCloudAssetV1Edge[]
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisQuery.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisQuery.php
index 15b2b9c1d496..a4b946127b60 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisQuery.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/IamPolicyAnalysisQuery.php
@@ -19,6 +19,8 @@ class Google_Service_CloudAsset_IamPolicyAnalysisQuery extends Google_Model
{
protected $accessSelectorType = 'Google_Service_CloudAsset_AccessSelector';
protected $accessSelectorDataType = '';
+ protected $conditionContextType = 'Google_Service_CloudAsset_ConditionContext';
+ protected $conditionContextDataType = '';
protected $identitySelectorType = 'Google_Service_CloudAsset_IdentitySelector';
protected $identitySelectorDataType = '';
protected $optionsType = 'Google_Service_CloudAsset_Options';
@@ -41,6 +43,20 @@ public function getAccessSelector()
{
return $this->accessSelector;
}
+ /**
+ * @param Google_Service_CloudAsset_ConditionContext
+ */
+ public function setConditionContext(Google_Service_CloudAsset_ConditionContext $conditionContext)
+ {
+ $this->conditionContext = $conditionContext;
+ }
+ /**
+ * @return Google_Service_CloudAsset_ConditionContext
+ */
+ public function getConditionContext()
+ {
+ return $this->conditionContext;
+ }
/**
* @param Google_Service_CloudAsset_IdentitySelector
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php
index b2530c56f675..9505bd954449 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php
@@ -45,6 +45,10 @@ class Google_Service_CloudAsset_Resource_V1 extends Google_Service_Resource
* permissions to appear in result.
* @opt_param string analysisQuery.accessSelector.roles Optional. The roles to
* appear in result.
+ * @opt_param string analysisQuery.conditionContext.accessTime The hypothetical
+ * access timestamp to evaluate IAM conditions. Note that this value must not be
+ * earlier than the current time; otherwise, an INVALID_ARGUMENT error will be
+ * returned.
* @opt_param string analysisQuery.identitySelector.identity Required. The
* identity appear in the form of members in [IAM policy
* binding](https://cloud.google.com/iam/reference/rest/v1/Binding). The
@@ -336,17 +340,19 @@ public function searchAllIamPolicies($scope, $optParams = array())
* Cloud resources that have a label "env". * `kmsKey:key` to find Cloud
* resources encrypted with a customer-managed encryption key whose name
* contains the word "key". * `state:ACTIVE` to find Cloud resources whose state
- * contains "ACTIVE" as a word. * `createTime<1609459200` to find Cloud
- * resources that were created before "2021-01-01 00:00:00 UTC". 1609459200 is
- * the epoch timestamp of "2021-01-01 00:00:00 UTC" in seconds. *
- * `updateTime>1609459200` to find Cloud resources that were updated after
+ * contains "ACTIVE" as a word. * `NOT state:ACTIVE` to find {{gcp_name}}
+ * resources whose state doesn't contain "ACTIVE" as a word. *
+ * `createTime<1609459200` to find Cloud resources that were created before
* "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of "2021-01-01
- * 00:00:00 UTC" in seconds. * `Important` to find Cloud resources that contain
- * "Important" as a word in any of the searchable fields. * `Impor*` to find
- * Cloud resources that contain "Impor" as a prefix of any word in any of the
- * searchable fields. * `Important location:(us-west1 OR global)` to find Cloud
- * resources that contain "Important" as a word in any of the searchable fields
- * and are also located in the "us-west1" region or the "global" location.
+ * 00:00:00 UTC" in seconds. * `updateTime>1609459200` to find Cloud resources
+ * that were updated after "2021-01-01 00:00:00 UTC". 1609459200 is the epoch
+ * timestamp of "2021-01-01 00:00:00 UTC" in seconds. * `Important` to find
+ * Cloud resources that contain "Important" as a word in any of the searchable
+ * fields. * `Impor*` to find Cloud resources that contain "Impor" as a prefix
+ * of any word in any of the searchable fields. * `Important location:(us-west1
+ * OR global)` to find Cloud resources that contain "Important" as a word in any
+ * of the searchable fields and are also located in the "us-west1" region or the
+ * "global" location.
* @return Google_Service_CloudAsset_SearchAllResourcesResponse
*/
public function searchAllResources($scope, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBillingBudget.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBillingBudget.php
index a1ea726a2666..f6f6b28432c2 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBillingBudget.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBillingBudget.php
@@ -34,7 +34,7 @@ class Google_Service_CloudBillingBudget extends Google_Service
/** View and manage your Google Cloud Platform billing accounts. */
const CLOUD_BILLING =
"https://www.googleapis.com/auth/cloud-billing";
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild.php
index d40f5128045e..8e5faeceebad 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudBuild extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php
index 4f0f3324d697..b407e1ff0272 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php
@@ -24,12 +24,15 @@ class Google_Service_CloudBuild_BuildTrigger extends Google_Collection
public $description;
public $disabled;
public $filename;
+ public $filter;
protected $githubType = 'Google_Service_CloudBuild_GitHubEventsConfig';
protected $githubDataType = '';
public $id;
public $ignoredFiles;
public $includedFiles;
public $name;
+ protected $pubsubConfigType = 'Google_Service_CloudBuild_PubsubConfig';
+ protected $pubsubConfigDataType = '';
public $substitutions;
public $tags;
protected $triggerTemplateType = 'Google_Service_CloudBuild_RepoSource';
@@ -81,6 +84,14 @@ public function getFilename()
{
return $this->filename;
}
+ public function setFilter($filter)
+ {
+ $this->filter = $filter;
+ }
+ public function getFilter()
+ {
+ return $this->filter;
+ }
/**
* @param Google_Service_CloudBuild_GitHubEventsConfig
*/
@@ -127,6 +138,20 @@ public function getName()
{
return $this->name;
}
+ /**
+ * @param Google_Service_CloudBuild_PubsubConfig
+ */
+ public function setPubsubConfig(Google_Service_CloudBuild_PubsubConfig $pubsubConfig)
+ {
+ $this->pubsubConfig = $pubsubConfig;
+ }
+ /**
+ * @return Google_Service_CloudBuild_PubsubConfig
+ */
+ public function getPubsubConfig()
+ {
+ return $this->pubsubConfig;
+ }
public function setSubstitutions($substitutions)
{
$this->substitutions = $substitutions;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/PubsubConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/PubsubConfig.php
new file mode 100644
index 000000000000..79cc62a6f0cb
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/PubsubConfig.php
@@ -0,0 +1,57 @@
+serviceAccountEmail = $serviceAccountEmail;
+ }
+ public function getServiceAccountEmail()
+ {
+ return $this->serviceAccountEmail;
+ }
+ public function setState($state)
+ {
+ $this->state = $state;
+ }
+ public function getState()
+ {
+ return $this->state;
+ }
+ public function setSubscription($subscription)
+ {
+ $this->subscription = $subscription;
+ }
+ public function getSubscription()
+ {
+ return $this->subscription;
+ }
+ public function setTopic($topic)
+ {
+ $this->topic = $topic;
+ }
+ public function getTopic()
+ {
+ return $this->topic;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/Source.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/Source.php
index df51530eece4..77d347a4bbf0 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/Source.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/Source.php
@@ -21,6 +21,8 @@ class Google_Service_CloudBuild_Source extends Google_Model
protected $repoSourceDataType = '';
protected $storageSourceType = 'Google_Service_CloudBuild_StorageSource';
protected $storageSourceDataType = '';
+ protected $storageSourceManifestType = 'Google_Service_CloudBuild_StorageSourceManifest';
+ protected $storageSourceManifestDataType = '';
/**
* @param Google_Service_CloudBuild_RepoSource
@@ -50,4 +52,18 @@ public function getStorageSource()
{
return $this->storageSource;
}
+ /**
+ * @param Google_Service_CloudBuild_StorageSourceManifest
+ */
+ public function setStorageSourceManifest(Google_Service_CloudBuild_StorageSourceManifest $storageSourceManifest)
+ {
+ $this->storageSourceManifest = $storageSourceManifest;
+ }
+ /**
+ * @return Google_Service_CloudBuild_StorageSourceManifest
+ */
+ public function getStorageSourceManifest()
+ {
+ return $this->storageSourceManifest;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php
index 20f04aaa79b5..68785c0e29ca 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/SourceProvenance.php
@@ -23,6 +23,8 @@ class Google_Service_CloudBuild_SourceProvenance extends Google_Model
protected $resolvedRepoSourceDataType = '';
protected $resolvedStorageSourceType = 'Google_Service_CloudBuild_StorageSource';
protected $resolvedStorageSourceDataType = '';
+ protected $resolvedStorageSourceManifestType = 'Google_Service_CloudBuild_StorageSourceManifest';
+ protected $resolvedStorageSourceManifestDataType = '';
/**
* @param Google_Service_CloudBuild_FileHashes[]
@@ -66,4 +68,18 @@ public function getResolvedStorageSource()
{
return $this->resolvedStorageSource;
}
+ /**
+ * @param Google_Service_CloudBuild_StorageSourceManifest
+ */
+ public function setResolvedStorageSourceManifest(Google_Service_CloudBuild_StorageSourceManifest $resolvedStorageSourceManifest)
+ {
+ $this->resolvedStorageSourceManifest = $resolvedStorageSourceManifest;
+ }
+ /**
+ * @return Google_Service_CloudBuild_StorageSourceManifest
+ */
+ public function getResolvedStorageSourceManifest()
+ {
+ return $this->resolvedStorageSourceManifest;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/StorageSourceManifest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/StorageSourceManifest.php
new file mode 100644
index 000000000000..f27bfd3fec2c
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/StorageSourceManifest.php
@@ -0,0 +1,48 @@
+bucket = $bucket;
+ }
+ public function getBucket()
+ {
+ return $this->bucket;
+ }
+ public function setGeneration($generation)
+ {
+ $this->generation = $generation;
+ }
+ public function getGeneration()
+ {
+ return $this->generation;
+ }
+ public function setObject($object)
+ {
+ $this->object = $object;
+ }
+ public function getObject()
+ {
+ return $this->object;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudComposer.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudComposer.php
index 34fc7d6c5a47..21c951b39d2f 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudComposer.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudComposer.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudComposer extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDebugger.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDebugger.php
index 03429cd722cc..f8ff21bfb48d 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDebugger.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDebugger.php
@@ -31,7 +31,7 @@
*/
class Google_Service_CloudDebugger extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** Use Stackdriver Debugger. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDomains.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDomains.php
index fa7857599e0a..dce7a409bc4c 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDomains.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDomains.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudDomains extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDomains/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDomains/Resource/ProjectsLocations.php
index 8f3c0c5e5d9a..13a1217d0e13 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDomains/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudDomains/Resource/ProjectsLocations.php
@@ -46,9 +46,13 @@ public function get($name, $optParams = array())
* applicable.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter The standard list filter.
- * @opt_param int pageSize The standard list page size.
- * @opt_param string pageToken The standard list page token.
+ * @opt_param string filter A filter to narrow down results to a preferred
+ * subset. The filtering language accepts strings like "displayName=tokyo", and
+ * is documented in more detail in [AIP-160](https://google.aip.dev/160).
+ * @opt_param int pageSize The maximum number of results to return. If not set,
+ * the service selects a default.
+ * @opt_param string pageToken A page token received from the `next_page_token`
+ * field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudDomains_ListLocationsResponse
*/
public function listProjectsLocations($name, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore.php
index 11cdb0af15a7..eef6868772d9 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudFilestore extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Backup.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Backup.php
index e95d7e010363..c30a251028d9 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Backup.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Backup.php
@@ -23,6 +23,7 @@ class Google_Service_CloudFilestore_Backup extends Google_Model
public $downloadBytes;
public $labels;
public $name;
+ public $satisfiesPzs;
public $sourceFileShare;
public $sourceInstance;
public $sourceInstanceTier;
@@ -77,6 +78,14 @@ public function getName()
{
return $this->name;
}
+ public function setSatisfiesPzs($satisfiesPzs)
+ {
+ $this->satisfiesPzs = $satisfiesPzs;
+ }
+ public function getSatisfiesPzs()
+ {
+ return $this->satisfiesPzs;
+ }
public function setSourceFileShare($sourceFileShare)
{
$this->sourceFileShare = $sourceFileShare;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Instance.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Instance.php
index df387a1c1d7d..2895e4f21431 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Instance.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Instance.php
@@ -27,6 +27,7 @@ class Google_Service_CloudFilestore_Instance extends Google_Collection
public $name;
protected $networksType = 'Google_Service_CloudFilestore_NetworkConfig';
protected $networksDataType = 'array';
+ public $satisfiesPzs;
public $state;
public $statusMessage;
public $tier;
@@ -99,6 +100,14 @@ public function getNetworks()
{
return $this->networks;
}
+ public function setSatisfiesPzs($satisfiesPzs)
+ {
+ $this->satisfiesPzs = $satisfiesPzs;
+ }
+ public function getSatisfiesPzs()
+ {
+ return $this->satisfiesPzs;
+ }
public function setState($state)
{
$this->state = $state;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php
index e1800a6f9c4e..c5153f861664 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php
@@ -46,11 +46,15 @@ public function get($name, $optParams = array())
* applicable.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter The standard list filter.
+ * @opt_param string filter A filter to narrow down results to a preferred
+ * subset. The filtering language accepts strings like "displayName=tokyo", and
+ * is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param bool includeUnrevealedLocations If true, the returned list will
* include locations which are not yet revealed.
- * @opt_param int pageSize The standard list page size.
- * @opt_param string pageToken The standard list page token.
+ * @opt_param int pageSize The maximum number of results to return. If not set,
+ * the service selects a default.
+ * @opt_param string pageToken A page token received from the `next_page_token`
+ * field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudFilestore_ListLocationsResponse
*/
public function listProjectsLocations($name, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions.php
index 617a391b228e..b6318603dbc9 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudFunctions extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1.php
index 74c4cfe5a20d..7a00923a740c 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions/OperationMetadataV1.php
@@ -18,6 +18,7 @@
class Google_Service_CloudFunctions_OperationMetadataV1 extends Google_Model
{
public $buildId;
+ public $buildName;
public $request;
public $sourceToken;
public $target;
@@ -33,6 +34,14 @@ public function getBuildId()
{
return $this->buildId;
}
+ public function setBuildName($buildName)
+ {
+ $this->buildName = $buildName;
+ }
+ public function getBuildName()
+ {
+ return $this->buildName;
+ }
public function setRequest($request)
{
$this->request = $request;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocations.php
index 3c4ead281ee0..7da0684cdc01 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocations.php
@@ -37,7 +37,7 @@ class Google_Service_CloudFunctions_Resource_ProjectsLocations extends Google_Se
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudFunctions_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare.php
index 7dc2fc78e8ff..43f98203e4d7 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudHealthcare extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php
index 95ec98b23f73..73c2e6b5a349 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php
@@ -18,6 +18,7 @@
class Google_Service_CloudHealthcare_FhirStore extends Google_Collection
{
protected $collection_key = 'streamConfigs';
+ public $defaultSearchHandlingStrict;
public $disableReferentialIntegrity;
public $disableResourceVersioning;
public $enableUpdateCreate;
@@ -29,6 +30,14 @@ class Google_Service_CloudHealthcare_FhirStore extends Google_Collection
protected $streamConfigsDataType = 'array';
public $version;
+ public function setDefaultSearchHandlingStrict($defaultSearchHandlingStrict)
+ {
+ $this->defaultSearchHandlingStrict = $defaultSearchHandlingStrict;
+ }
+ public function getDefaultSearchHandlingStrict()
+ {
+ return $this->defaultSearchHandlingStrict;
+ }
public function setDisableReferentialIntegrity($disableReferentialIntegrity)
{
$this->disableReferentialIntegrity = $disableReferentialIntegrity;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocations.php
index 4cd52199e609..e0bf8a38b7a2 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocations.php
@@ -46,9 +46,13 @@ public function get($name, $optParams = array())
* applicable.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter The standard list filter.
- * @opt_param int pageSize The standard list page size.
- * @opt_param string pageToken The standard list page token.
+ * @opt_param string filter A filter to narrow down results to a preferred
+ * subset. The filtering language accepts strings like "displayName=tokyo", and
+ * is documented in more detail in [AIP-160](https://google.aip.dev/160).
+ * @opt_param int pageSize The maximum number of results to return. If not set,
+ * the service selects a default.
+ * @opt_param string pageToken A page token received from the `next_page_token`
+ * field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudHealthcare_ListLocationsResponse
*/
public function listProjectsLocations($name, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php
index 9e5c4a56d46e..6964f292577a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php
@@ -54,7 +54,8 @@ public function create($parent, Google_Service_CloudHealthcare_Dataset $postBody
* DICOM instances. The new de-identified dataset will not contain these failed
* resources. Failed resource totals are tracked in Operation.metadata. Error
* details are also logged to Cloud Logging. For more information, see [Viewing
- * logs](/healthcare/docs/how-tos/logging). (datasets.deidentify)
+ * error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-
+ * tos/logging). (datasets.deidentify)
*
* @param string $sourceDataset Source dataset resource name. For example,
* `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStores.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStores.php
index 5f50b9a9d44e..b3f7c249dd8f 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStores.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsConsentStores.php
@@ -184,23 +184,23 @@ public function patch($name, Google_Service_CloudHealthcare_ConsentStore $postBo
* Queries all data_ids that are consented for a specified use in the given
* consent store and writes them to a specified destination. The returned
* Operation includes a progress counter for the number of User data mappings
- * processed. Errors are logged to Cloud Logging (see [Viewing logs]
- * (cloud.google.com/healthcare/docs/how-tos/logging)). For example, the
- * following sample log entry shows a `failed to evaluate consent policy` error
- * that occurred during a QueryAccessibleData call to consent store `projects/{p
- * roject_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{conse
- * nt_store_id}`. ```json jsonPayload: { @type: "type.googleapis.com/google.clou
- * d.healthcare.logging.QueryAccessibleDataLogEntry" error: { code: 9 message:
- * "failed to evaluate consent policy" } resourceName: "projects/{project_id}/lo
- * cations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/
- * consents/{consent_id}" } logName: "projects/{project_id}/logs/healthcare.goog
- * leapis.com%2Fquery_accessible_data" operation: { id: "projects/{project_id}/l
- * ocations/{location_id}/datasets/{dataset_id}/operations/{operation_id}"
- * producer: "healthcare.googleapis.com/QueryAccessibleData" } receiveTimestamp:
- * "TIMESTAMP" resource: { labels: { consent_store_id: "{consent_store_id}"
- * dataset_id: "{dataset_id}" location: "{location_id}" project_id:
- * "{project_id}" } type: "healthcare_consent_store" } severity: "ERROR"
- * timestamp: "TIMESTAMP" ``` (consentStores.queryAccessibleData)
+ * processed. Errors are logged to Cloud Logging (see [Viewing error logs in
+ * Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
+ * For example, the following sample log entry shows a `failed to evaluate
+ * consent policy` error that occurred during a QueryAccessibleData call to
+ * consent store `projects/{project_id}/locations/{location_id}/datasets/{datase
+ * t_id}/consentStores/{consent_store_id}`. ```json jsonPayload: { @type: "type.
+ * googleapis.com/google.cloud.healthcare.logging.QueryAccessibleDataLogEntry"
+ * error: { code: 9 message: "failed to evaluate consent policy" } resourceName:
+ * "projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentS
+ * tores/{consent_store_id}/consents/{consent_id}" } logName: "projects/{project
+ * _id}/logs/healthcare.googleapis.com%2Fquery_accessible_data" operation: { id:
+ * "projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/operatio
+ * ns/{operation_id}" producer: "healthcare.googleapis.com/QueryAccessibleData"
+ * } receiveTimestamp: "TIMESTAMP" resource: { labels: { consent_store_id:
+ * "{consent_store_id}" dataset_id: "{dataset_id}" location: "{location_id}"
+ * project_id: "{project_id}" } type: "healthcare_consent_store" } severity:
+ * "ERROR" timestamp: "TIMESTAMP" ``` (consentStores.queryAccessibleData)
*
* @param string $consentStore Required. Name of the consent store to retrieve
* User data mappings from.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php
index 6b459b8ce247..cf44d799a0ab 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php
@@ -50,7 +50,8 @@ public function create($parent, Google_Service_CloudHealthcare_DicomStore $postB
* identification fails for some DICOM instances. The output DICOM store will
* not contain these failed resources. Failed resource totals are tracked in
* Operation.metadata. Error details are also logged to Cloud Logging (see
- * [Viewing logs](/healthcare/docs/how-tos/logging)). (dicomStores.deidentify)
+ * [Viewing error logs in Cloud Logging](/healthcare/docs/how-tos/logging)).
+ * (dicomStores.deidentify)
*
* @param string $sourceStore Source DICOM store resource name. For example, `pr
* ojects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores
@@ -82,8 +83,9 @@ public function delete($name, $optParams = array())
/**
* Exports data to the specified destination by copying it from the DICOM store.
* Errors are also logged to Cloud Logging. For more information, see [Viewing
- * logs](/healthcare/docs/how-tos/logging). The metadata field type is
- * OperationMetadata. (dicomStores.export)
+ * error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-
+ * tos/logging). The metadata field type is OperationMetadata.
+ * (dicomStores.export)
*
* @param string $name The DICOM store resource name from which to export the
* data. For example, `projects/{project_id}/locations/{location_id}/datasets/{d
@@ -138,9 +140,10 @@ public function getIamPolicy($resource, $optParams = array())
}
/**
* Imports data into the DICOM store by copying it from the specified source.
- * Errors are logged to Cloud Logging. For more information, see [Viewing
- * logs](/healthcare/docs/how-tos/logging). The metadata field type is
- * OperationMetadata. (dicomStores.import)
+ * Errors are logged to Cloud Logging. For more information, see [Viewing error
+ * logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-
+ * tos/logging). The metadata field type is OperationMetadata.
+ * (dicomStores.import)
*
* @param string $name The name of the DICOM store resource into which the data
* is imported. For example, `projects/{project_id}/locations/{location_id}/data
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.php
index be4ce46ed549..5717d4523056 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.php
@@ -29,10 +29,9 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor
* DeleteStudy deletes all instances within the given study. Delete requests are
* equivalent to the GET requests specified in the Retrieve transaction. The
* method returns an Operation which will be marked successful when the deletion
- * is complete. Warning: Inserting instances into a study while a delete
- * operation is running for that study could result in the new instances not
- * appearing in search results until the deletion operation finishes. For
- * samples that show how to call DeleteStudy, see [Deleting a study, series, or
+ * is complete. Warning: Instances cannot be inserted into a study that is being
+ * deleted by an operation until the operation completes. For samples that show
+ * how to call DeleteStudy, see [Deleting a study, series, or
* instance](https://cloud.google.com/healthcare/docs/how-
* tos/dicomweb#deleting_a_study_series_or_instance). (studies.delete)
*
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.php
index 5c3a3e888152..3731db6c9513 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.php
@@ -29,11 +29,10 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor
* DeleteSeries deletes all instances within the given study and series. Delete
* requests are equivalent to the GET requests specified in the Retrieve
* transaction. The method returns an Operation which will be marked successful
- * when the deletion is complete. Warning: Inserting instances into a series
- * while a delete operation is running for that series could result in the new
- * instances not appearing in search results until the deletion operation
- * finishes. For samples that show how to call DeleteSeries, see [Deleting a
- * study, series, or instance](https://cloud.google.com/healthcare/docs/how-
+ * when the deletion is complete. Warning: Instances cannot be inserted into a
+ * series that is being deleted by an operation until the operation completes.
+ * For samples that show how to call DeleteSeries, see [Deleting a study,
+ * series, or instance](https://cloud.google.com/healthcare/docs/how-
* tos/dicomweb#deleting_a_study_series_or_instance). (series.delete)
*
* @param string $parent The name of the DICOM store that is being accessed. For
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php
index 7bf88eea058c..d1e6a577d934 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php
@@ -47,7 +47,9 @@ public function create($parent, Google_Service_CloudHealthcare_FhirStore $postBo
* store. The metadata field type is OperationMetadata. If the request is
* successful, the response field type is DeidentifyFhirStoreSummary. If errors
* occur, error is set. Error details are also logged to Cloud Logging (see
- * [Viewing logs](/healthcare/docs/how-tos/logging)). (fhirStores.deidentify)
+ * [Viewing error logs in Cloud
+ * Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
+ * (fhirStores.deidentify)
*
* @param string $sourceStore Source FHIR store resource name. For example, `pro
* jects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{
@@ -80,11 +82,11 @@ public function delete($name, $optParams = array())
* Export resources from the FHIR store to the specified destination. This
* method returns an Operation that can be used to track the status of the
* export by calling GetOperation. Immediate fatal errors appear in the error
- * field, errors are also logged to Cloud Logging (see [Viewing
- * logs](/healthcare/docs/how-tos/logging)). Otherwise, when the operation
- * finishes, a detailed response of type ExportResourcesResponse is returned in
- * the response field. The metadata field type for this operation is
- * OperationMetadata. (fhirStores.export)
+ * field, errors are also logged to Cloud Logging (see [Viewing error logs in
+ * Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
+ * Otherwise, when the operation finishes, a detailed response of type
+ * ExportResourcesResponse is returned in the response field. The metadata field
+ * type for this operation is OperationMetadata. (fhirStores.export)
*
* @param string $name The name of the FHIR store to export resource from, in
* the format of `projects/{project_id}/locations/{location_id}/datasets/{datase
@@ -148,7 +150,7 @@ public function getIamPolicy($resource, $optParams = array())
* stored using the supplied ID regardless of the enable_update_create setting
* on the FHIR store. It is strongly advised not to include or encode any
* sensitive data such as patient identifiers in client-specified resource IDs.
- * Those IDs are part of the FHIR resource path recorded in Cloud audit logs and
+ * Those IDs are part of the FHIR resource path recorded in Cloud Audit Logs and
* Cloud Pub/Sub notifications. Those IDs can also be contained in reference
* fields within other resources. The import process does not enforce
* referential integrity, regardless of the disable_referential_integrity
@@ -187,7 +189,8 @@ public function getIamPolicy($resource, $optParams = array())
* search or Patient-everything operation. This method returns an Operation that
* can be used to track the status of the import by calling GetOperation.
* Immediate fatal errors appear in the error field, errors are also logged to
- * Cloud Logging (see [Viewing logs](/healthcare/docs/how-tos/logging)).
+ * Cloud Logging (see [Viewing error logs in Cloud
+ * Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
* Otherwise, when the operation finishes, a detailed response of type
* ImportResourcesResponse is returned in the response field. The metadata field
* type for this operation is OperationMetadata. (fhirStores.import)
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php
index 247ec324ef08..d114fcfc3b27 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php
@@ -32,23 +32,23 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStore
* operations.html#everything),
* [STU3](http://hl7.org/implement/standards/fhir/STU3/patient-
* operations.html#everything), [R4](http://hl7.org/implement/standards/fhir/R4
- * /patient-operations.html#everything)). On success, the response body will
- * contain a JSON-encoded representation of a `Bundle` resource of type
- * `searchset`, containing the results of the operation. Errors generated by the
- * FHIR store will contain a JSON-encoded `OperationOutcome` resource describing
- * the reason for the error. If the request cannot be mapped to a valid API
- * method on a FHIR store, a generic GCP error might be returned instead. The
- * resources in scope for the response are: * The patient resource itself. * All
- * the resources directly referenced by the patient resource. * Resources
- * directly referencing the patient resource that meet the inclusion criteria.
- * The inclusion criteria are based on the membership rules in the patient
- * compartment definition ([DSTU2](http://hl7.org/fhir/DSTU2/compartment-
- * patient.html), [STU3](http://www.hl7.org/fhir/stu3/compartmentdefinition-
- * patient.html), [R4](http://hl7.org/fhir/R4/compartmentdefinition-
- * patient.html)), which details the eligible resource types and referencing
- * search parameters. For samples that show how to call `Patient-everything`,
- * see [Getting all patient compartment resources](/healthcare/docs/how-tos
- * /fhir-resources#getting_all_patient_compartment_resources).
+ * /patient-operations.html#everything)). On success, the response body contains
+ * a JSON-encoded representation of a `Bundle` resource of type `searchset`,
+ * containing the results of the operation. Errors generated by the FHIR store
+ * contain a JSON-encoded `OperationOutcome` resource describing the reason for
+ * the error. If the request cannot be mapped to a valid API method on a FHIR
+ * store, a generic GCP error might be returned instead. The resources in scope
+ * for the response are: * The patient resource itself. * All the resources
+ * directly referenced by the patient resource. * Resources directly referencing
+ * the patient resource that meet the inclusion criteria. The inclusion criteria
+ * are based on the membership rules in the patient compartment definition
+ * ([DSTU2](http://hl7.org/fhir/DSTU2/compartment-patient.html),
+ * [STU3](http://www.hl7.org/fhir/stu3/compartmentdefinition-patient.html),
+ * [R4](http://hl7.org/fhir/R4/compartmentdefinition-patient.html)), which
+ * details the eligible resource types and referencing search parameters. For
+ * samples that show how to call `Patient-everything`, see [Getting all patient
+ * compartment resources](/healthcare/docs/how-tos/fhir-
+ * resources#getting_all_patient_compartment_resources).
* (fhir.PatientEverything)
*
* @param string $name Name of the `Patient` resource for which the information
@@ -113,8 +113,8 @@ public function ResourcePurge($name, $optParams = array())
* ([STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#capabilities),
* [R4](http://hl7.org/implement/standards/fhir/R4/http.html#capabilities)), or
* the [conformance interaction](http://hl7.org/implement/standards/fhir/DSTU2/h
- * ttp.html#conformance) in the DSTU2 case. On success, the response body will
- * contain a JSON-encoded representation of a `CapabilityStatement` resource.
+ * ttp.html#conformance) in the DSTU2 case. On success, the response body
+ * contains a JSON-encoded representation of a `CapabilityStatement` resource.
* (fhir.capabilities)
*
* @param string $name Name of the FHIR store to retrieve the capabilities for.
@@ -135,14 +135,14 @@ public function capabilities($name, $optParams = array())
* creates a new resource with a server-assigned resource ID. The request body
* must contain a JSON-encoded FHIR resource, and the request headers must
* contain `Content-Type: application/fhir+json`. On success, the response body
- * will contain a JSON-encoded representation of the resource as it was created
- * on the server, including the server-assigned resource ID and version ID.
- * Errors generated by the FHIR store will contain a JSON-encoded
- * `OperationOutcome` resource describing the reason for the error. If the
- * request cannot be mapped to a valid API method on a FHIR store, a generic GCP
- * error might be returned instead. For samples that show how to call `create`,
- * see [Creating a FHIR resource](/healthcare/docs/how-tos/fhir-
- * resources#creating_a_fhir_resource). (fhir.create)
+ * contains a JSON-encoded representation of the resource as it was created on
+ * the server, including the server-assigned resource ID and version ID. Errors
+ * generated by the FHIR store contain a JSON-encoded `OperationOutcome`
+ * resource describing the reason for the error. If the request cannot be mapped
+ * to a valid API method on a FHIR store, a generic GCP error might be returned
+ * instead. For samples that show how to call `create`, see [Creating a FHIR
+ * resource](/healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource).
+ * (fhir.create)
*
* @param string $parent The name of the FHIR store this resource belongs to.
* @param string $type The FHIR resource type to create, such as Patient or
@@ -232,9 +232,9 @@ public function executeBundle($parent, Google_Service_CloudHealthcare_HttpBody $
* ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#history),
* [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#history),
* [R4](http://hl7.org/implement/standards/fhir/R4/http.html#history)). On
- * success, the response body will contain a JSON-encoded representation of a
+ * success, the response body contains a JSON-encoded representation of a
* `Bundle` resource of type `history`, containing the version history sorted
- * from most recent to oldest versions. Errors generated by the FHIR store will
+ * from most recent to oldest versions. Errors generated by the FHIR store
* contain a JSON-encoded `OperationOutcome` resource describing the reason for
* the error. If the request cannot be mapped to a valid API method on a FHIR
* store, a generic GCP error might be returned instead. For samples that show
@@ -280,9 +280,9 @@ public function history($name, $optParams = array())
* doesn't define a patch method, but the server supports it in the same way it
* supports STU3. The request body must contain a JSON Patch document, and the
* request headers must contain `Content-Type: application/json-patch+json`. On
- * success, the response body will contain a JSON-encoded representation of the
+ * success, the response body contains a JSON-encoded representation of the
* updated resource, including the server-assigned version ID. Errors generated
- * by the FHIR store will contain a JSON-encoded `OperationOutcome` resource
+ * by the FHIR store contain a JSON-encoded `OperationOutcome` resource
* describing the reason for the error. If the request cannot be mapped to a
* valid API method on a FHIR store, a generic GCP error might be returned
* instead. For samples that show how to call `patch`, see [Patching a FHIR
@@ -311,14 +311,13 @@ public function patch($name, Google_Service_CloudHealthcare_HttpBody $postBody,
* [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#cread),
* [R4](http://hl7.org/implement/standards/fhir/R4/http.html#cread)) specified
* by supplying an `If-Modified-Since` header with a date/time value or an `If-
- * None-Match` header with an ETag value. On success, the response body will
- * contain a JSON-encoded representation of the resource. Errors generated by
- * the FHIR store will contain a JSON-encoded `OperationOutcome` resource
- * describing the reason for the error. If the request cannot be mapped to a
- * valid API method on a FHIR store, a generic GCP error might be returned
- * instead. For samples that show how to call `read`, see [Getting a FHIR
- * resource](/healthcare/docs/how-tos/fhir-resources#getting_a_fhir_resource).
- * (fhir.read)
+ * None-Match` header with an ETag value. On success, the response body contains
+ * a JSON-encoded representation of the resource. Errors generated by the FHIR
+ * store contain a JSON-encoded `OperationOutcome` resource describing the
+ * reason for the error. If the request cannot be mapped to a valid API method
+ * on a FHIR store, a generic GCP error might be returned instead. For samples
+ * that show how to call `read`, see [Getting a FHIR resource](/healthcare/docs
+ * /how-tos/fhir-resources#getting_a_fhir_resource). (fhir.read)
*
* @param string $name The name of the resource to retrieve.
* @param array $optParams Optional parameters.
@@ -349,15 +348,15 @@ public function read($name, $optParams = array())
* having the same semantics as the `GET` method for the specified type. The
* `GET` and `POST` methods do not support compartment searches. The `POST`
* method does not support `application/x-www-form-urlencoded` search
- * parameters. On success, the response body will contain a JSON-encoded
+ * parameters. On success, the response body contains a JSON-encoded
* representation of a `Bundle` resource of type `searchset`, containing the
- * results of the search. Errors generated by the FHIR store will contain a
- * JSON-encoded `OperationOutcome` resource describing the reason for the error.
- * If the request cannot be mapped to a valid API method on a FHIR store, a
- * generic GCP error might be returned instead. The server's capability
- * statement, retrieved through capabilities, indicates what search parameters
- * are supported on each FHIR resource. A list of all search parameters defined
- * by the specification can be found in the FHIR Search Parameter Registry
+ * results of the search. Errors generated by the FHIR store contain a JSON-
+ * encoded `OperationOutcome` resource describing the reason for the error. If
+ * the request cannot be mapped to a valid API method on a FHIR store, a generic
+ * GCP error might be returned instead. The server's capability statement,
+ * retrieved through capabilities, indicates what search parameters are
+ * supported on each FHIR resource. A list of all search parameters defined by
+ * the specification can be found in the FHIR Search Parameter Registry
* ([STU3](http://hl7.org/implement/standards/fhir/STU3/searchparameter-
* registry.html), [R4](http://hl7.org/implement/standards/fhir/R4
* /searchparameter-registry.html)). FHIR search parameters for DSTU2 can be
@@ -408,15 +407,15 @@ public function search($parent, Google_Service_CloudHealthcare_SearchResourcesRe
* having the same semantics as the `GET` method for the specified type. The
* `GET` and `POST` methods do not support compartment searches. The `POST`
* method does not support `application/x-www-form-urlencoded` search
- * parameters. On success, the response body will contain a JSON-encoded
+ * parameters. On success, the response body contains a JSON-encoded
* representation of a `Bundle` resource of type `searchset`, containing the
- * results of the search. Errors generated by the FHIR store will contain a
- * JSON-encoded `OperationOutcome` resource describing the reason for the error.
- * If the request cannot be mapped to a valid API method on a FHIR store, a
- * generic GCP error might be returned instead. The server's capability
- * statement, retrieved through capabilities, indicates what search parameters
- * are supported on each FHIR resource. A list of all search parameters defined
- * by the specification can be found in the FHIR Search Parameter Registry
+ * results of the search. Errors generated by the FHIR store contain a JSON-
+ * encoded `OperationOutcome` resource describing the reason for the error. If
+ * the request cannot be mapped to a valid API method on a FHIR store, a generic
+ * GCP error might be returned instead. The server's capability statement,
+ * retrieved through capabilities, indicates what search parameters are
+ * supported on each FHIR resource. A list of all search parameters defined by
+ * the specification can be found in the FHIR Search Parameter Registry
* ([STU3](http://hl7.org/implement/standards/fhir/STU3/searchparameter-
* registry.html), [R4](http://hl7.org/implement/standards/fhir/R4
* /searchparameter-registry.html)). FHIR search parameters for DSTU2 can be
@@ -463,14 +462,14 @@ public function searchType($parent, $resourceType, Google_Service_CloudHealthcar
* set, creates the resource with the client-specified ID. It is strongly
* advised not to include or encode any sensitive data such as patient
* identifiers in client-specified resource IDs. Those IDs are part of the FHIR
- * resource path recorded in Cloud audit logs and Cloud Pub/Sub notifications.
- * Those IDs can also be contained in reference fields within other resources.
- * The request body must contain a JSON-encoded FHIR resource, and the request
+ * resource path recorded in Cloud Audit Logs and Pub/Sub notifications. Those
+ * IDs can also be contained in reference fields within other resources. The
+ * request body must contain a JSON-encoded FHIR resource, and the request
* headers must contain `Content-Type: application/fhir+json`. The resource must
* contain an `id` element having an identical value to the ID in the REST path
- * of the request. On success, the response body will contain a JSON-encoded
+ * of the request. On success, the response body contains a JSON-encoded
* representation of the updated resource, including the server-assigned version
- * ID. Errors generated by the FHIR store will contain a JSON-encoded
+ * ID. Errors generated by the FHIR store contain a JSON-encoded
* `OperationOutcome` resource describing the reason for the error. If the
* request cannot be mapped to a valid API method on a FHIR store, a generic GCP
* error might be returned instead. For samples that show how to call `update`,
@@ -494,8 +493,8 @@ public function update($name, Google_Service_CloudHealthcare_HttpBody $postBody,
* ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#vread),
* [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#vread),
* [R4](http://hl7.org/implement/standards/fhir/R4/http.html#vread)). On
- * success, the response body will contain a JSON-encoded representation of the
- * resource. Errors generated by the FHIR store will contain a JSON-encoded
+ * success, the response body contains a JSON-encoded representation of the
+ * resource. Errors generated by the FHIR store contain a JSON-encoded
* `OperationOutcome` resource describing the reason for the error. If the
* request cannot be mapped to a valid API method on a FHIR store, a generic GCP
* error might be returned instead. For samples that show how to call `vread`,
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php
index ece115f2d833..4f76d0cb30fe 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php
@@ -27,11 +27,10 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stor
{
/**
* Parses and stores an HL7v2 message. This method triggers an asynchronous
- * notification to any Cloud Pub/Sub topic configured in
- * projects.locations.datasets.hl7V2Stores.Hl7V2NotificationConfig, if the
- * filtering matches the message. If an MLLP adapter is configured to listen to
- * a Cloud Pub/Sub topic, the adapter transmits the message when a notification
- * is received. (messages.create)
+ * notification to any Pub/Sub topic configured in
+ * Hl7V2Store.Hl7V2NotificationConfig, if the filtering matches the message. If
+ * an MLLP adapter is configured to listen to a Pub/Sub topic, the adapter
+ * transmits the message when a notification is received. (messages.create)
*
* @param string $parent The name of the dataset this message belongs to.
* @param Google_Service_CloudHealthcare_CreateMessageRequest $postBody
@@ -75,14 +74,14 @@ public function get($name, $optParams = array())
}
/**
* Parses and stores an HL7v2 message. This method triggers an asynchronous
- * notification to any Cloud Pub/Sub topic configured in
- * projects.locations.datasets.hl7V2Stores.Hl7V2NotificationConfig, if the
- * filtering matches the message. If an MLLP adapter is configured to listen to
- * a Cloud Pub/Sub topic, the adapter transmits the message when a notification
- * is received. This method also generates a response containing an HL7v2
- * acknowledgement (`ACK`) message when successful or a negative acknowledgement
- * (`NACK`) message in case of error, suitable for replying to HL7v2 interface
- * systems that expect these acknowledgements. (messages.ingest)
+ * notification to any Pub/Sub topic configured in
+ * Hl7V2Store.Hl7V2NotificationConfig, if the filtering matches the message. If
+ * an MLLP adapter is configured to listen to a Pub/Sub topic, the adapter
+ * transmits the message when a notification is received. If the method is
+ * successful, it generates a response containing an HL7v2 acknowledgment
+ * (`ACK`) message. If the method encounters an error, it returns a negative
+ * acknowledgment (`NACK`) message. This behavior is suitable for replying to
+ * HL7v2 interface systems that expect these acknowledgments. (messages.ingest)
*
* @param string $parent The name of the HL7v2 store this message belongs to.
* @param Google_Service_CloudHealthcare_IngestMessageRequest $postBody
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudIAP.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudIAP.php
index 858d5e58c7e9..f6a6be3d2ff4 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudIAP.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudIAP.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudIAP extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudIot.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudIot.php
index 76f65a7c6aed..6931f5f56de7 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudIot.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudIot.php
@@ -31,7 +31,7 @@
*/
class Google_Service_CloudIot extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** Register and manage devices in the Google Cloud IoT service. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudKMS.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudKMS.php
index 0d69f2f84545..9633cfe19765 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudKMS.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudKMS.php
@@ -31,7 +31,7 @@
*/
class Google_Service_CloudKMS extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View and manage your keys and secrets stored in Cloud Key Management Service. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocations.php
index 66d186659c36..de0f4357c405 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocations.php
@@ -46,9 +46,13 @@ public function get($name, $optParams = array())
* applicable.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter The standard list filter.
- * @opt_param int pageSize The standard list page size.
- * @opt_param string pageToken The standard list page token.
+ * @opt_param string filter A filter to narrow down results to a preferred
+ * subset. The filtering language accepts strings like "displayName=tokyo", and
+ * is documented in more detail in [AIP-160](https://google.aip.dev/160).
+ * @opt_param int pageSize The maximum number of results to return. If not set,
+ * the service selects a default.
+ * @opt_param string pageToken A page token received from the `next_page_token`
+ * field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudKMS_ListLocationsResponse
*/
public function listProjectsLocations($name, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences.php
index 137b99ad2330..e385ffdd4869 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences.php
@@ -31,7 +31,7 @@
*/
class Google_Service_CloudLifeSciences extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Action.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Action.php
index b06c84b97584..536c52d9f54b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Action.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Action.php
@@ -27,6 +27,8 @@ class Google_Service_CloudLifeSciences_Action extends Google_Collection
public $disableImagePrefetch;
public $disableStandardErrorCapture;
public $enableFuse;
+ protected $encryptedEnvironmentType = 'Google_Service_CloudLifeSciences_Secret';
+ protected $encryptedEnvironmentDataType = '';
public $entrypoint;
public $environment;
public $ignoreExitStatus;
@@ -110,6 +112,20 @@ public function getEnableFuse()
{
return $this->enableFuse;
}
+ /**
+ * @param Google_Service_CloudLifeSciences_Secret
+ */
+ public function setEncryptedEnvironment(Google_Service_CloudLifeSciences_Secret $encryptedEnvironment)
+ {
+ $this->encryptedEnvironment = $encryptedEnvironment;
+ }
+ /**
+ * @return Google_Service_CloudLifeSciences_Secret
+ */
+ public function getEncryptedEnvironment()
+ {
+ return $this->encryptedEnvironment;
+ }
public function setEntrypoint($entrypoint)
{
$this->entrypoint = $entrypoint;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Pipeline.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Pipeline.php
index 7ed1716fd2d8..b904a4cf69d6 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Pipeline.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Pipeline.php
@@ -20,6 +20,8 @@ class Google_Service_CloudLifeSciences_Pipeline extends Google_Collection
protected $collection_key = 'actions';
protected $actionsType = 'Google_Service_CloudLifeSciences_Action';
protected $actionsDataType = 'array';
+ protected $encryptedEnvironmentType = 'Google_Service_CloudLifeSciences_Secret';
+ protected $encryptedEnvironmentDataType = '';
public $environment;
protected $resourcesType = 'Google_Service_CloudLifeSciences_Resources';
protected $resourcesDataType = '';
@@ -39,6 +41,20 @@ public function getActions()
{
return $this->actions;
}
+ /**
+ * @param Google_Service_CloudLifeSciences_Secret
+ */
+ public function setEncryptedEnvironment(Google_Service_CloudLifeSciences_Secret $encryptedEnvironment)
+ {
+ $this->encryptedEnvironment = $encryptedEnvironment;
+ }
+ /**
+ * @return Google_Service_CloudLifeSciences_Secret
+ */
+ public function getEncryptedEnvironment()
+ {
+ return $this->encryptedEnvironment;
+ }
public function setEnvironment($environment)
{
$this->environment = $environment;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocations.php
index 8133d0c9a206..beb8982295ac 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudLifeSciences/Resource/ProjectsLocations.php
@@ -50,7 +50,7 @@ public function get($name, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudLifeSciences_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php
index 3b6a0ddf7b12..c2522fbadf94 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudMachineLearningEngine extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View your data across Google Cloud Platform services. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached.php
index dafb9e8b1e6a..8e70d47fa521 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached.php
@@ -31,7 +31,7 @@
*/
class Google_Service_CloudMemorystoreforMemcached extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1LocationMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1LocationMetadata.php
new file mode 100644
index 000000000000..66b57891b20e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1LocationMetadata.php
@@ -0,0 +1,37 @@
+availableZones = $availableZones;
+ }
+ /**
+ * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudMemcacheV1ZoneMetadata[]
+ */
+ public function getAvailableZones()
+ {
+ return $this->availableZones;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1ZoneMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1ZoneMetadata.php
new file mode 100644
index 000000000000..81f4bf39db46
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1ZoneMetadata.php
@@ -0,0 +1,20 @@
+eligibilities = $eligibilities;
+ }
+ /**
+ * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility[]
+ */
+ public function getEligibilities()
+ {
+ return $this->eligibilities;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
index 57c807e9df0a..26f8a9b5618d 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
@@ -24,6 +24,8 @@ class Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorMana
protected $exclusionsDataType = 'array';
protected $nodesType = 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata';
protected $nodesDataType = 'array';
+ protected $perSliEligibilityType = 'Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility';
+ protected $perSliEligibilityDataType = '';
public $tier;
/**
@@ -68,6 +70,20 @@ public function getNodes()
{
return $this->nodes;
}
+ /**
+ * @param Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
+ */
+ public function setPerSliEligibility(Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility $perSliEligibility)
+ {
+ $this->perSliEligibility = $perSliEligibility;
+ }
+ /**
+ * @return Google_Service_CloudMemorystoreforMemcached_GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
+ */
+ public function getPerSliEligibility()
+ {
+ return $this->perSliEligibility;
+ }
public function setTier($tier)
{
$this->tier = $tier;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocations.php
index 9381e6b4a9d8..dd7f6290fa52 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocations.php
@@ -46,9 +46,13 @@ public function get($name, $optParams = array())
* applicable.
* @param array $optParams Optional parameters.
*
- * @opt_param string filter The standard list filter.
- * @opt_param int pageSize The standard list page size.
- * @opt_param string pageToken The standard list page token.
+ * @opt_param string filter A filter to narrow down results to a preferred
+ * subset. The filtering language accepts strings like "displayName=tokyo", and
+ * is documented in more detail in [AIP-160](https://google.aip.dev/160).
+ * @opt_param int pageSize The maximum number of results to return. If not set,
+ * the service will select a default.
+ * @opt_param string pageToken A page token received from the `next_page_token`
+ * field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudMemorystoreforMemcached_ListLocationsResponse
*/
public function listProjectsLocations($name, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocationsInstances.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocationsInstances.php
index 1cdcdb5203ba..e82ae375ebac 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocationsInstances.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMemorystoreforMemcached/Resource/ProjectsLocationsInstances.php
@@ -26,8 +26,8 @@
class Google_Service_CloudMemorystoreforMemcached_Resource_ProjectsLocationsInstances extends Google_Service_Resource
{
/**
- * ApplyParameters will restart the set of specified nodes in order to update
- * them to the current set of parameters for the Memcached Instance.
+ * `ApplyParameters` restarts the set of specified nodes in order to update them
+ * to the current set of parameters for the Memcached Instance.
* (instances.applyParameters)
*
* @param string $name Required. Resource name of the Memcached instance for
@@ -55,8 +55,8 @@ public function applyParameters($name, Google_Service_CloudMemorystoreforMemcach
* instance in the user project with the following restrictions: * Must contain
* only lowercase letters, numbers, and hyphens. * Must start with a letter. *
* Must be between 1-40 characters. * Must end with a number or a letter. * Must
- * be unique within the user project / location If any of the above are not met,
- * will raise an invalid argument error.
+ * be unique within the user project / location. If any of the above are not
+ * met, the API raises an invalid argument error.
* @return Google_Service_CloudMemorystoreforMemcached_Operation
*/
public function create($parent, Google_Service_CloudMemorystoreforMemcached_Instance $postBody, $optParams = array())
@@ -105,15 +105,15 @@ public function get($name, $optParams = array())
* @param array $optParams Optional parameters.
*
* @opt_param string filter List filter. For example, exclude all Memcached
- * instances with name as my-instance by specifying "name != my-instance".
+ * instances with name as my-instance by specifying `"name != my-instance"`.
* @opt_param string orderBy Sort results. Supported values are "name", "name
* desc" or "" (unsorted).
* @opt_param int pageSize The maximum number of items to return. If not
* specified, a default value of 1000 will be used by the service. Regardless of
- * the page_size value, the response may include a partial list and a caller
- * should only rely on response's next_page_token to determine if there are more
- * instances left to be queried.
- * @opt_param string pageToken The next_page_token value returned from a
+ * the `page_size` value, the response may include a partial list and a caller
+ * should only rely on response's `next_page_token` to determine if there are
+ * more instances left to be queried.
+ * @opt_param string pageToken The `next_page_token` value returned from a
* previous List request, if any.
* @return Google_Service_CloudMemorystoreforMemcached_ListInstancesResponse
*/
@@ -130,10 +130,10 @@ public function listProjectsLocationsInstances($parent, $optParams = array())
* @param string $name Required. Unique name of the resource in this scope
* including project and location using the form:
* `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note:
- * Memcached instances are managed and addressed at regional level so
- * location_id here refers to a GCP region; however, users may choose which
- * zones Memcached nodes within an instances should be provisioned in. Refer to
- * [zones] field for more details.
+ * Memcached instances are managed and addressed at the regional level so
+ * `location_id` here refers to a Google Cloud region; however, users may choose
+ * which zones Memcached nodes should be provisioned in within an instance.
+ * Refer to zones field for more details.
* @param Google_Service_CloudMemorystoreforMemcached_Instance $postBody
* @param array $optParams Optional parameters.
*
@@ -148,9 +148,9 @@ public function patch($name, Google_Service_CloudMemorystoreforMemcached_Instanc
return $this->call('patch', array($params), "Google_Service_CloudMemorystoreforMemcached_Operation");
}
/**
- * Updates the defined Memcached Parameters for an existing Instance. This
- * method only stages the parameters, it must be followed by ApplyParameters to
- * apply the parameters to nodes of the Memcached Instance.
+ * Updates the defined Memcached parameters for an existing instance. This
+ * method only stages the parameters, it must be followed by `ApplyParameters`
+ * to apply the parameters to nodes of the Memcached instance.
* (instances.updateParameters)
*
* @param string $name Required. Resource name of the Memcached instance for
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudNaturalLanguage.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudNaturalLanguage.php
index 572ddb61caa5..0b51866a2040 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudNaturalLanguage.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudNaturalLanguage.php
@@ -35,7 +35,7 @@ class Google_Service_CloudNaturalLanguage extends Google_Service
/** Apply machine learning models to reveal the structure and meaning of text. */
const CLOUD_LANGUAGE =
"https://www.googleapis.com/auth/cloud-language";
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudOSLogin.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudOSLogin.php
index 6685b446e035..0e0921330961 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudOSLogin.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudOSLogin.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudOSLogin extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View and manage your Google Compute Engine resources. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudProfiler.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudProfiler.php
index 5dd74864cd68..428773260d38 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudProfiler.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudProfiler.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudProfiler extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View and write monitoring data for all of your Google and third-party Cloud and API projects. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocations.php
index e17ae76472c0..962d02e5ce8b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRedis/Resource/ProjectsLocations.php
@@ -50,7 +50,7 @@ public function get($name, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudRedis_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagBindingMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagBindingMetadata.php
new file mode 100644
index 000000000000..53d18fbc455e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/CreateTagBindingMetadata.php
@@ -0,0 +1,20 @@
+call('create', array($params), "Google_Service_CloudResourceManager_Operation");
}
/**
- * Requests deletion of a Folder. The Folder is moved into the DELETE_REQUESTED
+ * Requests deletion of a folder. The folder is moved into the DELETE_REQUESTED
* state immediately, and is deleted approximately 30 days later. This method
- * may only be called on an empty Folder, where a Folder is empty if it doesn't
- * contain any Folders or Projects in the ACTIVE state. If called on a folder in
- * DELETE_REQUESTED state the result will be a no-op success. The caller must
- * have `resourcemanager.folders.delete` permission on the identified folder.
- * (folders.delete)
+ * may only be called on an empty folder, where a folder is empty if it doesn't
+ * contain any folders or projects in the ACTIVE state. If called on a folder in
+ * DELETE_REQUESTED state the operation will result in a no-op success. The
+ * caller must have `resourcemanager.folders.delete` permission on the
+ * identified folder. (folders.delete)
*
- * @param string $name Required. The resource name of the Folder to be deleted.
+ * @param string $name Required. The resource name of the folder to be deleted.
* Must be of the form `folders/{folder_id}`.
* @param array $optParams Optional parameters.
* @return Google_Service_CloudResourceManager_Operation
@@ -75,12 +76,12 @@ public function delete($name, $optParams = array())
return $this->call('delete', array($params), "Google_Service_CloudResourceManager_Operation");
}
/**
- * Retrieves a Folder identified by the supplied resource name. Valid Folder
+ * Retrieves a folder identified by the supplied resource name. Valid folder
* resource names have the format `folders/{folder_id}` (for example,
* `folders/1234`). The caller must have `resourcemanager.folders.get`
* permission on the identified folder. (folders.get)
*
- * @param string $name Required. The resource name of the Folder to retrieve.
+ * @param string $name Required. The resource name of the folder to retrieve.
* Must be of the form `folders/{folder_id}`.
* @param array $optParams Optional parameters.
* @return Google_Service_CloudResourceManager_Folder
@@ -92,9 +93,9 @@ public function get($name, $optParams = array())
return $this->call('get', array($params), "Google_Service_CloudResourceManager_Folder");
}
/**
- * Gets the access control policy for a Folder. The returned policy may be empty
+ * Gets the access control policy for a folder. The returned policy may be empty
* if no such policy or resource exists. The `resource` field should be the
- * Folder's resource name, e.g. "folders/1234". The caller must have
+ * folder's resource name, for example: "folders/1234". The caller must have
* `resourcemanager.folders.getIamPolicy` permission on the identified folder.
* (folders.getIamPolicy)
*
@@ -112,26 +113,26 @@ public function getIamPolicy($resource, Google_Service_CloudResourceManager_GetI
return $this->call('getIamPolicy', array($params), "Google_Service_CloudResourceManager_Policy");
}
/**
- * Lists the Folders that are direct descendants of supplied parent resource.
- * List provides a strongly consistent view of the Folders underneath the
- * specified parent resource. List returns Folders sorted based upon the
+ * Lists the folders that are direct descendants of supplied parent resource.
+ * `list()` provides a strongly consistent view of the folders underneath the
+ * specified parent resource. `list()` returns folders sorted based upon the
* (ascending) lexical ordering of their display_name. The caller must have
* `resourcemanager.folders.list` permission on the identified parent.
* (folders.listFolders)
*
* @param array $optParams Optional parameters.
*
- * @opt_param int pageSize Optional. The maximum number of Folders to return in
+ * @opt_param int pageSize Optional. The maximum number of folders to return in
* the response. If unspecified, server picks an appropriate default.
* @opt_param string pageToken Optional. A pagination token returned from a
* previous call to `ListFolders` that indicates where this listing should
* continue from.
- * @opt_param string parent Required. The resource name of the Organization or
- * Folder whose Folders are being listed. Must be of the form
+ * @opt_param string parent Required. The resource name of the organization or
+ * folder whose folders are being listed. Must be of the form
* `folders/{folder_id}` or `organizations/{org_id}`. Access to this method is
* controlled by checking the `resourcemanager.folders.list` permission on the
* `parent`.
- * @opt_param bool showDeleted Optional. Controls whether Folders in the
+ * @opt_param bool showDeleted Optional. Controls whether folders in the
* DELETE_REQUESTED state should be returned. Defaults to false.
* @return Google_Service_CloudResourceManager_ListFoldersResponse
*/
@@ -142,19 +143,19 @@ public function listFolders($optParams = array())
return $this->call('list', array($params), "Google_Service_CloudResourceManager_ListFoldersResponse");
}
/**
- * Moves a Folder under a new resource parent. Returns an Operation which can be
- * used to track the progress of the folder move workflow. Upon success the
- * Operation.response field will be populated with the moved Folder. Upon
- * failure, a FolderOperationError categorizing the failure cause will be
- * returned - if the failure occurs synchronously then the FolderOperationError
- * will be returned via the Status.details field and if it occurs asynchronously
- * then the FolderOperation will be returned via the Operation.error field. In
- * addition, the Operation.metadata field will be populated with a
- * FolderOperation message as an aid to stateless clients. Folder moves will be
- * rejected if they violate either the naming, height or fanout constraints
- * described in the CreateFolder documentation. The caller must have
- * `resourcemanager.folders.move` permission on the folder's current and
- * proposed new parent. (folders.move)
+ * Moves a folder under a new resource parent. Returns an `Operation` which can
+ * be used to track the progress of the folder move workflow. Upon success, the
+ * `Operation.response` field will be populated with the moved folder. Upon
+ * failure, a `FolderOperationError` categorizing the failure cause will be
+ * returned - if the failure occurs synchronously then the
+ * `FolderOperationError` will be returned in the `Status.details` field. If it
+ * occurs asynchronously, then the FolderOperation will be returned in the
+ * `Operation.error` field. In addition, the `Operation.metadata` field will be
+ * populated with a `FolderOperation` message as an aid to stateless clients.
+ * Folder moves will be rejected if they violate either the naming, height, or
+ * fanout constraints described in the CreateFolder documentation. The caller
+ * must have `resourcemanager.folders.move` permission on the folder's current
+ * and proposed new parent. (folders.move)
*
* @param string $name Required. The resource name of the Folder to move. Must
* be of the form folders/{folder_id}
@@ -169,19 +170,19 @@ public function move($name, Google_Service_CloudResourceManager_MoveFolderReques
return $this->call('move', array($params), "Google_Service_CloudResourceManager_Operation");
}
/**
- * Updates a Folder, changing its display_name. Changes to the folder
- * display_name will be rejected if they violate either the display_name
- * formatting rules or naming constraints described in the CreateFolder
- * documentation. The Folder's display_name must start and end with a letter or
- * digit, may contain letters, digits, spaces, hyphens and underscores and can
- * be between 3 and 30 characters. This is captured by the regular expression:
- * `\p{L}\p{N}{1,28}[\p{L}\p{N}]`. The caller must have
+ * Updates a folder, changing its `display_name`. Changes to the folder
+ * `display_name` will be rejected if they violate either the `display_name`
+ * formatting rules or the naming constraints described in the CreateFolder
+ * documentation. The folder's `display_name` must start and end with a letter
+ * or digit, may contain letters, digits, spaces, hyphens and underscores and
+ * can be between 3 and 30 characters. This is captured by the regular
+ * expression: `\p{L}\p{N}{1,28}[\p{L}\p{N}]`. The caller must have
* `resourcemanager.folders.update` permission on the identified folder. If the
- * update fails due to the unique name constraint then a PreconditionFailure
+ * update fails due to the unique name constraint then a `PreconditionFailure`
* explaining this violation will be returned in the Status.details field.
* (folders.patch)
*
- * @param string $name Output only. The resource name of the Folder. Its format
+ * @param string $name Output only. The resource name of the folder. Its format
* is `folders/{folder_id}`, for example: "folders/1234".
* @param Google_Service_CloudResourceManager_Folder $postBody
* @param array $optParams Optional parameters.
@@ -197,10 +198,10 @@ public function patch($name, Google_Service_CloudResourceManager_Folder $postBod
return $this->call('patch', array($params), "Google_Service_CloudResourceManager_Operation");
}
/**
- * Search for folders that match specific filter criteria. Search provides an
- * eventually consistent view of the folders a user has access to which meet the
- * specified filter criteria. This will only return folders on which the caller
- * has the permission `resourcemanager.folders.get`. (folders.search)
+ * Search for folders that match specific filter criteria. `search()` provides
+ * an eventually consistent view of the folders a user has access to which meet
+ * the specified filter criteria. This will only return folders on which the
+ * caller has the permission `resourcemanager.folders.get`. (folders.search)
*
* @param array $optParams Optional parameters.
*
@@ -209,18 +210,19 @@ public function patch($name, Google_Service_CloudResourceManager_Folder $postBod
* @opt_param string pageToken Optional. A pagination token returned from a
* previous call to `SearchFolders` that indicates from where search should
* continue.
- * @opt_param string query Optional. Search criteria used to select the Folders
+ * @opt_param string query Optional. Search criteria used to select the folders
* to return. If no search criteria is specified then all accessible folders
* will be returned. Query expressions can be used to restrict results based
* upon displayName, state and parent, where the operators `=` (`:`) `NOT`,
* `AND` and `OR` can be used along with the suffix wildcard symbol `*`. The
- * displayName field in a query expression should use escaped quotes for values
- * that include whitespace to prevent unexpected behavior. | Field | Description
- * | |-------------------------|----------------------------------------| |
- * displayName | Filters by displayName. | | parent | Filters by parent (e.g.
- * folders/123). | | state, lifecycleState | Filters by state. | Some example
- * queries are: * Query `displayName=Test*` returns Folder resources whose
- * display name starts with "Test". * Query `state=ACTIVE` returns Folder
+ * `displayName` field in a query expression should use escaped quotes for
+ * values that include whitespace to prevent unexpected behavior. | Field |
+ * Description |
+ * |-------------------------|----------------------------------------| |
+ * displayName | Filters by displayName. | | parent | Filters by parent (for
+ * example: folders/123). | | state, lifecycleState | Filters by state. | Some
+ * example queries are: * Query `displayName=Test*` returns Folder resources
+ * whose display name starts with "Test". * Query `state=ACTIVE` returns Folder
* resources with `state` set to `ACTIVE`. * Query `parent=folders/123` returns
* Folder resources that have `folders/123` as a parent resource. * Query
* `parent=folders/123 AND state=ACTIVE` returns active Folder resources that
@@ -236,8 +238,8 @@ public function search($optParams = array())
return $this->call('search', array($params), "Google_Service_CloudResourceManager_SearchFoldersResponse");
}
/**
- * Sets the access control policy on a Folder, replacing any existing policy.
- * The `resource` field should be the Folder's resource name, e.g.
+ * Sets the access control policy on a folder, replacing any existing policy.
+ * The `resource` field should be the folder's resource name, for example:
* "folders/1234". The caller must have `resourcemanager.folders.setIamPolicy`
* permission on the identified folder. (folders.setIamPolicy)
*
@@ -255,9 +257,10 @@ public function setIamPolicy($resource, Google_Service_CloudResourceManager_SetI
return $this->call('setIamPolicy', array($params), "Google_Service_CloudResourceManager_Policy");
}
/**
- * Returns permissions that a caller has on the specified Folder. The `resource`
- * field should be the Folder's resource name, e.g. "folders/1234". There are no
- * permissions required for making this API call. (folders.testIamPermissions)
+ * Returns permissions that a caller has on the specified folder. The `resource`
+ * field should be the folder's resource name, for example: "folders/1234".
+ * There are no permissions required for making this API call.
+ * (folders.testIamPermissions)
*
* @param string $resource REQUIRED: The resource for which the policy detail is
* being requested. See the operation documentation for the appropriate value
@@ -273,15 +276,16 @@ public function testIamPermissions($resource, Google_Service_CloudResourceManage
return $this->call('testIamPermissions', array($params), "Google_Service_CloudResourceManager_TestIamPermissionsResponse");
}
/**
- * Cancels the deletion request for a Folder. This method may be called on a
- * Folder in any state. If Folder is in ACTIVE state the result will be a no-op
- * success. In order to succeed, the Folder's parent must be in the ACTIVE
- * state. In addition, reintroducing the folder into the tree must not violate
- * folder naming, height and fanout constraints described in the CreateFolder
- * documentation. The caller must have `resourcemanager.folders.undelete`
- * permission on the identified folder. (folders.undelete)
+ * Cancels the deletion request for a folder. This method may be called on a
+ * folder in any state. If the folder is in the ACTIVE state the result will be
+ * a no-op success. In order to succeed, the folder's parent must be in the
+ * ACTIVE state. In addition, reintroducing the folder into the tree must not
+ * violate folder naming, height, and fanout constraints described in the
+ * CreateFolder documentation. The caller must have
+ * `resourcemanager.folders.undelete` permission on the identified folder.
+ * (folders.undelete)
*
- * @param string $name Required. The resource name of the Folder to undelete.
+ * @param string $name Required. The resource name of the folder to undelete.
* Must be of the form `folders/{folder_id}`.
* @param Google_Service_CloudResourceManager_UndeleteFolderRequest $postBody
* @param array $optParams Optional parameters.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Organizations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Organizations.php
index 48c529b99bf1..7600dccab4bb 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Organizations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Organizations.php
@@ -26,7 +26,7 @@
class Google_Service_CloudResourceManager_Resource_Organizations extends Google_Service_Resource
{
/**
- * Fetches an Organization resource identified by the specified resource name.
+ * Fetches an organization resource identified by the specified resource name.
* (organizations.get)
*
* @param string $name Required. The resource name of the Organization to fetch.
@@ -42,11 +42,11 @@ public function get($name, $optParams = array())
return $this->call('get', array($params), "Google_Service_CloudResourceManager_Organization");
}
/**
- * Gets the access control policy for an Organization resource. May be empty if
- * no such policy or resource exists. The `resource` field should be the
- * organization's resource name, e.g. "organizations/123". Authorization
- * requires the Google IAM permission
- * `resourcemanager.organizations.getIamPolicy` on the specified organization
+ * Gets the access control policy for an organization resource. The policy may
+ * be empty if no such policy or resource exists. The `resource` field should be
+ * the organization's resource name, for example: "organizations/123".
+ * Authorization requires the IAM permission
+ * `resourcemanager.organizations.getIamPolicy` on the specified organization.
* (organizations.getIamPolicy)
*
* @param string $resource REQUIRED: The resource for which the policy is being
@@ -63,16 +63,16 @@ public function getIamPolicy($resource, Google_Service_CloudResourceManager_GetI
return $this->call('getIamPolicy', array($params), "Google_Service_CloudResourceManager_Policy");
}
/**
- * Searches Organization resources that are visible to the user and satisfy the
- * specified filter. This method returns Organizations in an unspecified order.
- * New Organizations do not necessarily appear at the end of the results, and
+ * Searches organization resources that are visible to the user and satisfy the
+ * specified filter. This method returns organizations in an unspecified order.
+ * New organizations do not necessarily appear at the end of the results, and
* may take a small amount of time to appear. Search will only return
* organizations on which the user has the permission
* `resourcemanager.organizations.get` (organizations.search)
*
* @param array $optParams Optional parameters.
*
- * @opt_param int pageSize Optional. The maximum number of Organizations to
+ * @opt_param int pageSize Optional. The maximum number of organizations to
* return in the response. If unspecified, server picks an appropriate default.
* @opt_param string pageToken Optional. A pagination token returned from a
* previous call to `SearchOrganizations` that indicates from where listing
@@ -97,11 +97,11 @@ public function search($optParams = array())
return $this->call('search', array($params), "Google_Service_CloudResourceManager_SearchOrganizationsResponse");
}
/**
- * Sets the access control policy on an Organization resource. Replaces any
+ * Sets the access control policy on an organization resource. Replaces any
* existing policy. The `resource` field should be the organization's resource
- * name, e.g. "organizations/123". Authorization requires the Google IAM
+ * name, for example: "organizations/123". Authorization requires the IAM
* permission `resourcemanager.organizations.setIamPolicy` on the specified
- * organization (organizations.setIamPolicy)
+ * organization. (organizations.setIamPolicy)
*
* @param string $resource REQUIRED: The resource for which the policy is being
* specified. See the operation documentation for the appropriate value for this
@@ -117,8 +117,8 @@ public function setIamPolicy($resource, Google_Service_CloudResourceManager_SetI
return $this->call('setIamPolicy', array($params), "Google_Service_CloudResourceManager_Policy");
}
/**
- * Returns permissions that a caller has on the specified Organization. The
- * `resource` field should be the organization's resource name, e.g.
+ * Returns the permissions that a caller has on the specified organization. The
+ * `resource` field should be the organization's resource name, for example:
* "organizations/123". There are no permissions required for making this API
* call. (organizations.testIamPermissions)
*
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Projects.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Projects.php
index 990f52e1ecdb..864f44bc6f67 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Projects.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Projects.php
@@ -26,11 +26,11 @@
class Google_Service_CloudResourceManager_Resource_Projects extends Google_Service_Resource
{
/**
- * Request that a new Project be created. The result is an Operation which can
+ * Request that a new project be created. The result is an `Operation` which can
* be used to track the creation process. This process usually takes a few
- * seconds, but can sometimes take much longer. The tracking Operation is
+ * seconds, but can sometimes take much longer. The tracking `Operation` is
* automatically deleted after a few hours, so there is no need to call
- * DeleteOperation. (projects.create)
+ * `DeleteOperation`. (projects.create)
*
* @param Google_Service_CloudResourceManager_Project $postBody
* @param array $optParams Optional parameters.
@@ -43,18 +43,19 @@ public function create(Google_Service_CloudResourceManager_Project $postBody, $o
return $this->call('create', array($params), "Google_Service_CloudResourceManager_Operation");
}
/**
- * Marks the Project identified by the specified `name` (for example,
+ * Marks the project identified by the specified `name` (for example,
* `projects/415104041262`) for deletion. This method will only affect the
- * Project if it has a lifecycle state of ACTIVE. This method changes the
+ * project if it has a lifecycle state of ACTIVE. This method changes the
* Project's lifecycle state from ACTIVE to DELETE_REQUESTED. The deletion
* starts at an unspecified time, at which point the Project is no longer
* accessible. Until the deletion completes, you can check the lifecycle state
- * checked by retrieving the Project with GetProject, and the Project remains
+ * checked by retrieving the project with GetProject, and the project remains
* visible to ListProjects. However, you cannot update the project. After the
- * deletion completes, the Project is not retrievable by the GetProject,
- * ListProjects, and SearchProjects methods. This method behaves idempotently
- * (eg., deleting a `DELETE_REQUESTED` project will not be an error, but also
- * won't do anything). The caller must have delete permissions for this Project.
+ * deletion completes, the project is not retrievable by the GetProject,
+ * ListProjects, and SearchProjects methods. This method behaves idempotently,
+ * such that deleting a `DELETE_REQUESTED` project will not cause an error, but
+ * also won't do anything. The caller must have
+ * `resourcemanager.projects.delete` permissions for this project.
* (projects.delete)
*
* @param string $name Required. The name of the Project (for example,
@@ -69,9 +70,9 @@ public function delete($name, $optParams = array())
return $this->call('delete', array($params), "Google_Service_CloudResourceManager_Operation");
}
/**
- * Retrieves the Project identified by the specified `name` (for example,
- * `projects/415104041262`). The caller must have read permissions for this
- * Project. (projects.get)
+ * Retrieves the project identified by the specified `name` (for example,
+ * `projects/415104041262`). The caller must have `resourcemanager.projects.get`
+ * permission for this project. (projects.get)
*
* @param string $name Required. The name of the project (for example,
* `projects/415104041262`).
@@ -85,9 +86,8 @@ public function get($name, $optParams = array())
return $this->call('get', array($params), "Google_Service_CloudResourceManager_Project");
}
/**
- * Returns the IAM access control policy for the specified Project. Permission
- * is denied if the policy or the resource does not exist.
- * (projects.getIamPolicy)
+ * Returns the IAM access control policy for the specified project. Permission
+ * is denied if the policy or the resource do not exist. (projects.getIamPolicy)
*
* @param string $resource REQUIRED: The resource for which the policy is being
* requested. See the operation documentation for the appropriate value for this
@@ -103,17 +103,17 @@ public function getIamPolicy($resource, Google_Service_CloudResourceManager_GetI
return $this->call('getIamPolicy', array($params), "Google_Service_CloudResourceManager_Policy");
}
/**
- * Lists Projects that are direct children of the specified folder or
- * organization resource. List provides a strongly consistent view of the
- * Projects underneath the specified parent resource. List returns Projects
+ * Lists projects that are direct children of the specified folder or
+ * organization resource. `list()` provides a strongly consistent view of the
+ * projects underneath the specified parent resource. `list()` returns projects
* sorted based upon the (ascending) lexical ordering of their `display_name`.
* The caller must have `resourcemanager.projects.list` permission on the
* identified parent. (projects.listProjects)
*
* @param array $optParams Optional parameters.
*
- * @opt_param int pageSize Optional. The maximum number of Projects to return in
- * the response. The server can return fewer Projects than requested. If
+ * @opt_param int pageSize Optional. The maximum number of projects to return in
+ * the response. The server can return fewer projects than requested. If
* unspecified, server picks an appropriate default.
* @opt_param string pageToken Optional. A pagination token returned from a
* previous call to ListProjects that indicates from where listing should
@@ -121,7 +121,7 @@ public function getIamPolicy($resource, Google_Service_CloudResourceManager_GetI
* @opt_param string parent Required. The name of the parent resource to list
* projects under. For example, setting this field to 'folders/1234' would list
* all projects directly under that folder.
- * @opt_param bool showDeleted Optional. Indicate that Projects in the
+ * @opt_param bool showDeleted Optional. Indicate that projects in the
* `DELETE_REQUESTED` state should also be returned. Normally only `ACTIVE`
* projects are returned.
* @return Google_Service_CloudResourceManager_ListProjectsResponse
@@ -133,12 +133,16 @@ public function listProjects($optParams = array())
return $this->call('list', array($params), "Google_Service_CloudResourceManager_ListProjectsResponse");
}
/**
- * Move a Project under a new resource parent. Returns an operation which can be
- * used to track the process of the Project move workflow. Upon success, the
- * Operation.response field will be populated with the moved Project. The caller
- * must have `resourcemanager.projects.update` permission on the Project and
- * have `resourcemanager.projects.move` permission on the Project's current and
- * proposed new parent. (projects.move)
+ * Move a project to another place in your resource hierarchy, under a new
+ * resource parent. Returns an operation which can be used to track the process
+ * of the project move workflow. Upon success, the `Operation.response` field
+ * will be populated with the moved project. The caller must have
+ * `resourcemanager.projects.update` permission on the project and have
+ * `resourcemanager.projects.move` permission on the project's current and
+ * proposed new parent. If project has no current parent, or it currently does
+ * not have an associated organization resource, you will also need the
+ * `resourcemanager.projects.setIamPolicy` permission in the project.
+ * (projects.move)
*
* @param string $name Required. The name of the project to move.
* @param Google_Service_CloudResourceManager_MoveProjectRequest $postBody
@@ -152,13 +156,13 @@ public function move($name, Google_Service_CloudResourceManager_MoveProjectReque
return $this->call('move', array($params), "Google_Service_CloudResourceManager_Operation");
}
/**
- * Updates the attributes of the Project identified by the specified `name` (for
- * example, `projects/415104041262`). At present this is only useful for
- * updating the display_name and labels. Deleting all labels requires an update
- * mask for labels field. The caller must have modify permissions for this
- * Project. (projects.patch)
+ * Updates the `display_name` and labels of the project identified by the
+ * specified `name` (for example, `projects/415104041262`). Deleting all labels
+ * requires an update mask for labels field. The caller must have
+ * `resourcemanager.projects.update` permission for this project.
+ * (projects.patch)
*
- * @param string $name Output only. The unique resource name of the Project. It
+ * @param string $name Output only. The unique resource name of the project. It
* is an int64 generated number prefixed by "projects/". Example:
* `projects/415104041262`
* @param Google_Service_CloudResourceManager_Project $postBody
@@ -175,18 +179,18 @@ public function patch($name, Google_Service_CloudResourceManager_Project $postBo
return $this->call('patch', array($params), "Google_Service_CloudResourceManager_Operation");
}
/**
- * Search for Projects that the caller has the `resourcemanager.projects.get`
- * permission on and satisfy the specified query. This method returns Projects
- * in an unspecified order. This method is eventually consistent with project
- * mutations; this means that a newly created project may not appear in the
- * results or recent updates to an existing project may not be reflected in the
- * results. To retrieve the latest state of a project, use the GetProject
+ * Search for projects that the caller has both `resourcemanager.projects.get`
+ * permission on, and also satisfy the specified query. This method returns
+ * projects in an unspecified order. This method is eventually consistent with
+ * project mutations; this means that a newly created project may not appear in
+ * the results or recent updates to an existing project may not be reflected in
+ * the results. To retrieve the latest state of a project, use the GetProject
* method. (projects.search)
*
* @param array $optParams Optional parameters.
*
- * @opt_param int pageSize Optional. The maximum number of Projects to return in
- * the response. The server can return fewer Projects than requested. If
+ * @opt_param int pageSize Optional. The maximum number of projects to return in
+ * the response. The server can return fewer projects than requested. If
* unspecified, server picks an appropriate default.
* @opt_param string pageToken Optional. A pagination token returned from a
* previous call to ListProjects that indicates from where listing should
@@ -196,21 +200,21 @@ public function patch($name, Google_Service_CloudResourceManager_Project $postBo
* fields are included in the query, the it will return results that match any
* of the fields. Some eligible fields are: | Field | Description |
* |-------------------------|----------------------------------------------| |
- * displayName, name | Filters by displayName. | | parent.type | Parent's type:
- * `folder` or `organization`. | | parent.id | Parent's id number (e.g. 123) | |
- * parent | Project's parent. (e.g. folders/123, organizations) Prefer parent
- * field over parent.id and parent.type. | | id, projectId | Filters by
- * projectId. | | state, lifecycleState | Filters by state. | | labels | Filters
- * by label name or value. | | labels. (where *key* is the name of a label) |
- * Filters by label name. | Search expressions are case insensitive. Some
- * examples queries: | Query | Description |
+ * displayName, name | Filters by displayName. | | parent | Project's parent
+ * (for example: folders/123, organizations). Prefer parent field over
+ * parent.type and parent.id.| | parent.type | Parent's type: `folder` or
+ * `organization`. | | parent.id | Parent's id number (for example: 123) | | id,
+ * projectId | Filters by projectId. | | state, lifecycleState | Filters by
+ * state. | | labels | Filters by label name or value. | | labels.\ (where *key*
+ * is the name of a label) | Filters by label name.| Search expressions are case
+ * insensitive. Some examples queries: | Query | Description |
* |------------------|-----------------------------------------------------| |
* name:how* | The project's name starts with "how". | | name:Howl | The
* project's name is `Howl` or `howl`. | | name:HOWL | Equivalent to above. | |
* NAME:howl | Equivalent to above. | | labels.color:* | The project has the
* label `color`. | | labels.color:red | The project's label `color` has the
* value `red`. | | labels.color:red labels.size:big | The project's label
- * `color` has the value `red` and its label `size` has the value `big`. | If no
+ * `color` has the value `red` and its label `size` has the value `big`.| If no
* query is specified, the call will return projects for which the user has the
* `resourcemanager.projects.get` permission.
* @return Google_Service_CloudResourceManager_SearchProjectsResponse
@@ -222,9 +226,9 @@ public function search($optParams = array())
return $this->call('search', array($params), "Google_Service_CloudResourceManager_SearchProjectsResponse");
}
/**
- * Sets the IAM access control policy for the specified Project. CAUTION: This
+ * Sets the IAM access control policy for the specified project. CAUTION: This
* method will replace the existing policy, and cannot be used to append
- * additional IAM settings. NOTE: Removing service accounts from policies or
+ * additional IAM settings. Note: Removing service accounts from policies or
* changing their roles can render services completely inoperable. It is
* important to understand how the service account is being used before removing
* or updating its roles. The following constraints apply when using
@@ -235,7 +239,7 @@ public function search($optParams = array())
* added as an owner to a project in the myownpersonaldomain.com organization,
* but not the examplepetstore.com organization. + Service accounts can be made
* owners of a project directly without any restrictions. However, to be added
- * as an owner, a user must be invited via Cloud Platform console and must
+ * as an owner, a user must be invited using the Cloud Platform console and must
* accept the invitation. + A user cannot be granted the owner role using
* `setIamPolicy()`. The user must be granted the owner role using the Cloud
* Platform Console and must explicitly accept the invitation. + Invitations to
@@ -265,7 +269,7 @@ public function setIamPolicy($resource, Google_Service_CloudResourceManager_SetI
return $this->call('setIamPolicy', array($params), "Google_Service_CloudResourceManager_Policy");
}
/**
- * Returns permissions that a caller has on the specified Project.
+ * Returns permissions that a caller has on the specified project.
* (projects.testIamPermissions)
*
* @param string $resource REQUIRED: The resource for which the policy detail is
@@ -282,13 +286,13 @@ public function testIamPermissions($resource, Google_Service_CloudResourceManage
return $this->call('testIamPermissions', array($params), "Google_Service_CloudResourceManager_TestIamPermissionsResponse");
}
/**
- * Restores the Project identified by the specified `name` (for example,
- * `projects/415104041262`). You can only use this method for a Project that has
- * a lifecycle state of DELETE_REQUESTED. After deletion starts, the Project
- * cannot be restored. The caller must have undelete permissions for this
- * Project. (projects.undelete)
+ * Restores the project identified by the specified `name` (for example,
+ * `projects/415104041262`). You can only use this method for a project that has
+ * a lifecycle state of DELETE_REQUESTED. After deletion starts, the project
+ * cannot be restored. The caller must have `resourcemanager.projects.undelete`
+ * permission for this project. (projects.undelete)
*
- * @param string $name Required. The name of the Project (for example,
+ * @param string $name Required. The name of the project (for example,
* `projects/415104041262`). Required.
* @param Google_Service_CloudResourceManager_UndeleteProjectRequest $postBody
* @param array $optParams Optional parameters.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRetail.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRetail.php
index 0cee7491b37b..1028dadb6708 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRetail.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRetail.php
@@ -32,7 +32,7 @@
*/
class Google_Service_CloudRetail extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogs.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogs.php
index bfe6aa99e1f2..4c5c6ece23c7 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogs.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRetail/Resource/ProjectsLocationsCatalogs.php
@@ -61,10 +61,8 @@ public function listProjectsLocationsCatalogs($parent, $optParams = array())
* @param array $optParams Optional parameters.
*
* @opt_param string updateMask Indicates which fields in the provided Catalog
- * to update. If not set, will only update the Catalog.product_level_config
- * field, which is also the only currently supported field to update. If an
- * unsupported or unknown field is provided, an INVALID_ARGUMENT error is
- * returned.
+ * to update. If an unsupported or unknown field is provided, an
+ * INVALID_ARGUMENT error is returned.
* @return Google_Service_CloudRetail_GoogleCloudRetailV2Catalog
*/
public function patch($name, Google_Service_CloudRetail_GoogleCloudRetailV2Catalog $postBody, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Container.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Container.php
index 56a6bf55be48..d08b130b8a3b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Container.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Container.php
@@ -37,6 +37,8 @@ class Google_Service_CloudRun_Container extends Google_Collection
protected $resourcesDataType = '';
protected $securityContextType = 'Google_Service_CloudRun_SecurityContext';
protected $securityContextDataType = '';
+ protected $startupProbeType = 'Google_Service_CloudRun_Probe';
+ protected $startupProbeDataType = '';
public $terminationMessagePath;
public $terminationMessagePolicy;
protected $volumeMountsType = 'Google_Service_CloudRun_VolumeMount';
@@ -181,6 +183,20 @@ public function getSecurityContext()
{
return $this->securityContext;
}
+ /**
+ * @param Google_Service_CloudRun_Probe
+ */
+ public function setStartupProbe(Google_Service_CloudRun_Probe $startupProbe)
+ {
+ $this->startupProbe = $startupProbe;
+ }
+ /**
+ * @return Google_Service_CloudRun_Probe
+ */
+ public function getStartupProbe()
+ {
+ return $this->startupProbe;
+ }
public function setTerminationMessagePath($terminationMessagePath)
{
$this->terminationMessagePath = $terminationMessagePath;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.php
index 40ff082638a2..9ff28e6f0acc 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.php
@@ -34,8 +34,9 @@ class Google_Service_CloudRun_Resource_NamespacesDomainmappings extends Google_S
* @param Google_Service_CloudRun_DomainMapping $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @return Google_Service_CloudRun_DomainMapping
*/
public function create($parent, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array())
@@ -52,8 +53,9 @@ public function create($parent, Google_Service_CloudRun_DomainMapping $postBody,
* @param array $optParams Optional parameters.
*
* @opt_param string apiVersion Cloud Run currently ignores this parameter.
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @opt_param string kind Cloud Run currently ignores this parameter.
* @opt_param string propagationPolicy Specifies the propagation policy of
* delete. Cloud Run currently ignores this setting, and deletes in the
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.php
index f1d9e04d45ef..5e1ea8e0550c 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.php
@@ -33,8 +33,9 @@ class Google_Service_CloudRun_Resource_NamespacesRevisions extends Google_Servic
* @param array $optParams Optional parameters.
*
* @opt_param string apiVersion Cloud Run currently ignores this parameter.
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @opt_param string kind Cloud Run currently ignores this parameter.
* @opt_param string propagationPolicy Specifies the propagation policy of
* delete. Cloud Run currently ignores this setting, and deletes in the
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.php
index 9e8890cab277..375d4a57023b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.php
@@ -34,8 +34,9 @@ class Google_Service_CloudRun_Resource_NamespacesServices extends Google_Service
* @param Google_Service_CloudRun_Service $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @return Google_Service_CloudRun_Service
*/
public function create($parent, Google_Service_CloudRun_Service $postBody, $optParams = array())
@@ -54,8 +55,9 @@ public function create($parent, Google_Service_CloudRun_Service $postBody, $optP
* @param array $optParams Optional parameters.
*
* @opt_param string apiVersion Cloud Run currently ignores this parameter.
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @opt_param string kind Cloud Run currently ignores this parameter.
* @opt_param string propagationPolicy Specifies the propagation policy of
* delete. Cloud Run currently ignores this setting, and deletes in the
@@ -123,8 +125,9 @@ public function listNamespacesServices($parent, $optParams = array())
* @param Google_Service_CloudRun_Service $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @return Google_Service_CloudRun_Service
*/
public function replaceService($name, Google_Service_CloudRun_Service $postBody, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php
index 64ad9459ec01..4a8a495793fd 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php
@@ -37,7 +37,7 @@ class Google_Service_CloudRun_Resource_ProjectsLocations extends Google_Service_
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudRun_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.php
index 3ffecc6766bd..79d052905965 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.php
@@ -34,8 +34,9 @@ class Google_Service_CloudRun_Resource_ProjectsLocationsDomainmappings extends G
* @param Google_Service_CloudRun_DomainMapping $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @return Google_Service_CloudRun_DomainMapping
*/
public function create($parent, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array())
@@ -52,8 +53,9 @@ public function create($parent, Google_Service_CloudRun_DomainMapping $postBody,
* @param array $optParams Optional parameters.
*
* @opt_param string apiVersion Cloud Run currently ignores this parameter.
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @opt_param string kind Cloud Run currently ignores this parameter.
* @opt_param string propagationPolicy Specifies the propagation policy of
* delete. Cloud Run currently ignores this setting, and deletes in the
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.php
index 9c2da685991b..35bbe3e97342 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.php
@@ -33,8 +33,9 @@ class Google_Service_CloudRun_Resource_ProjectsLocationsRevisions extends Google
* @param array $optParams Optional parameters.
*
* @opt_param string apiVersion Cloud Run currently ignores this parameter.
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @opt_param string kind Cloud Run currently ignores this parameter.
* @opt_param string propagationPolicy Specifies the propagation policy of
* delete. Cloud Run currently ignores this setting, and deletes in the
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.php
index 5b6a221f1320..90f00ef9492d 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.php
@@ -34,8 +34,9 @@ class Google_Service_CloudRun_Resource_ProjectsLocationsServices extends Google_
* @param Google_Service_CloudRun_Service $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @return Google_Service_CloudRun_Service
*/
public function create($parent, Google_Service_CloudRun_Service $postBody, $optParams = array())
@@ -54,8 +55,9 @@ public function create($parent, Google_Service_CloudRun_Service $postBody, $optP
* @param array $optParams Optional parameters.
*
* @opt_param string apiVersion Cloud Run currently ignores this parameter.
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @opt_param string kind Cloud Run currently ignores this parameter.
* @opt_param string propagationPolicy Specifies the propagation policy of
* delete. Cloud Run currently ignores this setting, and deletes in the
@@ -149,8 +151,9 @@ public function listProjectsLocationsServices($parent, $optParams = array())
* @param Google_Service_CloudRun_Service $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string dryRun DryRun is a query string parameter which indicates
- * that the server should run validation without persisting the request.
+ * @opt_param string dryRun Indicates that the server should validate the
+ * request and populate default values without persisting the request. Supported
+ * values: `all`
* @return Google_Service_CloudRun_Service
*/
public function replaceService($name, Google_Service_CloudRun_Service $postBody, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRuntimeConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRuntimeConfig.php
index 567077512535..84fbd8bdc9c0 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRuntimeConfig.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRuntimeConfig.php
@@ -33,7 +33,7 @@
*/
class Google_Service_CloudRuntimeConfig extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** Manage your Google Cloud Platform services' runtime configuration. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudScheduler.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudScheduler.php
index 932be2b75e7a..a5c61bfbf4ff 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudScheduler.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudScheduler.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudScheduler extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocations.php
index 3a11f6776ed1..639ae85968f4 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocations.php
@@ -50,7 +50,7 @@ public function get($name, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudScheduler_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch.php
index 09248e23f9cd..814e5add0697 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch.php
@@ -70,6 +70,7 @@ class Google_Service_CloudSearch extends Google_Service
public $operations_lro;
public $query;
public $query_sources;
+ public $settings;
public $settings_datasources;
public $settings_searchapplications;
public $stats;
@@ -552,6 +553,29 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
+ $this->settings = new Google_Service_CloudSearch_Resource_Settings(
+ $this,
+ $this->serviceName,
+ 'settings',
+ array(
+ 'methods' => array(
+ 'getCustomer' => array(
+ 'path' => 'v1/settings/customer',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(),
+ ),'updateCustomer' => array(
+ 'path' => 'v1/settings/customer',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'updateMask' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->settings_datasources = new Google_Service_CloudSearch_Resource_SettingsDatasources(
$this,
$this->serviceName,
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/AuditLoggingSettings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/AuditLoggingSettings.php
new file mode 100644
index 000000000000..d857aeedf4cd
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/AuditLoggingSettings.php
@@ -0,0 +1,57 @@
+logAdminReadActions = $logAdminReadActions;
+ }
+ public function getLogAdminReadActions()
+ {
+ return $this->logAdminReadActions;
+ }
+ public function setLogDataReadActions($logDataReadActions)
+ {
+ $this->logDataReadActions = $logDataReadActions;
+ }
+ public function getLogDataReadActions()
+ {
+ return $this->logDataReadActions;
+ }
+ public function setLogDataWriteActions($logDataWriteActions)
+ {
+ $this->logDataWriteActions = $logDataWriteActions;
+ }
+ public function getLogDataWriteActions()
+ {
+ return $this->logDataWriteActions;
+ }
+ public function setProject($project)
+ {
+ $this->project = $project;
+ }
+ public function getProject()
+ {
+ return $this->project;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/ContextAttribute.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/ContextAttribute.php
new file mode 100644
index 000000000000..678bc14cc593
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/ContextAttribute.php
@@ -0,0 +1,40 @@
+name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ public function setValues($values)
+ {
+ $this->values = $values;
+ }
+ public function getValues()
+ {
+ return $this->values;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSettings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSettings.php
new file mode 100644
index 000000000000..7871ee89a44e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSettings.php
@@ -0,0 +1,53 @@
+auditLoggingSettings = $auditLoggingSettings;
+ }
+ /**
+ * @return Google_Service_CloudSearch_AuditLoggingSettings
+ */
+ public function getAuditLoggingSettings()
+ {
+ return $this->auditLoggingSettings;
+ }
+ /**
+ * @param Google_Service_CloudSearch_VPCSettings
+ */
+ public function setVpcSettings(Google_Service_CloudSearch_VPCSettings $vpcSettings)
+ {
+ $this->vpcSettings = $vpcSettings;
+ }
+ /**
+ * @return Google_Service_CloudSearch_VPCSettings
+ */
+ public function getVpcSettings()
+ {
+ return $this->vpcSettings;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/ItemMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/ItemMetadata.php
index 5fbcd7c0a20f..38243f24cbee 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/ItemMetadata.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/ItemMetadata.php
@@ -20,6 +20,8 @@ class Google_Service_CloudSearch_ItemMetadata extends Google_Collection
protected $collection_key = 'keywords';
public $containerName;
public $contentLanguage;
+ protected $contextAttributesType = 'Google_Service_CloudSearch_ContextAttribute';
+ protected $contextAttributesDataType = 'array';
public $createTime;
public $hash;
protected $interactionsType = 'Google_Service_CloudSearch_Interaction';
@@ -49,6 +51,20 @@ public function getContentLanguage()
{
return $this->contentLanguage;
}
+ /**
+ * @param Google_Service_CloudSearch_ContextAttribute[]
+ */
+ public function setContextAttributes($contextAttributes)
+ {
+ $this->contextAttributes = $contextAttributes;
+ }
+ /**
+ * @return Google_Service_CloudSearch_ContextAttribute[]
+ */
+ public function getContextAttributes()
+ {
+ return $this->contextAttributes;
+ }
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Settings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Settings.php
index 40ef3c56abc8..fe0b8e60de27 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Settings.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Settings.php
@@ -25,4 +25,37 @@
*/
class Google_Service_CloudSearch_Resource_Settings extends Google_Service_Resource
{
+ /**
+ * Get customer settings. **Note:** This API requires an admin account to
+ * execute. (settings.getCustomer)
+ *
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_CloudSearch_CustomerSettings
+ */
+ public function getCustomer($optParams = array())
+ {
+ $params = array();
+ $params = array_merge($params, $optParams);
+ return $this->call('getCustomer', array($params), "Google_Service_CloudSearch_CustomerSettings");
+ }
+ /**
+ * Update customer settings. **Note:** This API requires an admin account to
+ * execute. (settings.updateCustomer)
+ *
+ * @param Google_Service_CloudSearch_CustomerSettings $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string updateMask Update mask to control which fields get updated.
+ * If you specify a field in the update_mask but don't specify its value here,
+ * that field will be cleared. If the mask is not present or empty, all fields
+ * will be updated. Currently supported field paths: vpc_settings and
+ * audit_logging_settings
+ * @return Google_Service_CloudSearch_Operation
+ */
+ public function updateCustomer(Google_Service_CloudSearch_CustomerSettings $postBody, $optParams = array())
+ {
+ $params = array('postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('updateCustomer', array($params), "Google_Service_CloudSearch_Operation");
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplication.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplication.php
index 62ebf7fdd108..90ef3a2f639d 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplication.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplication.php
@@ -25,6 +25,7 @@ class Google_Service_CloudSearch_SearchApplication extends Google_Collection
protected $defaultSortOptionsType = 'Google_Service_CloudSearch_SortOptions';
protected $defaultSortOptionsDataType = '';
public $displayName;
+ public $enableAuditLog;
public $name;
public $operationIds;
protected $scoringConfigType = 'Google_Service_CloudSearch_ScoringConfig';
@@ -82,6 +83,14 @@ public function getDisplayName()
{
return $this->displayName;
}
+ public function setEnableAuditLog($enableAuditLog)
+ {
+ $this->enableAuditLog = $enableAuditLog;
+ }
+ public function getEnableAuditLog()
+ {
+ return $this->enableAuditLog;
+ }
public function setName($name)
{
$this->name = $name;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/SearchRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/SearchRequest.php
index c6a2efd68379..e80bbcb95694 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/SearchRequest.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/SearchRequest.php
@@ -18,6 +18,8 @@
class Google_Service_CloudSearch_SearchRequest extends Google_Collection
{
protected $collection_key = 'facetOptions';
+ protected $contextAttributesType = 'Google_Service_CloudSearch_ContextAttribute';
+ protected $contextAttributesDataType = 'array';
protected $dataSourceRestrictionsType = 'Google_Service_CloudSearch_DataSourceRestriction';
protected $dataSourceRestrictionsDataType = 'array';
protected $facetOptionsType = 'Google_Service_CloudSearch_FacetOptions';
@@ -32,6 +34,20 @@ class Google_Service_CloudSearch_SearchRequest extends Google_Collection
protected $sortOptionsDataType = '';
public $start;
+ /**
+ * @param Google_Service_CloudSearch_ContextAttribute[]
+ */
+ public function setContextAttributes($contextAttributes)
+ {
+ $this->contextAttributes = $contextAttributes;
+ }
+ /**
+ * @return Google_Service_CloudSearch_ContextAttribute[]
+ */
+ public function getContextAttributes()
+ {
+ return $this->contextAttributes;
+ }
/**
* @param Google_Service_CloudSearch_DataSourceRestriction[]
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/VPCSettings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/VPCSettings.php
new file mode 100644
index 000000000000..5f9bc8ec664b
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/VPCSettings.php
@@ -0,0 +1,30 @@
+project = $project;
+ }
+ public function getProject()
+ {
+ return $this->project;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudShell.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudShell.php
index 2100143e1203..484709a2a7eb 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudShell.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudShell.php
@@ -31,7 +31,7 @@
*/
class Google_Service_CloudShell extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTalentSolution.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTalentSolution.php
index eace73f9dbea..eb28b26f127c 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTalentSolution.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTalentSolution.php
@@ -31,7 +31,7 @@
*/
class Google_Service_CloudTalentSolution extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** Manage job postings. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTasks.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTasks.php
index c6291ad279e7..c081c8997b80 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTasks.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTasks.php
@@ -30,7 +30,7 @@
*/
class Google_Service_CloudTasks extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocations.php
index 63c11f1063ac..08ed0213b114 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocations.php
@@ -50,7 +50,7 @@ public function get($name, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_CloudTasks_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTrace.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTrace.php
index 485dc447c981..e35faa2ea6bc 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTrace.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudTrace.php
@@ -34,7 +34,7 @@
*/
class Google_Service_CloudTrace extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** Write Trace data for a project or application. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php
index 26102248910e..3c2364ef3a03 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php
@@ -32,7 +32,7 @@
*/
class Google_Service_CloudVideoIntelligence extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudbilling.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudbilling.php
index b54739d1db14..c598394be123 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudbilling.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudbilling.php
@@ -37,7 +37,7 @@ class Google_Service_Cloudbilling extends Google_Service
/** View your Google Cloud Platform billing accounts. */
const CLOUD_BILLING_READONLY =
"https://www.googleapis.com/auth/cloud-billing.readonly";
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php
index 591e3741c769..851675ffd1eb 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php
@@ -26,13 +26,17 @@
class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Service_Resource
{
/**
- * Creates a billing account. This method can only be used to create [billing
- * subaccounts](https://cloud.google.com/billing/docs/concepts) by Google Cloud
- * resellers. When creating a subaccount, the current authenticated user must
- * have the `billing.accounts.update` IAM permission on the master account,
- * which is typically given to billing account
+ * This method creates [billing
+ * subaccounts](https://cloud.google.com/billing/docs/concepts#subaccounts).
+ * Google Cloud resellers should use the Channel Services APIs, [accounts.custom
+ * ers.create](https://cloud.google.com/channel/docs/reference/rest/v1/accounts.
+ * customers/create) and [accounts.customers.entitlements.create](https://cloud.
+ * google.com/channel/docs/reference/rest/v1/accounts.customers.entitlements/cre
+ * ate). When creating a subaccount, the current authenticated user must have
+ * the `billing.accounts.update` IAM permission on the parent account, which is
+ * typically given to billing account
* [administrators](https://cloud.google.com/billing/docs/how-to/billing-
- * access). This method will return an error if the master account has not been
+ * access). This method will return an error if the parent account has not been
* provisioned as a reseller account. (billingAccounts.create)
*
* @param Google_Service_Cloudbilling_BillingAccount $postBody
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel.php
index 09dee2a700aa..45d70ea51e7f 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel.php
@@ -36,6 +36,7 @@ class Google_Service_Cloudchannel extends Google_Service
public $accounts;
public $accounts_channelPartnerLinks;
+ public $accounts_channelPartnerLinks_customers;
public $accounts_customers;
public $accounts_customers_entitlements;
public $accounts_offers;
@@ -202,6 +203,78 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
+ $this->accounts_channelPartnerLinks_customers = new Google_Service_Cloudchannel_Resource_AccountsChannelPartnerLinksCustomers(
+ $this,
+ $this->serviceName,
+ 'customers',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'v1/{+parent}/customers',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'parent' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'v1/{+parent}/customers',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'parent' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'pageSize' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'patch' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'PATCH',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'updateMask' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->accounts_customers = new Google_Service_Cloudchannel_Resource_AccountsCustomers(
$this,
$this->serviceName,
@@ -466,6 +539,16 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
),
),
+ ),'lookupOffer' => array(
+ 'path' => 'v1/{+entitlement}:lookupOffer',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'entitlement' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'startPaidService' => array(
'path' => 'v1/{+name}:startPaidService',
'httpMethod' => 'POST',
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferableSku.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferableSku.php
index 913c9d055c3e..be24df3cf5a7 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferableSku.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1TransferableSku.php
@@ -17,11 +17,27 @@
class Google_Service_Cloudchannel_GoogleCloudChannelV1TransferableSku extends Google_Model
{
+ protected $legacySkuType = 'Google_Service_Cloudchannel_GoogleCloudChannelV1Sku';
+ protected $legacySkuDataType = '';
protected $skuType = 'Google_Service_Cloudchannel_GoogleCloudChannelV1Sku';
protected $skuDataType = '';
protected $transferEligibilityType = 'Google_Service_Cloudchannel_GoogleCloudChannelV1TransferEligibility';
protected $transferEligibilityDataType = '';
+ /**
+ * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Sku
+ */
+ public function setLegacySku(Google_Service_Cloudchannel_GoogleCloudChannelV1Sku $legacySku)
+ {
+ $this->legacySku = $legacySku;
+ }
+ /**
+ * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Sku
+ */
+ public function getLegacySku()
+ {
+ return $this->legacySku;
+ }
/**
* @param Google_Service_Cloudchannel_GoogleCloudChannelV1Sku
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Value.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Value.php
index db9aa597b224..a978efee618a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Value.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1Value.php
@@ -17,11 +17,20 @@
class Google_Service_Cloudchannel_GoogleCloudChannelV1Value extends Google_Model
{
+ public $boolValue;
public $doubleValue;
public $int64Value;
public $protoValue;
public $stringValue;
+ public function setBoolValue($boolValue)
+ {
+ $this->boolValue = $boolValue;
+ }
+ public function getBoolValue()
+ {
+ return $this->boolValue;
+ }
public function setDoubleValue($doubleValue)
{
$this->doubleValue = $doubleValue;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Value.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Value.php
index 9a8754357db1..a7225cedee07 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Value.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/GoogleCloudChannelV1alpha1Value.php
@@ -17,11 +17,20 @@
class Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1Value extends Google_Model
{
+ public $boolValue;
public $doubleValue;
public $int64Value;
public $protoValue;
public $stringValue;
+ public function setBoolValue($boolValue)
+ {
+ $this->boolValue = $boolValue;
+ }
+ public function getBoolValue()
+ {
+ return $this->boolValue;
+ }
public function setDoubleValue($doubleValue)
{
$this->doubleValue = $doubleValue;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsChannelPartnerLinksCustomers.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsChannelPartnerLinksCustomers.php
new file mode 100644
index 000000000000..4e05030fdfe8
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsChannelPartnerLinksCustomers.php
@@ -0,0 +1,134 @@
+
+ * $cloudchannelService = new Google_Service_Cloudchannel(...);
+ * $customers = $cloudchannelService->customers;
+ *
+ */
+class Google_Service_Cloudchannel_Resource_AccountsChannelPartnerLinksCustomers extends Google_Service_Resource
+{
+ /**
+ * Creates a new Customer resource under the reseller or distributor account.
+ * Possible error codes: * PERMISSION_DENIED: The reseller account making the
+ * request is different from the reseller account in the API request. *
+ * INVALID_ARGUMENT: * Required request parameters are missing or invalid. *
+ * Domain field value doesn't match the primary email domain. Return value: The
+ * newly created Customer resource. (customers.create)
+ *
+ * @param string $parent Required. The resource name of reseller account in
+ * which to create the customer. Parent uses the format: accounts/{account_id}
+ * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Customer $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Customer
+ */
+ public function create($parent, Google_Service_Cloudchannel_GoogleCloudChannelV1Customer $postBody, $optParams = array())
+ {
+ $params = array('parent' => $parent, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1Customer");
+ }
+ /**
+ * Deletes the given Customer permanently and irreversibly. Possible error
+ * codes: * PERMISSION_DENIED: The account making the request does not own this
+ * customer. * INVALID_ARGUMENT: Required request parameters are missing or
+ * invalid. * FAILED_PRECONDITION: The customer has existing entitlements. *
+ * NOT_FOUND: No Customer resource found for the name in the request.
+ * (customers.delete)
+ *
+ * @param string $name Required. The resource name of the customer to delete.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Cloudchannel_GoogleProtobufEmpty
+ */
+ public function delete($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Cloudchannel_GoogleProtobufEmpty");
+ }
+ /**
+ * Returns a requested Customer resource. Possible error codes: *
+ * PERMISSION_DENIED: The reseller account making the request is different from
+ * the reseller account in the API request. * INVALID_ARGUMENT: Required request
+ * parameters are missing or invalid. * NOT_FOUND: The customer resource doesn't
+ * exist. Usually the result of an invalid name parameter. Return value: The
+ * Customer resource. (customers.get)
+ *
+ * @param string $name Required. The resource name of the customer to retrieve.
+ * Name uses the format: accounts/{account_id}/customers/{customer_id}
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Customer
+ */
+ public function get($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1Customer");
+ }
+ /**
+ * List Customers. Possible error codes: * PERMISSION_DENIED: The reseller
+ * account making the request is different from the reseller account in the API
+ * request. * INVALID_ARGUMENT: Required request parameters are missing or
+ * invalid. Return value: List of Customers, or an empty list if there are no
+ * customers. (customers.listAccountsChannelPartnerLinksCustomers)
+ *
+ * @param string $parent Required. The resource name of the reseller account to
+ * list customers from. Parent uses the format: accounts/{account_id}.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param int pageSize Optional. The maximum number of customers to return.
+ * The service may return fewer than this value. If unspecified, returns at most
+ * 10 customers. The maximum value is 50.
+ * @opt_param string pageToken Optional. A token identifying a page of results
+ * other than the first page. Obtained through
+ * ListCustomersResponse.next_page_token of the previous
+ * CloudChannelService.ListCustomers call.
+ * @return Google_Service_Cloudchannel_GoogleCloudChannelV1ListCustomersResponse
+ */
+ public function listAccountsChannelPartnerLinksCustomers($parent, $optParams = array())
+ {
+ $params = array('parent' => $parent);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListCustomersResponse");
+ }
+ /**
+ * Updates an existing Customer resource for the reseller or distributor.
+ * Possible error codes: * PERMISSION_DENIED: The reseller account making the
+ * request is different from the reseller account in the API request. *
+ * INVALID_ARGUMENT: Required request parameters are missing or invalid. *
+ * NOT_FOUND: No Customer resource found for the name in the request. Return
+ * value: The updated Customer resource. (customers.patch)
+ *
+ * @param string $name Output only. Resource name of the customer. Format:
+ * accounts/{account_id}/customers/{customer_id}
+ * @param Google_Service_Cloudchannel_GoogleCloudChannelV1Customer $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string updateMask The update mask that applies to the resource.
+ * Optional.
+ * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Customer
+ */
+ public function patch($name, Google_Service_Cloudchannel_GoogleCloudChannelV1Customer $postBody, $optParams = array())
+ {
+ $params = array('name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('patch', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1Customer");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomersEntitlements.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomersEntitlements.php
index c866a5ceb9db..4adb35b79d8c 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomersEntitlements.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/Resource/AccountsCustomersEntitlements.php
@@ -253,6 +253,25 @@ public function listAccountsCustomersEntitlements($parent, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1ListEntitlementsResponse");
}
+ /**
+ * Returns the requested Offer resource. Possible error codes: *
+ * PERMISSION_DENIED: The entitlement doesn't belong to the reseller. *
+ * INVALID_ARGUMENT: Required request parameters are missing or invalid. *
+ * NOT_FOUND: Entitlement or offer was not found. Return value: The Offer
+ * resource. (entitlements.lookupOffer)
+ *
+ * @param string $entitlement Required. The resource name of the entitlement to
+ * retrieve the Offer. Entitlement uses the format:
+ * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Cloudchannel_GoogleCloudChannelV1Offer
+ */
+ public function lookupOffer($entitlement, $optParams = array())
+ {
+ $params = array('entitlement' => $entitlement);
+ $params = array_merge($params, $optParams);
+ return $this->call('lookupOffer', array($params), "Google_Service_Cloudchannel_GoogleCloudChannelV1Offer");
+ }
/**
* Starts paid service for a trial entitlement. Starts paid service for a trial
* entitlement immediately. This method is only applicable if a plan is set up
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Clouderrorreporting.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Clouderrorreporting.php
index db9020d6cafa..7289997ae2f2 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Clouderrorreporting.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Clouderrorreporting.php
@@ -32,7 +32,7 @@
*/
class Google_Service_Clouderrorreporting extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/AdvancedMachineFeatures.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/AdvancedMachineFeatures.php
index d58b7ebe7f62..ff3d5d0c191c 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/AdvancedMachineFeatures.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/AdvancedMachineFeatures.php
@@ -18,6 +18,7 @@
class Google_Service_Compute_AdvancedMachineFeatures extends Google_Model
{
public $enableNestedVirtualization;
+ public $threadsPerCore;
public function setEnableNestedVirtualization($enableNestedVirtualization)
{
@@ -27,4 +28,12 @@ public function getEnableNestedVirtualization()
{
return $this->enableNestedVirtualization;
}
+ public function setThreadsPerCore($threadsPerCore)
+ {
+ $this->threadsPerCore = $threadsPerCore;
+ }
+ public function getThreadsPerCore()
+ {
+ return $this->threadsPerCore;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php
index 704a6edff5a4..2164a9cfd9de 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/AutoscalingPolicyCpuUtilization.php
@@ -17,8 +17,17 @@
class Google_Service_Compute_AutoscalingPolicyCpuUtilization extends Google_Model
{
+ public $predictiveMethod;
public $utilizationTarget;
+ public function setPredictiveMethod($predictiveMethod)
+ {
+ $this->predictiveMethod = $predictiveMethod;
+ }
+ public function getPredictiveMethod()
+ {
+ return $this->predictiveMethod;
+ }
public function setUtilizationTarget($utilizationTarget)
{
$this->utilizationTarget = $utilizationTarget;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicy.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicy.php
index 1b568a2e3e79..11702f292ec8 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicy.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/BackendBucketCdnPolicy.php
@@ -27,6 +27,7 @@ class Google_Service_Compute_BackendBucketCdnPolicy extends Google_Collection
public $negativeCaching;
protected $negativeCachingPolicyType = 'Google_Service_Compute_BackendBucketCdnPolicyNegativeCachingPolicy';
protected $negativeCachingPolicyDataType = 'array';
+ public $requestCoalescing;
public $serveWhileStale;
public $signedUrlCacheMaxAgeSec;
public $signedUrlKeyNames;
@@ -99,6 +100,14 @@ public function getNegativeCachingPolicy()
{
return $this->negativeCachingPolicy;
}
+ public function setRequestCoalescing($requestCoalescing)
+ {
+ $this->requestCoalescing = $requestCoalescing;
+ }
+ public function getRequestCoalescing()
+ {
+ return $this->requestCoalescing;
+ }
public function setServeWhileStale($serveWhileStale)
{
$this->serveWhileStale = $serveWhileStale;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicy.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicy.php
index 539550b91a85..ea23845bd456 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicy.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/BackendServiceCdnPolicy.php
@@ -29,6 +29,7 @@ class Google_Service_Compute_BackendServiceCdnPolicy extends Google_Collection
public $negativeCaching;
protected $negativeCachingPolicyType = 'Google_Service_Compute_BackendServiceCdnPolicyNegativeCachingPolicy';
protected $negativeCachingPolicyDataType = 'array';
+ public $requestCoalescing;
public $serveWhileStale;
public $signedUrlCacheMaxAgeSec;
public $signedUrlKeyNames;
@@ -115,6 +116,14 @@ public function getNegativeCachingPolicy()
{
return $this->negativeCachingPolicy;
}
+ public function setRequestCoalescing($requestCoalescing)
+ {
+ $this->requestCoalescing = $requestCoalescing;
+ }
+ public function getRequestCoalescing()
+ {
+ return $this->requestCoalescing;
+ }
public function setServeWhileStale($serveWhileStale)
{
$this->serveWhileStale = $serveWhileStale;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/DistributionPolicy.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/DistributionPolicy.php
index ae063f91c7fe..c9e49549b036 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/DistributionPolicy.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/DistributionPolicy.php
@@ -18,9 +18,18 @@
class Google_Service_Compute_DistributionPolicy extends Google_Collection
{
protected $collection_key = 'zones';
+ public $targetShape;
protected $zonesType = 'Google_Service_Compute_DistributionPolicyZoneConfiguration';
protected $zonesDataType = 'array';
+ public function setTargetShape($targetShape)
+ {
+ $this->targetShape = $targetShape;
+ }
+ public function getTargetShape()
+ {
+ return $this->targetShape;
+ }
/**
* @param Google_Service_Compute_DistributionPolicyZoneConfiguration[]
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/HealthStatus.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/HealthStatus.php
index 09bc37d37afc..29b8d9a2e04d 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/HealthStatus.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/HealthStatus.php
@@ -18,6 +18,8 @@
class Google_Service_Compute_HealthStatus extends Google_Model
{
public $annotations;
+ public $forwardingRule;
+ public $forwardingRuleIp;
public $healthState;
public $instance;
public $ipAddress;
@@ -33,6 +35,22 @@ public function getAnnotations()
{
return $this->annotations;
}
+ public function setForwardingRule($forwardingRule)
+ {
+ $this->forwardingRule = $forwardingRule;
+ }
+ public function getForwardingRule()
+ {
+ return $this->forwardingRule;
+ }
+ public function setForwardingRuleIp($forwardingRuleIp)
+ {
+ $this->forwardingRuleIp = $forwardingRuleIp;
+ }
+ public function getForwardingRuleIp()
+ {
+ return $this->forwardingRuleIp;
+ }
public function setHealthState($healthState)
{
$this->healthState = $healthState;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.php
index 1162010be4ef..a29a1209d224 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/InstanceGroupManagers.php
@@ -654,12 +654,12 @@ public function patchPerInstanceConfigs($project, $zone, $instanceGroupManager,
return $this->call('patchPerInstanceConfigs', array($params), "Google_Service_Compute_Operation");
}
/**
- * Flags the specified instances in the managed instance group to be immediately
- * recreated. The instances are deleted and recreated using the current instance
- * template for the managed instance group. This operation is marked as DONE
- * when the flag is set even if the instances have not yet been recreated. You
- * must separately verify the status of the recreating action with the
- * listmanagedinstances method.
+ * Flags the specified VM instances in the managed instance group to be
+ * immediately recreated. Each instance is recreated using the group's current
+ * configuration. This operation is marked as DONE when the flag is set even if
+ * the instances have not yet been recreated. You must separately verify the
+ * status of each instance by checking its currentAction field; for more
+ * information, see Checking the status of managed instances.
*
* If the group is part of a backend service that has enabled connection
* draining, it can take up to 60 seconds after the connection draining duration
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php
index 49fa665461ac..69d4c29b165c 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php
@@ -216,8 +216,8 @@ public function bulkInsert($project, $zone, Google_Service_Compute_BulkInsertIns
return $this->call('bulkInsert', array($params), "Google_Service_Compute_Operation");
}
/**
- * Deletes the specified Instance resource. For more information, see Stopping
- * or Deleting an Instance. (instances.delete)
+ * Deletes the specified Instance resource. For more information, see Deleting
+ * an instance. (instances.delete)
*
* @param string $project Project ID for this request.
* @param string $zone The name of the zone for this request.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.php
index d5fc28f6a22c..bf4efe3c151d 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Compute/Resource/RegionInstanceGroupManagers.php
@@ -577,12 +577,12 @@ public function patchPerInstanceConfigs($project, $region, $instanceGroupManager
return $this->call('patchPerInstanceConfigs', array($params), "Google_Service_Compute_Operation");
}
/**
- * Flags the specified instances in the managed instance group to be immediately
- * recreated. The instances are deleted and recreated using the current instance
- * template for the managed instance group. This operation is marked as DONE
- * when the flag is set even if the instances have not yet been recreated. You
- * must separately verify the status of the recreating action with the
- * listmanagedinstances method.
+ * Flags the specified VM instances in the managed instance group to be
+ * immediately recreated. Each instance is recreated using the group's current
+ * configuration. This operation is marked as DONE when the flag is set even if
+ * the instances have not yet been recreated. You must separately verify the
+ * status of each instance by checking its currentAction field; for more
+ * information, see Checking the status of managed instances.
*
* If the group is part of a backend service that has enabled connection
* draining, it can take up to 60 seconds after the connection draining duration
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container.php
index 9c8bd405caf5..922a6f2e912b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container.php
@@ -31,7 +31,7 @@
*/
class Google_Service_Container extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Cluster.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Cluster.php
index 3df8382220dd..ff8b396d9722 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Cluster.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Cluster.php
@@ -31,6 +31,8 @@ class Google_Service_Container_Cluster extends Google_Collection
public $clusterIpv4Cidr;
protected $conditionsType = 'Google_Service_Container_StatusCondition';
protected $conditionsDataType = 'array';
+ protected $confidentialNodesType = 'Google_Service_Container_ConfidentialNodes';
+ protected $confidentialNodesDataType = '';
public $createTime;
public $currentMasterVersion;
public $currentNodeCount;
@@ -44,6 +46,7 @@ class Google_Service_Container_Cluster extends Google_Collection
public $enableTpu;
public $endpoint;
public $expireTime;
+ public $id;
public $initialClusterVersion;
public $initialNodeCount;
public $instanceGroupUrls;
@@ -188,6 +191,20 @@ public function getConditions()
{
return $this->conditions;
}
+ /**
+ * @param Google_Service_Container_ConfidentialNodes
+ */
+ public function setConfidentialNodes(Google_Service_Container_ConfidentialNodes $confidentialNodes)
+ {
+ $this->confidentialNodes = $confidentialNodes;
+ }
+ /**
+ * @return Google_Service_Container_ConfidentialNodes
+ */
+ public function getConfidentialNodes()
+ {
+ return $this->confidentialNodes;
+ }
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
@@ -288,6 +305,14 @@ public function getExpireTime()
{
return $this->expireTime;
}
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
public function setInitialClusterVersion($initialClusterVersion)
{
$this->initialClusterVersion = $initialClusterVersion;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php
index 530184f6639a..8acd6a38017c 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php
@@ -20,6 +20,8 @@ class Google_Service_Container_ClusterUpdate extends Google_Collection
protected $collection_key = 'desiredLocations';
protected $desiredAddonsConfigType = 'Google_Service_Container_AddonsConfig';
protected $desiredAddonsConfigDataType = '';
+ protected $desiredAutopilotType = 'Google_Service_Container_Autopilot';
+ protected $desiredAutopilotDataType = '';
protected $desiredBinaryAuthorizationType = 'Google_Service_Container_BinaryAuthorization';
protected $desiredBinaryAuthorizationDataType = '';
protected $desiredClusterAutoscalingType = 'Google_Service_Container_ClusterAutoscaling';
@@ -71,6 +73,20 @@ public function getDesiredAddonsConfig()
{
return $this->desiredAddonsConfig;
}
+ /**
+ * @param Google_Service_Container_Autopilot
+ */
+ public function setDesiredAutopilot(Google_Service_Container_Autopilot $desiredAutopilot)
+ {
+ $this->desiredAutopilot = $desiredAutopilot;
+ }
+ /**
+ * @return Google_Service_Container_Autopilot
+ */
+ public function getDesiredAutopilot()
+ {
+ return $this->desiredAutopilot;
+ }
/**
* @param Google_Service_Container_BinaryAuthorization
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/ConfidentialNodes.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/ConfidentialNodes.php
new file mode 100644
index 000000000000..cf5980c1d357
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/ConfidentialNodes.php
@@ -0,0 +1,30 @@
+enabled = $enabled;
+ }
+ public function getEnabled()
+ {
+ return $this->enabled;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Operation.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Operation.php
index 1377f9205c13..9af9fb4458d6 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Operation.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Operation.php
@@ -22,6 +22,8 @@ class Google_Service_Container_Operation extends Google_Collection
protected $clusterConditionsDataType = 'array';
public $detail;
public $endTime;
+ protected $errorType = 'Google_Service_Container_Status';
+ protected $errorDataType = '';
public $location;
public $name;
protected $nodepoolConditionsType = 'Google_Service_Container_StatusCondition';
@@ -66,6 +68,20 @@ public function getEndTime()
{
return $this->endTime;
}
+ /**
+ * @param Google_Service_Container_Status
+ */
+ public function setError(Google_Service_Container_Status $error)
+ {
+ $this->error = $error;
+ }
+ /**
+ * @return Google_Service_Container_Status
+ */
+ public function getError()
+ {
+ return $this->error;
+ }
public function setLocation($location)
{
$this->location = $location;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Status.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Status.php
new file mode 100644
index 000000000000..8fc0ef3dde53
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/Status.php
@@ -0,0 +1,49 @@
+code = $code;
+ }
+ public function getCode()
+ {
+ return $this->code;
+ }
+ public function setDetails($details)
+ {
+ $this->details = $details;
+ }
+ public function getDetails()
+ {
+ return $this->details;
+ }
+ public function setMessage($message)
+ {
+ $this->message = $message;
+ }
+ public function getMessage()
+ {
+ return $this->message;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/StatusCondition.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/StatusCondition.php
index 9d51d118673c..cd5cce6f9682 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/StatusCondition.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Container/StatusCondition.php
@@ -17,9 +17,18 @@
class Google_Service_Container_StatusCondition extends Google_Model
{
+ public $canonicalCode;
public $code;
public $message;
+ public function setCanonicalCode($canonicalCode)
+ {
+ $this->canonicalCode = $canonicalCode;
+ }
+ public function getCanonicalCode()
+ {
+ return $this->canonicalCode;
+ }
public function setCode($code)
{
$this->code = $code;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ContainerAnalysis.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ContainerAnalysis.php
index 8c485ffd8d4d..3c89e65c1fa7 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ContainerAnalysis.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ContainerAnalysis.php
@@ -31,7 +31,7 @@
*/
class Google_Service_ContainerAnalysis extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ContainerAnalysis/Detail.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ContainerAnalysis/Detail.php
index 4dd187400cb4..fce4eb70753b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ContainerAnalysis/Detail.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ContainerAnalysis/Detail.php
@@ -31,6 +31,7 @@ class Google_Service_ContainerAnalysis_Detail extends Google_Model
public $severityName;
public $source;
public $sourceUpdateTime;
+ public $vendor;
public function setCpeUri($cpeUri)
{
@@ -138,4 +139,12 @@ public function getSourceUpdateTime()
{
return $this->sourceUpdateTime;
}
+ public function setVendor($vendor)
+ {
+ $this->vendor = $vendor;
+ }
+ public function getVendor()
+ {
+ return $this->vendor;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DLP.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DLP.php
index 83e522af07de..4c7810f82597 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DLP.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DLP.php
@@ -32,7 +32,7 @@
*/
class Google_Service_DLP extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataCatalog.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataCatalog.php
index e8917d663dab..d478fa570683 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataCatalog.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataCatalog.php
@@ -31,7 +31,7 @@
*/
class Google_Service_DataCatalog extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataFusion/Instance.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataFusion/Instance.php
index f5c4bd819bb9..a00ef92f9f8b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataFusion/Instance.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataFusion/Instance.php
@@ -27,6 +27,7 @@ class Google_Service_DataFusion_Instance extends Google_Collection
public $dataprocServiceAccount;
public $description;
public $displayName;
+ public $enableRbac;
public $enableStackdriverLogging;
public $enableStackdriverMonitoring;
public $gcsBucket;
@@ -115,6 +116,14 @@ public function getDisplayName()
{
return $this->displayName;
}
+ public function setEnableRbac($enableRbac)
+ {
+ $this->enableRbac = $enableRbac;
+ }
+ public function getEnableRbac()
+ {
+ return $this->enableRbac;
+ }
public function setEnableStackdriverLogging($enableStackdriverLogging)
{
$this->enableStackdriverLogging = $enableStackdriverLogging;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataLabeling.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataLabeling.php
index ab7c1e9f6e9d..6c2750a65499 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataLabeling.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataLabeling.php
@@ -30,7 +30,7 @@
*/
class Google_Service_DataLabeling extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Resource/ProjectsLocations.php
index 9f9d59ea0d26..35cfaaeab436 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DatabaseMigrationService/Resource/ProjectsLocations.php
@@ -50,7 +50,7 @@ public function get($name, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_DatabaseMigrationService_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow.php
index 7323acc5bcc6..fe5af4b5367f 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow.php
@@ -30,7 +30,7 @@
*/
class Google_Service_Dataflow extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View and manage your Google Compute Engine resources. */
@@ -39,13 +39,11 @@ class Google_Service_Dataflow extends Google_Service
/** View your Google Compute Engine resources. */
const COMPUTE_READONLY =
"https://www.googleapis.com/auth/compute.readonly";
- /** View your email address. */
+ /** See your primary Google Account email address. */
const USERINFO_EMAIL =
"https://www.googleapis.com/auth/userinfo.email";
public $projects;
- public $projects_catalogTemplates;
- public $projects_catalogTemplates_templateVersions;
public $projects_jobs;
public $projects_jobs_debug;
public $projects_jobs_messages;
@@ -62,7 +60,6 @@ class Google_Service_Dataflow extends Google_Service
public $projects_locations_sql;
public $projects_locations_templates;
public $projects_snapshots;
- public $projects_templateVersions;
public $projects_templates;
/**
@@ -118,86 +115,6 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
- $this->projects_catalogTemplates = new Google_Service_Dataflow_Resource_ProjectsCatalogTemplates(
- $this,
- $this->serviceName,
- 'catalogTemplates',
- array(
- 'methods' => array(
- 'commit' => array(
- 'path' => 'v1b3/{+name}:commit',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'name' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'delete' => array(
- 'path' => 'v1b3/{+name}',
- 'httpMethod' => 'DELETE',
- 'parameters' => array(
- 'name' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'get' => array(
- 'path' => 'v1b3/{+name}',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'name' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'label' => array(
- 'path' => 'v1b3/{+name}:label',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'name' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),'tag' => array(
- 'path' => 'v1b3/{+name}:tag',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'name' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
- $this->projects_catalogTemplates_templateVersions = new Google_Service_Dataflow_Resource_ProjectsCatalogTemplatesTemplateVersions(
- $this,
- $this->serviceName,
- 'templateVersions',
- array(
- 'methods' => array(
- 'create' => array(
- 'path' => 'v1b3/{+parent}/templateVersions',
- 'httpMethod' => 'POST',
- 'parameters' => array(
- 'parent' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- ),
- ),
- )
- )
- );
$this->projects_jobs = new Google_Service_Dataflow_Resource_ProjectsJobs(
$this,
$this->serviceName,
@@ -1184,34 +1101,6 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
- $this->projects_templateVersions = new Google_Service_Dataflow_Resource_ProjectsTemplateVersions(
- $this,
- $this->serviceName,
- 'templateVersions',
- array(
- 'methods' => array(
- 'list' => array(
- 'path' => 'v1b3/{+parent}/templateVersions',
- 'httpMethod' => 'GET',
- 'parameters' => array(
- 'parent' => array(
- 'location' => 'path',
- 'type' => 'string',
- 'required' => true,
- ),
- 'pageSize' => array(
- 'location' => 'query',
- 'type' => 'integer',
- ),
- 'pageToken' => array(
- 'location' => 'query',
- 'type' => 'string',
- ),
- ),
- ),
- )
- )
- );
$this->projects_templates = new Google_Service_Dataflow_Resource_ProjectsTemplates(
$this,
$this->serviceName,
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/FlexTemplateRuntimeEnvironment.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/FlexTemplateRuntimeEnvironment.php
index 4e00912351e4..c50362689907 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/FlexTemplateRuntimeEnvironment.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/FlexTemplateRuntimeEnvironment.php
@@ -29,6 +29,7 @@ class Google_Service_Dataflow_FlexTemplateRuntimeEnvironment extends Google_Coll
public $network;
public $numWorkers;
public $serviceAccountEmail;
+ public $stagingLocation;
public $subnetwork;
public $tempLocation;
public $workerRegion;
@@ -123,6 +124,14 @@ public function getServiceAccountEmail()
{
return $this->serviceAccountEmail;
}
+ public function setStagingLocation($stagingLocation)
+ {
+ $this->stagingLocation = $stagingLocation;
+ }
+ public function getStagingLocation()
+ {
+ return $this->stagingLocation;
+ }
public function setSubnetwork($subnetwork)
{
$this->subnetwork = $subnetwork;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.php
index 00ea4f77d648..28fdf8713ca3 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/ParameterMetadata.php
@@ -18,6 +18,7 @@
class Google_Service_Dataflow_ParameterMetadata extends Google_Collection
{
protected $collection_key = 'regexes';
+ public $customMetadata;
public $helpText;
public $isOptional;
public $label;
@@ -25,6 +26,14 @@ class Google_Service_Dataflow_ParameterMetadata extends Google_Collection
public $paramType;
public $regexes;
+ public function setCustomMetadata($customMetadata)
+ {
+ $this->customMetadata = $customMetadata;
+ }
+ public function getCustomMetadata()
+ {
+ return $this->customMetadata;
+ }
public function setHelpText($helpText)
{
$this->helpText = $helpText;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php
index 602d8faaeaea..381fdab92668 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php
@@ -77,7 +77,8 @@ public function get($projectId, $location, $optParams = array())
* @param array $optParams Optional parameters.
*
* @opt_param string dynamicTemplate.gcsPath Path to dynamic template spec file
- * on GCS. The file must be a Json serialized DynamicTemplateFieSpec object.
+ * on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec
+ * object.
* @opt_param string dynamicTemplate.stagingLocation Cloud Storage path for
* staging dependencies. Must be a valid Cloud Storage URL, beginning with
* `gs://`.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php
index 63a21ba82f39..d3a4710ee15e 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php
@@ -71,7 +71,8 @@ public function get($projectId, $optParams = array())
* @param array $optParams Optional parameters.
*
* @opt_param string dynamicTemplate.gcsPath Path to dynamic template spec file
- * on GCS. The file must be a Json serialized DynamicTemplateFieSpec object.
+ * on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec
+ * object.
* @opt_param string dynamicTemplate.stagingLocation Cloud Storage path for
* staging dependencies. Must be a valid Cloud Storage URL, beginning with
* `gs://`.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Snapshot.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Snapshot.php
index 3b6742ff528e..aff492e58df8 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Snapshot.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/Snapshot.php
@@ -25,6 +25,7 @@ class Google_Service_Dataflow_Snapshot extends Google_Collection
public $projectId;
protected $pubsubMetadataType = 'Google_Service_Dataflow_PubsubSnapshotMetadata';
protected $pubsubMetadataDataType = 'array';
+ public $region;
public $sourceJobId;
public $state;
public $ttl;
@@ -83,6 +84,14 @@ public function getPubsubMetadata()
{
return $this->pubsubMetadata;
}
+ public function setRegion($region)
+ {
+ $this->region = $region;
+ }
+ public function getRegion()
+ {
+ return $this->region;
+ }
public function setSourceJobId($sourceJobId)
{
$this->sourceJobId = $sourceJobId;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php
index 8783faf68d75..08137add354c 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/WorkerHealthReport.php
@@ -21,6 +21,7 @@ class Google_Service_Dataflow_WorkerHealthReport extends Google_Collection
public $msg;
public $pods;
public $reportInterval;
+ public $vmBrokenCode;
public $vmIsBroken;
public $vmIsHealthy;
public $vmStartupTime;
@@ -49,6 +50,14 @@ public function getReportInterval()
{
return $this->reportInterval;
}
+ public function setVmBrokenCode($vmBrokenCode)
+ {
+ $this->vmBrokenCode = $vmBrokenCode;
+ }
+ public function getVmBrokenCode()
+ {
+ return $this->vmBrokenCode;
+ }
public function setVmIsBroken($vmIsBroken)
{
$this->vmIsBroken = $vmIsBroken;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/BatchOperationMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/BatchOperationMetadata.php
new file mode 100644
index 000000000000..662d7fd5410e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/BatchOperationMetadata.php
@@ -0,0 +1,94 @@
+batch = $batch;
+ }
+ public function getBatch()
+ {
+ return $this->batch;
+ }
+ public function setBatchUuid($batchUuid)
+ {
+ $this->batchUuid = $batchUuid;
+ }
+ public function getBatchUuid()
+ {
+ return $this->batchUuid;
+ }
+ public function setCreateTime($createTime)
+ {
+ $this->createTime = $createTime;
+ }
+ public function getCreateTime()
+ {
+ return $this->createTime;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setDoneTime($doneTime)
+ {
+ $this->doneTime = $doneTime;
+ }
+ public function getDoneTime()
+ {
+ return $this->doneTime;
+ }
+ public function setLabels($labels)
+ {
+ $this->labels = $labels;
+ }
+ public function getLabels()
+ {
+ return $this->labels;
+ }
+ public function setOperationType($operationType)
+ {
+ $this->operationType = $operationType;
+ }
+ public function getOperationType()
+ {
+ return $this->operationType;
+ }
+ public function setWarnings($warnings)
+ {
+ $this->warnings = $warnings;
+ }
+ public function getWarnings()
+ {
+ return $this->warnings;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php
index 1b11b4e2e220..68871e8f10bb 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php
@@ -27,6 +27,8 @@ class Google_Service_Dataproc_ClusterConfig extends Google_Collection
protected $endpointConfigDataType = '';
protected $gceClusterConfigType = 'Google_Service_Dataproc_GceClusterConfig';
protected $gceClusterConfigDataType = '';
+ protected $gkeClusterConfigType = 'Google_Service_Dataproc_GkeClusterConfig';
+ protected $gkeClusterConfigDataType = '';
protected $initializationActionsType = 'Google_Service_Dataproc_NodeInitializationAction';
protected $initializationActionsDataType = 'array';
protected $lifecycleConfigType = 'Google_Service_Dataproc_LifecycleConfig';
@@ -109,6 +111,20 @@ public function getGceClusterConfig()
{
return $this->gceClusterConfig;
}
+ /**
+ * @param Google_Service_Dataproc_GkeClusterConfig
+ */
+ public function setGkeClusterConfig(Google_Service_Dataproc_GkeClusterConfig $gkeClusterConfig)
+ {
+ $this->gkeClusterConfig = $gkeClusterConfig;
+ }
+ /**
+ * @return Google_Service_Dataproc_GkeClusterConfig
+ */
+ public function getGkeClusterConfig()
+ {
+ return $this->gkeClusterConfig;
+ }
/**
* @param Google_Service_Dataproc_NodeInitializationAction[]
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/ConfidentialInstanceConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/ConfidentialInstanceConfig.php
new file mode 100644
index 000000000000..1084d64b708c
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/ConfidentialInstanceConfig.php
@@ -0,0 +1,30 @@
+enableConfidentialCompute = $enableConfidentialCompute;
+ }
+ public function getEnableConfidentialCompute()
+ {
+ return $this->enableConfidentialCompute;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/GceClusterConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/GceClusterConfig.php
index 41518c1e6e1d..b75ea00b0b31 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/GceClusterConfig.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/GceClusterConfig.php
@@ -18,6 +18,8 @@
class Google_Service_Dataproc_GceClusterConfig extends Google_Collection
{
protected $collection_key = 'tags';
+ protected $confidentialInstanceConfigType = 'Google_Service_Dataproc_ConfidentialInstanceConfig';
+ protected $confidentialInstanceConfigDataType = '';
public $internalIpOnly;
public $metadata;
public $networkUri;
@@ -34,6 +36,20 @@ class Google_Service_Dataproc_GceClusterConfig extends Google_Collection
public $tags;
public $zoneUri;
+ /**
+ * @param Google_Service_Dataproc_ConfidentialInstanceConfig
+ */
+ public function setConfidentialInstanceConfig(Google_Service_Dataproc_ConfidentialInstanceConfig $confidentialInstanceConfig)
+ {
+ $this->confidentialInstanceConfig = $confidentialInstanceConfig;
+ }
+ /**
+ * @return Google_Service_Dataproc_ConfidentialInstanceConfig
+ */
+ public function getConfidentialInstanceConfig()
+ {
+ return $this->confidentialInstanceConfig;
+ }
public function setInternalIpOnly($internalIpOnly)
{
$this->internalIpOnly = $internalIpOnly;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/GkeClusterConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/GkeClusterConfig.php
new file mode 100644
index 000000000000..25ca1c6c705f
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/GkeClusterConfig.php
@@ -0,0 +1,37 @@
+namespacedGkeDeploymentTarget = $namespacedGkeDeploymentTarget;
+ }
+ /**
+ * @return Google_Service_Dataproc_NamespacedGkeDeploymentTarget
+ */
+ public function getNamespacedGkeDeploymentTarget()
+ {
+ return $this->namespacedGkeDeploymentTarget;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/IdentityConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/IdentityConfig.php
new file mode 100644
index 000000000000..53268242244f
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/IdentityConfig.php
@@ -0,0 +1,30 @@
+userServiceAccountMapping = $userServiceAccountMapping;
+ }
+ public function getUserServiceAccountMapping()
+ {
+ return $this->userServiceAccountMapping;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/NamespacedGkeDeploymentTarget.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/NamespacedGkeDeploymentTarget.php
new file mode 100644
index 000000000000..5236c68f8ebf
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/NamespacedGkeDeploymentTarget.php
@@ -0,0 +1,39 @@
+clusterNamespace = $clusterNamespace;
+ }
+ public function getClusterNamespace()
+ {
+ return $this->clusterNamespace;
+ }
+ public function setTargetGkeCluster($targetGkeCluster)
+ {
+ $this->targetGkeCluster = $targetGkeCluster;
+ }
+ public function getTargetGkeCluster()
+ {
+ return $this->targetGkeCluster;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/SecurityConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/SecurityConfig.php
index 905f2ab470da..f3eeffe4f36a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/SecurityConfig.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataproc/SecurityConfig.php
@@ -17,9 +17,25 @@
class Google_Service_Dataproc_SecurityConfig extends Google_Model
{
+ protected $identityConfigType = 'Google_Service_Dataproc_IdentityConfig';
+ protected $identityConfigDataType = '';
protected $kerberosConfigType = 'Google_Service_Dataproc_KerberosConfig';
protected $kerberosConfigDataType = '';
+ /**
+ * @param Google_Service_Dataproc_IdentityConfig
+ */
+ public function setIdentityConfig(Google_Service_Dataproc_IdentityConfig $identityConfig)
+ {
+ $this->identityConfig = $identityConfig;
+ }
+ /**
+ * @return Google_Service_Dataproc_IdentityConfig
+ */
+ public function getIdentityConfig()
+ {
+ return $this->identityConfig;
+ }
/**
* @param Google_Service_Dataproc_KerberosConfig
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore.php
index 78b91daecaa9..d78b5c5cb48a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore.php
@@ -38,6 +38,7 @@ class Google_Service_DataprocMetastore extends Google_Service
public $projects_locations;
public $projects_locations_operations;
public $projects_locations_services;
+ public $projects_locations_services_backups;
public $projects_locations_services_metadataImports;
/**
@@ -265,6 +266,16 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
),
),
+ ),'restore' => array(
+ 'path' => 'v1beta/{+service}:restore',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'service' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'setIamPolicy' => array(
'path' => 'v1beta/{+resource}:setIamPolicy',
'httpMethod' => 'POST',
@@ -289,6 +300,84 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
+ $this->projects_locations_services_backups = new Google_Service_DataprocMetastore_Resource_ProjectsLocationsServicesBackups(
+ $this,
+ $this->serviceName,
+ 'backups',
+ array(
+ 'methods' => array(
+ 'create' => array(
+ 'path' => 'v1beta/{+parent}/backups',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'parent' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'backupId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'requestId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'v1beta/{+name}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'requestId' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'get' => array(
+ 'path' => 'v1beta/{+name}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'v1beta/{+parent}/backups',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'parent' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'filter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'orderBy' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageSize' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->projects_locations_services_metadataImports = new Google_Service_DataprocMetastore_Resource_ProjectsLocationsServicesMetadataImports(
$this,
$this->serviceName,
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Backup.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Backup.php
new file mode 100644
index 000000000000..10ab791f94fb
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Backup.php
@@ -0,0 +1,82 @@
+createTime = $createTime;
+ }
+ public function getCreateTime()
+ {
+ return $this->createTime;
+ }
+ public function setDescription($description)
+ {
+ $this->description = $description;
+ }
+ public function getDescription()
+ {
+ return $this->description;
+ }
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setName($name)
+ {
+ $this->name = $name;
+ }
+ public function getName()
+ {
+ return $this->name;
+ }
+ /**
+ * @param Google_Service_DataprocMetastore_Service
+ */
+ public function setServiceRevision(Google_Service_DataprocMetastore_Service $serviceRevision)
+ {
+ $this->serviceRevision = $serviceRevision;
+ }
+ /**
+ * @return Google_Service_DataprocMetastore_Service
+ */
+ public function getServiceRevision()
+ {
+ return $this->serviceRevision;
+ }
+ public function setState($state)
+ {
+ $this->state = $state;
+ }
+ public function getState()
+ {
+ return $this->state;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnits.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/ListBackupsResponse.php
similarity index 56%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnits.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/ListBackupsResponse.php
index 050e38ebe5cb..910944dd853a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnits.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/ListBackupsResponse.php
@@ -15,44 +15,27 @@
* the License.
*/
-class Google_Service_AdSense_AdUnits extends Google_Collection
+class Google_Service_DataprocMetastore_ListBackupsResponse extends Google_Collection
{
- protected $collection_key = 'items';
- public $etag;
- protected $itemsType = 'Google_Service_AdSense_AdUnit';
- protected $itemsDataType = 'array';
- public $kind;
+ protected $collection_key = 'unreachable';
+ protected $backupsType = 'Google_Service_DataprocMetastore_Backup';
+ protected $backupsDataType = 'array';
public $nextPageToken;
+ public $unreachable;
- public function setEtag($etag)
- {
- $this->etag = $etag;
- }
- public function getEtag()
- {
- return $this->etag;
- }
/**
- * @param Google_Service_AdSense_AdUnit[]
+ * @param Google_Service_DataprocMetastore_Backup[]
*/
- public function setItems($items)
+ public function setBackups($backups)
{
- $this->items = $items;
+ $this->backups = $backups;
}
/**
- * @return Google_Service_AdSense_AdUnit[]
+ * @return Google_Service_DataprocMetastore_Backup[]
*/
- public function getItems()
- {
- return $this->items;
- }
- public function setKind($kind)
+ public function getBackups()
{
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
+ return $this->backups;
}
public function setNextPageToken($nextPageToken)
{
@@ -62,4 +45,12 @@ public function getNextPageToken()
{
return $this->nextPageToken;
}
+ public function setUnreachable($unreachable)
+ {
+ $this->unreachable = $unreachable;
+ }
+ public function getUnreachable()
+ {
+ return $this->unreachable;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/OperationMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/OperationMetadata.php
new file mode 100644
index 000000000000..5cd12a5c3199
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/OperationMetadata.php
@@ -0,0 +1,84 @@
+apiVersion = $apiVersion;
+ }
+ public function getApiVersion()
+ {
+ return $this->apiVersion;
+ }
+ public function setCreateTime($createTime)
+ {
+ $this->createTime = $createTime;
+ }
+ public function getCreateTime()
+ {
+ return $this->createTime;
+ }
+ public function setEndTime($endTime)
+ {
+ $this->endTime = $endTime;
+ }
+ public function getEndTime()
+ {
+ return $this->endTime;
+ }
+ public function setRequestedCancellation($requestedCancellation)
+ {
+ $this->requestedCancellation = $requestedCancellation;
+ }
+ public function getRequestedCancellation()
+ {
+ return $this->requestedCancellation;
+ }
+ public function setStatusMessage($statusMessage)
+ {
+ $this->statusMessage = $statusMessage;
+ }
+ public function getStatusMessage()
+ {
+ return $this->statusMessage;
+ }
+ public function setTarget($target)
+ {
+ $this->target = $target;
+ }
+ public function getTarget()
+ {
+ return $this->target;
+ }
+ public function setVerb($verb)
+ {
+ $this->verb = $verb;
+ }
+ public function getVerb()
+ {
+ return $this->verb;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocations.php
index c9d522da24cf..67d6bb69213f 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocations.php
@@ -50,7 +50,7 @@ public function get($name, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in AIP-160 (https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the next_page_token
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_DataprocMetastore_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServices.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServices.php
index 7325f11b6ce7..b6c93a612e21 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServices.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServices.php
@@ -197,6 +197,22 @@ public function patch($name, Google_Service_DataprocMetastore_Service $postBody,
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_DataprocMetastore_Operation");
}
+ /**
+ * Restores a service from a backup. (services.restore)
+ *
+ * @param string $service Required. The relative resource name of the metastore
+ * service to run restore, in the following
+ * form:projects/{project_id}/locations/{location_id}/services/{service_id}.
+ * @param Google_Service_DataprocMetastore_RestoreServiceRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_DataprocMetastore_Operation
+ */
+ public function restore($service, Google_Service_DataprocMetastore_RestoreServiceRequest $postBody, $optParams = array())
+ {
+ $params = array('service' => $service, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('restore', array($params), "Google_Service_DataprocMetastore_Operation");
+ }
/**
* Sets the access control policy on the specified resource. Replaces any
* existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServicesBackups.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServicesBackups.php
new file mode 100644
index 000000000000..171758e35a5c
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/Resource/ProjectsLocationsServicesBackups.php
@@ -0,0 +1,128 @@
+
+ * $metastoreService = new Google_Service_DataprocMetastore(...);
+ * $backups = $metastoreService->backups;
+ *
+ */
+class Google_Service_DataprocMetastore_Resource_ProjectsLocationsServicesBackups extends Google_Service_Resource
+{
+ /**
+ * Creates a new backup in a given project and location. (backups.create)
+ *
+ * @param string $parent Required. The relative resource name of the service in
+ * which to create a backup of the following
+ * form:projects/{project_number}/locations/{location_id}/services/{service_id}.
+ * @param Google_Service_DataprocMetastore_Backup $postBody
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string backupId Required. The ID of the backup, which is used as
+ * the final component of the backup's name.This value must be between 1 and 64
+ * characters long, begin with a letter, end with a letter or number, and
+ * consist of alpha-numeric ASCII characters or hyphens.
+ * @opt_param string requestId Optional. A request ID. Specify a unique request
+ * ID to allow the server to ignore the request if it has completed. The server
+ * will ignore subsequent requests that provide a duplicate request ID for at
+ * least 60 minutes after the first request.For example, if an initial request
+ * times out, followed by another request with the same request ID, the server
+ * ignores the second request to prevent the creation of duplicate
+ * commitments.The request ID must be a valid UUID
+ * (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero
+ * UUID (00000000-0000-0000-0000-000000000000) is not supported.
+ * @return Google_Service_DataprocMetastore_Operation
+ */
+ public function create($parent, Google_Service_DataprocMetastore_Backup $postBody, $optParams = array())
+ {
+ $params = array('parent' => $parent, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('create', array($params), "Google_Service_DataprocMetastore_Operation");
+ }
+ /**
+ * Deletes a single backup. (backups.delete)
+ *
+ * @param string $name Required. The relative resource name of the backup to
+ * delete, in the following form:projects/{project_number}/locations/{location_i
+ * d}/services/{service_id}/backups/{backup_id}.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string requestId Optional. A request ID. Specify a unique request
+ * ID to allow the server to ignore the request if it has completed. The server
+ * will ignore subsequent requests that provide a duplicate request ID for at
+ * least 60 minutes after the first request.For example, if an initial request
+ * times out, followed by another request with the same request ID, the server
+ * ignores the second request to prevent the creation of duplicate
+ * commitments.The request ID must be a valid UUID
+ * (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero
+ * UUID (00000000-0000-0000-0000-000000000000) is not supported.
+ * @return Google_Service_DataprocMetastore_Operation
+ */
+ public function delete($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_DataprocMetastore_Operation");
+ }
+ /**
+ * Gets details of a single backup. (backups.get)
+ *
+ * @param string $name Required. The relative resource name of the backup to
+ * retrieve, in the following form:projects/{project_number}/locations/{location
+ * _id}/services/{service_id}/backups/{backup_id}.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_DataprocMetastore_Backup
+ */
+ public function get($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_DataprocMetastore_Backup");
+ }
+ /**
+ * Lists backups in a service. (backups.listProjectsLocationsServicesBackups)
+ *
+ * @param string $parent Required. The relative resource name of the service
+ * whose backups to list, in the following form:projects/{project_number}/locati
+ * ons/{location_id}/services/{service_id}/backups.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Optional. The filter to apply to list results.
+ * @opt_param string orderBy Optional. Specify the ordering of results as
+ * described in Sorting Order
+ * (https://cloud.google.com/apis/design/design_patterns#sorting_order). If not
+ * specified, the results will be sorted in the default order.
+ * @opt_param int pageSize Optional. The maximum number of backups to return.
+ * The response may contain less than the maximum number. If unspecified, no
+ * more than 500 backups are returned. The maximum value is 1000; values above
+ * 1000 are changed to 1000.
+ * @opt_param string pageToken Optional. A page token, received from a previous
+ * DataprocMetastore.ListBackups call. Provide this token to retrieve the
+ * subsequent page.To retrieve the first page, supply an empty page token.When
+ * paginating, other parameters provided to DataprocMetastore.ListBackups must
+ * match the call that provided the page token.
+ * @return Google_Service_DataprocMetastore_ListBackupsResponse
+ */
+ public function listProjectsLocationsServicesBackups($parent, $optParams = array())
+ {
+ $params = array('parent' => $parent);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_DataprocMetastore_ListBackupsResponse");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/RestoreServiceRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/RestoreServiceRequest.php
new file mode 100644
index 000000000000..c7a43139ecfd
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataprocMetastore/RestoreServiceRequest.php
@@ -0,0 +1,48 @@
+backup = $backup;
+ }
+ public function getBackup()
+ {
+ return $this->backup;
+ }
+ public function setRequestId($requestId)
+ {
+ $this->requestId = $requestId;
+ }
+ public function getRequestId()
+ {
+ return $this->requestId;
+ }
+ public function setRestoreType($restoreType)
+ {
+ $this->restoreType = $restoreType;
+ }
+ public function getRestoreType()
+ {
+ return $this->restoreType;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Datastore.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Datastore.php
index 78d5a3b9916a..665b7895e509 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Datastore.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Datastore.php
@@ -31,7 +31,7 @@
*/
class Google_Service_Datastore extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View and manage your Google Cloud Datastore data. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow.php
index 752fafbee046..7db9f1cd6d96 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow.php
@@ -31,7 +31,7 @@
*/
class Google_Service_Dialogflow extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View, manage and query your Dialogflow agents. */
@@ -609,6 +609,16 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'boolean',
),
),
+ ),'export' => array(
+ 'path' => 'v3/{+name}:export',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'get' => array(
'path' => 'v3/{+name}',
'httpMethod' => 'GET',
@@ -637,6 +647,16 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
),
),
+ ),'import' => array(
+ 'path' => 'v3/{+parent}/flows:import',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'parent' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'list' => array(
'path' => 'v3/{+parent}/flows',
'httpMethod' => 'GET',
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Agent.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Agent.php
index b9e7b386778a..075cbdd82daf 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Agent.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Agent.php
@@ -15,8 +15,9 @@
* the License.
*/
-class Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent extends Google_Model
+class Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent extends Google_Collection
{
+ protected $collection_key = 'supportedLanguageCodes';
public $avatarUri;
public $defaultLanguageCode;
public $description;
@@ -28,6 +29,7 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Agent extends Google_Mo
protected $speechToTextSettingsType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SpeechToTextSettings';
protected $speechToTextSettingsDataType = '';
public $startFlow;
+ public $supportedLanguageCodes;
public $timeZone;
public function setAvatarUri($avatarUri)
@@ -116,6 +118,14 @@ public function getStartFlow()
{
return $this->startFlow;
}
+ public function setSupportedLanguageCodes($supportedLanguageCodes)
+ {
+ $this->supportedLanguageCodes = $supportedLanguageCodes;
+ }
+ public function getSupportedLanguageCodes()
+ {
+ return $this->supportedLanguageCodes;
+ }
public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentRequest.php
index 2acf8971944f..d7404bc9d837 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentRequest.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportAgentRequest.php
@@ -18,6 +18,7 @@
class Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportAgentRequest extends Google_Model
{
public $agentUri;
+ public $environment;
public function setAgentUri($agentUri)
{
@@ -27,4 +28,12 @@ public function getAgentUri()
{
return $this->agentUri;
}
+ public function setEnvironment($environment)
+ {
+ $this->environment = $environment;
+ }
+ public function getEnvironment()
+ {
+ return $this->environment;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportFlowRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportFlowRequest.php
new file mode 100644
index 000000000000..d2198ccbe0b9
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportFlowRequest.php
@@ -0,0 +1,39 @@
+flowUri = $flowUri;
+ }
+ public function getFlowUri()
+ {
+ return $this->flowUri;
+ }
+ public function setIncludeReferencedFlows($includeReferencedFlows)
+ {
+ $this->includeReferencedFlows = $includeReferencedFlows;
+ }
+ public function getIncludeReferencedFlows()
+ {
+ return $this->includeReferencedFlows;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportFlowResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportFlowResponse.php
new file mode 100644
index 000000000000..b438fb47584c
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ExportFlowResponse.php
@@ -0,0 +1,39 @@
+flowContent = $flowContent;
+ }
+ public function getFlowContent()
+ {
+ return $this->flowContent;
+ }
+ public function setFlowUri($flowUri)
+ {
+ $this->flowUri = $flowUri;
+ }
+ public function getFlowUri()
+ {
+ return $this->flowUri;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Flow.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Flow.php
index f60bf7c4208c..f25f502b280a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Flow.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3Flow.php
@@ -25,6 +25,7 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowCxV3Flow extends Google_Col
public $name;
protected $nluSettingsType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3NluSettings';
protected $nluSettingsDataType = '';
+ public $transitionRouteGroups;
protected $transitionRoutesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute';
protected $transitionRoutesDataType = 'array';
@@ -80,6 +81,14 @@ public function getNluSettings()
{
return $this->nluSettings;
}
+ public function setTransitionRouteGroups($transitionRouteGroups)
+ {
+ $this->transitionRouteGroups = $transitionRouteGroups;
+ }
+ public function getTransitionRouteGroups()
+ {
+ return $this->transitionRouteGroups;
+ }
/**
* @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRoute[]
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportFlowRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportFlowRequest.php
new file mode 100644
index 000000000000..79b1f863b76a
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportFlowRequest.php
@@ -0,0 +1,48 @@
+flowContent = $flowContent;
+ }
+ public function getFlowContent()
+ {
+ return $this->flowContent;
+ }
+ public function setFlowUri($flowUri)
+ {
+ $this->flowUri = $flowUri;
+ }
+ public function getFlowUri()
+ {
+ return $this->flowUri;
+ }
+ public function setImportOption($importOption)
+ {
+ $this->importOption = $importOption;
+ }
+ public function getImportOption()
+ {
+ return $this->importOption;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportFlowResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportFlowResponse.php
new file mode 100644
index 000000000000..61cfe5a87c0e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3ImportFlowResponse.php
@@ -0,0 +1,30 @@
+flow = $flow;
+ }
+ public function getFlow()
+ {
+ return $this->flow;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3QueryParameters.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3QueryParameters.php
index b001f849ecc2..0c55eb195dc9 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3QueryParameters.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3QueryParameters.php
@@ -19,6 +19,7 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowCxV3QueryParameters extends
{
protected $collection_key = 'sessionEntityTypes';
public $analyzeQueryTextSentiment;
+ public $currentPage;
public $disableWebhook;
protected $geoLocationType = 'Google_Service_Dialogflow_GoogleTypeLatLng';
protected $geoLocationDataType = '';
@@ -37,6 +38,14 @@ public function getAnalyzeQueryTextSentiment()
{
return $this->analyzeQueryTextSentiment;
}
+ public function setCurrentPage($currentPage)
+ {
+ $this->currentPage = $currentPage;
+ }
+ public function getCurrentPage()
+ {
+ return $this->currentPage;
+ }
public function setDisableWebhook($disableWebhook)
{
$this->disableWebhook = $disableWebhook;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequest.php
index ea45b1f97747..1d7a591fc0fe 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequest.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3WebhookRequest.php
@@ -23,6 +23,7 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequest extends
protected $fulfillmentInfoDataType = '';
protected $intentInfoType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequestIntentInfo';
protected $intentInfoDataType = '';
+ public $languageCode;
protected $messagesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage';
protected $messagesDataType = 'array';
protected $pageInfoType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3PageInfo';
@@ -32,6 +33,10 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowCxV3WebhookRequest extends
protected $sentimentAnalysisResultDataType = '';
protected $sessionInfoType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3SessionInfo';
protected $sessionInfoDataType = '';
+ public $text;
+ public $transcript;
+ public $triggerEvent;
+ public $triggerIntent;
public function setDetectIntentResponseId($detectIntentResponseId)
{
@@ -69,6 +74,14 @@ public function getIntentInfo()
{
return $this->intentInfo;
}
+ public function setLanguageCode($languageCode)
+ {
+ $this->languageCode = $languageCode;
+ }
+ public function getLanguageCode()
+ {
+ return $this->languageCode;
+ }
/**
* @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ResponseMessage[]
*/
@@ -133,4 +146,36 @@ public function getSessionInfo()
{
return $this->sessionInfo;
}
+ public function setText($text)
+ {
+ $this->text = $text;
+ }
+ public function getText()
+ {
+ return $this->text;
+ }
+ public function setTranscript($transcript)
+ {
+ $this->transcript = $transcript;
+ }
+ public function getTranscript()
+ {
+ return $this->transcript;
+ }
+ public function setTriggerEvent($triggerEvent)
+ {
+ $this->triggerEvent = $triggerEvent;
+ }
+ public function getTriggerEvent()
+ {
+ return $this->triggerEvent;
+ }
+ public function setTriggerIntent($triggerIntent)
+ {
+ $this->triggerIntent = $triggerIntent;
+ }
+ public function getTriggerIntent()
+ {
+ return $this->triggerIntent;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportFlowResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportFlowResponse.php
new file mode 100644
index 000000000000..062576d72283
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ExportFlowResponse.php
@@ -0,0 +1,39 @@
+flowContent = $flowContent;
+ }
+ public function getFlowContent()
+ {
+ return $this->flowContent;
+ }
+ public function setFlowUri($flowUri)
+ {
+ $this->flowUri = $flowUri;
+ }
+ public function getFlowUri()
+ {
+ return $this->flowUri;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportFlowResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportFlowResponse.php
new file mode 100644
index 000000000000..18a7de8743f5
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1ImportFlowResponse.php
@@ -0,0 +1,30 @@
+flow = $flow;
+ }
+ public function getFlow()
+ {
+ return $this->flow;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequest.php
index b6976be81d7b..0d20170e4c05 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequest.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowCxV3beta1WebhookRequest.php
@@ -23,6 +23,7 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequest ext
protected $fulfillmentInfoDataType = '';
protected $intentInfoType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo';
protected $intentInfoDataType = '';
+ public $languageCode;
protected $messagesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage';
protected $messagesDataType = 'array';
protected $pageInfoType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1PageInfo';
@@ -32,6 +33,10 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1WebhookRequest ext
protected $sentimentAnalysisResultDataType = '';
protected $sessionInfoType = 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1SessionInfo';
protected $sessionInfoDataType = '';
+ public $text;
+ public $transcript;
+ public $triggerEvent;
+ public $triggerIntent;
public function setDetectIntentResponseId($detectIntentResponseId)
{
@@ -69,6 +74,14 @@ public function getIntentInfo()
{
return $this->intentInfo;
}
+ public function setLanguageCode($languageCode)
+ {
+ $this->languageCode = $languageCode;
+ }
+ public function getLanguageCode()
+ {
+ return $this->languageCode;
+ }
/**
* @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ResponseMessage[]
*/
@@ -133,4 +146,36 @@ public function getSessionInfo()
{
return $this->sessionInfo;
}
+ public function setText($text)
+ {
+ $this->text = $text;
+ }
+ public function getText()
+ {
+ return $this->text;
+ }
+ public function setTranscript($transcript)
+ {
+ $this->transcript = $transcript;
+ }
+ public function getTranscript()
+ {
+ return $this->transcript;
+ }
+ public function setTriggerEvent($triggerEvent)
+ {
+ $this->triggerEvent = $triggerEvent;
+ }
+ public function getTriggerEvent()
+ {
+ return $this->triggerEvent;
+ }
+ public function setTriggerIntent($triggerIntent)
+ {
+ $this->triggerIntent = $triggerIntent;
+ }
+ public function getTriggerIntent()
+ {
+ return $this->triggerIntent;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlows.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlows.php
index 6e77e068c283..ae07902c7c85 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlows.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlows.php
@@ -35,8 +35,10 @@ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlows extends Go
*
* @opt_param string languageCode The language of the following fields in
* `flow`: * `Flow.event_handlers.trigger_fulfillment.messages` *
- * `Flow.transition_routes.trigger_fulfillment.messages` If not specified, the
- * agent's default language is used. [Many
+ * `Flow.event_handlers.trigger_fulfillment.conditional_cases` *
+ * `Flow.transition_routes.trigger_fulfillment.messages` *
+ * `Flow.transition_routes.trigger_fulfillment.conditional_cases` If not
+ * specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
@@ -69,6 +71,23 @@ public function delete($name, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty");
}
+ /**
+ * Exports the specified flow to a binary file. Note that resources (e.g.
+ * intents, entities, webhooks) that the flow references will also be exported.
+ * (flows.export)
+ *
+ * @param string $name Required. The name of the flow to export. Format:
+ * `projects//locations//agents//flows/`.
+ * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportFlowRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dialogflow_GoogleLongrunningOperation
+ */
+ public function export($name, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportFlowRequest $postBody, $optParams = array())
+ {
+ $params = array('name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('export', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation");
+ }
/**
* Retrieves the specified flow. (flows.get)
*
@@ -79,8 +98,10 @@ public function delete($name, $optParams = array())
* @opt_param string languageCode The language to retrieve the flow for. The
* following fields are language dependent: *
* `Flow.event_handlers.trigger_fulfillment.messages` *
- * `Flow.transition_routes.trigger_fulfillment.messages` If not specified, the
- * agent's default language is used. [Many
+ * `Flow.event_handlers.trigger_fulfillment.conditional_cases` *
+ * `Flow.transition_routes.trigger_fulfillment.messages` *
+ * `Flow.transition_routes.trigger_fulfillment.conditional_cases` If not
+ * specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
@@ -110,6 +131,22 @@ public function getValidationResult($name, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('getValidationResult', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3FlowValidationResult");
}
+ /**
+ * Imports the specified flow to the specified agent from a binary file.
+ * (flows.import)
+ *
+ * @param string $parent Required. The agent to import the flow into. Format:
+ * `projects//locations//agents/`.
+ * @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportFlowRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Dialogflow_GoogleLongrunningOperation
+ */
+ public function import($parent, Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ImportFlowRequest $postBody, $optParams = array())
+ {
+ $params = array('parent' => $parent, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('import', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation");
+ }
/**
* Returns the list of all flows in the specified agent.
* (flows.listProjectsLocationsAgentsFlows)
@@ -121,8 +158,10 @@ public function getValidationResult($name, $optParams = array())
* @opt_param string languageCode The language to list flows for. The following
* fields are language dependent: *
* `Flow.event_handlers.trigger_fulfillment.messages` *
- * `Flow.transition_routes.trigger_fulfillment.messages` If not specified, the
- * agent's default language is used. [Many
+ * `Flow.event_handlers.trigger_fulfillment.conditional_cases` *
+ * `Flow.transition_routes.trigger_fulfillment.messages` *
+ * `Flow.transition_routes.trigger_fulfillment.conditional_cases` If not
+ * specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
@@ -148,8 +187,10 @@ public function listProjectsLocationsAgentsFlows($parent, $optParams = array())
*
* @opt_param string languageCode The language of the following fields in
* `flow`: * `Flow.event_handlers.trigger_fulfillment.messages` *
- * `Flow.transition_routes.trigger_fulfillment.messages` If not specified, the
- * agent's default language is used. [Many
+ * `Flow.event_handlers.trigger_fulfillment.conditional_cases` *
+ * `Flow.transition_routes.trigger_fulfillment.messages` *
+ * `Flow.transition_routes.trigger_fulfillment.conditional_cases` If not
+ * specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsPages.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsPages.php
index bd9ea66ae4ca..86a8fad1a76d 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsPages.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsPages.php
@@ -35,11 +35,16 @@ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlowsPages exten
*
* @opt_param string languageCode The language of the following fields in
* `page`: * `Page.entry_fulfillment.messages` *
- * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` *
- * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` *
- * `Page.transition_routes.trigger_fulfillment.messages` *
- * `Page.transition_route_groups.transition_routes.trigger_fulfillment.messages`
- * If not specified, the agent's default language is used. [Many
+ * `Page.entry_fulfillment.conditional_cases` *
+ * `Page.event_handlers.trigger_fulfillment.messages` *
+ * `Page.event_handlers.trigger_fulfillment.conditional_cases` *
+ * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * `P
+ * age.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_case
+ * s` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` *
+ * `Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases
+ * ` * `Page.transition_routes.trigger_fulfillment.messages` *
+ * `Page.transition_routes.trigger_fulfillment.conditional_cases` If not
+ * specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
@@ -81,11 +86,16 @@ public function delete($name, $optParams = array())
*
* @opt_param string languageCode The language to retrieve the page for. The
* following fields are language dependent: * `Page.entry_fulfillment.messages`
- * * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` *
- * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` *
- * `Page.transition_routes.trigger_fulfillment.messages` *
- * `Page.transition_route_groups.transition_routes.trigger_fulfillment.messages`
- * If not specified, the agent's default language is used. [Many
+ * * `Page.entry_fulfillment.conditional_cases` *
+ * `Page.event_handlers.trigger_fulfillment.messages` *
+ * `Page.event_handlers.trigger_fulfillment.conditional_cases` *
+ * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * `P
+ * age.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_case
+ * s` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` *
+ * `Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases
+ * ` * `Page.transition_routes.trigger_fulfillment.messages` *
+ * `Page.transition_routes.trigger_fulfillment.conditional_cases` If not
+ * specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
@@ -107,11 +117,16 @@ public function get($name, $optParams = array())
*
* @opt_param string languageCode The language to list pages for. The following
* fields are language dependent: * `Page.entry_fulfillment.messages` *
- * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` *
- * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` *
- * `Page.transition_routes.trigger_fulfillment.messages` *
- * `Page.transition_route_groups.transition_routes.trigger_fulfillment.messages`
- * If not specified, the agent's default language is used. [Many
+ * `Page.entry_fulfillment.conditional_cases` *
+ * `Page.event_handlers.trigger_fulfillment.messages` *
+ * `Page.event_handlers.trigger_fulfillment.conditional_cases` *
+ * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * `P
+ * age.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_case
+ * s` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` *
+ * `Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases
+ * ` * `Page.transition_routes.trigger_fulfillment.messages` *
+ * `Page.transition_routes.trigger_fulfillment.conditional_cases` If not
+ * specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
@@ -138,11 +153,16 @@ public function listProjectsLocationsAgentsFlowsPages($parent, $optParams = arra
*
* @opt_param string languageCode The language of the following fields in
* `page`: * `Page.entry_fulfillment.messages` *
- * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` *
- * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` *
- * `Page.transition_routes.trigger_fulfillment.messages` *
- * `Page.transition_route_groups.transition_routes.trigger_fulfillment.messages`
- * If not specified, the agent's default language is used. [Many
+ * `Page.entry_fulfillment.conditional_cases` *
+ * `Page.event_handlers.trigger_fulfillment.messages` *
+ * `Page.event_handlers.trigger_fulfillment.conditional_cases` *
+ * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * `P
+ * age.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_case
+ * s` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` *
+ * `Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases
+ * ` * `Page.transition_routes.trigger_fulfillment.messages` *
+ * `Page.transition_routes.trigger_fulfillment.conditional_cases` If not
+ * specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsTransitionRouteGroups.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsTransitionRouteGroups.php
index e330e0a9a0e8..680792043be7 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsTransitionRouteGroups.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsTransitionRouteGroups.php
@@ -34,9 +34,11 @@ class Google_Service_Dialogflow_Resource_ProjectsLocationsAgentsFlowsTransitionR
* @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string languageCode The language to list transition route groups
- * for. The field `messages` in TransitionRoute is language dependent. If not
- * specified, the agent's default language is used. [Many
+ * @opt_param string languageCode The language of the following fields in
+ * `TransitionRouteGroup`: *
+ * `TransitionRouteGroup.transition_routes.trigger_fulfillment.messages` * `Tran
+ * sitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases` If
+ * not specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
@@ -76,9 +78,11 @@ public function delete($name, $optParams = array())
* `projects//locations//agents//flows//transitionRouteGroups/`.
* @param array $optParams Optional parameters.
*
- * @opt_param string languageCode The language to list transition route groups
- * for. The field `messages` in TransitionRoute is language dependent. If not
- * specified, the agent's default language is used. [Many
+ * @opt_param string languageCode The language to retrieve the transition route
+ * group for. The following fields are language dependent: *
+ * `TransitionRouteGroup.transition_routes.trigger_fulfillment.messages` * `Tran
+ * sitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases` If
+ * not specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
@@ -99,8 +103,10 @@ public function get($name, $optParams = array())
* @param array $optParams Optional parameters.
*
* @opt_param string languageCode The language to list transition route groups
- * for. The field `messages` in TransitionRoute is language dependent. If not
- * specified, the agent's default language is used. [Many
+ * for. The following fields are language dependent: *
+ * `TransitionRouteGroup.transition_routes.trigger_fulfillment.messages` * `Tran
+ * sitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases` If
+ * not specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
@@ -126,9 +132,11 @@ public function listProjectsLocationsAgentsFlowsTransitionRouteGroups($parent, $
* @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3TransitionRouteGroup $postBody
* @param array $optParams Optional parameters.
*
- * @opt_param string languageCode The language to list transition route groups
- * for. The field `messages` in TransitionRoute is language dependent. If not
- * specified, the agent's default language is used. [Many
+ * @opt_param string languageCode The language of the following fields in
+ * `TransitionRouteGroup`: *
+ * `TransitionRouteGroup.transition_routes.trigger_fulfillment.messages` * `Tran
+ * sitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases` If
+ * not specified, the agent's default language is used. [Many
* languages](https://cloud.google.com/dialogflow/cx/docs/reference/language)
* are supported. Note: languages must be enabled in the agent before they can
* be used.
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsVersions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsVersions.php
index 573e7548a486..f536292174c8 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsVersions.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsAgentsFlowsVersions.php
@@ -89,10 +89,10 @@ public function listProjectsLocationsAgentsFlowsVersions($parent, $optParams = a
return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ListVersionsResponse");
}
/**
- * Loads a specified version to draft version. (versions.load)
+ * Loads resources in the specified version to the draft flow. (versions.load)
*
- * @param string $name Required. The Version to be loaded to draft version.
- * Format: `projects//locations//agents//flows//versions/`.
+ * @param string $name Required. The Version to be loaded to draft flow. Format:
+ * `projects//locations//agents//flows//versions/`.
* @param Google_Service_Dialogflow_GoogleCloudDialogflowCxV3LoadVersionRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Dialogflow_GoogleLongrunningOperation
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory.php
index bdc88ce8b4b8..8323137c49ba 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory.php
@@ -2096,6 +2096,10 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
'required' => true,
),
+ 'event' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
),
),'watch' => array(
'path' => 'admin/directory/v1/users/{userKey}/aliases/watch',
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevice.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevice.php
index 65f3ea12f429..96225bacc98e 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevice.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/ChromeOsDevice.php
@@ -51,7 +51,7 @@ class Google_Service_Directory_ChromeOsDevice extends Google_Collection
public $orgUnitPath;
public $osVersion;
public $platformVersion;
- protected $recentUsersType = 'Google_Service_Directory_RecentUsers';
+ protected $recentUsersType = 'Google_Service_Directory_ChromeOsDeviceRecentUsers';
protected $recentUsersDataType = 'array';
protected $screenshotFilesType = 'Google_Service_Directory_ChromeOsDeviceScreenshotFiles';
protected $screenshotFilesDataType = 'array';
@@ -320,14 +320,14 @@ public function getPlatformVersion()
return $this->platformVersion;
}
/**
- * @param Google_Service_Directory_RecentUsers[]
+ * @param Google_Service_Directory_ChromeOsDeviceRecentUsers[]
*/
public function setRecentUsers($recentUsers)
{
$this->recentUsers = $recentUsers;
}
/**
- * @return Google_Service_Directory_RecentUsers[]
+ * @return Google_Service_Directory_ChromeOsDeviceRecentUsers[]
*/
public function getRecentUsers()
{
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/FailureInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/FailureInfo.php
index d3c928c29677..a532d3cb950f 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/FailureInfo.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/FailureInfo.php
@@ -21,7 +21,7 @@ class Google_Service_Directory_FailureInfo extends Google_Model
public $errorMessage;
protected $printerType = 'Google_Service_Directory_Printer';
protected $printerDataType = '';
- public $printerIds;
+ public $printerId;
public function setErrorCode($errorCode)
{
@@ -53,12 +53,12 @@ public function getPrinter()
{
return $this->printer;
}
- public function setPrinterIds($printerIds)
+ public function setPrinterId($printerId)
{
- $this->printerIds = $printerIds;
+ $this->printerId = $printerId;
}
- public function getPrinterIds()
+ public function getPrinterId()
{
- return $this->printerIds;
+ return $this->printerId;
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/Resource/UsersAliases.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/Resource/UsersAliases.php
index 48290b326708..7525e9bba813 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/Resource/UsersAliases.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/Resource/UsersAliases.php
@@ -60,6 +60,8 @@ public function insert($userKey, Google_Service_Directory_Alias $postBody, $optP
* @param string $userKey Identifies the user in the API request. The value can
* be the user's primary email address, alias email address, or unique user ID.
* @param array $optParams Optional parameters.
+ *
+ * @opt_param string event Events to watch for.
* @return Google_Service_Directory_Aliases
*/
public function listUsersAliases($userKey, $optParams = array())
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo.php
index b57cf12a60e8..ed990df2f89e 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo.php
@@ -47,6 +47,7 @@ class Google_Service_DisplayVideo extends Google_Service
public $advertisers;
public $advertisers_assets;
public $advertisers_campaigns;
+ public $advertisers_campaigns_targetingTypes_assignedTargetingOptions;
public $advertisers_channels;
public $advertisers_channels_sites;
public $advertisers_creatives;
@@ -243,7 +244,38 @@ public function __construct(Google_Client $client, $rootUrl = null)
'campaigns',
array(
'methods' => array(
- 'create' => array(
+ 'bulkListCampaignAssignedTargetingOptions' => array(
+ 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}:bulkListCampaignAssignedTargetingOptions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'advertiserId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'filter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'orderBy' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageSize' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),'create' => array(
'path' => 'v1/advertisers/{+advertiserId}/campaigns',
'httpMethod' => 'POST',
'parameters' => array(
@@ -332,6 +364,77 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
+ $this->advertisers_campaigns_targetingTypes_assignedTargetingOptions = new Google_Service_DisplayVideo_Resource_AdvertisersCampaignsTargetingTypesAssignedTargetingOptions(
+ $this,
+ $this->serviceName,
+ 'assignedTargetingOptions',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'advertiserId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'targetingType' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'assignedTargetingOptionId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}/targetingTypes/{+targetingType}/assignedTargetingOptions',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'advertiserId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'campaignId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'targetingType' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'filter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'orderBy' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageSize' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->advertisers_channels = new Google_Service_DisplayVideo_Resource_AdvertisersChannels(
$this,
$this->serviceName,
@@ -527,6 +630,21 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
),
),
+ ),'replace' => array(
+ 'path' => 'v1/advertisers/{advertiserId}/channels/{+channelId}/sites:replace',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'advertiserId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'channelId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),
)
)
@@ -900,6 +1018,16 @@ public function __construct(Google_Client $client, $rootUrl = null)
'required' => true,
),
),
+ ),'generateDefault' => array(
+ 'path' => 'v1/advertisers/{+advertiserId}/lineItems:generateDefault',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'advertiserId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),'get' => array(
'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}',
'httpMethod' => 'GET',
@@ -1535,6 +1663,21 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
),
),
+ ),'replace' => array(
+ 'path' => 'v1/advertisers/{advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords:replace',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'advertiserId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'negativeKeywordListId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),
)
)
@@ -2478,6 +2621,21 @@ public function __construct(Google_Client $client, $rootUrl = null)
'type' => 'string',
),
),
+ ),'replace' => array(
+ 'path' => 'v1/partners/{partnerId}/channels/{+channelId}/sites:replace',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'partnerId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'channelId' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
),
)
)
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/AppAssignedTargetingOptionDetails.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/AppAssignedTargetingOptionDetails.php
index 80b40d1e5440..edb732ae440a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/AppAssignedTargetingOptionDetails.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/AppAssignedTargetingOptionDetails.php
@@ -18,6 +18,7 @@
class Google_Service_DisplayVideo_AppAssignedTargetingOptionDetails extends Google_Model
{
public $appId;
+ public $appPlatform;
public $displayName;
public $negative;
@@ -29,6 +30,14 @@ public function getAppId()
{
return $this->appId;
}
+ public function setAppPlatform($appPlatform)
+ {
+ $this->appPlatform = $appPlatform;
+ }
+ public function getAppPlatform()
+ {
+ return $this->appPlatform;
+ }
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListCampaignAssignedTargetingOptionsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListCampaignAssignedTargetingOptionsResponse.php
new file mode 100644
index 000000000000..844303f397ee
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/BulkListCampaignAssignedTargetingOptionsResponse.php
@@ -0,0 +1,47 @@
+assignedTargetingOptions = $assignedTargetingOptions;
+ }
+ /**
+ * @return Google_Service_DisplayVideo_AssignedTargetingOption[]
+ */
+ public function getAssignedTargetingOptions()
+ {
+ return $this->assignedTargetingOptions;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Channel.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Channel.php
index d9bd63c40746..9a298f60320a 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Channel.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Channel.php
@@ -21,7 +21,9 @@ class Google_Service_DisplayVideo_Channel extends Google_Model
public $channelId;
public $displayName;
public $name;
+ public $negativelyTargetedLineItemCount;
public $partnerId;
+ public $positivelyTargetedLineItemCount;
public function setAdvertiserId($advertiserId)
{
@@ -55,6 +57,14 @@ public function getName()
{
return $this->name;
}
+ public function setNegativelyTargetedLineItemCount($negativelyTargetedLineItemCount)
+ {
+ $this->negativelyTargetedLineItemCount = $negativelyTargetedLineItemCount;
+ }
+ public function getNegativelyTargetedLineItemCount()
+ {
+ return $this->negativelyTargetedLineItemCount;
+ }
public function setPartnerId($partnerId)
{
$this->partnerId = $partnerId;
@@ -63,4 +73,12 @@ public function getPartnerId()
{
return $this->partnerId;
}
+ public function setPositivelyTargetedLineItemCount($positivelyTargetedLineItemCount)
+ {
+ $this->positivelyTargetedLineItemCount = $positivelyTargetedLineItemCount;
+ }
+ public function getPositivelyTargetedLineItemCount()
+ {
+ return $this->positivelyTargetedLineItemCount;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/GenerateDefaultLineItemRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/GenerateDefaultLineItemRequest.php
new file mode 100644
index 000000000000..4f2a57702892
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/GenerateDefaultLineItemRequest.php
@@ -0,0 +1,64 @@
+displayName = $displayName;
+ }
+ public function getDisplayName()
+ {
+ return $this->displayName;
+ }
+ public function setInsertionOrderId($insertionOrderId)
+ {
+ $this->insertionOrderId = $insertionOrderId;
+ }
+ public function getInsertionOrderId()
+ {
+ return $this->insertionOrderId;
+ }
+ public function setLineItemType($lineItemType)
+ {
+ $this->lineItemType = $lineItemType;
+ }
+ public function getLineItemType()
+ {
+ return $this->lineItemType;
+ }
+ /**
+ * @param Google_Service_DisplayVideo_MobileApp
+ */
+ public function setMobileApp(Google_Service_DisplayVideo_MobileApp $mobileApp)
+ {
+ $this->mobileApp = $mobileApp;
+ }
+ /**
+ * @return Google_Service_DisplayVideo_MobileApp
+ */
+ public function getMobileApp()
+ {
+ return $this->mobileApp;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ListCampaignAssignedTargetingOptionsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ListCampaignAssignedTargetingOptionsResponse.php
new file mode 100644
index 000000000000..0c9fc6c06b81
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ListCampaignAssignedTargetingOptionsResponse.php
@@ -0,0 +1,47 @@
+assignedTargetingOptions = $assignedTargetingOptions;
+ }
+ /**
+ * @return Google_Service_DisplayVideo_AssignedTargetingOption[]
+ */
+ public function getAssignedTargetingOptions()
+ {
+ return $this->assignedTargetingOptions;
+ }
+ public function setNextPageToken($nextPageToken)
+ {
+ $this->nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/NegativeKeywordList.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/NegativeKeywordList.php
index 057e61ba2757..c3512eb862b4 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/NegativeKeywordList.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/NegativeKeywordList.php
@@ -21,6 +21,7 @@ class Google_Service_DisplayVideo_NegativeKeywordList extends Google_Model
public $displayName;
public $name;
public $negativeKeywordListId;
+ public $targetedLineItemCount;
public function setAdvertiserId($advertiserId)
{
@@ -54,4 +55,12 @@ public function getNegativeKeywordListId()
{
return $this->negativeKeywordListId;
}
+ public function setTargetedLineItemCount($targetedLineItemCount)
+ {
+ $this->targetedLineItemCount = $targetedLineItemCount;
+ }
+ public function getTargetedLineItemCount()
+ {
+ return $this->targetedLineItemCount;
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceNegativeKeywordsRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceNegativeKeywordsRequest.php
new file mode 100644
index 000000000000..fd2587a82e5e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceNegativeKeywordsRequest.php
@@ -0,0 +1,38 @@
+newNegativeKeywords = $newNegativeKeywords;
+ }
+ /**
+ * @return Google_Service_DisplayVideo_NegativeKeyword[]
+ */
+ public function getNewNegativeKeywords()
+ {
+ return $this->newNegativeKeywords;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceNegativeKeywordsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceNegativeKeywordsResponse.php
new file mode 100644
index 000000000000..ea33abe6f08e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceNegativeKeywordsResponse.php
@@ -0,0 +1,38 @@
+negativeKeywords = $negativeKeywords;
+ }
+ /**
+ * @return Google_Service_DisplayVideo_NegativeKeyword[]
+ */
+ public function getNegativeKeywords()
+ {
+ return $this->negativeKeywords;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceSitesRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceSitesRequest.php
new file mode 100644
index 000000000000..9ee914320435
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceSitesRequest.php
@@ -0,0 +1,56 @@
+advertiserId = $advertiserId;
+ }
+ public function getAdvertiserId()
+ {
+ return $this->advertiserId;
+ }
+ /**
+ * @param Google_Service_DisplayVideo_Site[]
+ */
+ public function setNewSites($newSites)
+ {
+ $this->newSites = $newSites;
+ }
+ /**
+ * @return Google_Service_DisplayVideo_Site[]
+ */
+ public function getNewSites()
+ {
+ return $this->newSites;
+ }
+ public function setPartnerId($partnerId)
+ {
+ $this->partnerId = $partnerId;
+ }
+ public function getPartnerId()
+ {
+ return $this->partnerId;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceSitesResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceSitesResponse.php
new file mode 100644
index 000000000000..fc6379394339
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/ReplaceSitesResponse.php
@@ -0,0 +1,38 @@
+sites = $sites;
+ }
+ /**
+ * @return Google_Service_DisplayVideo_Site[]
+ */
+ public function getSites()
+ {
+ return $this->sites;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaigns.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaigns.php
index fdcfbda0f6c9..551616561c20 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaigns.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaigns.php
@@ -25,6 +25,47 @@
*/
class Google_Service_DisplayVideo_Resource_AdvertisersCampaigns extends Google_Service_Resource
{
+ /**
+ * Lists assigned targeting options of a campaign across targeting types.
+ * (campaigns.bulkListCampaignAssignedTargetingOptions)
+ *
+ * @param string $advertiserId Required. The ID of the advertiser the campaign
+ * belongs to.
+ * @param string $campaignId Required. The ID of the campaign to list assigned
+ * targeting options for.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Allows filtering by assigned targeting option
+ * properties. Supported syntax: * Filter expressions are made up of one or more
+ * restrictions. * Restrictions can be combined by the logical operator `OR` on
+ * the same field. * A restriction has the form of `{field} {operator} {value}`.
+ * * The operator must be `EQUALS (=)`. * Supported fields: - `targetingType` -
+ * `inheritance` Examples: * AssignedTargetingOptions of targeting type
+ * TARGETING_TYPE_LANGUAGE or TARGETING_TYPE_GENDER
+ * `targetingType="TARGETING_TYPE_LANGUAGE" OR
+ * targetingType="TARGETING_TYPE_GENDER"` * AssignedTargetingOptions with
+ * inheritance status of NOT_INHERITED or INHERITED_FROM_PARTNER
+ * `inheritance="NOT_INHERITED" OR inheritance="INHERITED_FROM_PARTNER"` The
+ * length of this field should be no more than 500 characters.
+ * @opt_param string orderBy Field by which to sort the list. Acceptable values
+ * are: * `targetingType` (default) The default sorting order is ascending. To
+ * specify descending order for a field, a suffix "desc" should be added to the
+ * field name. Example: `targetingType desc`.
+ * @opt_param int pageSize Requested page size. The size must be an integer
+ * between `1` and `5000`. If unspecified, the default is `5000`. Returns error
+ * code `INVALID_ARGUMENT` if an invalid value is specified.
+ * @opt_param string pageToken A token that lets the client fetch the next page
+ * of results. Typically, this is the value of next_page_token returned from the
+ * previous call to `BulkListCampaignAssignedTargetingOptions` method. If not
+ * specified, the first page of results will be returned.
+ * @return Google_Service_DisplayVideo_BulkListCampaignAssignedTargetingOptionsResponse
+ */
+ public function bulkListCampaignAssignedTargetingOptions($advertiserId, $campaignId, $optParams = array())
+ {
+ $params = array('advertiserId' => $advertiserId, 'campaignId' => $campaignId);
+ $params = array_merge($params, $optParams);
+ return $this->call('bulkListCampaignAssignedTargetingOptions', array($params), "Google_Service_DisplayVideo_BulkListCampaignAssignedTargetingOptionsResponse");
+ }
/**
* Creates a new campaign. Returns the newly created campaign if successful.
* (campaigns.create)
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaignsTargetingTypes.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaignsTargetingTypes.php
new file mode 100644
index 000000000000..849a4526331f
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaignsTargetingTypes.php
@@ -0,0 +1,28 @@
+
+ * $displayvideoService = new Google_Service_DisplayVideo(...);
+ * $targetingTypes = $displayvideoService->targetingTypes;
+ *
+ */
+class Google_Service_DisplayVideo_Resource_AdvertisersCampaignsTargetingTypes extends Google_Service_Resource
+{
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaignsTargetingTypesAssignedTargetingOptions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaignsTargetingTypesAssignedTargetingOptions.php
new file mode 100644
index 000000000000..fba72f5118dd
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersCampaignsTargetingTypesAssignedTargetingOptions.php
@@ -0,0 +1,115 @@
+
+ * $displayvideoService = new Google_Service_DisplayVideo(...);
+ * $assignedTargetingOptions = $displayvideoService->assignedTargetingOptions;
+ *
+ */
+class Google_Service_DisplayVideo_Resource_AdvertisersCampaignsTargetingTypesAssignedTargetingOptions extends Google_Service_Resource
+{
+ /**
+ * Gets a single targeting option assigned to a campaign.
+ * (assignedTargetingOptions.get)
+ *
+ * @param string $advertiserId Required. The ID of the advertiser the campaign
+ * belongs to.
+ * @param string $campaignId Required. The ID of the campaign the assigned
+ * targeting option belongs to.
+ * @param string $targetingType Required. Identifies the type of this assigned
+ * targeting option. Supported targeting types: * `TARGETING_TYPE_AGE_RANGE` *
+ * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` *
+ * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` *
+ * `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` *
+ * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
+ * `TARGETING_TYPE_ENVIRONMENT` * `TARGETING_TYPE_EXCHANGE` *
+ * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_GEO_REGION` *
+ * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_INVENTORY_SOURCE` *
+ * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `TARGETING_TYPE_LANGUAGE` *
+ * `TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_PARENTAL_STATUS` *
+ * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE`
+ * * `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_VIEWABILITY`
+ * @param string $assignedTargetingOptionId Required. An identifier unique to
+ * the targeting type in this campaign that identifies the assigned targeting
+ * option being requested.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_DisplayVideo_AssignedTargetingOption
+ */
+ public function get($advertiserId, $campaignId, $targetingType, $assignedTargetingOptionId, $optParams = array())
+ {
+ $params = array('advertiserId' => $advertiserId, 'campaignId' => $campaignId, 'targetingType' => $targetingType, 'assignedTargetingOptionId' => $assignedTargetingOptionId);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_DisplayVideo_AssignedTargetingOption");
+ }
+ /**
+ * Lists the targeting options assigned to a campaign for a specified targeting
+ * type. (assignedTargetingOptions.listAdvertisersCampaignsTargetingTypesAssigne
+ * dTargetingOptions)
+ *
+ * @param string $advertiserId Required. The ID of the advertiser the campaign
+ * belongs to.
+ * @param string $campaignId Required. The ID of the campaign to list assigned
+ * targeting options for.
+ * @param string $targetingType Required. Identifies the type of assigned
+ * targeting options to list. Supported targeting types: *
+ * `TARGETING_TYPE_AGE_RANGE` * `TARGETING_TYPE_AUTHORIZED_SELLER_STATUS` *
+ * `TARGETING_TYPE_CONTENT_INSTREAM_POSITION` *
+ * `TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION` *
+ * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` *
+ * `TARGETING_TYPE_ENVIRONMENT` * `TARGETING_TYPE_EXCHANGE` *
+ * `TARGETING_TYPE_GENDER` * `TARGETING_TYPE_GEO_REGION` *
+ * `TARGETING_TYPE_HOUSEHOLD_INCOME` * `TARGETING_TYPE_INVENTORY_SOURCE` *
+ * `TARGETING_TYPE_INVENTORY_SOURCE_GROUP` * `TARGETING_TYPE_LANGUAGE` *
+ * `TARGETING_TYPE_ON_SCREEN_POSITION` * `TARGETING_TYPE_PARENTAL_STATUS` *
+ * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_SUB_EXCHANGE`
+ * * `TARGETING_TYPE_THIRD_PARTY_VERIFIER` * `TARGETING_TYPE_VIEWABILITY`
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter Allows filtering by assigned targeting option
+ * properties. Supported syntax: * Filter expressions are made up of one or more
+ * restrictions. * Restrictions can be combined by the logical operator `OR`. *
+ * A restriction has the form of `{field} {operator} {value}`. * The operator
+ * must be `EQUALS (=)`. * Supported fields: - `assignedTargetingOptionId` -
+ * `inheritance` Examples: * AssignedTargetingOptions with ID 1 or 2
+ * `assignedTargetingOptionId="1" OR assignedTargetingOptionId="2"` *
+ * AssignedTargetingOptions with inheritance status of NOT_INHERITED or
+ * INHERITED_FROM_PARTNER `inheritance="NOT_INHERITED" OR
+ * inheritance="INHERITED_FROM_PARTNER"` The length of this field should be no
+ * more than 500 characters.
+ * @opt_param string orderBy Field by which to sort the list. Acceptable values
+ * are: * `assignedTargetingOptionId` (default) The default sorting order is
+ * ascending. To specify descending order for a field, a suffix "desc" should be
+ * added to the field name. Example: `assignedTargetingOptionId desc`.
+ * @opt_param int pageSize Requested page size. Must be between `1` and `100`.
+ * If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT`
+ * if an invalid value is specified.
+ * @opt_param string pageToken A token identifying a page of results the server
+ * should return. Typically, this is the value of next_page_token returned from
+ * the previous call to `ListCampaignAssignedTargetingOptions` method. If not
+ * specified, the first page of results will be returned.
+ * @return Google_Service_DisplayVideo_ListCampaignAssignedTargetingOptionsResponse
+ */
+ public function listAdvertisersCampaignsTargetingTypesAssignedTargetingOptions($advertiserId, $campaignId, $targetingType, $optParams = array())
+ {
+ $params = array('advertiserId' => $advertiserId, 'campaignId' => $campaignId, 'targetingType' => $targetingType);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_DisplayVideo_ListCampaignAssignedTargetingOptionsResponse");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannelsSites.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannelsSites.php
index d1c3ddfa311d..b56cd5daae56 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannelsSites.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersChannelsSites.php
@@ -120,4 +120,23 @@ public function listAdvertisersChannelsSites($advertiserId, $channelId, $optPara
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_DisplayVideo_ListSitesResponse");
}
+ /**
+ * Replaces all of the sites under a single channel. The operation will replace
+ * the sites under a channel with the sites provided in
+ * ReplaceSitesRequest.new_sites. (sites.replace)
+ *
+ * @param string $advertiserId The ID of the advertiser that owns the parent
+ * channel.
+ * @param string $channelId Required. The ID of the parent channel whose sites
+ * will be replaced.
+ * @param Google_Service_DisplayVideo_ReplaceSitesRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_DisplayVideo_ReplaceSitesResponse
+ */
+ public function replace($advertiserId, $channelId, Google_Service_DisplayVideo_ReplaceSitesRequest $postBody, $optParams = array())
+ {
+ $params = array('advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('replace', array($params), "Google_Service_DisplayVideo_ReplaceSitesResponse");
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLineItems.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLineItems.php
index 031670537542..77d27b21c2d0 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLineItems.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersLineItems.php
@@ -121,6 +121,26 @@ public function delete($advertiserId, $lineItemId, $optParams = array())
$params = array_merge($params, $optParams);
return $this->call('delete', array($params), "Google_Service_DisplayVideo_DisplayvideoEmpty");
}
+ /**
+ * Creates a new line item with settings (including targeting) inherited from
+ * the insertion order and an `ENTITY_STATUS_DRAFT` entity_status. Returns the
+ * newly created line item if successful. There are default values based on the
+ * three fields: * The insertion order's insertion_order_type * The insertion
+ * order's automation_type * The given line_item_type
+ * (lineItems.generateDefault)
+ *
+ * @param string $advertiserId Required. The ID of the advertiser this line item
+ * belongs to.
+ * @param Google_Service_DisplayVideo_GenerateDefaultLineItemRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_DisplayVideo_LineItem
+ */
+ public function generateDefault($advertiserId, Google_Service_DisplayVideo_GenerateDefaultLineItemRequest $postBody, $optParams = array())
+ {
+ $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('generateDefault', array($params), "Google_Service_DisplayVideo_LineItem");
+ }
/**
* Gets a line item. (lineItems.get)
*
@@ -154,26 +174,28 @@ public function get($advertiserId, $lineItemId, $optParams = array())
* `flight.dateRange.endDate` must be LESS THAN (<). * The operator used on
* `updateTime` must be `GREATER THAN OR EQUAL TO (>=)` or `LESS THAN OR EQUAL
* TO (<=)`. * The operator used on `warningMessages` must be `HAS (:)`. * The
- * operators used on all other fields must be `EQUALS (=)`. * Supported fields:
- * - `campaignId` - `displayName` - `insertionOrderId` - `entityStatus` -
- * `lineItemId` - `lineItemType` - `flight.dateRange.endDate` (input formatted
- * as YYYY-MM-DD) - `warningMessages` - `flight.triggerId` - `updateTime` (input
- * in ISO 8601 format, or YYYY-MM-DDTHH:MM:SSZ) * The operator can be `NO LESS
- * THAN (>=)` or `NO GREATER THAN (<=)`. - `updateTime` (format of ISO 8601)
- * Examples: * All line items under an insertion order:
- * `insertionOrderId="1234"` * All `ENTITY_STATUS_ACTIVE` or
- * `ENTITY_STATUS_PAUSED` and `LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under
- * an advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR
- * entityStatus="ENTITY_STATUS_PAUSED") AND
- * lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items whose flight
- * dates end before March 28, 2019: `flight.dateRange.endDate<"2019-03-28"` *
- * All line items that have `NO_VALID_CREATIVE` in `warningMessages`:
+ * operators used on all other fields must be `EQUALS (=)`. * Supported
+ * properties: - `campaignId` - `displayName` - `insertionOrderId` -
+ * `entityStatus` - `lineItemId` - `lineItemType` - `flight.dateRange.endDate`
+ * (input formatted as YYYY-MM-DD) - `warningMessages` - `flight.triggerId` -
+ * `updateTime` (input in ISO 8601 format, or YYYY-MM-DDTHH:MM:SSZ) -
+ * `targetedChannelId` - `targetedNegativeKeywordListId` Examples: * All line
+ * items under an insertion order: `insertionOrderId="1234"` * All
+ * `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` and
+ * `LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser:
+ * `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED")
+ * AND lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items whose
+ * flight dates end before March 28, 2019:
+ * `flight.dateRange.endDate<"2019-03-28"` * All line items that have
+ * `NO_VALID_CREATIVE` in `warningMessages`:
* `warningMessages:"NO_VALID_CREATIVE"` * All line items with an update time
* less than or equal to `2020-11-04T18:54:47Z (format of ISO 8601)`:
* `updateTime<="2020-11-04T18:54:47Z"` * All line items with an update time
* greater than or equal to `2020-11-04T18:54:47Z (format of ISO 8601)`:
- * `updateTime>="2020-11-04T18:54:47Z"` The length of this field should be no
- * more than 500 characters.
+ * `updateTime>="2020-11-04T18:54:47Z"` * All line items that are using both the
+ * specified channel and specified negative keyword list in their targeting:
+ * `targetedNegativeKeywordListId=789 AND targetedChannelId=12345` The length of
+ * this field should be no more than 500 characters.
* @opt_param string orderBy Field by which to sort the list. Acceptable values
* are: * "displayName" (default) * "entityStatus" * “flight.dateRange.endDate”
* * "updateTime" The default sorting order is ascending. To specify descending
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersNegativeKeywordListsNegativeKeywords.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersNegativeKeywordListsNegativeKeywords.php
index d9be4d2e6f45..49fb92ee97e7 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersNegativeKeywordListsNegativeKeywords.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/AdvertisersNegativeKeywordListsNegativeKeywords.php
@@ -120,4 +120,24 @@ public function listAdvertisersNegativeKeywordListsNegativeKeywords($advertiserI
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_DisplayVideo_ListNegativeKeywordsResponse");
}
+ /**
+ * Replaces all negative keywords in a single negative keyword list. The
+ * operation will replace the keywords in a negative keyword list with keywords
+ * provided in ReplaceNegativeKeywordsRequest.new_negative_keywords.
+ * (negativeKeywords.replace)
+ *
+ * @param string $advertiserId Required. The ID of the DV360 advertiser to which
+ * the parent negative keyword list belongs.
+ * @param string $negativeKeywordListId Required. The ID of the parent negative
+ * keyword list to which the negative keywords belong.
+ * @param Google_Service_DisplayVideo_ReplaceNegativeKeywordsRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_DisplayVideo_ReplaceNegativeKeywordsResponse
+ */
+ public function replace($advertiserId, $negativeKeywordListId, Google_Service_DisplayVideo_ReplaceNegativeKeywordsRequest $postBody, $optParams = array())
+ {
+ $params = array('advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('replace', array($params), "Google_Service_DisplayVideo_ReplaceNegativeKeywordsResponse");
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersChannelsSites.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersChannelsSites.php
index 6585fb76efdf..a86bcedf4618 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersChannelsSites.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DisplayVideo/Resource/PartnersChannelsSites.php
@@ -116,4 +116,22 @@ public function listPartnersChannelsSites($partnerId, $channelId, $optParams = a
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_DisplayVideo_ListSitesResponse");
}
+ /**
+ * Replaces all of the sites under a single channel. The operation will replace
+ * the sites under a channel with the sites provided in
+ * ReplaceSitesRequest.new_sites. (sites.replace)
+ *
+ * @param string $partnerId The ID of the partner that owns the parent channel.
+ * @param string $channelId Required. The ID of the parent channel whose sites
+ * will be replaced.
+ * @param Google_Service_DisplayVideo_ReplaceSitesRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_DisplayVideo_ReplaceSitesResponse
+ */
+ public function replace($partnerId, $channelId, Google_Service_DisplayVideo_ReplaceSitesRequest $postBody, $optParams = array())
+ {
+ $params = array('partnerId' => $partnerId, 'channelId' => $channelId, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('replace', array($params), "Google_Service_DisplayVideo_ReplaceSitesResponse");
+ }
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dns.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dns.php
index 0919e40c3b62..cc6f86a3f94e 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dns.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dns.php
@@ -30,7 +30,7 @@
*/
class Google_Service_Dns extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
/** View your data across Google Cloud Platform services. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Docs.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Docs.php
index 74a6c2a95406..a256c8f01ff6 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Docs.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Docs.php
@@ -39,7 +39,7 @@ class Google_Service_Docs extends Google_Service
/** See, edit, create, and delete all of your Google Drive files. */
const DRIVE =
"https://www.googleapis.com/auth/drive";
- /** View and manage Google Drive files and folders that you have opened or created with this app. */
+ /** See, edit, create, and delete only the specific Google Drive files you use with this app. */
const DRIVE_FILE =
"https://www.googleapis.com/auth/drive.file";
/** See and download all your Google Drive files. */
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document.php
index 39fc92b8159a..c66cfc25703b 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document.php
@@ -16,7 +16,7 @@
*/
/**
- * Service definition for Document (v1beta3).
+ * Service definition for Document (v1).
*
*
* Service to parse structured information from unstructured or semi-structured
@@ -32,15 +32,19 @@
*/
class Google_Service_Document extends Google_Service
{
- /** View and manage your data across Google Cloud Platform services. */
+ /** See, edit, configure, and delete your Google Cloud Platform data. */
const CLOUD_PLATFORM =
"https://www.googleapis.com/auth/cloud-platform";
+ public $operations;
public $projects_locations;
public $projects_locations_operations;
public $projects_locations_processors;
public $projects_locations_processors_humanReviewConfig;
public $projects_locations_processors_processorVersions;
+ public $projects_operations;
+ public $uiv1beta3_projects_locations;
+ public $uiv1beta3_projects_locations_operations;
/**
* Constructs the internal representation of the Document service.
@@ -54,9 +58,61 @@ public function __construct(Google_Client $client, $rootUrl = null)
$this->rootUrl = $rootUrl ?: 'https://documentai.googleapis.com/';
$this->servicePath = '';
$this->batchPath = 'batch';
- $this->version = 'v1beta3';
+ $this->version = 'v1';
$this->serviceName = 'documentai';
+ $this->operations = new Google_Service_Document_Resource_Operations(
+ $this,
+ $this->serviceName,
+ 'operations',
+ array(
+ 'methods' => array(
+ 'cancel' => array(
+ 'path' => 'v1/{+name}:cancel',
+ 'httpMethod' => 'POST',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'delete' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'DELETE',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'filter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageSize' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
$this->projects_locations = new Google_Service_Document_Resource_ProjectsLocations(
$this,
$this->serviceName,
@@ -64,7 +120,7 @@ public function __construct(Google_Client $client, $rootUrl = null)
array(
'methods' => array(
'get' => array(
- 'path' => 'v1beta3/{+name}',
+ 'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
@@ -74,7 +130,7 @@ public function __construct(Google_Client $client, $rootUrl = null)
),
),
),'list' => array(
- 'path' => 'v1beta3/{+name}/locations',
+ 'path' => 'v1/{+name}/locations',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
@@ -106,7 +162,7 @@ public function __construct(Google_Client $client, $rootUrl = null)
array(
'methods' => array(
'get' => array(
- 'path' => 'v1beta3/{+name}',
+ 'path' => 'v1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
@@ -126,7 +182,7 @@ public function __construct(Google_Client $client, $rootUrl = null)
array(
'methods' => array(
'batchProcess' => array(
- 'path' => 'v1beta3/{+name}:batchProcess',
+ 'path' => 'v1/{+name}:batchProcess',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
@@ -136,7 +192,7 @@ public function __construct(Google_Client $client, $rootUrl = null)
),
),
),'process' => array(
- 'path' => 'v1beta3/{+name}:process',
+ 'path' => 'v1/{+name}:process',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
@@ -156,7 +212,7 @@ public function __construct(Google_Client $client, $rootUrl = null)
array(
'methods' => array(
'reviewDocument' => array(
- 'path' => 'v1beta3/{+humanReviewConfig}:reviewDocument',
+ 'path' => 'v1/{+humanReviewConfig}:reviewDocument',
'httpMethod' => 'POST',
'parameters' => array(
'humanReviewConfig' => array(
@@ -176,7 +232,7 @@ public function __construct(Google_Client $client, $rootUrl = null)
array(
'methods' => array(
'batchProcess' => array(
- 'path' => 'v1beta3/{+name}:batchProcess',
+ 'path' => 'v1/{+name}:batchProcess',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
@@ -186,7 +242,7 @@ public function __construct(Google_Client $client, $rootUrl = null)
),
),
),'process' => array(
- 'path' => 'v1beta3/{+name}:process',
+ 'path' => 'v1/{+name}:process',
'httpMethod' => 'POST',
'parameters' => array(
'name' => array(
@@ -199,5 +255,87 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
+ $this->projects_operations = new Google_Service_Document_Resource_ProjectsOperations(
+ $this,
+ $this->serviceName,
+ 'operations',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'v1/{+name}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->uiv1beta3_projects_locations = new Google_Service_Document_Resource_Uiv1beta3ProjectsLocations(
+ $this,
+ $this->serviceName,
+ 'locations',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'uiv1beta3/{+name}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),'list' => array(
+ 'path' => 'uiv1beta3/{+name}/locations',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ 'filter' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ 'pageSize' => array(
+ 'location' => 'query',
+ 'type' => 'integer',
+ ),
+ 'pageToken' => array(
+ 'location' => 'query',
+ 'type' => 'string',
+ ),
+ ),
+ ),
+ )
+ )
+ );
+ $this->uiv1beta3_projects_locations_operations = new Google_Service_Document_Resource_Uiv1beta3ProjectsLocationsOperations(
+ $this,
+ $this->serviceName,
+ 'operations',
+ array(
+ 'methods' => array(
+ 'get' => array(
+ 'path' => 'uiv1beta3/{+name}',
+ 'httpMethod' => 'GET',
+ 'parameters' => array(
+ 'name' => array(
+ 'location' => 'path',
+ 'type' => 'string',
+ 'required' => true,
+ ),
+ ),
+ ),
+ )
+ )
+ );
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation.php
index 2a1af22c0319..d86c402a9ccc 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation.php
@@ -18,11 +18,21 @@
class Google_Service_Document_GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation extends Google_Collection
{
protected $collection_key = 'documentErrors';
+ public $datasetErrorCount;
protected $datasetErrorsType = 'Google_Service_Document_GoogleRpcStatus';
protected $datasetErrorsDataType = 'array';
+ public $documentErrorCount;
protected $documentErrorsType = 'Google_Service_Document_GoogleRpcStatus';
protected $documentErrorsDataType = 'array';
+ public function setDatasetErrorCount($datasetErrorCount)
+ {
+ $this->datasetErrorCount = $datasetErrorCount;
+ }
+ public function getDatasetErrorCount()
+ {
+ return $this->datasetErrorCount;
+ }
/**
* @param Google_Service_Document_GoogleRpcStatus[]
*/
@@ -37,6 +47,14 @@ public function getDatasetErrors()
{
return $this->datasetErrors;
}
+ public function setDocumentErrorCount($documentErrorCount)
+ {
+ $this->documentErrorCount = $documentErrorCount;
+ }
+ public function getDocumentErrorCount()
+ {
+ return $this->documentErrorCount;
+ }
/**
* @param Google_Service_Document_GoogleRpcStatus[]
*/
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchDocumentsInputConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchDocumentsInputConfig.php
new file mode 100644
index 000000000000..20420f9a286e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchDocumentsInputConfig.php
@@ -0,0 +1,53 @@
+gcsDocuments = $gcsDocuments;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1GcsDocuments
+ */
+ public function getGcsDocuments()
+ {
+ return $this->gcsDocuments;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1GcsPrefix
+ */
+ public function setGcsPrefix(Google_Service_Document_GoogleCloudDocumentaiV1GcsPrefix $gcsPrefix)
+ {
+ $this->gcsPrefix = $gcsPrefix;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1GcsPrefix
+ */
+ public function getGcsPrefix()
+ {
+ return $this->gcsPrefix;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessRequest.php
new file mode 100644
index 000000000000..c2d22853f683
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BatchProcessRequest.php
@@ -0,0 +1,62 @@
+documentOutputConfig = $documentOutputConfig;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentOutputConfig
+ */
+ public function getDocumentOutputConfig()
+ {
+ return $this->documentOutputConfig;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1BatchDocumentsInputConfig
+ */
+ public function setInputDocuments(Google_Service_Document_GoogleCloudDocumentaiV1BatchDocumentsInputConfig $inputDocuments)
+ {
+ $this->inputDocuments = $inputDocuments;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1BatchDocumentsInputConfig
+ */
+ public function getInputDocuments()
+ {
+ return $this->inputDocuments;
+ }
+ public function setSkipHumanReview($skipHumanReview)
+ {
+ $this->skipHumanReview = $skipHumanReview;
+ }
+ public function getSkipHumanReview()
+ {
+ return $this->skipHumanReview;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BoundingPoly.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BoundingPoly.php
new file mode 100644
index 000000000000..95c2a2b002ba
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1BoundingPoly.php
@@ -0,0 +1,54 @@
+normalizedVertices = $normalizedVertices;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1NormalizedVertex[]
+ */
+ public function getNormalizedVertices()
+ {
+ return $this->normalizedVertices;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1Vertex[]
+ */
+ public function setVertices($vertices)
+ {
+ $this->vertices = $vertices;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1Vertex[]
+ */
+ public function getVertices()
+ {
+ return $this->vertices;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1Document.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1Document.php
new file mode 100644
index 000000000000..455b1a3799f2
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1Document.php
@@ -0,0 +1,186 @@
+content = $content;
+ }
+ public function getContent()
+ {
+ return $this->content;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntity[]
+ */
+ public function setEntities($entities)
+ {
+ $this->entities = $entities;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntity[]
+ */
+ public function getEntities()
+ {
+ return $this->entities;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntityRelation[]
+ */
+ public function setEntityRelations($entityRelations)
+ {
+ $this->entityRelations = $entityRelations;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntityRelation[]
+ */
+ public function getEntityRelations()
+ {
+ return $this->entityRelations;
+ }
+ /**
+ * @param Google_Service_Document_GoogleRpcStatus
+ */
+ public function setError(Google_Service_Document_GoogleRpcStatus $error)
+ {
+ $this->error = $error;
+ }
+ /**
+ * @return Google_Service_Document_GoogleRpcStatus
+ */
+ public function getError()
+ {
+ return $this->error;
+ }
+ public function setMimeType($mimeType)
+ {
+ $this->mimeType = $mimeType;
+ }
+ public function getMimeType()
+ {
+ return $this->mimeType;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPage[]
+ */
+ public function setPages($pages)
+ {
+ $this->pages = $pages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPage[]
+ */
+ public function getPages()
+ {
+ return $this->pages;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentRevision[]
+ */
+ public function setRevisions($revisions)
+ {
+ $this->revisions = $revisions;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentRevision[]
+ */
+ public function getRevisions()
+ {
+ return $this->revisions;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentShardInfo
+ */
+ public function setShardInfo(Google_Service_Document_GoogleCloudDocumentaiV1DocumentShardInfo $shardInfo)
+ {
+ $this->shardInfo = $shardInfo;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentShardInfo
+ */
+ public function getShardInfo()
+ {
+ return $this->shardInfo;
+ }
+ public function setText($text)
+ {
+ $this->text = $text;
+ }
+ public function getText()
+ {
+ return $this->text;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextChange[]
+ */
+ public function setTextChanges($textChanges)
+ {
+ $this->textChanges = $textChanges;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextChange[]
+ */
+ public function getTextChanges()
+ {
+ return $this->textChanges;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentStyle[]
+ */
+ public function setTextStyles($textStyles)
+ {
+ $this->textStyles = $textStyles;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentStyle[]
+ */
+ public function getTextStyles()
+ {
+ return $this->textStyles;
+ }
+ public function setUri($uri)
+ {
+ $this->uri = $uri;
+ }
+ public function getUri()
+ {
+ return $this->uri;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntity.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntity.php
new file mode 100644
index 000000000000..cacea6a3b7a7
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntity.php
@@ -0,0 +1,156 @@
+confidence = $confidence;
+ }
+ public function getConfidence()
+ {
+ return $this->confidence;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setMentionId($mentionId)
+ {
+ $this->mentionId = $mentionId;
+ }
+ public function getMentionId()
+ {
+ return $this->mentionId;
+ }
+ public function setMentionText($mentionText)
+ {
+ $this->mentionText = $mentionText;
+ }
+ public function getMentionText()
+ {
+ return $this->mentionText;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
+ */
+ public function setNormalizedValue(Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntityNormalizedValue $normalizedValue)
+ {
+ $this->normalizedValue = $normalizedValue;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
+ */
+ public function getNormalizedValue()
+ {
+ return $this->normalizedValue;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageAnchor
+ */
+ public function setPageAnchor(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageAnchor $pageAnchor)
+ {
+ $this->pageAnchor = $pageAnchor;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageAnchor
+ */
+ public function getPageAnchor()
+ {
+ return $this->pageAnchor;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntity[]
+ */
+ public function setProperties($properties)
+ {
+ $this->properties = $properties;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentEntity[]
+ */
+ public function getProperties()
+ {
+ return $this->properties;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance
+ */
+ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance $provenance)
+ {
+ $this->provenance = $provenance;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance
+ */
+ public function getProvenance()
+ {
+ return $this->provenance;
+ }
+ public function setRedacted($redacted)
+ {
+ $this->redacted = $redacted;
+ }
+ public function getRedacted()
+ {
+ return $this->redacted;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor
+ */
+ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor $textAnchor)
+ {
+ $this->textAnchor = $textAnchor;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor
+ */
+ public function getTextAnchor()
+ {
+ return $this->textAnchor;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntityNormalizedValue.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntityNormalizedValue.php
new file mode 100644
index 000000000000..2971dc805c8e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntityNormalizedValue.php
@@ -0,0 +1,103 @@
+addressValue = $addressValue;
+ }
+ /**
+ * @return Google_Service_Document_GoogleTypePostalAddress
+ */
+ public function getAddressValue()
+ {
+ return $this->addressValue;
+ }
+ public function setBooleanValue($booleanValue)
+ {
+ $this->booleanValue = $booleanValue;
+ }
+ public function getBooleanValue()
+ {
+ return $this->booleanValue;
+ }
+ /**
+ * @param Google_Service_Document_GoogleTypeDate
+ */
+ public function setDateValue(Google_Service_Document_GoogleTypeDate $dateValue)
+ {
+ $this->dateValue = $dateValue;
+ }
+ /**
+ * @return Google_Service_Document_GoogleTypeDate
+ */
+ public function getDateValue()
+ {
+ return $this->dateValue;
+ }
+ /**
+ * @param Google_Service_Document_GoogleTypeDateTime
+ */
+ public function setDatetimeValue(Google_Service_Document_GoogleTypeDateTime $datetimeValue)
+ {
+ $this->datetimeValue = $datetimeValue;
+ }
+ /**
+ * @return Google_Service_Document_GoogleTypeDateTime
+ */
+ public function getDatetimeValue()
+ {
+ return $this->datetimeValue;
+ }
+ /**
+ * @param Google_Service_Document_GoogleTypeMoney
+ */
+ public function setMoneyValue(Google_Service_Document_GoogleTypeMoney $moneyValue)
+ {
+ $this->moneyValue = $moneyValue;
+ }
+ /**
+ * @return Google_Service_Document_GoogleTypeMoney
+ */
+ public function getMoneyValue()
+ {
+ return $this->moneyValue;
+ }
+ public function setText($text)
+ {
+ $this->text = $text;
+ }
+ public function getText()
+ {
+ return $this->text;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntityRelation.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntityRelation.php
new file mode 100644
index 000000000000..9a01066437dd
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentEntityRelation.php
@@ -0,0 +1,48 @@
+objectId = $objectId;
+ }
+ public function getObjectId()
+ {
+ return $this->objectId;
+ }
+ public function setRelation($relation)
+ {
+ $this->relation = $relation;
+ }
+ public function getRelation()
+ {
+ return $this->relation;
+ }
+ public function setSubjectId($subjectId)
+ {
+ $this->subjectId = $subjectId;
+ }
+ public function getSubjectId()
+ {
+ return $this->subjectId;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentOutputConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentOutputConfig.php
new file mode 100644
index 000000000000..e41963ffd564
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentOutputConfig.php
@@ -0,0 +1,37 @@
+gcsOutputConfig = $gcsOutputConfig;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig
+ */
+ public function getGcsOutputConfig()
+ {
+ return $this->gcsOutputConfig;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig.php
new file mode 100644
index 000000000000..8ed7bb19f404
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig.php
@@ -0,0 +1,30 @@
+gcsUri = $gcsUri;
+ }
+ public function getGcsUri()
+ {
+ return $this->gcsUri;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPage.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPage.php
new file mode 100644
index 000000000000..fedc0183fec2
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPage.php
@@ -0,0 +1,223 @@
+blocks = $blocks;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageBlock[]
+ */
+ public function getBlocks()
+ {
+ return $this->blocks;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function setDetectedLanguages($detectedLanguages)
+ {
+ $this->detectedLanguages = $detectedLanguages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function getDetectedLanguages()
+ {
+ return $this->detectedLanguages;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDimension
+ */
+ public function setDimension(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDimension $dimension)
+ {
+ $this->dimension = $dimension;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDimension
+ */
+ public function getDimension()
+ {
+ return $this->dimension;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageFormField[]
+ */
+ public function setFormFields($formFields)
+ {
+ $this->formFields = $formFields;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageFormField[]
+ */
+ public function getFormFields()
+ {
+ return $this->formFields;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageImage
+ */
+ public function setImage(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageImage $image)
+ {
+ $this->image = $image;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageImage
+ */
+ public function getImage()
+ {
+ return $this->image;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout $layout)
+ {
+ $this->layout = $layout;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function getLayout()
+ {
+ return $this->layout;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLine[]
+ */
+ public function setLines($lines)
+ {
+ $this->lines = $lines;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLine[]
+ */
+ public function getLines()
+ {
+ return $this->lines;
+ }
+ public function setPageNumber($pageNumber)
+ {
+ $this->pageNumber = $pageNumber;
+ }
+ public function getPageNumber()
+ {
+ return $this->pageNumber;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageParagraph[]
+ */
+ public function setParagraphs($paragraphs)
+ {
+ $this->paragraphs = $paragraphs;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageParagraph[]
+ */
+ public function getParagraphs()
+ {
+ return $this->paragraphs;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTable[]
+ */
+ public function setTables($tables)
+ {
+ $this->tables = $tables;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTable[]
+ */
+ public function getTables()
+ {
+ return $this->tables;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageToken[]
+ */
+ public function setTokens($tokens)
+ {
+ $this->tokens = $tokens;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageToken[]
+ */
+ public function getTokens()
+ {
+ return $this->tokens;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageMatrix[]
+ */
+ public function setTransforms($transforms)
+ {
+ $this->transforms = $transforms;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageMatrix[]
+ */
+ public function getTransforms()
+ {
+ return $this->transforms;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageVisualElement[]
+ */
+ public function setVisualElements($visualElements)
+ {
+ $this->visualElements = $visualElements;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageVisualElement[]
+ */
+ public function getVisualElements()
+ {
+ return $this->visualElements;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageAnchor.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageAnchor.php
new file mode 100644
index 000000000000..bead4b253515
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageAnchor.php
@@ -0,0 +1,38 @@
+pageRefs = $pageRefs;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageAnchorPageRef[]
+ */
+ public function getPageRefs()
+ {
+ return $this->pageRefs;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageAnchorPageRef.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageAnchorPageRef.php
new file mode 100644
index 000000000000..050b703f590d
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageAnchorPageRef.php
@@ -0,0 +1,64 @@
+boundingPoly = $boundingPoly;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1BoundingPoly
+ */
+ public function getBoundingPoly()
+ {
+ return $this->boundingPoly;
+ }
+ public function setLayoutId($layoutId)
+ {
+ $this->layoutId = $layoutId;
+ }
+ public function getLayoutId()
+ {
+ return $this->layoutId;
+ }
+ public function setLayoutType($layoutType)
+ {
+ $this->layoutType = $layoutType;
+ }
+ public function getLayoutType()
+ {
+ return $this->layoutType;
+ }
+ public function setPage($page)
+ {
+ $this->page = $page;
+ }
+ public function getPage()
+ {
+ return $this->page;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageBlock.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageBlock.php
new file mode 100644
index 000000000000..f325806c39ee
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageBlock.php
@@ -0,0 +1,70 @@
+detectedLanguages = $detectedLanguages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function getDetectedLanguages()
+ {
+ return $this->detectedLanguages;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout $layout)
+ {
+ $this->layout = $layout;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function getLayout()
+ {
+ return $this->layout;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance
+ */
+ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance $provenance)
+ {
+ $this->provenance = $provenance;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance
+ */
+ public function getProvenance()
+ {
+ return $this->provenance;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.php
new file mode 100644
index 000000000000..4e2704541d1d
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.php
@@ -0,0 +1,39 @@
+confidence = $confidence;
+ }
+ public function getConfidence()
+ {
+ return $this->confidence;
+ }
+ public function setLanguageCode($languageCode)
+ {
+ $this->languageCode = $languageCode;
+ }
+ public function getLanguageCode()
+ {
+ return $this->languageCode;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageDimension.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageDimension.php
new file mode 100644
index 000000000000..d7358f532c04
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageDimension.php
@@ -0,0 +1,48 @@
+height = $height;
+ }
+ public function getHeight()
+ {
+ return $this->height;
+ }
+ public function setUnit($unit)
+ {
+ $this->unit = $unit;
+ }
+ public function getUnit()
+ {
+ return $this->unit;
+ }
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageFormField.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageFormField.php
new file mode 100644
index 000000000000..3b98818a1b39
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageFormField.php
@@ -0,0 +1,95 @@
+fieldName = $fieldName;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function getFieldName()
+ {
+ return $this->fieldName;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function setFieldValue(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout $fieldValue)
+ {
+ $this->fieldValue = $fieldValue;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function getFieldValue()
+ {
+ return $this->fieldValue;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function setNameDetectedLanguages($nameDetectedLanguages)
+ {
+ $this->nameDetectedLanguages = $nameDetectedLanguages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function getNameDetectedLanguages()
+ {
+ return $this->nameDetectedLanguages;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function setValueDetectedLanguages($valueDetectedLanguages)
+ {
+ $this->valueDetectedLanguages = $valueDetectedLanguages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function getValueDetectedLanguages()
+ {
+ return $this->valueDetectedLanguages;
+ }
+ public function setValueType($valueType)
+ {
+ $this->valueType = $valueType;
+ }
+ public function getValueType()
+ {
+ return $this->valueType;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageImage.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageImage.php
new file mode 100644
index 000000000000..700e23a0908a
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageImage.php
@@ -0,0 +1,57 @@
+content = $content;
+ }
+ public function getContent()
+ {
+ return $this->content;
+ }
+ public function setHeight($height)
+ {
+ $this->height = $height;
+ }
+ public function getHeight()
+ {
+ return $this->height;
+ }
+ public function setMimeType($mimeType)
+ {
+ $this->mimeType = $mimeType;
+ }
+ public function getMimeType()
+ {
+ return $this->mimeType;
+ }
+ public function setWidth($width)
+ {
+ $this->width = $width;
+ }
+ public function getWidth()
+ {
+ return $this->width;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageLayout.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageLayout.php
new file mode 100644
index 000000000000..f59c51f1d81c
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageLayout.php
@@ -0,0 +1,71 @@
+boundingPoly = $boundingPoly;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1BoundingPoly
+ */
+ public function getBoundingPoly()
+ {
+ return $this->boundingPoly;
+ }
+ public function setConfidence($confidence)
+ {
+ $this->confidence = $confidence;
+ }
+ public function getConfidence()
+ {
+ return $this->confidence;
+ }
+ public function setOrientation($orientation)
+ {
+ $this->orientation = $orientation;
+ }
+ public function getOrientation()
+ {
+ return $this->orientation;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor
+ */
+ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor $textAnchor)
+ {
+ $this->textAnchor = $textAnchor;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor
+ */
+ public function getTextAnchor()
+ {
+ return $this->textAnchor;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageLine.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageLine.php
new file mode 100644
index 000000000000..3115dda646e3
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageLine.php
@@ -0,0 +1,70 @@
+detectedLanguages = $detectedLanguages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function getDetectedLanguages()
+ {
+ return $this->detectedLanguages;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout $layout)
+ {
+ $this->layout = $layout;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function getLayout()
+ {
+ return $this->layout;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance
+ */
+ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance $provenance)
+ {
+ $this->provenance = $provenance;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance
+ */
+ public function getProvenance()
+ {
+ return $this->provenance;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageMatrix.php
similarity index 56%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageMatrix.php
index 6d40a8e8895c..f083c790bcbb 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageMatrix.php
@@ -15,36 +15,36 @@
* the License.
*/
-class Google_Service_AdSense_AdUnitFeedAdsSettings extends Google_Model
+class Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageMatrix extends Google_Model
{
- public $adPosition;
- public $frequency;
- public $minimumWordCount;
+ public $cols;
+ public $data;
+ public $rows;
public $type;
- public function setAdPosition($adPosition)
+ public function setCols($cols)
{
- $this->adPosition = $adPosition;
+ $this->cols = $cols;
}
- public function getAdPosition()
+ public function getCols()
{
- return $this->adPosition;
+ return $this->cols;
}
- public function setFrequency($frequency)
+ public function setData($data)
{
- $this->frequency = $frequency;
+ $this->data = $data;
}
- public function getFrequency()
+ public function getData()
{
- return $this->frequency;
+ return $this->data;
}
- public function setMinimumWordCount($minimumWordCount)
+ public function setRows($rows)
{
- $this->minimumWordCount = $minimumWordCount;
+ $this->rows = $rows;
}
- public function getMinimumWordCount()
+ public function getRows()
{
- return $this->minimumWordCount;
+ return $this->rows;
}
public function setType($type)
{
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageParagraph.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageParagraph.php
new file mode 100644
index 000000000000..c4dfa2d5568e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageParagraph.php
@@ -0,0 +1,70 @@
+detectedLanguages = $detectedLanguages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function getDetectedLanguages()
+ {
+ return $this->detectedLanguages;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout $layout)
+ {
+ $this->layout = $layout;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function getLayout()
+ {
+ return $this->layout;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance
+ */
+ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance $provenance)
+ {
+ $this->provenance = $provenance;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance
+ */
+ public function getProvenance()
+ {
+ return $this->provenance;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTable.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTable.php
new file mode 100644
index 000000000000..b21ae9221dda
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTable.php
@@ -0,0 +1,86 @@
+bodyRows = $bodyRows;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTableTableRow[]
+ */
+ public function getBodyRows()
+ {
+ return $this->bodyRows;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function setDetectedLanguages($detectedLanguages)
+ {
+ $this->detectedLanguages = $detectedLanguages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function getDetectedLanguages()
+ {
+ return $this->detectedLanguages;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTableTableRow[]
+ */
+ public function setHeaderRows($headerRows)
+ {
+ $this->headerRows = $headerRows;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTableTableRow[]
+ */
+ public function getHeaderRows()
+ {
+ return $this->headerRows;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout $layout)
+ {
+ $this->layout = $layout;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function getLayout()
+ {
+ return $this->layout;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTableTableCell.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTableTableCell.php
new file mode 100644
index 000000000000..95384e602276
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTableTableCell.php
@@ -0,0 +1,72 @@
+colSpan = $colSpan;
+ }
+ public function getColSpan()
+ {
+ return $this->colSpan;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function setDetectedLanguages($detectedLanguages)
+ {
+ $this->detectedLanguages = $detectedLanguages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function getDetectedLanguages()
+ {
+ return $this->detectedLanguages;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout $layout)
+ {
+ $this->layout = $layout;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function getLayout()
+ {
+ return $this->layout;
+ }
+ public function setRowSpan($rowSpan)
+ {
+ $this->rowSpan = $rowSpan;
+ }
+ public function getRowSpan()
+ {
+ return $this->rowSpan;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTableTableRow.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTableTableRow.php
new file mode 100644
index 000000000000..9da9d326f1d6
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTableTableRow.php
@@ -0,0 +1,38 @@
+cells = $cells;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTableTableCell[]
+ */
+ public function getCells()
+ {
+ return $this->cells;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageToken.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageToken.php
new file mode 100644
index 000000000000..4e1c13e61da5
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageToken.php
@@ -0,0 +1,86 @@
+detectedBreak = $detectedBreak;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak
+ */
+ public function getDetectedBreak()
+ {
+ return $this->detectedBreak;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function setDetectedLanguages($detectedLanguages)
+ {
+ $this->detectedLanguages = $detectedLanguages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function getDetectedLanguages()
+ {
+ return $this->detectedLanguages;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout $layout)
+ {
+ $this->layout = $layout;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function getLayout()
+ {
+ return $this->layout;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance
+ */
+ public function setProvenance(Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance $provenance)
+ {
+ $this->provenance = $provenance;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance
+ */
+ public function getProvenance()
+ {
+ return $this->provenance;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak.php
new file mode 100644
index 000000000000..d905c5032a65
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak.php
@@ -0,0 +1,30 @@
+type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageVisualElement.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageVisualElement.php
new file mode 100644
index 000000000000..5c42c1cd6d4d
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentPageVisualElement.php
@@ -0,0 +1,63 @@
+detectedLanguages = $detectedLanguages;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageDetectedLanguage[]
+ */
+ public function getDetectedLanguages()
+ {
+ return $this->detectedLanguages;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout $layout)
+ {
+ $this->layout = $layout;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentPageLayout
+ */
+ public function getLayout()
+ {
+ return $this->layout;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentProvenance.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentProvenance.php
new file mode 100644
index 000000000000..0fce74ae93d6
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentProvenance.php
@@ -0,0 +1,65 @@
+id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenanceParent[]
+ */
+ public function setParents($parents)
+ {
+ $this->parents = $parents;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenanceParent[]
+ */
+ public function getParents()
+ {
+ return $this->parents;
+ }
+ public function setRevision($revision)
+ {
+ $this->revision = $revision;
+ }
+ public function getRevision()
+ {
+ return $this->revision;
+ }
+ public function setType($type)
+ {
+ $this->type = $type;
+ }
+ public function getType()
+ {
+ return $this->type;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentProvenanceParent.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentProvenanceParent.php
new file mode 100644
index 000000000000..22c89cb7c621
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentProvenanceParent.php
@@ -0,0 +1,39 @@
+id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setRevision($revision)
+ {
+ $this->revision = $revision;
+ }
+ public function getRevision()
+ {
+ return $this->revision;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentRevision.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentRevision.php
new file mode 100644
index 000000000000..b5a87c9591f5
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentRevision.php
@@ -0,0 +1,83 @@
+agent = $agent;
+ }
+ public function getAgent()
+ {
+ return $this->agent;
+ }
+ public function setCreateTime($createTime)
+ {
+ $this->createTime = $createTime;
+ }
+ public function getCreateTime()
+ {
+ return $this->createTime;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentRevisionHumanReview
+ */
+ public function setHumanReview(Google_Service_Document_GoogleCloudDocumentaiV1DocumentRevisionHumanReview $humanReview)
+ {
+ $this->humanReview = $humanReview;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentRevisionHumanReview
+ */
+ public function getHumanReview()
+ {
+ return $this->humanReview;
+ }
+ public function setId($id)
+ {
+ $this->id = $id;
+ }
+ public function getId()
+ {
+ return $this->id;
+ }
+ public function setParent($parent)
+ {
+ $this->parent = $parent;
+ }
+ public function getParent()
+ {
+ return $this->parent;
+ }
+ public function setProcessor($processor)
+ {
+ $this->processor = $processor;
+ }
+ public function getProcessor()
+ {
+ return $this->processor;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentRevisionHumanReview.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentRevisionHumanReview.php
new file mode 100644
index 000000000000..59b2c275854d
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentRevisionHumanReview.php
@@ -0,0 +1,39 @@
+state = $state;
+ }
+ public function getState()
+ {
+ return $this->state;
+ }
+ public function setStateMessage($stateMessage)
+ {
+ $this->stateMessage = $stateMessage;
+ }
+ public function getStateMessage()
+ {
+ return $this->stateMessage;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentShardInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentShardInfo.php
new file mode 100644
index 000000000000..532e7aa00be0
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentShardInfo.php
@@ -0,0 +1,48 @@
+shardCount = $shardCount;
+ }
+ public function getShardCount()
+ {
+ return $this->shardCount;
+ }
+ public function setShardIndex($shardIndex)
+ {
+ $this->shardIndex = $shardIndex;
+ }
+ public function getShardIndex()
+ {
+ return $this->shardIndex;
+ }
+ public function setTextOffset($textOffset)
+ {
+ $this->textOffset = $textOffset;
+ }
+ public function getTextOffset()
+ {
+ return $this->textOffset;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentStyle.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentStyle.php
new file mode 100644
index 000000000000..18c486c3e848
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentStyle.php
@@ -0,0 +1,112 @@
+backgroundColor = $backgroundColor;
+ }
+ /**
+ * @return Google_Service_Document_GoogleTypeColor
+ */
+ public function getBackgroundColor()
+ {
+ return $this->backgroundColor;
+ }
+ /**
+ * @param Google_Service_Document_GoogleTypeColor
+ */
+ public function setColor(Google_Service_Document_GoogleTypeColor $color)
+ {
+ $this->color = $color;
+ }
+ /**
+ * @return Google_Service_Document_GoogleTypeColor
+ */
+ public function getColor()
+ {
+ return $this->color;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentStyleFontSize
+ */
+ public function setFontSize(Google_Service_Document_GoogleCloudDocumentaiV1DocumentStyleFontSize $fontSize)
+ {
+ $this->fontSize = $fontSize;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentStyleFontSize
+ */
+ public function getFontSize()
+ {
+ return $this->fontSize;
+ }
+ public function setFontWeight($fontWeight)
+ {
+ $this->fontWeight = $fontWeight;
+ }
+ public function getFontWeight()
+ {
+ return $this->fontWeight;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor
+ */
+ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor $textAnchor)
+ {
+ $this->textAnchor = $textAnchor;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor
+ */
+ public function getTextAnchor()
+ {
+ return $this->textAnchor;
+ }
+ public function setTextDecoration($textDecoration)
+ {
+ $this->textDecoration = $textDecoration;
+ }
+ public function getTextDecoration()
+ {
+ return $this->textDecoration;
+ }
+ public function setTextStyle($textStyle)
+ {
+ $this->textStyle = $textStyle;
+ }
+ public function getTextStyle()
+ {
+ return $this->textStyle;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentStyleFontSize.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentStyleFontSize.php
new file mode 100644
index 000000000000..ef97f4b0d96a
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentStyleFontSize.php
@@ -0,0 +1,39 @@
+size = $size;
+ }
+ public function getSize()
+ {
+ return $this->size;
+ }
+ public function setUnit($unit)
+ {
+ $this->unit = $unit;
+ }
+ public function getUnit()
+ {
+ return $this->unit;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextAnchor.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextAnchor.php
new file mode 100644
index 000000000000..921cc6bdbe1c
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextAnchor.php
@@ -0,0 +1,47 @@
+content = $content;
+ }
+ public function getContent()
+ {
+ return $this->content;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment[]
+ */
+ public function setTextSegments($textSegments)
+ {
+ $this->textSegments = $textSegments;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment[]
+ */
+ public function getTextSegments()
+ {
+ return $this->textSegments;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.php
new file mode 100644
index 000000000000..3be281255107
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment.php
@@ -0,0 +1,39 @@
+endIndex = $endIndex;
+ }
+ public function getEndIndex()
+ {
+ return $this->endIndex;
+ }
+ public function setStartIndex($startIndex)
+ {
+ $this->startIndex = $startIndex;
+ }
+ public function getStartIndex()
+ {
+ return $this->startIndex;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextChange.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextChange.php
new file mode 100644
index 000000000000..d3b4a5af6838
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1DocumentTextChange.php
@@ -0,0 +1,63 @@
+changedText = $changedText;
+ }
+ public function getChangedText()
+ {
+ return $this->changedText;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance[]
+ */
+ public function setProvenance($provenance)
+ {
+ $this->provenance = $provenance;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentProvenance[]
+ */
+ public function getProvenance()
+ {
+ return $this->provenance;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor
+ */
+ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor $textAnchor)
+ {
+ $this->textAnchor = $textAnchor;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1DocumentTextAnchor
+ */
+ public function getTextAnchor()
+ {
+ return $this->textAnchor;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsDocument.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsDocument.php
new file mode 100644
index 000000000000..563fdd00cb3f
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsDocument.php
@@ -0,0 +1,39 @@
+gcsUri = $gcsUri;
+ }
+ public function getGcsUri()
+ {
+ return $this->gcsUri;
+ }
+ public function setMimeType($mimeType)
+ {
+ $this->mimeType = $mimeType;
+ }
+ public function getMimeType()
+ {
+ return $this->mimeType;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Payments.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsDocuments.php
similarity index 53%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Payments.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsDocuments.php
index b09d2ffb0873..27bac1979c03 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Payments.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsDocuments.php
@@ -15,33 +15,24 @@
* the License.
*/
-class Google_Service_AdSense_Payments extends Google_Collection
+class Google_Service_Document_GoogleCloudDocumentaiV1GcsDocuments extends Google_Collection
{
- protected $collection_key = 'items';
- protected $itemsType = 'Google_Service_AdSense_Payment';
- protected $itemsDataType = 'array';
- public $kind;
+ protected $collection_key = 'documents';
+ protected $documentsType = 'Google_Service_Document_GoogleCloudDocumentaiV1GcsDocument';
+ protected $documentsDataType = 'array';
/**
- * @param Google_Service_AdSense_Payment[]
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1GcsDocument[]
*/
- public function setItems($items)
+ public function setDocuments($documents)
{
- $this->items = $items;
+ $this->documents = $documents;
}
/**
- * @return Google_Service_AdSense_Payment[]
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1GcsDocument[]
*/
- public function getItems()
+ public function getDocuments()
{
- return $this->items;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
+ return $this->documents;
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsPrefix.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsPrefix.php
new file mode 100644
index 000000000000..fe8370f06e82
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1GcsPrefix.php
@@ -0,0 +1,30 @@
+gcsUriPrefix = $gcsUriPrefix;
+ }
+ public function getGcsUriPrefix()
+ {
+ return $this->gcsUriPrefix;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1NormalizedVertex.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1NormalizedVertex.php
new file mode 100644
index 000000000000..84151b3cce02
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1NormalizedVertex.php
@@ -0,0 +1,39 @@
+x = $x;
+ }
+ public function getX()
+ {
+ return $this->x;
+ }
+ public function setY($y)
+ {
+ $this->y = $y;
+ }
+ public function getY()
+ {
+ return $this->y;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ProcessRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ProcessRequest.php
new file mode 100644
index 000000000000..aaa490dfb509
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ProcessRequest.php
@@ -0,0 +1,62 @@
+inlineDocument = $inlineDocument;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1Document
+ */
+ public function getInlineDocument()
+ {
+ return $this->inlineDocument;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1RawDocument
+ */
+ public function setRawDocument(Google_Service_Document_GoogleCloudDocumentaiV1RawDocument $rawDocument)
+ {
+ $this->rawDocument = $rawDocument;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1RawDocument
+ */
+ public function getRawDocument()
+ {
+ return $this->rawDocument;
+ }
+ public function setSkipHumanReview($skipHumanReview)
+ {
+ $this->skipHumanReview = $skipHumanReview;
+ }
+ public function getSkipHumanReview()
+ {
+ return $this->skipHumanReview;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ProcessResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ProcessResponse.php
new file mode 100644
index 000000000000..55941930adee
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ProcessResponse.php
@@ -0,0 +1,53 @@
+document = $document;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1Document
+ */
+ public function getDocument()
+ {
+ return $this->document;
+ }
+ /**
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1HumanReviewStatus
+ */
+ public function setHumanReviewStatus(Google_Service_Document_GoogleCloudDocumentaiV1HumanReviewStatus $humanReviewStatus)
+ {
+ $this->humanReviewStatus = $humanReviewStatus;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1HumanReviewStatus
+ */
+ public function getHumanReviewStatus()
+ {
+ return $this->humanReviewStatus;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1RawDocument.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1RawDocument.php
new file mode 100644
index 000000000000..dccb0f535f1e
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1RawDocument.php
@@ -0,0 +1,39 @@
+content = $content;
+ }
+ public function getContent()
+ {
+ return $this->content;
+ }
+ public function setMimeType($mimeType)
+ {
+ $this->mimeType = $mimeType;
+ }
+ public function getMimeType()
+ {
+ return $this->mimeType;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentRequest.php
new file mode 100644
index 000000000000..7ce6d004a0b8
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1ReviewDocumentRequest.php
@@ -0,0 +1,37 @@
+inlineDocument = $inlineDocument;
+ }
+ /**
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1Document
+ */
+ public function getInlineDocument()
+ {
+ return $this->inlineDocument;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1Vertex.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1Vertex.php
new file mode 100644
index 000000000000..fd6ed30aca26
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleCloudDocumentaiV1Vertex.php
@@ -0,0 +1,39 @@
+x = $x;
+ }
+ public function getX()
+ {
+ return $this->x;
+ }
+ public function setY($y)
+ {
+ $this->y = $y;
+ }
+ public function getY()
+ {
+ return $this->y;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningCancelOperationRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningCancelOperationRequest.php
new file mode 100644
index 000000000000..5f45207f77b1
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/GoogleLongrunningCancelOperationRequest.php
@@ -0,0 +1,20 @@
+nextPageToken = $nextPageToken;
+ }
+ public function getNextPageToken()
+ {
+ return $this->nextPageToken;
+ }
+ /**
+ * @param Google_Service_Document_GoogleLongrunningOperation[]
+ */
+ public function setOperations($operations)
+ {
+ $this->operations = $operations;
+ }
+ /**
+ * @return Google_Service_Document_GoogleLongrunningOperation[]
+ */
+ public function getOperations()
+ {
+ return $this->operations;
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Operations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Operations.php
new file mode 100644
index 000000000000..3e1340cceaab
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Operations.php
@@ -0,0 +1,91 @@
+
+ * $documentaiService = new Google_Service_Document(...);
+ * $operations = $documentaiService->operations;
+ *
+ */
+class Google_Service_Document_Resource_Operations extends Google_Service_Resource
+{
+ /**
+ * Starts asynchronous cancellation on a long-running operation. The server
+ * makes a best effort to cancel the operation, but success is not guaranteed.
+ * If the server doesn't support this method, it returns
+ * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or
+ * other methods to check whether the cancellation succeeded or whether the
+ * operation completed despite cancellation. On successful cancellation, the
+ * operation is not deleted; instead, it becomes an operation with an
+ * Operation.error value with a google.rpc.Status.code of 1, corresponding to
+ * `Code.CANCELLED`. (operations.cancel)
+ *
+ * @param string $name The name of the operation resource to be cancelled.
+ * @param Google_Service_Document_GoogleLongrunningCancelOperationRequest $postBody
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Document_GoogleProtobufEmpty
+ */
+ public function cancel($name, Google_Service_Document_GoogleLongrunningCancelOperationRequest $postBody, $optParams = array())
+ {
+ $params = array('name' => $name, 'postBody' => $postBody);
+ $params = array_merge($params, $optParams);
+ return $this->call('cancel', array($params), "Google_Service_Document_GoogleProtobufEmpty");
+ }
+ /**
+ * Deletes a long-running operation. This method indicates that the client is no
+ * longer interested in the operation result. It does not cancel the operation.
+ * If the server doesn't support this method, it returns
+ * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete)
+ *
+ * @param string $name The name of the operation resource to be deleted.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Document_GoogleProtobufEmpty
+ */
+ public function delete($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('delete', array($params), "Google_Service_Document_GoogleProtobufEmpty");
+ }
+ /**
+ * Lists operations that match the specified filter in the request. If the
+ * server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the
+ * `name` binding allows API services to override the binding to use different
+ * resource name schemes, such as `users/operations`. To override the binding,
+ * API services can add a binding such as `"/v1/{name=users}/operations"` to
+ * their service configuration. For backwards compatibility, the default name
+ * includes the operations collection id, however overriding users must ensure
+ * the name binding is the parent resource, without the operations collection
+ * id. (operations.listOperations)
+ *
+ * @param string $name The name of the operation's parent resource.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter The standard list filter.
+ * @opt_param int pageSize The standard list page size.
+ * @opt_param string pageToken The standard list page token.
+ * @return Google_Service_Document_GoogleLongrunningListOperationsResponse
+ */
+ public function listOperations($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Document_GoogleLongrunningListOperationsResponse");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocations.php
index a0fb0ffd48b7..fad8e4ad6a3d 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocations.php
@@ -50,7 +50,7 @@ public function get($name, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_Document_GoogleCloudLocationListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessors.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessors.php
index 98fff2212e2f..28ac86fe7940 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessors.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessors.php
@@ -34,11 +34,11 @@ class Google_Service_Document_Resource_ProjectsLocationsProcessors extends Googl
* projects/{project}/locations/{location}/processors/{processor}, or projects/{
* project}/locations/{location}/processors/{processor}/processorVersions/{proce
* ssorVersion}
- * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequest $postBody
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Document_GoogleLongrunningOperation
*/
- public function batchProcess($name, Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequest $postBody, $optParams = array())
+ public function batchProcess($name, Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessRequest $postBody, $optParams = array())
{
$params = array('name' => $name, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
@@ -53,14 +53,14 @@ public function batchProcess($name, Google_Service_Document_GoogleCloudDocumenta
* projects/{project}/locations/{location}/processors/{processor}, or projects/{
* project}/locations/{location}/processors/{processor}/processorVersions/{proce
* ssorVersion}
- * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessRequest $postBody
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1ProcessRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessResponse
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1ProcessResponse
*/
- public function process($name, Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessRequest $postBody, $optParams = array())
+ public function process($name, Google_Service_Document_GoogleCloudDocumentaiV1ProcessRequest $postBody, $optParams = array())
{
$params = array('name' => $name, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('process', array($params), "Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessResponse");
+ return $this->call('process', array($params), "Google_Service_Document_GoogleCloudDocumentaiV1ProcessResponse");
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsHumanReviewConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsHumanReviewConfig.php
index 688133622c94..3c19342cc738 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsHumanReviewConfig.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsHumanReviewConfig.php
@@ -31,11 +31,11 @@ class Google_Service_Document_Resource_ProjectsLocationsProcessorsHumanReviewCon
*
* @param string $humanReviewConfig Required. The resource name of the
* HumanReviewConfig that the document will be reviewed with.
- * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3ReviewDocumentRequest $postBody
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1ReviewDocumentRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Document_GoogleLongrunningOperation
*/
- public function reviewDocument($humanReviewConfig, Google_Service_Document_GoogleCloudDocumentaiV1beta3ReviewDocumentRequest $postBody, $optParams = array())
+ public function reviewDocument($humanReviewConfig, Google_Service_Document_GoogleCloudDocumentaiV1ReviewDocumentRequest $postBody, $optParams = array())
{
$params = array('humanReviewConfig' => $humanReviewConfig, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsProcessorVersions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsProcessorVersions.php
index 8cfb3f13b469..0b292689dfff 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsProcessorVersions.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsLocationsProcessorsProcessorVersions.php
@@ -34,11 +34,11 @@ class Google_Service_Document_Resource_ProjectsLocationsProcessorsProcessorVersi
* projects/{project}/locations/{location}/processors/{processor}, or projects/{
* project}/locations/{location}/processors/{processor}/processorVersions/{proce
* ssorVersion}
- * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequest $postBody
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessRequest $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Document_GoogleLongrunningOperation
*/
- public function batchProcess($name, Google_Service_Document_GoogleCloudDocumentaiV1beta3BatchProcessRequest $postBody, $optParams = array())
+ public function batchProcess($name, Google_Service_Document_GoogleCloudDocumentaiV1BatchProcessRequest $postBody, $optParams = array())
{
$params = array('name' => $name, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
@@ -53,14 +53,14 @@ public function batchProcess($name, Google_Service_Document_GoogleCloudDocumenta
* projects/{project}/locations/{location}/processors/{processor}, or projects/{
* project}/locations/{location}/processors/{processor}/processorVersions/{proce
* ssorVersion}
- * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessRequest $postBody
+ * @param Google_Service_Document_GoogleCloudDocumentaiV1ProcessRequest $postBody
* @param array $optParams Optional parameters.
- * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessResponse
+ * @return Google_Service_Document_GoogleCloudDocumentaiV1ProcessResponse
*/
- public function process($name, Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessRequest $postBody, $optParams = array())
+ public function process($name, Google_Service_Document_GoogleCloudDocumentaiV1ProcessRequest $postBody, $optParams = array())
{
$params = array('name' => $name, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
- return $this->call('process', array($params), "Google_Service_Document_GoogleCloudDocumentaiV1beta3ProcessResponse");
+ return $this->call('process', array($params), "Google_Service_Document_GoogleCloudDocumentaiV1ProcessResponse");
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataDimensions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsOperations.php
similarity index 50%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataDimensions.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsOperations.php
index c55a34569c0e..a45035730ee1 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataDimensions.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/ProjectsOperations.php
@@ -16,26 +16,28 @@
*/
/**
- * The "dimensions" collection of methods.
+ * The "operations" collection of methods.
* Typical usage is:
*
- * $adsenseService = new Google_Service_AdSense(...);
- * $dimensions = $adsenseService->dimensions;
+ * $documentaiService = new Google_Service_Document(...);
+ * $operations = $documentaiService->operations;
*
*/
-class Google_Service_AdSense_Resource_MetadataDimensions extends Google_Service_Resource
+class Google_Service_Document_Resource_ProjectsOperations extends Google_Service_Resource
{
/**
- * List the metadata for the dimensions available to this AdSense account.
- * (dimensions.listMetadataDimensions)
+ * Gets the latest state of a long-running operation. Clients can use this
+ * method to poll the operation result at intervals as recommended by the API
+ * service. (operations.get)
*
+ * @param string $name The name of the operation resource.
* @param array $optParams Optional parameters.
- * @return Google_Service_AdSense_Metadata
+ * @return Google_Service_Document_GoogleLongrunningOperation
*/
- public function listMetadataDimensions($optParams = array())
+ public function get($name, $optParams = array())
{
- $params = array();
+ $params = array('name' => $name);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_AdSense_Metadata");
+ return $this->call('get', array($params), "Google_Service_Document_GoogleLongrunningOperation");
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Metadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3.php
similarity index 73%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Metadata.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3.php
index 9ea6edab0c14..22814ea05fcd 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/Metadata.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3.php
@@ -16,13 +16,13 @@
*/
/**
- * The "metadata" collection of methods.
+ * The "uiv1beta3" collection of methods.
* Typical usage is:
*
- * $adsenseService = new Google_Service_AdSense(...);
- * $metadata = $adsenseService->metadata;
+ * $documentaiService = new Google_Service_Document(...);
+ * $uiv1beta3 = $documentaiService->uiv1beta3;
*
*/
-class Google_Service_AdSense_Resource_Metadata extends Google_Service_Resource
+class Google_Service_Document_Resource_Uiv1beta3 extends Google_Service_Resource
{
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3Projects.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3Projects.php
new file mode 100644
index 000000000000..d2d1077f1e93
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3Projects.php
@@ -0,0 +1,28 @@
+
+ * $documentaiService = new Google_Service_Document(...);
+ * $projects = $documentaiService->projects;
+ *
+ */
+class Google_Service_Document_Resource_Uiv1beta3Projects extends Google_Service_Resource
+{
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3ProjectsLocations.php
new file mode 100644
index 000000000000..ac1abb16eafb
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3ProjectsLocations.php
@@ -0,0 +1,64 @@
+
+ * $documentaiService = new Google_Service_Document(...);
+ * $locations = $documentaiService->locations;
+ *
+ */
+class Google_Service_Document_Resource_Uiv1beta3ProjectsLocations extends Google_Service_Resource
+{
+ /**
+ * Gets information about a location. (locations.get)
+ *
+ * @param string $name Resource name for the location.
+ * @param array $optParams Optional parameters.
+ * @return Google_Service_Document_GoogleCloudLocationLocation
+ */
+ public function get($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('get', array($params), "Google_Service_Document_GoogleCloudLocationLocation");
+ }
+ /**
+ * Lists information about the supported locations for this service.
+ * (locations.listUiv1beta3ProjectsLocations)
+ *
+ * @param string $name The resource that owns the locations collection, if
+ * applicable.
+ * @param array $optParams Optional parameters.
+ *
+ * @opt_param string filter A filter to narrow down results to a preferred
+ * subset. The filtering language accepts strings like "displayName=tokyo", and
+ * is documented in more detail in [AIP-160](https://google.aip.dev/160).
+ * @opt_param int pageSize The maximum number of results to return. If not set,
+ * the service selects a default.
+ * @opt_param string pageToken A page token received from the `next_page_token`
+ * field in the response. Send that page token to receive the subsequent page.
+ * @return Google_Service_Document_GoogleCloudLocationListLocationsResponse
+ */
+ public function listUiv1beta3ProjectsLocations($name, $optParams = array())
+ {
+ $params = array('name' => $name);
+ $params = array_merge($params, $optParams);
+ return $this->call('list', array($params), "Google_Service_Document_GoogleCloudLocationListLocationsResponse");
+ }
+}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataMetrics.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3ProjectsLocationsOperations.php
similarity index 50%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataMetrics.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3ProjectsLocationsOperations.php
index b13507f4d9e4..055f82dc39dc 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataMetrics.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/Resource/Uiv1beta3ProjectsLocationsOperations.php
@@ -16,26 +16,28 @@
*/
/**
- * The "metrics" collection of methods.
+ * The "operations" collection of methods.
* Typical usage is:
*
- * $adsenseService = new Google_Service_AdSense(...);
- * $metrics = $adsenseService->metrics;
+ * $documentaiService = new Google_Service_Document(...);
+ * $operations = $documentaiService->operations;
*
*/
-class Google_Service_AdSense_Resource_MetadataMetrics extends Google_Service_Resource
+class Google_Service_Document_Resource_Uiv1beta3ProjectsLocationsOperations extends Google_Service_Resource
{
/**
- * List the metadata for the metrics available to this AdSense account.
- * (metrics.listMetadataMetrics)
+ * Gets the latest state of a long-running operation. Clients can use this
+ * method to poll the operation result at intervals as recommended by the API
+ * service. (operations.get)
*
+ * @param string $name The name of the operation resource.
* @param array $optParams Optional parameters.
- * @return Google_Service_AdSense_Metadata
+ * @return Google_Service_Document_GoogleLongrunningOperation
*/
- public function listMetadataMetrics($optParams = array())
+ public function get($name, $optParams = array())
{
- $params = array();
+ $params = array('name' => $name);
$params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_AdSense_Metadata");
+ return $this->call('get', array($params), "Google_Service_Document_GoogleLongrunningOperation");
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DoubleClickBidManager.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DoubleClickBidManager.php
index b6fd1194ce45..80ee13be6102 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DoubleClickBidManager.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DoubleClickBidManager.php
@@ -35,10 +35,8 @@ class Google_Service_DoubleClickBidManager extends Google_Service
const DOUBLECLICKBIDMANAGER =
"https://www.googleapis.com/auth/doubleclickbidmanager";
- public $lineitems;
public $queries;
public $reports;
- public $sdf;
/**
* Constructs the internal representation of the DoubleClickBidManager
@@ -56,24 +54,6 @@ public function __construct(Google_Client $client, $rootUrl = null)
$this->version = 'v1.1';
$this->serviceName = 'doubleclickbidmanager';
- $this->lineitems = new Google_Service_DoubleClickBidManager_Resource_Lineitems(
- $this,
- $this->serviceName,
- 'lineitems',
- array(
- 'methods' => array(
- 'downloadlineitems' => array(
- 'path' => 'lineitems/downloadlineitems',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),'uploadlineitems' => array(
- 'path' => 'lineitems/uploadlineitems',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),
- )
- )
- );
$this->queries = new Google_Service_DoubleClickBidManager_Resource_Queries(
$this,
$this->serviceName,
@@ -168,19 +148,5 @@ public function __construct(Google_Client $client, $rootUrl = null)
)
)
);
- $this->sdf = new Google_Service_DoubleClickBidManager_Resource_Sdf(
- $this,
- $this->serviceName,
- 'sdf',
- array(
- 'methods' => array(
- 'download' => array(
- 'path' => 'sdf/download',
- 'httpMethod' => 'POST',
- 'parameters' => array(),
- ),
- )
- )
- );
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts.php
new file mode 100644
index 000000000000..df9a09c0c77a
--- /dev/null
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts.php
@@ -0,0 +1,372 @@
+
+
+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Essentialcontacts extends Google_Service +{ + /** See, edit, configure, and delete your Google Cloud Platform data. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $folders_contacts; + public $organizations_contacts; + public $projects_contacts; + + /** + * Constructs the internal representation of the Essentialcontacts 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://essentialcontacts.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'essentialcontacts'; + + $this->folders_contacts = new Google_Service_Essentialcontacts_Resource_FoldersContacts( + $this, + $this->serviceName, + 'contacts', + array( + 'methods' => array( + 'compute' => array( + 'path' => 'v1/{+parent}/contacts:compute', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'notificationCategories' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'create' => array( + 'path' => 'v1/{+parent}/contacts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/contacts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'sendTestMessage' => array( + 'path' => 'v1/{+resource}/contacts:sendTestMessage', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->organizations_contacts = new Google_Service_Essentialcontacts_Resource_OrganizationsContacts( + $this, + $this->serviceName, + 'contacts', + array( + 'methods' => array( + 'compute' => array( + 'path' => 'v1/{+parent}/contacts:compute', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'notificationCategories' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'create' => array( + 'path' => 'v1/{+parent}/contacts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/contacts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'sendTestMessage' => array( + 'path' => 'v1/{+resource}/contacts:sendTestMessage', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_contacts = new Google_Service_Essentialcontacts_Resource_ProjectsContacts( + $this, + $this->serviceName, + 'contacts', + array( + 'methods' => array( + 'compute' => array( + 'path' => 'v1/{+parent}/contacts:compute', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'notificationCategories' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'create' => array( + 'path' => 'v1/{+parent}/contacts', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/contacts', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'sendTestMessage' => array( + 'path' => 'v1/{+resource}/contacts:sendTestMessage', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1ComputeContactsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1ComputeContactsResponse.php new file mode 100644 index 000000000000..6ecf5e9721d7 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1ComputeContactsResponse.php @@ -0,0 +1,47 @@ +contacts = $contacts; + } + /** + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact[] + */ + public function getContacts() + { + return $this->contacts; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1Contact.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1Contact.php new file mode 100644 index 000000000000..d5e66f1cf840 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1Contact.php @@ -0,0 +1,76 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setLanguageTag($languageTag) + { + $this->languageTag = $languageTag; + } + public function getLanguageTag() + { + return $this->languageTag; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNotificationCategorySubscriptions($notificationCategorySubscriptions) + { + $this->notificationCategorySubscriptions = $notificationCategorySubscriptions; + } + public function getNotificationCategorySubscriptions() + { + return $this->notificationCategorySubscriptions; + } + public function setValidateTime($validateTime) + { + $this->validateTime = $validateTime; + } + public function getValidateTime() + { + return $this->validateTime; + } + public function setValidationState($validationState) + { + $this->validationState = $validationState; + } + public function getValidationState() + { + return $this->validationState; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1ListContactsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1ListContactsResponse.php new file mode 100644 index 000000000000..041b0f261123 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1ListContactsResponse.php @@ -0,0 +1,47 @@ +contacts = $contacts; + } + /** + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact[] + */ + public function getContacts() + { + return $this->contacts; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1SendTestMessageRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1SendTestMessageRequest.php new file mode 100644 index 000000000000..0f6583692222 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleCloudEssentialcontactsV1SendTestMessageRequest.php @@ -0,0 +1,40 @@ +contacts = $contacts; + } + public function getContacts() + { + return $this->contacts; + } + public function setNotificationCategory($notificationCategory) + { + $this->notificationCategory = $notificationCategory; + } + public function getNotificationCategory() + { + return $this->notificationCategory; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleProtobufEmpty.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleProtobufEmpty.php new file mode 100644 index 000000000000..980d8452d1d5 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/GoogleProtobufEmpty.php @@ -0,0 +1,20 @@ + + * $essentialcontactsService = new Google_Service_Essentialcontacts(...); + * $folders = $essentialcontactsService->folders; + * + */ +class Google_Service_Essentialcontacts_Resource_Folders extends Google_Service_Resource +{ +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/FoldersContacts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/FoldersContacts.php new file mode 100644 index 000000000000..9d493354d698 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/FoldersContacts.php @@ -0,0 +1,167 @@ + + * $essentialcontactsService = new Google_Service_Essentialcontacts(...); + * $contacts = $essentialcontactsService->contacts; + * + */ +class Google_Service_Essentialcontacts_Resource_FoldersContacts extends Google_Service_Resource +{ + /** + * Lists all contacts for the resource that are subscribed to the specified + * notification categories, including contacts inherited from any parent + * resources. (contacts.compute) + * + * @param string $parent Required. The name of the resource to compute contacts + * for. Format: organizations/{organization_id}, folders/{folder_id} or + * projects/{project_id} + * @param array $optParams Optional parameters. + * + * @opt_param string notificationCategories The categories of notifications to + * compute contacts for. If ALL is included in this list, contacts subscribed to + * any notification category will be returned. + * @opt_param int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * `next_page_token` in the response indicates that more results might be + * available. If not specified, the default page_size is 100. + * @opt_param string pageToken Optional. If present, retrieves the next batch of + * results from the preceding call to this method. `page_token` must be the + * value of `next_page_token` from the previous response. The values of other + * method parameters should be identical to those in the previous call. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ComputeContactsResponse + */ + public function compute($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('compute', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ComputeContactsResponse"); + } + /** + * Adds a new contact for a resource. (contacts.create) + * + * @param string $parent Required. The resource to save this contact for. + * Format: organizations/{organization_id}, folders/{folder_id} or + * projects/{project_id} + * @param Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact + */ + public function create($parent, Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact"); + } + /** + * Deletes a contact. (contacts.delete) + * + * @param string $name Required. The name of the contact to delete. Format: + * organizations/{organization_id}/contacts/{contact_id}, + * folders/{folder_id}/contacts/{contact_id} or + * projects/{project_id}/contacts/{contact_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Essentialcontacts_GoogleProtobufEmpty"); + } + /** + * Gets a single contact. (contacts.get) + * + * @param string $name Required. The name of the contact to retrieve. Format: + * organizations/{organization_id}/contacts/{contact_id}, + * folders/{folder_id}/contacts/{contact_id} or + * projects/{project_id}/contacts/{contact_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact"); + } + /** + * Lists the contacts that have been set on a resource. + * (contacts.listFoldersContacts) + * + * @param string $parent Required. The parent resource name. Format: + * organizations/{organization_id}, folders/{folder_id} or projects/{project_id} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * `next_page_token` in the response indicates that more results might be + * available. If not specified, the default page_size is 100. + * @opt_param string pageToken Optional. If present, retrieves the next batch of + * results from the preceding call to this method. `page_token` must be the + * value of `next_page_token` from the previous response. The values of other + * method parameters should be identical to those in the previous call. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ListContactsResponse + */ + public function listFoldersContacts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ListContactsResponse"); + } + /** + * Updates a contact. Note: A contact's email address cannot be changed. + * (contacts.patch) + * + * @param string $name The identifier for the contact. Format: + * {resource_type}/{resource_id}/contacts/{contact_id} + * @param Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Optional. The update mask applied to the + * resource. For the `FieldMask` definition, see https://developers.google.com + * /protocol-buffers/docs/reference/google.protobuf#fieldmask + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact + */ + public function patch($name, Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact"); + } + /** + * Allows a contact admin to send a test message to contact to verify that it + * has been configured correctly. (contacts.sendTestMessage) + * + * @param string $resource Required. The name of the resource to send the test + * message for. All contacts must either be set directly on this resource or + * inherited from another resource that is an ancestor of this one. Format: + * organizations/{organization_id}, folders/{folder_id} or projects/{project_id} + * @param Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1SendTestMessageRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleProtobufEmpty + */ + public function sendTestMessage($resource, Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1SendTestMessageRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sendTestMessage', array($params), "Google_Service_Essentialcontacts_GoogleProtobufEmpty"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Organizations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Organizations.php new file mode 100644 index 000000000000..9daf0d78a0bc --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Organizations.php @@ -0,0 +1,28 @@ + + * $essentialcontactsService = new Google_Service_Essentialcontacts(...); + * $organizations = $essentialcontactsService->organizations; + * + */ +class Google_Service_Essentialcontacts_Resource_Organizations extends Google_Service_Resource +{ +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/OrganizationsContacts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/OrganizationsContacts.php new file mode 100644 index 000000000000..40f35718841d --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/OrganizationsContacts.php @@ -0,0 +1,167 @@ + + * $essentialcontactsService = new Google_Service_Essentialcontacts(...); + * $contacts = $essentialcontactsService->contacts; + * + */ +class Google_Service_Essentialcontacts_Resource_OrganizationsContacts extends Google_Service_Resource +{ + /** + * Lists all contacts for the resource that are subscribed to the specified + * notification categories, including contacts inherited from any parent + * resources. (contacts.compute) + * + * @param string $parent Required. The name of the resource to compute contacts + * for. Format: organizations/{organization_id}, folders/{folder_id} or + * projects/{project_id} + * @param array $optParams Optional parameters. + * + * @opt_param string notificationCategories The categories of notifications to + * compute contacts for. If ALL is included in this list, contacts subscribed to + * any notification category will be returned. + * @opt_param int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * `next_page_token` in the response indicates that more results might be + * available. If not specified, the default page_size is 100. + * @opt_param string pageToken Optional. If present, retrieves the next batch of + * results from the preceding call to this method. `page_token` must be the + * value of `next_page_token` from the previous response. The values of other + * method parameters should be identical to those in the previous call. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ComputeContactsResponse + */ + public function compute($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('compute', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ComputeContactsResponse"); + } + /** + * Adds a new contact for a resource. (contacts.create) + * + * @param string $parent Required. The resource to save this contact for. + * Format: organizations/{organization_id}, folders/{folder_id} or + * projects/{project_id} + * @param Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact + */ + public function create($parent, Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact"); + } + /** + * Deletes a contact. (contacts.delete) + * + * @param string $name Required. The name of the contact to delete. Format: + * organizations/{organization_id}/contacts/{contact_id}, + * folders/{folder_id}/contacts/{contact_id} or + * projects/{project_id}/contacts/{contact_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Essentialcontacts_GoogleProtobufEmpty"); + } + /** + * Gets a single contact. (contacts.get) + * + * @param string $name Required. The name of the contact to retrieve. Format: + * organizations/{organization_id}/contacts/{contact_id}, + * folders/{folder_id}/contacts/{contact_id} or + * projects/{project_id}/contacts/{contact_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact"); + } + /** + * Lists the contacts that have been set on a resource. + * (contacts.listOrganizationsContacts) + * + * @param string $parent Required. The parent resource name. Format: + * organizations/{organization_id}, folders/{folder_id} or projects/{project_id} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * `next_page_token` in the response indicates that more results might be + * available. If not specified, the default page_size is 100. + * @opt_param string pageToken Optional. If present, retrieves the next batch of + * results from the preceding call to this method. `page_token` must be the + * value of `next_page_token` from the previous response. The values of other + * method parameters should be identical to those in the previous call. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ListContactsResponse + */ + public function listOrganizationsContacts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ListContactsResponse"); + } + /** + * Updates a contact. Note: A contact's email address cannot be changed. + * (contacts.patch) + * + * @param string $name The identifier for the contact. Format: + * {resource_type}/{resource_id}/contacts/{contact_id} + * @param Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Optional. The update mask applied to the + * resource. For the `FieldMask` definition, see https://developers.google.com + * /protocol-buffers/docs/reference/google.protobuf#fieldmask + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact + */ + public function patch($name, Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact"); + } + /** + * Allows a contact admin to send a test message to contact to verify that it + * has been configured correctly. (contacts.sendTestMessage) + * + * @param string $resource Required. The name of the resource to send the test + * message for. All contacts must either be set directly on this resource or + * inherited from another resource that is an ancestor of this one. Format: + * organizations/{organization_id}, folders/{folder_id} or projects/{project_id} + * @param Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1SendTestMessageRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleProtobufEmpty + */ + public function sendTestMessage($resource, Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1SendTestMessageRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sendTestMessage', array($params), "Google_Service_Essentialcontacts_GoogleProtobufEmpty"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Projects.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Projects.php new file mode 100644 index 000000000000..282cae7c9398 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $essentialcontactsService = new Google_Service_Essentialcontacts(...); + * $projects = $essentialcontactsService->projects; + * + */ +class Google_Service_Essentialcontacts_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/ProjectsContacts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/ProjectsContacts.php new file mode 100644 index 000000000000..34dd83c8d968 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Essentialcontacts/Resource/ProjectsContacts.php @@ -0,0 +1,167 @@ + + * $essentialcontactsService = new Google_Service_Essentialcontacts(...); + * $contacts = $essentialcontactsService->contacts; + * + */ +class Google_Service_Essentialcontacts_Resource_ProjectsContacts extends Google_Service_Resource +{ + /** + * Lists all contacts for the resource that are subscribed to the specified + * notification categories, including contacts inherited from any parent + * resources. (contacts.compute) + * + * @param string $parent Required. The name of the resource to compute contacts + * for. Format: organizations/{organization_id}, folders/{folder_id} or + * projects/{project_id} + * @param array $optParams Optional parameters. + * + * @opt_param string notificationCategories The categories of notifications to + * compute contacts for. If ALL is included in this list, contacts subscribed to + * any notification category will be returned. + * @opt_param int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * `next_page_token` in the response indicates that more results might be + * available. If not specified, the default page_size is 100. + * @opt_param string pageToken Optional. If present, retrieves the next batch of + * results from the preceding call to this method. `page_token` must be the + * value of `next_page_token` from the previous response. The values of other + * method parameters should be identical to those in the previous call. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ComputeContactsResponse + */ + public function compute($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('compute', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ComputeContactsResponse"); + } + /** + * Adds a new contact for a resource. (contacts.create) + * + * @param string $parent Required. The resource to save this contact for. + * Format: organizations/{organization_id}, folders/{folder_id} or + * projects/{project_id} + * @param Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact + */ + public function create($parent, Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact"); + } + /** + * Deletes a contact. (contacts.delete) + * + * @param string $name Required. The name of the contact to delete. Format: + * organizations/{organization_id}/contacts/{contact_id}, + * folders/{folder_id}/contacts/{contact_id} or + * projects/{project_id}/contacts/{contact_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleProtobufEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Essentialcontacts_GoogleProtobufEmpty"); + } + /** + * Gets a single contact. (contacts.get) + * + * @param string $name Required. The name of the contact to retrieve. Format: + * organizations/{organization_id}/contacts/{contact_id}, + * folders/{folder_id}/contacts/{contact_id} or + * projects/{project_id}/contacts/{contact_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact"); + } + /** + * Lists the contacts that have been set on a resource. + * (contacts.listProjectsContacts) + * + * @param string $parent Required. The parent resource name. Format: + * organizations/{organization_id}, folders/{folder_id} or projects/{project_id} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. The presence of + * `next_page_token` in the response indicates that more results might be + * available. If not specified, the default page_size is 100. + * @opt_param string pageToken Optional. If present, retrieves the next batch of + * results from the preceding call to this method. `page_token` must be the + * value of `next_page_token` from the previous response. The values of other + * method parameters should be identical to those in the previous call. + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ListContactsResponse + */ + public function listProjectsContacts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1ListContactsResponse"); + } + /** + * Updates a contact. Note: A contact's email address cannot be changed. + * (contacts.patch) + * + * @param string $name The identifier for the contact. Format: + * {resource_type}/{resource_id}/contacts/{contact_id} + * @param Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Optional. The update mask applied to the + * resource. For the `FieldMask` definition, see https://developers.google.com + * /protocol-buffers/docs/reference/google.protobuf#fieldmask + * @return Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact + */ + public function patch($name, Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1Contact"); + } + /** + * Allows a contact admin to send a test message to contact to verify that it + * has been configured correctly. (contacts.sendTestMessage) + * + * @param string $resource Required. The name of the resource to send the test + * message for. All contacts must either be set directly on this resource or + * inherited from another resource that is an ancestor of this one. Format: + * organizations/{organization_id}, folders/{folder_id} or projects/{project_id} + * @param Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1SendTestMessageRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Essentialcontacts_GoogleProtobufEmpty + */ + public function sendTestMessage($resource, Google_Service_Essentialcontacts_GoogleCloudEssentialcontactsV1SendTestMessageRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sendTestMessage', array($params), "Google_Service_Essentialcontacts_GoogleProtobufEmpty"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Eventarc/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Eventarc/Resource/ProjectsLocations.php index 6caa4c27421b..4be4ea23dbf9 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Eventarc/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Eventarc/Resource/ProjectsLocations.php @@ -50,7 +50,7 @@ public function get($name, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Eventarc_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FactCheckTools.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FactCheckTools.php index b9fe1fb6f07c..c262f64b10ca 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FactCheckTools.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FactCheckTools.php @@ -30,7 +30,7 @@ */ class Google_Service_FactCheckTools extends Google_Service { - /** View your email address. */ + /** See your primary Google Account email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseML.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseML.php index 2a16cdc0a81e..52f194a6bea4 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseML.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseML.php @@ -30,7 +30,7 @@ */ class Google_Service_FirebaseML extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseManagement.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseManagement.php index 4e28cd48191f..d7fc6723d419 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseManagement.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseManagement.php @@ -32,7 +32,7 @@ */ class Google_Service_FirebaseManagement extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase.php index cf4354ce2c55..ec086ef4fff3 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FirebaseRealtimeDatabase.php @@ -31,7 +31,7 @@ */ class Google_Service_FirebaseRealtimeDatabase extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firebasestorage.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firebasestorage.php index 1686393b782c..a275e8b94517 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firebasestorage.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firebasestorage.php @@ -31,7 +31,7 @@ */ class Google_Service_Firebasestorage extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and administer all your Firebase data and settings. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore.php index 634e62155b8a..1c674bcbc286 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore.php @@ -31,7 +31,7 @@ */ class Google_Service_Firestore extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage your Google Cloud Datastore data. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabases.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabases.php index 66b01095f69d..5b55d9b97c0b 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabases.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabases.php @@ -32,7 +32,9 @@ class Google_Service_Firestore_Resource_ProjectsDatabases extends Google_Service * background and its progress can be monitored and managed via the Operation * resource that is created. The output of an export may only be used once the * associated operation is done. If an export operation is cancelled before - * completion it may leave partial data behind in Google Cloud Storage. + * completion it may leave partial data behind in Google Cloud Storage. For more + * details on export behavior and output format, refer to: + * https://cloud.google.com/firestore/docs/manage-data/export-import * (databases.exportDocuments) * * @param string $name Required. Database to export. Should be of the form: diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsLocations.php index 60545daaff17..64af7f5242d8 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsLocations.php @@ -46,9 +46,13 @@ public function get($name, $optParams = array()) * applicable. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. - * @opt_param int pageSize The standard list page size. - * @opt_param string pageToken The standard list page token. + * @opt_param string filter A filter to narrow down results to a preferred + * subset. The filtering language accepts strings like "displayName=tokyo", and + * is documented in more detail in [AIP-160](https://google.aip.dev/160). + * @opt_param int pageSize The maximum number of results to return. If not set, + * the service selects a default. + * @opt_param string pageToken A page token received from the `next_page_token` + * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Firestore_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub.php index 6c34a1caff9d..e123297648cb 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub.php @@ -114,6 +114,10 @@ public function __construct(Google_Client $client, $rootUrl = null) 'location' => 'query', 'type' => 'string', ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'delete' => array( 'path' => 'v1/{+name}', @@ -124,6 +128,10 @@ public function __construct(Google_Client $client, $rootUrl = null) 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'generateConnectManifest' => array( 'path' => 'v1/{+name}:generateConnectManifest', @@ -218,6 +226,10 @@ public function __construct(Google_Client $client, $rootUrl = null) 'type' => 'string', 'required' => true, ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocations.php index 6f2d921d1453..42b970c27190 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocations.php @@ -50,7 +50,7 @@ public function get($name, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_GKEHub_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocationsMemberships.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocationsMemberships.php index c958c8a160d8..d958616ce464 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocationsMemberships.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GKEHub/Resource/ProjectsLocationsMemberships.php @@ -39,6 +39,17 @@ class Google_Service_GKEHub_Resource_ProjectsLocationsMemberships extends Google * or `-` 3. It must start and end with an alphanumeric character Which can be * expressed as the regex: `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum * length of 63 characters. + * @opt_param string requestId Optional. A request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. The + * server will guarantee that for at least 60 minutes after the first request. + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. The request ID must be a + * valid UUID with the exception that zero UUID is not supported + * (00000000-0000-0000-0000-000000000000). * @return Google_Service_GKEHub_Operation */ public function create($parent, Google_Service_GKEHub_Membership $postBody, $optParams = array()) @@ -53,6 +64,18 @@ public function create($parent, Google_Service_GKEHub_Membership $postBody, $opt * @param string $name Required. The Membership resource name in the format * `projects/locations/memberships`. * @param array $optParams Optional parameters. + * + * @opt_param string requestId Optional. A request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. The + * server will guarantee that for at least 60 minutes after the first request. + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. The request ID must be a + * valid UUID with the exception that zero UUID is not supported + * (00000000-0000-0000-0000-000000000000). * @return Google_Service_GKEHub_Operation */ public function delete($name, $optParams = array()) @@ -173,6 +196,17 @@ public function listProjectsLocationsMemberships($parent, $optParams = array()) * @param Google_Service_GKEHub_Membership $postBody * @param array $optParams Optional parameters. * + * @opt_param string requestId Optional. A request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. The + * server will guarantee that for at least 60 minutes after the first request. + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. The request ID must be a + * valid UUID with the exception that zero UUID is not supported + * (00000000-0000-0000-0000-000000000000). * @opt_param string updateMask Required. Mask of fields to update. * @return Google_Service_GKEHub_Operation */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocations.php index c91823a052c5..a748b364b901 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GameServices/Resource/ProjectsLocations.php @@ -52,7 +52,7 @@ public function get($name, $optParams = array()) * @opt_param bool includeUnrevealedLocations If true, the returned list will * include locations which are not yet revealed. * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_GameServices_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Games.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Games.php index a62465b4217c..02f18d505b36 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Games.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Games.php @@ -48,7 +48,6 @@ class Google_Service_Games extends Google_Service public $revisions; public $scores; public $snapshots; - public $snapshotsExtended; public $stats; /** @@ -639,26 +638,6 @@ public function __construct(Google_Client $client, $rootUrl = null) ) ) ); - $this->snapshotsExtended = new Google_Service_Games_Resource_SnapshotsExtended( - $this, - $this->serviceName, - 'snapshotsExtended', - array( - 'methods' => array( - 'resolveSnapshotHead' => array( - 'path' => 'games/v1/snapshotsExtended/{snapshotName}:resolveHead', - 'httpMethod' => 'POST', - 'parameters' => array( - 'snapshotName' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); $this->stats = new Google_Service_Games_Resource_Stats( $this, $this->serviceName, diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Genomics.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Genomics.php index 051c06c610a7..c4858536f5fa 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Genomics.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Genomics.php @@ -30,7 +30,7 @@ */ class Google_Service_Genomics extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage Genomics data. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin.php index 05b7392fa1aa..08dc69c3a1b1 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin.php @@ -379,17 +379,7 @@ public function __construct(Google_Client $client, $rootUrl = null) 'androidAppDataStreams', array( 'methods' => array( - 'create' => array( - 'path' => 'v1alpha/{+parent}/androidAppDataStreams', - 'httpMethod' => 'POST', - 'parameters' => array( - 'parent' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( + 'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( @@ -575,17 +565,7 @@ public function __construct(Google_Client $client, $rootUrl = null) 'iosAppDataStreams', array( 'methods' => array( - 'create' => array( - 'path' => 'v1alpha/{+parent}/iosAppDataStreams', - 'httpMethod' => 'POST', - 'parameters' => array( - 'parent' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( + 'delete' => array( 'path' => 'v1alpha/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProperty.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProperty.php index 416b2038ea8c..221e32e1e59a 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProperty.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/GoogleAnalyticsAdminV1alphaProperty.php @@ -19,8 +19,9 @@ class Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty ex { public $createTime; public $currencyCode; - public $deleted; + public $deleteTime; public $displayName; + public $expireTime; public $industryCategory; public $name; public $parent; @@ -43,13 +44,13 @@ public function getCurrencyCode() { return $this->currencyCode; } - public function setDeleted($deleted) + public function setDeleteTime($deleteTime) { - $this->deleted = $deleted; + $this->deleteTime = $deleteTime; } - public function getDeleted() + public function getDeleteTime() { - return $this->deleted; + return $this->deleteTime; } public function setDisplayName($displayName) { @@ -59,6 +60,14 @@ public function getDisplayName() { return $this->displayName; } + public function setExpireTime($expireTime) + { + $this->expireTime = $expireTime; + } + public function getExpireTime() + { + return $this->expireTime; + } public function setIndustryCategory($industryCategory) { $this->industryCategory = $industryCategory; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/Properties.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/Properties.php index 131f097b852f..15ccbb1b964f 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/Properties.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/Properties.php @@ -51,13 +51,13 @@ public function create(Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV * @param string $name Required. The name of the Property to soft-delete. * Format: properties/{property_id} Example: "properties/1000" * @param array $optParams Optional parameters. - * @return Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty + * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty */ public function delete($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); - return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleProtobufEmpty"); + return $this->call('delete', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaProperty"); } /** * Lookup for a single "GA4" Property. (properties.get) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreams.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreams.php index d4892426fc9b..1e0580038027 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreams.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesAndroidAppDataStreams.php @@ -25,26 +25,6 @@ */ class Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesAndroidAppDataStreams extends Google_Service_Resource { - /** - * Creates an Android app stream with the specified location and attributes. - * Note that an Android app stream must be linked to a Firebase app to receive - * traffic. To create a working app stream, make sure your property is linked to - * a Firebase project. Then, use the Firebase API to create a Firebase app, - * which will also create an appropriate data stream in Analytics (may take up - * to 24 hours). (androidAppDataStreams.create) - * - * @param string $parent Required. The parent resource where this android app - * data stream will be created. Format: properties/123 - * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream - */ - public function create($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream $postBody, $optParams = array()) - { - $params = array('parent' => $parent, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaAndroidAppDataStream"); - } /** * Deletes an android app stream on a property. (androidAppDataStreams.delete) * diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreams.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreams.php index 8551c2d361b0..970cba9a5293 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreams.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/GoogleAnalyticsAdmin/Resource/PropertiesIosAppDataStreams.php @@ -25,26 +25,6 @@ */ class Google_Service_GoogleAnalyticsAdmin_Resource_PropertiesIosAppDataStreams extends Google_Service_Resource { - /** - * Creates an iOS app stream with the specified location and attributes. Note - * that an iOS app stream must be linked to a Firebase app to receive traffic. - * To create a working app stream, make sure your property is linked to a - * Firebase project. Then, use the Firebase API to create a Firebase app, which - * will also create an appropriate data stream in Analytics (may take up to 24 - * hours). (iosAppDataStreams.create) - * - * @param string $parent Required. The parent resource where this ios app data - * stream will be created. Format: properties/123 - * @param Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream - */ - public function create($parent, Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream $postBody, $optParams = array()) - { - $params = array('parent' => $parent, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_GoogleAnalyticsAdmin_GoogleAnalyticsAdminV1alphaIosAppDataStream"); - } /** * Deletes an iOS app stream on a property. (iosAppDataStreams.delete) * diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HangoutsChat.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HangoutsChat.php index 57a2e05849ef..74e9ac9c1cb2 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HangoutsChat.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HangoutsChat.php @@ -19,7 +19,9 @@ * Service definition for HangoutsChat (v1). * *- * Enables bots to fetch information and perform actions in Google Chat.
+ * Enables bots to fetch information and perform actions in Google Chat. + * Authentication using a service account is a prerequisite for using the Google + * Chat REST API. * ** For more information about this service, see the API diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService.php index 0bd7ed53cd5e..390ff44d5828 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService.php @@ -90,10 +90,6 @@ public function __construct(Google_Client $client, $rootUrl = null) 'path' => 'v1/devices:reportStateAndNotification', 'httpMethod' => 'POST', 'parameters' => array(), - ),'requestLink' => array( - 'path' => 'v1/devices:requestLink', - 'httpMethod' => 'POST', - 'parameters' => array(), ),'requestSync' => array( 'path' => 'v1/devices:requestSync', 'httpMethod' => 'POST', diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService/Device.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService/Device.php index e0df56321e05..3ec10a213152 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService/Device.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService/Device.php @@ -25,8 +25,6 @@ class Google_Service_HomeGraphService_Device extends Google_Collection public $id; protected $nameType = 'Google_Service_HomeGraphService_DeviceNames'; protected $nameDataType = ''; - protected $nonLocalTraitsType = 'Google_Service_HomeGraphService_NonLocalTrait'; - protected $nonLocalTraitsDataType = 'array'; public $notificationSupportedByAgent; protected $otherDeviceIdsType = 'Google_Service_HomeGraphService_AgentOtherDeviceId'; protected $otherDeviceIdsDataType = 'array'; @@ -88,20 +86,6 @@ public function getName() { return $this->name; } - /** - * @param Google_Service_HomeGraphService_NonLocalTrait[] - */ - public function setNonLocalTraits($nonLocalTraits) - { - $this->nonLocalTraits = $nonLocalTraits; - } - /** - * @return Google_Service_HomeGraphService_NonLocalTrait[] - */ - public function getNonLocalTraits() - { - return $this->nonLocalTraits; - } public function setNotificationSupportedByAgent($notificationSupportedByAgent) { $this->notificationSupportedByAgent = $notificationSupportedByAgent; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.php index 37470e8918bb..fd55c11799e2 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.php @@ -66,22 +66,6 @@ public function reportStateAndNotification(Google_Service_HomeGraphService_Repor $params = array_merge($params, $optParams); return $this->call('reportStateAndNotification', array($params), "Google_Service_HomeGraphService_ReportStateAndNotificationResponse"); } - /** - * Sends an account linking suggestion to users associated with any potential - * Cast devices detected by third-party devices. This request must be authorized - * using service account credentials from your Actions console project. - * (devices.requestLink) - * - * @param Google_Service_HomeGraphService_RequestLinkRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_HomeGraphService_HomegraphEmpty - */ - public function requestLink(Google_Service_HomeGraphService_RequestLinkRequest $postBody, $optParams = array()) - { - $params = array('postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('requestLink', array($params), "Google_Service_HomeGraphService_HomegraphEmpty"); - } /** * Requests Google to send an `action.devices.SYNC` [intent](https://developers. * google.com/assistant/smarthome/reference/intent/sync) to your smart home diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/IAMCredentials.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/IAMCredentials.php index f754d2728213..6659795b0fc3 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/IAMCredentials.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/IAMCredentials.php @@ -31,7 +31,7 @@ */ class Google_Service_IAMCredentials extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Iam.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Iam.php index 35a9eca58d7b..c0ad4f68217c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Iam.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Iam.php @@ -32,7 +32,7 @@ */ class Google_Service_Iam extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Libraryagent.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Libraryagent.php index 97c36ff5f64a..7a9e441497a4 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Libraryagent.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Libraryagent.php @@ -30,7 +30,7 @@ */ class Google_Service_Libraryagent extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1AccountReport.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1AccountReport.php index 03ebbb0205ff..b171f4393b4f 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1AccountReport.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Localservices/GoogleAdsHomeservicesLocalservicesV1AccountReport.php @@ -28,6 +28,7 @@ class Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1AccountRe public $currentPeriodConnectedPhoneCalls; public $currentPeriodPhoneCalls; public $currentPeriodTotalCost; + public $impressionsLastTwoDays; public $phoneLeadResponsiveness; public $previousPeriodChargedLeads; public $previousPeriodConnectedPhoneCalls; @@ -121,6 +122,14 @@ public function getCurrentPeriodTotalCost() { return $this->currentPeriodTotalCost; } + public function setImpressionsLastTwoDays($impressionsLastTwoDays) + { + $this->impressionsLastTwoDays = $impressionsLastTwoDays; + } + public function getImpressionsLastTwoDays() + { + return $this->impressionsLastTwoDays; + } public function setPhoneLeadResponsiveness($phoneLeadResponsiveness) { $this->phoneLeadResponsiveness = $phoneLeadResponsiveness; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging.php index 88918ade2dca..916fdc05ef1a 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging.php @@ -33,7 +33,7 @@ */ class Google_Service_Logging extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/LogBucket.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/LogBucket.php index da653786b813..46c4fc80718e 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/LogBucket.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/LogBucket.php @@ -15,13 +15,15 @@ * the License. */ -class Google_Service_Logging_LogBucket extends Google_Model +class Google_Service_Logging_LogBucket extends Google_Collection { + protected $collection_key = 'restrictedFields'; public $createTime; public $description; public $lifecycleState; public $locked; public $name; + public $restrictedFields; public $retentionDays; public $updateTime; @@ -65,6 +67,14 @@ public function getName() { return $this->name; } + public function setRestrictedFields($restrictedFields) + { + $this->restrictedFields = $restrictedFields; + } + public function getRestrictedFields() + { + return $this->restrictedFields; + } public function setRetentionDays($retentionDays) { $this->retentionDays = $retentionDays; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLocations.php index 24cf9985be7f..1c1961641ba8 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLocations.php @@ -50,7 +50,7 @@ public function get($name, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Logging_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php index 877929e3ee90..6a2ec5f2746c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php @@ -33,13 +33,13 @@ class Google_Service_Logging_Resource_BillingAccountsLogs extends Google_Service * (logs.delete) * * @param string $logName Required. The resource name of the log to delete: - * "projects/[PROJECT_ID]/logs/[LOG_ID]" - * "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" - * "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" - * "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For - * example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs - * /cloudresourcemanager.googleapis.com%2Factivity". For more information about - * log names, see LogEntry. + * projects/[PROJECT_ID]/logs/[LOG_ID] + * organizations/[ORGANIZATION_ID]/logs/[LOG_ID] + * billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID] + * folders/[FOLDER_ID]/logs/[LOG_ID][LOG_ID] must be URL-encoded. For example, + * "projects/my-project-id/logs/syslog", + * "organizations/123/logs/cloudaudit.googleapis.com%2Factivity".For more + * information about log names, see LogEntry. * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ @@ -54,8 +54,8 @@ public function delete($logName, $optParams = array()) * logs that have entries are listed. (logs.listBillingAccountsLogs) * * @param string $parent Required. The resource name that owns the logs: - * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" - * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] + * billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return @@ -66,15 +66,13 @@ public function delete($logName, $optParams = array()) * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @opt_param string resourceNames Optional. The resource name that owns the - * logs: - * projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ID org - * anization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ - * ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID - * /views/VIEW_ID - * folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_IDTo - * support legacy queries, it could also be: "projects/PROJECT_ID" - * "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" - * "folders/FOLDER_ID" + * logs: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views + * /[VIEW_ID] organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[B + * UCKET_ID]/views/[VIEW_ID] billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOC + * ATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[ + * LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it + * could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] + * billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] * @return Google_Service_Logging_ListLogsResponse */ public function listBillingAccountsLogs($parent, $optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLocations.php index 4db7e2610da5..b0e664de5942 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLocations.php @@ -50,7 +50,7 @@ public function get($name, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Logging_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php index 39688e664221..9b332509d01c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php @@ -33,13 +33,13 @@ class Google_Service_Logging_Resource_FoldersLogs extends Google_Service_Resourc * (logs.delete) * * @param string $logName Required. The resource name of the log to delete: - * "projects/[PROJECT_ID]/logs/[LOG_ID]" - * "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" - * "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" - * "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For - * example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs - * /cloudresourcemanager.googleapis.com%2Factivity". For more information about - * log names, see LogEntry. + * projects/[PROJECT_ID]/logs/[LOG_ID] + * organizations/[ORGANIZATION_ID]/logs/[LOG_ID] + * billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID] + * folders/[FOLDER_ID]/logs/[LOG_ID][LOG_ID] must be URL-encoded. For example, + * "projects/my-project-id/logs/syslog", + * "organizations/123/logs/cloudaudit.googleapis.com%2Factivity".For more + * information about log names, see LogEntry. * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ @@ -54,8 +54,8 @@ public function delete($logName, $optParams = array()) * logs that have entries are listed. (logs.listFoldersLogs) * * @param string $parent Required. The resource name that owns the logs: - * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" - * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] + * billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return @@ -66,15 +66,13 @@ public function delete($logName, $optParams = array()) * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @opt_param string resourceNames Optional. The resource name that owns the - * logs: - * projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ID org - * anization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ - * ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID - * /views/VIEW_ID - * folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_IDTo - * support legacy queries, it could also be: "projects/PROJECT_ID" - * "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" - * "folders/FOLDER_ID" + * logs: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views + * /[VIEW_ID] organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[B + * UCKET_ID]/views/[VIEW_ID] billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOC + * ATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[ + * LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it + * could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] + * billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] * @return Google_Service_Logging_ListLogsResponse */ public function listFoldersLogs($parent, $optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/Locations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/Locations.php index cab5e2f0cbd7..26e57ed43c0f 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/Locations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/Locations.php @@ -50,7 +50,7 @@ public function get($name, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Logging_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php index f396307d9757..0d8f0b0112cd 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php @@ -33,13 +33,13 @@ class Google_Service_Logging_Resource_Logs extends Google_Service_Resource * (logs.delete) * * @param string $logName Required. The resource name of the log to delete: - * "projects/[PROJECT_ID]/logs/[LOG_ID]" - * "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" - * "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" - * "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For - * example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs - * /cloudresourcemanager.googleapis.com%2Factivity". For more information about - * log names, see LogEntry. + * projects/[PROJECT_ID]/logs/[LOG_ID] + * organizations/[ORGANIZATION_ID]/logs/[LOG_ID] + * billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID] + * folders/[FOLDER_ID]/logs/[LOG_ID][LOG_ID] must be URL-encoded. For example, + * "projects/my-project-id/logs/syslog", + * "organizations/123/logs/cloudaudit.googleapis.com%2Factivity".For more + * information about log names, see LogEntry. * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ @@ -54,8 +54,8 @@ public function delete($logName, $optParams = array()) * logs that have entries are listed. (logs.listLogs) * * @param string $parent Required. The resource name that owns the logs: - * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" - * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] + * billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return @@ -66,15 +66,13 @@ public function delete($logName, $optParams = array()) * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @opt_param string resourceNames Optional. The resource name that owns the - * logs: - * projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ID org - * anization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ - * ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID - * /views/VIEW_ID - * folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_IDTo - * support legacy queries, it could also be: "projects/PROJECT_ID" - * "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" - * "folders/FOLDER_ID" + * logs: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views + * /[VIEW_ID] organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[B + * UCKET_ID]/views/[VIEW_ID] billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOC + * ATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[ + * LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it + * could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] + * billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] * @return Google_Service_Logging_ListLogsResponse */ public function listLogs($parent, $optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLocations.php index 2a9ce8c8642d..d1b005b037dd 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLocations.php @@ -50,7 +50,7 @@ public function get($name, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Logging_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php index b6af8d969b38..d180eafe2d27 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php @@ -33,13 +33,13 @@ class Google_Service_Logging_Resource_OrganizationsLogs extends Google_Service_R * (logs.delete) * * @param string $logName Required. The resource name of the log to delete: - * "projects/[PROJECT_ID]/logs/[LOG_ID]" - * "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" - * "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" - * "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For - * example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs - * /cloudresourcemanager.googleapis.com%2Factivity". For more information about - * log names, see LogEntry. + * projects/[PROJECT_ID]/logs/[LOG_ID] + * organizations/[ORGANIZATION_ID]/logs/[LOG_ID] + * billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID] + * folders/[FOLDER_ID]/logs/[LOG_ID][LOG_ID] must be URL-encoded. For example, + * "projects/my-project-id/logs/syslog", + * "organizations/123/logs/cloudaudit.googleapis.com%2Factivity".For more + * information about log names, see LogEntry. * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ @@ -54,8 +54,8 @@ public function delete($logName, $optParams = array()) * logs that have entries are listed. (logs.listOrganizationsLogs) * * @param string $parent Required. The resource name that owns the logs: - * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" - * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] + * billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return @@ -66,15 +66,13 @@ public function delete($logName, $optParams = array()) * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @opt_param string resourceNames Optional. The resource name that owns the - * logs: - * projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ID org - * anization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ - * ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID - * /views/VIEW_ID - * folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_IDTo - * support legacy queries, it could also be: "projects/PROJECT_ID" - * "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" - * "folders/FOLDER_ID" + * logs: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views + * /[VIEW_ID] organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[B + * UCKET_ID]/views/[VIEW_ID] billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOC + * ATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[ + * LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it + * could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] + * billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] * @return Google_Service_Logging_ListLogsResponse */ public function listOrganizationsLogs($parent, $optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLocations.php index d2919f35dd97..4f9aafce3523 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLocations.php @@ -50,7 +50,7 @@ public function get($name, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in AIP-160 (https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the next_page_token * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Logging_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php index ad8fdc9363bd..6ea4a11f52e1 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php @@ -33,13 +33,13 @@ class Google_Service_Logging_Resource_ProjectsLogs extends Google_Service_Resour * (logs.delete) * * @param string $logName Required. The resource name of the log to delete: - * "projects/[PROJECT_ID]/logs/[LOG_ID]" - * "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" - * "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" - * "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For - * example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs - * /cloudresourcemanager.googleapis.com%2Factivity". For more information about - * log names, see LogEntry. + * projects/[PROJECT_ID]/logs/[LOG_ID] + * organizations/[ORGANIZATION_ID]/logs/[LOG_ID] + * billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID] + * folders/[FOLDER_ID]/logs/[LOG_ID][LOG_ID] must be URL-encoded. For example, + * "projects/my-project-id/logs/syslog", + * "organizations/123/logs/cloudaudit.googleapis.com%2Factivity".For more + * information about log names, see LogEntry. * @param array $optParams Optional parameters. * @return Google_Service_Logging_LoggingEmpty */ @@ -54,8 +54,8 @@ public function delete($logName, $optParams = array()) * logs that have entries are listed. (logs.listProjectsLogs) * * @param string $parent Required. The resource name that owns the logs: - * "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" - * "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" + * projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] + * billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The maximum number of results to return @@ -66,15 +66,13 @@ public function delete($logName, $optParams = array()) * the value of nextPageToken from the previous response. The values of other * method parameters should be identical to those in the previous call. * @opt_param string resourceNames Optional. The resource name that owns the - * logs: - * projects/PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ID org - * anization/ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_ - * ID billingAccounts/BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID - * /views/VIEW_ID - * folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/views/VIEW_IDTo - * support legacy queries, it could also be: "projects/PROJECT_ID" - * "organizations/ORGANIZATION_ID" "billingAccounts/BILLING_ACCOUNT_ID" - * "folders/FOLDER_ID" + * logs: projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views + * /[VIEW_ID] organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[B + * UCKET_ID]/views/[VIEW_ID] billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOC + * ATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[ + * LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it + * could also be: projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] + * billingAccounts/[BILLING_ACCOUNT_ID] folders/[FOLDER_ID] * @return Google_Service_Logging_ListLogsResponse */ public function listProjectsLogs($parent, $optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.php index a673eeba1c16..1018e5adc2c5 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.php @@ -31,7 +31,7 @@ */ class Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocations.php index 539be2261ee0..72ac96a478d1 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/Resource/ProjectsLocations.php @@ -46,9 +46,13 @@ public function get($name, $optParams = array()) * applicable. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. - * @opt_param int pageSize The standard list page size. - * @opt_param string pageToken The standard list page token. + * @opt_param string filter A filter to narrow down results to a preferred + * subset. The filtering language accepts strings like "displayName=tokyo", and + * is documented in more detail in [AIP-160](https://google.aip.dev/160). + * @opt_param int pageSize The maximum number of results to return. If not set, + * the service will select a default. + * @opt_param string pageToken A page token received from the `next_page_token` + * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring.php index eddd2ece19f6..6601f0b62fc5 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring.php @@ -34,7 +34,7 @@ */ class Google_Service_Monitoring extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and write monitoring data for all of your Google and third-party Cloud and API projects. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/FoldersTimeSeries.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/FoldersTimeSeries.php index 4d71f689b1c7..aeed5e613302 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/FoldersTimeSeries.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/FoldersTimeSeries.php @@ -29,9 +29,11 @@ class Google_Service_Monitoring_Resource_FoldersTimeSeries extends Google_Servic * Lists time series that match a filter. This method does not require a * Workspace. (timeSeries.listFoldersTimeSeries) * - * @param string $name Required. The project, organization or folder on which to - * execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] - * organizations/[ORGANIZATION_ID] folders/[FOLDER_ID] + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name), organization or + * folder on which to execute the request. The format is: + * projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID] + * folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param string aggregation.alignmentPeriod The alignment_period specifies diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/OrganizationsTimeSeries.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/OrganizationsTimeSeries.php index a75c267de8be..7fc34a617590 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/OrganizationsTimeSeries.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/OrganizationsTimeSeries.php @@ -29,9 +29,11 @@ class Google_Service_Monitoring_Resource_OrganizationsTimeSeries extends Google_ * Lists time series that match a filter. This method does not require a * Workspace. (timeSeries.listOrganizationsTimeSeries) * - * @param string $name Required. The project, organization or folder on which to - * execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] - * organizations/[ORGANIZATION_ID] folders/[FOLDER_ID] + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name), organization or + * folder on which to execute the request. The format is: + * projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID] + * folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param string aggregation.alignmentPeriod The alignment_period specifies diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php index 74616096df9a..1e1df84b2a3d 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php @@ -28,13 +28,14 @@ class Google_Service_Monitoring_Resource_ProjectsAlertPolicies extends Google_Se /** * Creates a new alerting policy. (alertPolicies.create) * - * @param string $name Required. The project in which to create the alerting - * policy. The format is: projects/[PROJECT_ID_OR_NUMBER] Note that this field - * names the parent container in which the alerting policy will be written, not - * the name of the created policy. |name| must be a host project of a workspace, - * otherwise INVALID_ARGUMENT error will return. The alerting policy that is - * returned will have a name that contains a normalized representation of this - * name as a prefix but adds a suffix of the form + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) in which to create + * the alerting policy. The format is: projects/[PROJECT_ID_OR_NUMBER] Note that + * this field names the parent container in which the alerting policy will be + * written, not the name of the created policy. |name| must be a host project of + * a workspace, otherwise INVALID_ARGUMENT error will return. The alerting + * policy that is returned will have a name that contains a normalized + * representation of this name as a prefix but adds a suffix of the form * /alertPolicies/[ALERT_POLICY_ID], identifying the policy in the container. * @param Google_Service_Monitoring_AlertPolicy $postBody * @param array $optParams Optional parameters. @@ -79,11 +80,12 @@ public function get($name, $optParams = array()) * Lists the existing alerting policies for the workspace. * (alertPolicies.listProjectsAlertPolicies) * - * @param string $name Required. The project whose alert policies are to be - * listed. The format is: projects/[PROJECT_ID_OR_NUMBER] Note that this field - * names the parent container in which the alerting policies to be listed are - * stored. To retrieve a single alerting policy by name, use the GetAlertPolicy - * operation, instead. + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) whose alert + * policies are to be listed. The format is: projects/[PROJECT_ID_OR_NUMBER] + * Note that this field names the parent container in which the alerting + * policies to be listed are stored. To retrieve a single alerting policy by + * name, use the GetAlertPolicy operation, instead. * @param array $optParams Optional parameters. * * @opt_param string filter If provided, this field specifies the criteria that diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsCollectdTimeSeries.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsCollectdTimeSeries.php index 877421e5804a..deccecb1bf93 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsCollectdTimeSeries.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsCollectdTimeSeries.php @@ -30,8 +30,9 @@ class Google_Service_Monitoring_Resource_ProjectsCollectdTimeSeries extends Goog * only for use by the Stackdriver Monitoring Agent. Use * projects.timeSeries.create instead. (collectdTimeSeries.create) * - * @param string $name The project in which to create the time series. The - * format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $name The project + * (https://cloud.google.com/monitoring/api/v3#project_name) in which to create + * the time series. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_CreateCollectdTimeSeriesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_CreateCollectdTimeSeriesResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php index fb53e519875c..51ccf59e1321 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php @@ -28,8 +28,9 @@ class Google_Service_Monitoring_Resource_ProjectsGroups extends Google_Service_R /** * Creates a new group. (groups.create) * - * @param string $name Required. The project in which to create the group. The - * format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) in which to create + * the group. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_Group $postBody * @param array $optParams Optional parameters. * @@ -78,8 +79,9 @@ public function get($name, $optParams = array()) /** * Lists the existing groups. (groups.listProjectsGroups) * - * @param string $name Required. The project whose groups are to be listed. The - * format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) whose groups are to + * be listed. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param array $optParams Optional parameters. * * @opt_param string ancestorsOfGroup A group name. The format is: diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php index 681e3c50d1be..16cb84cb55a5 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php @@ -30,8 +30,9 @@ class Google_Service_Monitoring_Resource_ProjectsMetricDescriptors extends Googl * custom metrics (https://cloud.google.com/monitoring/custom-metrics). * (metricDescriptors.create) * - * @param string $name Required. The project on which to execute the request. - * The format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) on which to execute + * the request. The format is: 4 projects/PROJECT_ID_OR_NUMBER * @param Google_Service_Monitoring_MetricDescriptor $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MetricDescriptor @@ -82,8 +83,9 @@ public function get($name, $optParams = array()) * Lists metric descriptors that match a filter. This method does not require a * Workspace. (metricDescriptors.listProjectsMetricDescriptors) * - * @param string $name Required. The project on which to execute the request. - * The format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) on which to execute + * the request. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param array $optParams Optional parameters. * * @opt_param string filter If this field is empty, all custom and system- diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php index 4dfe5243b1e8..0e68c35162ba 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php @@ -47,8 +47,9 @@ public function get($name, $optParams = array()) * not require a Workspace. * (monitoredResourceDescriptors.listProjectsMonitoredResourceDescriptors) * - * @param string $name Required. The project on which to execute the request. - * The format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) on which to execute + * the request. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param array $optParams Optional parameters. * * @opt_param string filter An optional filter diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannelDescriptors.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannelDescriptors.php index 3bda3cc5ec17..73bb9bae74c3 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannelDescriptors.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannelDescriptors.php @@ -49,9 +49,11 @@ public function get($name, $optParams = array()) * * @param string $name Required. The REST resource name of the parent from which * to retrieve the notification channel descriptors. The expected syntax is: - * projects/[PROJECT_ID_OR_NUMBER] Note that this names the parent container in - * which to look for the descriptors; to retrieve a single descriptor by name, - * use the GetNotificationChannelDescriptor operation, instead. + * projects/[PROJECT_ID_OR_NUMBER] Note that this names + * (https://cloud.google.com/monitoring/api/v3#project_name) the parent + * container in which to look for the descriptors; to retrieve a single + * descriptor by name, use the GetNotificationChannelDescriptor operation, + * instead. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return in a single diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php index e4a2d76fddea..e1180889cda6 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php @@ -30,12 +30,13 @@ class Google_Service_Monitoring_Resource_ProjectsNotificationChannels extends Go * endpoint such as an email address, SMS number, or PagerDuty service. * (notificationChannels.create) * - * @param string $name Required. The project on which to execute the request. - * The format is: projects/[PROJECT_ID_OR_NUMBER] This names the container into - * which the channel will be written, this does not name the newly created - * channel. The resulting channel's name will have a normalized version of this - * field as a prefix, but will add /notificationChannels/[CHANNEL_ID] to - * identify the channel. + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) on which to execute + * the request. The format is: projects/[PROJECT_ID_OR_NUMBER] This names the + * container into which the channel will be written, this does not name the + * newly created channel. The resulting channel's name will have a normalized + * version of this field as a prefix, but will add + * /notificationChannels/[CHANNEL_ID] to identify the channel. * @param Google_Service_Monitoring_NotificationChannel $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_NotificationChannel @@ -125,10 +126,11 @@ public function getVerificationCode($name, Google_Service_Monitoring_GetNotifica * Lists the notification channels that have been created for the project. * (notificationChannels.listProjectsNotificationChannels) * - * @param string $name Required. The project on which to execute the request. - * The format is: projects/[PROJECT_ID_OR_NUMBER] This names the container in - * which to look for the notification channels; it does not name a specific - * channel. To query a specific channel by REST resource name, use the + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) on which to execute + * the request. The format is: projects/[PROJECT_ID_OR_NUMBER] This names the + * container in which to look for the notification channels; it does not name a + * specific channel. To query a specific channel by REST resource name, use the * GetNotificationChannel operation. * @param array $optParams Optional parameters. * diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php index 887f3245a12d..16982b6d428e 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php @@ -31,8 +31,9 @@ class Google_Service_Monitoring_Resource_ProjectsTimeSeries extends Google_Servi * written, a corresponding failure message is included in the error response. * (timeSeries.create) * - * @param string $name Required. The project on which to execute the request. - * The format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) on which to execute + * the request. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_CreateTimeSeriesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MonitoringEmpty @@ -47,9 +48,11 @@ public function create($name, Google_Service_Monitoring_CreateTimeSeriesRequest * Lists time series that match a filter. This method does not require a * Workspace. (timeSeries.listProjectsTimeSeries) * - * @param string $name Required. The project, organization or folder on which to - * execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] - * organizations/[ORGANIZATION_ID] folders/[FOLDER_ID] + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name), organization or + * folder on which to execute the request. The format is: + * projects/[PROJECT_ID_OR_NUMBER] organizations/[ORGANIZATION_ID] + * folders/[FOLDER_ID] * @param array $optParams Optional parameters. * * @opt_param string aggregation.alignmentPeriod The alignment_period specifies @@ -177,8 +180,9 @@ public function listProjectsTimeSeries($name, $optParams = array()) * Queries time series using Monitoring Query Language. This method does not * require a Workspace. (timeSeries.query) * - * @param string $name Required. The project on which to execute the request. - * The format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $name Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) on which to execute + * the request. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_QueryTimeSeriesRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_QueryTimeSeriesResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php index c5bc2cc2e69a..4170615fb606 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php @@ -28,8 +28,9 @@ class Google_Service_Monitoring_Resource_ProjectsUptimeCheckConfigs extends Goog /** * Creates a new Uptime check configuration. (uptimeCheckConfigs.create) * - * @param string $parent Required. The project in which to create the Uptime - * check. The format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $parent Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) in which to create + * the Uptime check. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_UptimeCheckConfig $postBody * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_UptimeCheckConfig @@ -78,8 +79,9 @@ public function get($name, $optParams = array()) * out any invalid configurations). * (uptimeCheckConfigs.listProjectsUptimeCheckConfigs) * - * @param string $parent Required. The project whose Uptime check configurations - * are listed. The format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $parent Required. The project + * (https://cloud.google.com/monitoring/api/v3#project_name) whose Uptime check + * configurations are listed. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of results to return in a single diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/Services.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/Services.php index 114b4f0e2084..86ebad1c2bb9 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/Services.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Monitoring/Resource/Services.php @@ -28,8 +28,9 @@ class Google_Service_Monitoring_Resource_Services extends Google_Service_Resourc /** * Create a Service. (services.create) * - * @param string $parent Required. Resource name of the parent workspace. The - * format is: projects/[PROJECT_ID_OR_NUMBER] + * @param string $parent Required. Resource name + * (https://cloud.google.com/monitoring/api/v3#project_name) of the parent + * workspace. The format is: projects/[PROJECT_ID_OR_NUMBER] * @param Google_Service_Monitoring_Service $postBody * @param array $optParams Optional parameters. * @@ -76,8 +77,10 @@ public function get($name, $optParams = array()) * List Services for this workspace. (services.listServices) * * @param string $parent Required. Resource name of the parent containing the - * listed services, either a project or a Monitoring Workspace. The formats are: - * projects/[PROJECT_ID_OR_NUMBER] workspaces/[HOST_PROJECT_ID_OR_NUMBER] + * listed services, either a project + * (https://cloud.google.com/monitoring/api/v3#project_name) or a Monitoring + * Workspace. The formats are: projects/[PROJECT_ID_OR_NUMBER] + * workspaces/[HOST_PROJECT_ID_OR_NUMBER] * @param array $optParams Optional parameters. * * @opt_param string filter A filter specifying what Services to return. The diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement.php index 458cd354f7bc..bd9f8befdf4e 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement.php @@ -36,6 +36,7 @@ class Google_Service_MyBusinessAccountManagement extends Google_Service public $accounts; public $accounts_admins; public $accounts_invitations; + public $locations; public $locations_admins; /** @@ -215,6 +216,26 @@ public function __construct(Google_Client $client, $rootUrl = null) ) ) ); + $this->locations = new Google_Service_MyBusinessAccountManagement_Resource_Locations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'transferLocation' => array( + 'path' => 'v1/locations/{locationsId}:transferLocation', + 'httpMethod' => 'POST', + 'parameters' => array( + 'locationsId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); $this->locations_admins = new Google_Service_MyBusinessAccountManagement_Resource_LocationsAdmins( $this, $this->serviceName, diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/Locations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/Locations.php index 903ba54c0653..497077fd8f6f 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/Locations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/Resource/Locations.php @@ -25,4 +25,21 @@ */ class Google_Service_MyBusinessAccountManagement_Resource_Locations extends Google_Service_Resource { + /** + * Moves a location from an account that the user owns to another account that + * the same user administers. The user must be an owner of the account the + * location is currently associated with and must also be at least a manager of + * the destination account. (locations.transferLocation) + * + * @param string $locationsId + * @param Google_Service_MyBusinessAccountManagement_TransferLocationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_MyBusinessAccountManagement_MybusinessaccountmanagementEmpty + */ + public function transferLocation($locationsId, Google_Service_MyBusinessAccountManagement_TransferLocationRequest $postBody, $optParams = array()) + { + $params = array('locationsId' => $locationsId, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('transferLocation', array($params), "Google_Service_MyBusinessAccountManagement_MybusinessaccountmanagementEmpty"); + } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/TransferLocationRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/TransferLocationRequest.php new file mode 100644 index 000000000000..11aab99b0f9a --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessAccountManagement/TransferLocationRequest.php @@ -0,0 +1,39 @@ +destinationAccount = $destinationAccount; + } + public function getDestinationAccount() + { + return $this->destinationAccount; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging.php new file mode 100644 index 000000000000..7f983c96fc7e --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging.php @@ -0,0 +1,117 @@ + + * The My Business Lodging API enables managing lodging business information on + * Google.
+ * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_MyBusinessLodging extends Google_Service +{ + + + public $locations; + public $locations_lodging; + + /** + * Constructs the internal representation of the MyBusinessLodging 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://mybusinesslodging.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'mybusinesslodging'; + + $this->locations = new Google_Service_MyBusinessLodging_Resource_Locations( + $this, + $this->serviceName, + 'locations', + array( + 'methods' => array( + 'getLodging' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'readMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'updateLodging' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->locations_lodging = new Google_Service_MyBusinessLodging_Resource_LocationsLodging( + $this, + $this->serviceName, + 'lodging', + array( + 'methods' => array( + 'getGoogleUpdated' => array( + 'path' => 'v1/{+name}:getGoogleUpdated', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'readMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Accessibility.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Accessibility.php new file mode 100644 index 000000000000..a1dc2966e8fa --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Accessibility.php @@ -0,0 +1,93 @@ +mobilityAccessible = $mobilityAccessible; + } + public function getMobilityAccessible() + { + return $this->mobilityAccessible; + } + public function setMobilityAccessibleElevator($mobilityAccessibleElevator) + { + $this->mobilityAccessibleElevator = $mobilityAccessibleElevator; + } + public function getMobilityAccessibleElevator() + { + return $this->mobilityAccessibleElevator; + } + public function setMobilityAccessibleElevatorException($mobilityAccessibleElevatorException) + { + $this->mobilityAccessibleElevatorException = $mobilityAccessibleElevatorException; + } + public function getMobilityAccessibleElevatorException() + { + return $this->mobilityAccessibleElevatorException; + } + public function setMobilityAccessibleException($mobilityAccessibleException) + { + $this->mobilityAccessibleException = $mobilityAccessibleException; + } + public function getMobilityAccessibleException() + { + return $this->mobilityAccessibleException; + } + public function setMobilityAccessibleParking($mobilityAccessibleParking) + { + $this->mobilityAccessibleParking = $mobilityAccessibleParking; + } + public function getMobilityAccessibleParking() + { + return $this->mobilityAccessibleParking; + } + public function setMobilityAccessibleParkingException($mobilityAccessibleParkingException) + { + $this->mobilityAccessibleParkingException = $mobilityAccessibleParkingException; + } + public function getMobilityAccessibleParkingException() + { + return $this->mobilityAccessibleParkingException; + } + public function setMobilityAccessiblePool($mobilityAccessiblePool) + { + $this->mobilityAccessiblePool = $mobilityAccessiblePool; + } + public function getMobilityAccessiblePool() + { + return $this->mobilityAccessiblePool; + } + public function setMobilityAccessiblePoolException($mobilityAccessiblePoolException) + { + $this->mobilityAccessiblePoolException = $mobilityAccessiblePoolException; + } + public function getMobilityAccessiblePoolException() + { + return $this->mobilityAccessiblePoolException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Activities.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Activities.php new file mode 100644 index 000000000000..deb24814bf97 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Activities.php @@ -0,0 +1,327 @@ +beachAccess = $beachAccess; + } + public function getBeachAccess() + { + return $this->beachAccess; + } + public function setBeachAccessException($beachAccessException) + { + $this->beachAccessException = $beachAccessException; + } + public function getBeachAccessException() + { + return $this->beachAccessException; + } + public function setBeachFront($beachFront) + { + $this->beachFront = $beachFront; + } + public function getBeachFront() + { + return $this->beachFront; + } + public function setBeachFrontException($beachFrontException) + { + $this->beachFrontException = $beachFrontException; + } + public function getBeachFrontException() + { + return $this->beachFrontException; + } + public function setBicycleRental($bicycleRental) + { + $this->bicycleRental = $bicycleRental; + } + public function getBicycleRental() + { + return $this->bicycleRental; + } + public function setBicycleRentalException($bicycleRentalException) + { + $this->bicycleRentalException = $bicycleRentalException; + } + public function getBicycleRentalException() + { + return $this->bicycleRentalException; + } + public function setBoutiqueStores($boutiqueStores) + { + $this->boutiqueStores = $boutiqueStores; + } + public function getBoutiqueStores() + { + return $this->boutiqueStores; + } + public function setBoutiqueStoresException($boutiqueStoresException) + { + $this->boutiqueStoresException = $boutiqueStoresException; + } + public function getBoutiqueStoresException() + { + return $this->boutiqueStoresException; + } + public function setCasino($casino) + { + $this->casino = $casino; + } + public function getCasino() + { + return $this->casino; + } + public function setCasinoException($casinoException) + { + $this->casinoException = $casinoException; + } + public function getCasinoException() + { + return $this->casinoException; + } + public function setFreeBicycleRental($freeBicycleRental) + { + $this->freeBicycleRental = $freeBicycleRental; + } + public function getFreeBicycleRental() + { + return $this->freeBicycleRental; + } + public function setFreeBicycleRentalException($freeBicycleRentalException) + { + $this->freeBicycleRentalException = $freeBicycleRentalException; + } + public function getFreeBicycleRentalException() + { + return $this->freeBicycleRentalException; + } + public function setFreeWatercraftRental($freeWatercraftRental) + { + $this->freeWatercraftRental = $freeWatercraftRental; + } + public function getFreeWatercraftRental() + { + return $this->freeWatercraftRental; + } + public function setFreeWatercraftRentalException($freeWatercraftRentalException) + { + $this->freeWatercraftRentalException = $freeWatercraftRentalException; + } + public function getFreeWatercraftRentalException() + { + return $this->freeWatercraftRentalException; + } + public function setGameRoom($gameRoom) + { + $this->gameRoom = $gameRoom; + } + public function getGameRoom() + { + return $this->gameRoom; + } + public function setGameRoomException($gameRoomException) + { + $this->gameRoomException = $gameRoomException; + } + public function getGameRoomException() + { + return $this->gameRoomException; + } + public function setGolf($golf) + { + $this->golf = $golf; + } + public function getGolf() + { + return $this->golf; + } + public function setGolfException($golfException) + { + $this->golfException = $golfException; + } + public function getGolfException() + { + return $this->golfException; + } + public function setHorsebackRiding($horsebackRiding) + { + $this->horsebackRiding = $horsebackRiding; + } + public function getHorsebackRiding() + { + return $this->horsebackRiding; + } + public function setHorsebackRidingException($horsebackRidingException) + { + $this->horsebackRidingException = $horsebackRidingException; + } + public function getHorsebackRidingException() + { + return $this->horsebackRidingException; + } + public function setNightclub($nightclub) + { + $this->nightclub = $nightclub; + } + public function getNightclub() + { + return $this->nightclub; + } + public function setNightclubException($nightclubException) + { + $this->nightclubException = $nightclubException; + } + public function getNightclubException() + { + return $this->nightclubException; + } + public function setPrivateBeach($privateBeach) + { + $this->privateBeach = $privateBeach; + } + public function getPrivateBeach() + { + return $this->privateBeach; + } + public function setPrivateBeachException($privateBeachException) + { + $this->privateBeachException = $privateBeachException; + } + public function getPrivateBeachException() + { + return $this->privateBeachException; + } + public function setScuba($scuba) + { + $this->scuba = $scuba; + } + public function getScuba() + { + return $this->scuba; + } + public function setScubaException($scubaException) + { + $this->scubaException = $scubaException; + } + public function getScubaException() + { + return $this->scubaException; + } + public function setSnorkeling($snorkeling) + { + $this->snorkeling = $snorkeling; + } + public function getSnorkeling() + { + return $this->snorkeling; + } + public function setSnorkelingException($snorkelingException) + { + $this->snorkelingException = $snorkelingException; + } + public function getSnorkelingException() + { + return $this->snorkelingException; + } + public function setTennis($tennis) + { + $this->tennis = $tennis; + } + public function getTennis() + { + return $this->tennis; + } + public function setTennisException($tennisException) + { + $this->tennisException = $tennisException; + } + public function getTennisException() + { + return $this->tennisException; + } + public function setWaterSkiing($waterSkiing) + { + $this->waterSkiing = $waterSkiing; + } + public function getWaterSkiing() + { + return $this->waterSkiing; + } + public function setWaterSkiingException($waterSkiingException) + { + $this->waterSkiingException = $waterSkiingException; + } + public function getWaterSkiingException() + { + return $this->waterSkiingException; + } + public function setWatercraftRental($watercraftRental) + { + $this->watercraftRental = $watercraftRental; + } + public function getWatercraftRental() + { + return $this->watercraftRental; + } + public function setWatercraftRentalException($watercraftRentalException) + { + $this->watercraftRentalException = $watercraftRentalException; + } + public function getWatercraftRentalException() + { + return $this->watercraftRentalException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Business.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Business.php new file mode 100644 index 000000000000..3abdc832234e --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Business.php @@ -0,0 +1,75 @@ +businessCenter = $businessCenter; + } + public function getBusinessCenter() + { + return $this->businessCenter; + } + public function setBusinessCenterException($businessCenterException) + { + $this->businessCenterException = $businessCenterException; + } + public function getBusinessCenterException() + { + return $this->businessCenterException; + } + public function setMeetingRooms($meetingRooms) + { + $this->meetingRooms = $meetingRooms; + } + public function getMeetingRooms() + { + return $this->meetingRooms; + } + public function setMeetingRoomsCount($meetingRoomsCount) + { + $this->meetingRoomsCount = $meetingRoomsCount; + } + public function getMeetingRoomsCount() + { + return $this->meetingRoomsCount; + } + public function setMeetingRoomsCountException($meetingRoomsCountException) + { + $this->meetingRoomsCountException = $meetingRoomsCountException; + } + public function getMeetingRoomsCountException() + { + return $this->meetingRoomsCountException; + } + public function setMeetingRoomsException($meetingRoomsException) + { + $this->meetingRoomsException = $meetingRoomsException; + } + public function getMeetingRoomsException() + { + return $this->meetingRoomsException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Connectivity.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Connectivity.php new file mode 100644 index 000000000000..eaaeab6adc9c --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Connectivity.php @@ -0,0 +1,93 @@ +freeWifi = $freeWifi; + } + public function getFreeWifi() + { + return $this->freeWifi; + } + public function setFreeWifiException($freeWifiException) + { + $this->freeWifiException = $freeWifiException; + } + public function getFreeWifiException() + { + return $this->freeWifiException; + } + public function setPublicAreaWifiAvailable($publicAreaWifiAvailable) + { + $this->publicAreaWifiAvailable = $publicAreaWifiAvailable; + } + public function getPublicAreaWifiAvailable() + { + return $this->publicAreaWifiAvailable; + } + public function setPublicAreaWifiAvailableException($publicAreaWifiAvailableException) + { + $this->publicAreaWifiAvailableException = $publicAreaWifiAvailableException; + } + public function getPublicAreaWifiAvailableException() + { + return $this->publicAreaWifiAvailableException; + } + public function setPublicInternetTerminal($publicInternetTerminal) + { + $this->publicInternetTerminal = $publicInternetTerminal; + } + public function getPublicInternetTerminal() + { + return $this->publicInternetTerminal; + } + public function setPublicInternetTerminalException($publicInternetTerminalException) + { + $this->publicInternetTerminalException = $publicInternetTerminalException; + } + public function getPublicInternetTerminalException() + { + return $this->publicInternetTerminalException; + } + public function setWifiAvailable($wifiAvailable) + { + $this->wifiAvailable = $wifiAvailable; + } + public function getWifiAvailable() + { + return $this->wifiAvailable; + } + public function setWifiAvailableException($wifiAvailableException) + { + $this->wifiAvailableException = $wifiAvailableException; + } + public function getWifiAvailableException() + { + return $this->wifiAvailableException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/EnhancedCleaning.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/EnhancedCleaning.php new file mode 100644 index 000000000000..f00ee35f4888 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/EnhancedCleaning.php @@ -0,0 +1,129 @@ +commercialGradeDisinfectantCleaning = $commercialGradeDisinfectantCleaning; + } + public function getCommercialGradeDisinfectantCleaning() + { + return $this->commercialGradeDisinfectantCleaning; + } + public function setCommercialGradeDisinfectantCleaningException($commercialGradeDisinfectantCleaningException) + { + $this->commercialGradeDisinfectantCleaningException = $commercialGradeDisinfectantCleaningException; + } + public function getCommercialGradeDisinfectantCleaningException() + { + return $this->commercialGradeDisinfectantCleaningException; + } + public function setCommonAreasEnhancedCleaning($commonAreasEnhancedCleaning) + { + $this->commonAreasEnhancedCleaning = $commonAreasEnhancedCleaning; + } + public function getCommonAreasEnhancedCleaning() + { + return $this->commonAreasEnhancedCleaning; + } + public function setCommonAreasEnhancedCleaningException($commonAreasEnhancedCleaningException) + { + $this->commonAreasEnhancedCleaningException = $commonAreasEnhancedCleaningException; + } + public function getCommonAreasEnhancedCleaningException() + { + return $this->commonAreasEnhancedCleaningException; + } + public function setEmployeesTrainedCleaningProcedures($employeesTrainedCleaningProcedures) + { + $this->employeesTrainedCleaningProcedures = $employeesTrainedCleaningProcedures; + } + public function getEmployeesTrainedCleaningProcedures() + { + return $this->employeesTrainedCleaningProcedures; + } + public function setEmployeesTrainedCleaningProceduresException($employeesTrainedCleaningProceduresException) + { + $this->employeesTrainedCleaningProceduresException = $employeesTrainedCleaningProceduresException; + } + public function getEmployeesTrainedCleaningProceduresException() + { + return $this->employeesTrainedCleaningProceduresException; + } + public function setEmployeesTrainedThoroughHandWashing($employeesTrainedThoroughHandWashing) + { + $this->employeesTrainedThoroughHandWashing = $employeesTrainedThoroughHandWashing; + } + public function getEmployeesTrainedThoroughHandWashing() + { + return $this->employeesTrainedThoroughHandWashing; + } + public function setEmployeesTrainedThoroughHandWashingException($employeesTrainedThoroughHandWashingException) + { + $this->employeesTrainedThoroughHandWashingException = $employeesTrainedThoroughHandWashingException; + } + public function getEmployeesTrainedThoroughHandWashingException() + { + return $this->employeesTrainedThoroughHandWashingException; + } + public function setEmployeesWearProtectiveEquipment($employeesWearProtectiveEquipment) + { + $this->employeesWearProtectiveEquipment = $employeesWearProtectiveEquipment; + } + public function getEmployeesWearProtectiveEquipment() + { + return $this->employeesWearProtectiveEquipment; + } + public function setEmployeesWearProtectiveEquipmentException($employeesWearProtectiveEquipmentException) + { + $this->employeesWearProtectiveEquipmentException = $employeesWearProtectiveEquipmentException; + } + public function getEmployeesWearProtectiveEquipmentException() + { + return $this->employeesWearProtectiveEquipmentException; + } + public function setGuestRoomsEnhancedCleaning($guestRoomsEnhancedCleaning) + { + $this->guestRoomsEnhancedCleaning = $guestRoomsEnhancedCleaning; + } + public function getGuestRoomsEnhancedCleaning() + { + return $this->guestRoomsEnhancedCleaning; + } + public function setGuestRoomsEnhancedCleaningException($guestRoomsEnhancedCleaningException) + { + $this->guestRoomsEnhancedCleaningException = $guestRoomsEnhancedCleaningException; + } + public function getGuestRoomsEnhancedCleaningException() + { + return $this->guestRoomsEnhancedCleaningException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Families.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Families.php new file mode 100644 index 000000000000..2fa2e89f42fd --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Families.php @@ -0,0 +1,75 @@ +babysitting = $babysitting; + } + public function getBabysitting() + { + return $this->babysitting; + } + public function setBabysittingException($babysittingException) + { + $this->babysittingException = $babysittingException; + } + public function getBabysittingException() + { + return $this->babysittingException; + } + public function setKidsActivities($kidsActivities) + { + $this->kidsActivities = $kidsActivities; + } + public function getKidsActivities() + { + return $this->kidsActivities; + } + public function setKidsActivitiesException($kidsActivitiesException) + { + $this->kidsActivitiesException = $kidsActivitiesException; + } + public function getKidsActivitiesException() + { + return $this->kidsActivitiesException; + } + public function setKidsClub($kidsClub) + { + $this->kidsClub = $kidsClub; + } + public function getKidsClub() + { + return $this->kidsClub; + } + public function setKidsClubException($kidsClubException) + { + $this->kidsClubException = $kidsClubException; + } + public function getKidsClubException() + { + return $this->kidsClubException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/FoodAndDrink.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/FoodAndDrink.php new file mode 100644 index 000000000000..0be958a8b75b --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/FoodAndDrink.php @@ -0,0 +1,237 @@ +bar = $bar; + } + public function getBar() + { + return $this->bar; + } + public function setBarException($barException) + { + $this->barException = $barException; + } + public function getBarException() + { + return $this->barException; + } + public function setBreakfastAvailable($breakfastAvailable) + { + $this->breakfastAvailable = $breakfastAvailable; + } + public function getBreakfastAvailable() + { + return $this->breakfastAvailable; + } + public function setBreakfastAvailableException($breakfastAvailableException) + { + $this->breakfastAvailableException = $breakfastAvailableException; + } + public function getBreakfastAvailableException() + { + return $this->breakfastAvailableException; + } + public function setBreakfastBuffet($breakfastBuffet) + { + $this->breakfastBuffet = $breakfastBuffet; + } + public function getBreakfastBuffet() + { + return $this->breakfastBuffet; + } + public function setBreakfastBuffetException($breakfastBuffetException) + { + $this->breakfastBuffetException = $breakfastBuffetException; + } + public function getBreakfastBuffetException() + { + return $this->breakfastBuffetException; + } + public function setBuffet($buffet) + { + $this->buffet = $buffet; + } + public function getBuffet() + { + return $this->buffet; + } + public function setBuffetException($buffetException) + { + $this->buffetException = $buffetException; + } + public function getBuffetException() + { + return $this->buffetException; + } + public function setDinnerBuffet($dinnerBuffet) + { + $this->dinnerBuffet = $dinnerBuffet; + } + public function getDinnerBuffet() + { + return $this->dinnerBuffet; + } + public function setDinnerBuffetException($dinnerBuffetException) + { + $this->dinnerBuffetException = $dinnerBuffetException; + } + public function getDinnerBuffetException() + { + return $this->dinnerBuffetException; + } + public function setFreeBreakfast($freeBreakfast) + { + $this->freeBreakfast = $freeBreakfast; + } + public function getFreeBreakfast() + { + return $this->freeBreakfast; + } + public function setFreeBreakfastException($freeBreakfastException) + { + $this->freeBreakfastException = $freeBreakfastException; + } + public function getFreeBreakfastException() + { + return $this->freeBreakfastException; + } + public function setRestaurant($restaurant) + { + $this->restaurant = $restaurant; + } + public function getRestaurant() + { + return $this->restaurant; + } + public function setRestaurantException($restaurantException) + { + $this->restaurantException = $restaurantException; + } + public function getRestaurantException() + { + return $this->restaurantException; + } + public function setRestaurantsCount($restaurantsCount) + { + $this->restaurantsCount = $restaurantsCount; + } + public function getRestaurantsCount() + { + return $this->restaurantsCount; + } + public function setRestaurantsCountException($restaurantsCountException) + { + $this->restaurantsCountException = $restaurantsCountException; + } + public function getRestaurantsCountException() + { + return $this->restaurantsCountException; + } + public function setRoomService($roomService) + { + $this->roomService = $roomService; + } + public function getRoomService() + { + return $this->roomService; + } + public function setRoomServiceException($roomServiceException) + { + $this->roomServiceException = $roomServiceException; + } + public function getRoomServiceException() + { + return $this->roomServiceException; + } + public function setTableService($tableService) + { + $this->tableService = $tableService; + } + public function getTableService() + { + return $this->tableService; + } + public function setTableServiceException($tableServiceException) + { + $this->tableServiceException = $tableServiceException; + } + public function getTableServiceException() + { + return $this->tableServiceException; + } + public function setTwentyFourHourRoomService($twentyFourHourRoomService) + { + $this->twentyFourHourRoomService = $twentyFourHourRoomService; + } + public function getTwentyFourHourRoomService() + { + return $this->twentyFourHourRoomService; + } + public function setTwentyFourHourRoomServiceException($twentyFourHourRoomServiceException) + { + $this->twentyFourHourRoomServiceException = $twentyFourHourRoomServiceException; + } + public function getTwentyFourHourRoomServiceException() + { + return $this->twentyFourHourRoomServiceException; + } + public function setVendingMachine($vendingMachine) + { + $this->vendingMachine = $vendingMachine; + } + public function getVendingMachine() + { + return $this->vendingMachine; + } + public function setVendingMachineException($vendingMachineException) + { + $this->vendingMachineException = $vendingMachineException; + } + public function getVendingMachineException() + { + return $this->vendingMachineException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/GetGoogleUpdatedLodgingResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/GetGoogleUpdatedLodgingResponse.php new file mode 100644 index 000000000000..185b583de82d --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/GetGoogleUpdatedLodgingResponse.php @@ -0,0 +1,46 @@ +diffMask = $diffMask; + } + public function getDiffMask() + { + return $this->diffMask; + } + /** + * @param Google_Service_MyBusinessLodging_Lodging + */ + public function setLodging(Google_Service_MyBusinessLodging_Lodging $lodging) + { + $this->lodging = $lodging; + } + /** + * @return Google_Service_MyBusinessLodging_Lodging + */ + public function getLodging() + { + return $this->lodging; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/GuestUnitFeatures.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/GuestUnitFeatures.php new file mode 100644 index 000000000000..ea60bf3a9f7e --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/GuestUnitFeatures.php @@ -0,0 +1,215 @@ +bungalowOrVilla = $bungalowOrVilla; + } + public function getBungalowOrVilla() + { + return $this->bungalowOrVilla; + } + public function setBungalowOrVillaException($bungalowOrVillaException) + { + $this->bungalowOrVillaException = $bungalowOrVillaException; + } + public function getBungalowOrVillaException() + { + return $this->bungalowOrVillaException; + } + public function setConnectingUnitAvailable($connectingUnitAvailable) + { + $this->connectingUnitAvailable = $connectingUnitAvailable; + } + public function getConnectingUnitAvailable() + { + return $this->connectingUnitAvailable; + } + public function setConnectingUnitAvailableException($connectingUnitAvailableException) + { + $this->connectingUnitAvailableException = $connectingUnitAvailableException; + } + public function getConnectingUnitAvailableException() + { + return $this->connectingUnitAvailableException; + } + public function setExecutiveFloor($executiveFloor) + { + $this->executiveFloor = $executiveFloor; + } + public function getExecutiveFloor() + { + return $this->executiveFloor; + } + public function setExecutiveFloorException($executiveFloorException) + { + $this->executiveFloorException = $executiveFloorException; + } + public function getExecutiveFloorException() + { + return $this->executiveFloorException; + } + public function setMaxAdultOccupantsCount($maxAdultOccupantsCount) + { + $this->maxAdultOccupantsCount = $maxAdultOccupantsCount; + } + public function getMaxAdultOccupantsCount() + { + return $this->maxAdultOccupantsCount; + } + public function setMaxAdultOccupantsCountException($maxAdultOccupantsCountException) + { + $this->maxAdultOccupantsCountException = $maxAdultOccupantsCountException; + } + public function getMaxAdultOccupantsCountException() + { + return $this->maxAdultOccupantsCountException; + } + public function setMaxChildOccupantsCount($maxChildOccupantsCount) + { + $this->maxChildOccupantsCount = $maxChildOccupantsCount; + } + public function getMaxChildOccupantsCount() + { + return $this->maxChildOccupantsCount; + } + public function setMaxChildOccupantsCountException($maxChildOccupantsCountException) + { + $this->maxChildOccupantsCountException = $maxChildOccupantsCountException; + } + public function getMaxChildOccupantsCountException() + { + return $this->maxChildOccupantsCountException; + } + public function setMaxOccupantsCount($maxOccupantsCount) + { + $this->maxOccupantsCount = $maxOccupantsCount; + } + public function getMaxOccupantsCount() + { + return $this->maxOccupantsCount; + } + public function setMaxOccupantsCountException($maxOccupantsCountException) + { + $this->maxOccupantsCountException = $maxOccupantsCountException; + } + public function getMaxOccupantsCountException() + { + return $this->maxOccupantsCountException; + } + public function setPrivateHome($privateHome) + { + $this->privateHome = $privateHome; + } + public function getPrivateHome() + { + return $this->privateHome; + } + public function setPrivateHomeException($privateHomeException) + { + $this->privateHomeException = $privateHomeException; + } + public function getPrivateHomeException() + { + return $this->privateHomeException; + } + public function setSuite($suite) + { + $this->suite = $suite; + } + public function getSuite() + { + return $this->suite; + } + public function setSuiteException($suiteException) + { + $this->suiteException = $suiteException; + } + public function getSuiteException() + { + return $this->suiteException; + } + public function setTier($tier) + { + $this->tier = $tier; + } + public function getTier() + { + return $this->tier; + } + public function setTierException($tierException) + { + $this->tierException = $tierException; + } + public function getTierException() + { + return $this->tierException; + } + /** + * @param Google_Service_MyBusinessLodging_LivingArea + */ + public function setTotalLivingAreas(Google_Service_MyBusinessLodging_LivingArea $totalLivingAreas) + { + $this->totalLivingAreas = $totalLivingAreas; + } + /** + * @return Google_Service_MyBusinessLodging_LivingArea + */ + public function getTotalLivingAreas() + { + return $this->totalLivingAreas; + } + /** + * @param Google_Service_MyBusinessLodging_ViewsFromUnit + */ + public function setViews(Google_Service_MyBusinessLodging_ViewsFromUnit $views) + { + $this->views = $views; + } + /** + * @return Google_Service_MyBusinessLodging_ViewsFromUnit + */ + public function getViews() + { + return $this->views; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/GuestUnitType.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/GuestUnitType.php new file mode 100644 index 000000000000..81b78af1df4b --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/GuestUnitType.php @@ -0,0 +1,56 @@ +codes = $codes; + } + public function getCodes() + { + return $this->codes; + } + /** + * @param Google_Service_MyBusinessLodging_GuestUnitFeatures + */ + public function setFeatures(Google_Service_MyBusinessLodging_GuestUnitFeatures $features) + { + $this->features = $features; + } + /** + * @return Google_Service_MyBusinessLodging_GuestUnitFeatures + */ + public function getFeatures() + { + return $this->features; + } + public function setLabel($label) + { + $this->label = $label; + } + public function getLabel() + { + return $this->label; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/HealthAndSafety.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/HealthAndSafety.php new file mode 100644 index 000000000000..278bdbf60105 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/HealthAndSafety.php @@ -0,0 +1,101 @@ +enhancedCleaning = $enhancedCleaning; + } + /** + * @return Google_Service_MyBusinessLodging_EnhancedCleaning + */ + public function getEnhancedCleaning() + { + return $this->enhancedCleaning; + } + /** + * @param Google_Service_MyBusinessLodging_IncreasedFoodSafety + */ + public function setIncreasedFoodSafety(Google_Service_MyBusinessLodging_IncreasedFoodSafety $increasedFoodSafety) + { + $this->increasedFoodSafety = $increasedFoodSafety; + } + /** + * @return Google_Service_MyBusinessLodging_IncreasedFoodSafety + */ + public function getIncreasedFoodSafety() + { + return $this->increasedFoodSafety; + } + /** + * @param Google_Service_MyBusinessLodging_MinimizedContact + */ + public function setMinimizedContact(Google_Service_MyBusinessLodging_MinimizedContact $minimizedContact) + { + $this->minimizedContact = $minimizedContact; + } + /** + * @return Google_Service_MyBusinessLodging_MinimizedContact + */ + public function getMinimizedContact() + { + return $this->minimizedContact; + } + /** + * @param Google_Service_MyBusinessLodging_PersonalProtection + */ + public function setPersonalProtection(Google_Service_MyBusinessLodging_PersonalProtection $personalProtection) + { + $this->personalProtection = $personalProtection; + } + /** + * @return Google_Service_MyBusinessLodging_PersonalProtection + */ + public function getPersonalProtection() + { + return $this->personalProtection; + } + /** + * @param Google_Service_MyBusinessLodging_PhysicalDistancing + */ + public function setPhysicalDistancing(Google_Service_MyBusinessLodging_PhysicalDistancing $physicalDistancing) + { + $this->physicalDistancing = $physicalDistancing; + } + /** + * @return Google_Service_MyBusinessLodging_PhysicalDistancing + */ + public function getPhysicalDistancing() + { + return $this->physicalDistancing; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Housekeeping.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Housekeeping.php new file mode 100644 index 000000000000..6a60e4af0ae6 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Housekeeping.php @@ -0,0 +1,75 @@ +dailyHousekeeping = $dailyHousekeeping; + } + public function getDailyHousekeeping() + { + return $this->dailyHousekeeping; + } + public function setDailyHousekeepingException($dailyHousekeepingException) + { + $this->dailyHousekeepingException = $dailyHousekeepingException; + } + public function getDailyHousekeepingException() + { + return $this->dailyHousekeepingException; + } + public function setHousekeepingAvailable($housekeepingAvailable) + { + $this->housekeepingAvailable = $housekeepingAvailable; + } + public function getHousekeepingAvailable() + { + return $this->housekeepingAvailable; + } + public function setHousekeepingAvailableException($housekeepingAvailableException) + { + $this->housekeepingAvailableException = $housekeepingAvailableException; + } + public function getHousekeepingAvailableException() + { + return $this->housekeepingAvailableException; + } + public function setTurndownService($turndownService) + { + $this->turndownService = $turndownService; + } + public function getTurndownService() + { + return $this->turndownService; + } + public function setTurndownServiceException($turndownServiceException) + { + $this->turndownServiceException = $turndownServiceException; + } + public function getTurndownServiceException() + { + return $this->turndownServiceException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/IncreasedFoodSafety.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/IncreasedFoodSafety.php new file mode 100644 index 000000000000..20f4f954b646 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/IncreasedFoodSafety.php @@ -0,0 +1,111 @@ +diningAreasAdditionalSanitation = $diningAreasAdditionalSanitation; + } + public function getDiningAreasAdditionalSanitation() + { + return $this->diningAreasAdditionalSanitation; + } + public function setDiningAreasAdditionalSanitationException($diningAreasAdditionalSanitationException) + { + $this->diningAreasAdditionalSanitationException = $diningAreasAdditionalSanitationException; + } + public function getDiningAreasAdditionalSanitationException() + { + return $this->diningAreasAdditionalSanitationException; + } + public function setDisposableFlatware($disposableFlatware) + { + $this->disposableFlatware = $disposableFlatware; + } + public function getDisposableFlatware() + { + return $this->disposableFlatware; + } + public function setDisposableFlatwareException($disposableFlatwareException) + { + $this->disposableFlatwareException = $disposableFlatwareException; + } + public function getDisposableFlatwareException() + { + return $this->disposableFlatwareException; + } + public function setFoodPreparationAndServingAdditionalSafety($foodPreparationAndServingAdditionalSafety) + { + $this->foodPreparationAndServingAdditionalSafety = $foodPreparationAndServingAdditionalSafety; + } + public function getFoodPreparationAndServingAdditionalSafety() + { + return $this->foodPreparationAndServingAdditionalSafety; + } + public function setFoodPreparationAndServingAdditionalSafetyException($foodPreparationAndServingAdditionalSafetyException) + { + $this->foodPreparationAndServingAdditionalSafetyException = $foodPreparationAndServingAdditionalSafetyException; + } + public function getFoodPreparationAndServingAdditionalSafetyException() + { + return $this->foodPreparationAndServingAdditionalSafetyException; + } + public function setIndividualPackagedMeals($individualPackagedMeals) + { + $this->individualPackagedMeals = $individualPackagedMeals; + } + public function getIndividualPackagedMeals() + { + return $this->individualPackagedMeals; + } + public function setIndividualPackagedMealsException($individualPackagedMealsException) + { + $this->individualPackagedMealsException = $individualPackagedMealsException; + } + public function getIndividualPackagedMealsException() + { + return $this->individualPackagedMealsException; + } + public function setSingleUseFoodMenus($singleUseFoodMenus) + { + $this->singleUseFoodMenus = $singleUseFoodMenus; + } + public function getSingleUseFoodMenus() + { + return $this->singleUseFoodMenus; + } + public function setSingleUseFoodMenusException($singleUseFoodMenusException) + { + $this->singleUseFoodMenusException = $singleUseFoodMenusException; + } + public function getSingleUseFoodMenusException() + { + return $this->singleUseFoodMenusException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LanguageSpoken.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LanguageSpoken.php new file mode 100644 index 000000000000..846b0a70bd73 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LanguageSpoken.php @@ -0,0 +1,48 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setSpoken($spoken) + { + $this->spoken = $spoken; + } + public function getSpoken() + { + return $this->spoken; + } + public function setSpokenException($spokenException) + { + $this->spokenException = $spokenException; + } + public function getSpokenException() + { + return $this->spokenException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingArea.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingArea.php new file mode 100644 index 000000000000..8cc080ce2e40 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingArea.php @@ -0,0 +1,101 @@ +accessibility = $accessibility; + } + /** + * @return Google_Service_MyBusinessLodging_LivingAreaAccessibility + */ + public function getAccessibility() + { + return $this->accessibility; + } + /** + * @param Google_Service_MyBusinessLodging_LivingAreaEating + */ + public function setEating(Google_Service_MyBusinessLodging_LivingAreaEating $eating) + { + $this->eating = $eating; + } + /** + * @return Google_Service_MyBusinessLodging_LivingAreaEating + */ + public function getEating() + { + return $this->eating; + } + /** + * @param Google_Service_MyBusinessLodging_LivingAreaFeatures + */ + public function setFeatures(Google_Service_MyBusinessLodging_LivingAreaFeatures $features) + { + $this->features = $features; + } + /** + * @return Google_Service_MyBusinessLodging_LivingAreaFeatures + */ + public function getFeatures() + { + return $this->features; + } + /** + * @param Google_Service_MyBusinessLodging_LivingAreaLayout + */ + public function setLayout(Google_Service_MyBusinessLodging_LivingAreaLayout $layout) + { + $this->layout = $layout; + } + /** + * @return Google_Service_MyBusinessLodging_LivingAreaLayout + */ + public function getLayout() + { + return $this->layout; + } + /** + * @param Google_Service_MyBusinessLodging_LivingAreaSleeping + */ + public function setSleeping(Google_Service_MyBusinessLodging_LivingAreaSleeping $sleeping) + { + $this->sleeping = $sleeping; + } + /** + * @return Google_Service_MyBusinessLodging_LivingAreaSleeping + */ + public function getSleeping() + { + return $this->sleeping; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaAccessibility.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaAccessibility.php new file mode 100644 index 000000000000..edc53c01b261 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaAccessibility.php @@ -0,0 +1,165 @@ +adaCompliantUnit = $adaCompliantUnit; + } + public function getAdaCompliantUnit() + { + return $this->adaCompliantUnit; + } + public function setAdaCompliantUnitException($adaCompliantUnitException) + { + $this->adaCompliantUnitException = $adaCompliantUnitException; + } + public function getAdaCompliantUnitException() + { + return $this->adaCompliantUnitException; + } + public function setHearingAccessibleDoorbell($hearingAccessibleDoorbell) + { + $this->hearingAccessibleDoorbell = $hearingAccessibleDoorbell; + } + public function getHearingAccessibleDoorbell() + { + return $this->hearingAccessibleDoorbell; + } + public function setHearingAccessibleDoorbellException($hearingAccessibleDoorbellException) + { + $this->hearingAccessibleDoorbellException = $hearingAccessibleDoorbellException; + } + public function getHearingAccessibleDoorbellException() + { + return $this->hearingAccessibleDoorbellException; + } + public function setHearingAccessibleFireAlarm($hearingAccessibleFireAlarm) + { + $this->hearingAccessibleFireAlarm = $hearingAccessibleFireAlarm; + } + public function getHearingAccessibleFireAlarm() + { + return $this->hearingAccessibleFireAlarm; + } + public function setHearingAccessibleFireAlarmException($hearingAccessibleFireAlarmException) + { + $this->hearingAccessibleFireAlarmException = $hearingAccessibleFireAlarmException; + } + public function getHearingAccessibleFireAlarmException() + { + return $this->hearingAccessibleFireAlarmException; + } + public function setHearingAccessibleUnit($hearingAccessibleUnit) + { + $this->hearingAccessibleUnit = $hearingAccessibleUnit; + } + public function getHearingAccessibleUnit() + { + return $this->hearingAccessibleUnit; + } + public function setHearingAccessibleUnitException($hearingAccessibleUnitException) + { + $this->hearingAccessibleUnitException = $hearingAccessibleUnitException; + } + public function getHearingAccessibleUnitException() + { + return $this->hearingAccessibleUnitException; + } + public function setMobilityAccessibleBathtub($mobilityAccessibleBathtub) + { + $this->mobilityAccessibleBathtub = $mobilityAccessibleBathtub; + } + public function getMobilityAccessibleBathtub() + { + return $this->mobilityAccessibleBathtub; + } + public function setMobilityAccessibleBathtubException($mobilityAccessibleBathtubException) + { + $this->mobilityAccessibleBathtubException = $mobilityAccessibleBathtubException; + } + public function getMobilityAccessibleBathtubException() + { + return $this->mobilityAccessibleBathtubException; + } + public function setMobilityAccessibleShower($mobilityAccessibleShower) + { + $this->mobilityAccessibleShower = $mobilityAccessibleShower; + } + public function getMobilityAccessibleShower() + { + return $this->mobilityAccessibleShower; + } + public function setMobilityAccessibleShowerException($mobilityAccessibleShowerException) + { + $this->mobilityAccessibleShowerException = $mobilityAccessibleShowerException; + } + public function getMobilityAccessibleShowerException() + { + return $this->mobilityAccessibleShowerException; + } + public function setMobilityAccessibleToilet($mobilityAccessibleToilet) + { + $this->mobilityAccessibleToilet = $mobilityAccessibleToilet; + } + public function getMobilityAccessibleToilet() + { + return $this->mobilityAccessibleToilet; + } + public function setMobilityAccessibleToiletException($mobilityAccessibleToiletException) + { + $this->mobilityAccessibleToiletException = $mobilityAccessibleToiletException; + } + public function getMobilityAccessibleToiletException() + { + return $this->mobilityAccessibleToiletException; + } + public function setMobilityAccessibleUnit($mobilityAccessibleUnit) + { + $this->mobilityAccessibleUnit = $mobilityAccessibleUnit; + } + public function getMobilityAccessibleUnit() + { + return $this->mobilityAccessibleUnit; + } + public function setMobilityAccessibleUnitException($mobilityAccessibleUnitException) + { + $this->mobilityAccessibleUnitException = $mobilityAccessibleUnitException; + } + public function getMobilityAccessibleUnitException() + { + return $this->mobilityAccessibleUnitException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaEating.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaEating.php new file mode 100644 index 000000000000..fc72bbff73b0 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaEating.php @@ -0,0 +1,309 @@ +coffeeMaker = $coffeeMaker; + } + public function getCoffeeMaker() + { + return $this->coffeeMaker; + } + public function setCoffeeMakerException($coffeeMakerException) + { + $this->coffeeMakerException = $coffeeMakerException; + } + public function getCoffeeMakerException() + { + return $this->coffeeMakerException; + } + public function setCookware($cookware) + { + $this->cookware = $cookware; + } + public function getCookware() + { + return $this->cookware; + } + public function setCookwareException($cookwareException) + { + $this->cookwareException = $cookwareException; + } + public function getCookwareException() + { + return $this->cookwareException; + } + public function setDishwasher($dishwasher) + { + $this->dishwasher = $dishwasher; + } + public function getDishwasher() + { + return $this->dishwasher; + } + public function setDishwasherException($dishwasherException) + { + $this->dishwasherException = $dishwasherException; + } + public function getDishwasherException() + { + return $this->dishwasherException; + } + public function setIndoorGrill($indoorGrill) + { + $this->indoorGrill = $indoorGrill; + } + public function getIndoorGrill() + { + return $this->indoorGrill; + } + public function setIndoorGrillException($indoorGrillException) + { + $this->indoorGrillException = $indoorGrillException; + } + public function getIndoorGrillException() + { + return $this->indoorGrillException; + } + public function setKettle($kettle) + { + $this->kettle = $kettle; + } + public function getKettle() + { + return $this->kettle; + } + public function setKettleException($kettleException) + { + $this->kettleException = $kettleException; + } + public function getKettleException() + { + return $this->kettleException; + } + public function setKitchenAvailable($kitchenAvailable) + { + $this->kitchenAvailable = $kitchenAvailable; + } + public function getKitchenAvailable() + { + return $this->kitchenAvailable; + } + public function setKitchenAvailableException($kitchenAvailableException) + { + $this->kitchenAvailableException = $kitchenAvailableException; + } + public function getKitchenAvailableException() + { + return $this->kitchenAvailableException; + } + public function setMicrowave($microwave) + { + $this->microwave = $microwave; + } + public function getMicrowave() + { + return $this->microwave; + } + public function setMicrowaveException($microwaveException) + { + $this->microwaveException = $microwaveException; + } + public function getMicrowaveException() + { + return $this->microwaveException; + } + public function setMinibar($minibar) + { + $this->minibar = $minibar; + } + public function getMinibar() + { + return $this->minibar; + } + public function setMinibarException($minibarException) + { + $this->minibarException = $minibarException; + } + public function getMinibarException() + { + return $this->minibarException; + } + public function setOutdoorGrill($outdoorGrill) + { + $this->outdoorGrill = $outdoorGrill; + } + public function getOutdoorGrill() + { + return $this->outdoorGrill; + } + public function setOutdoorGrillException($outdoorGrillException) + { + $this->outdoorGrillException = $outdoorGrillException; + } + public function getOutdoorGrillException() + { + return $this->outdoorGrillException; + } + public function setOven($oven) + { + $this->oven = $oven; + } + public function getOven() + { + return $this->oven; + } + public function setOvenException($ovenException) + { + $this->ovenException = $ovenException; + } + public function getOvenException() + { + return $this->ovenException; + } + public function setRefrigerator($refrigerator) + { + $this->refrigerator = $refrigerator; + } + public function getRefrigerator() + { + return $this->refrigerator; + } + public function setRefrigeratorException($refrigeratorException) + { + $this->refrigeratorException = $refrigeratorException; + } + public function getRefrigeratorException() + { + return $this->refrigeratorException; + } + public function setSink($sink) + { + $this->sink = $sink; + } + public function getSink() + { + return $this->sink; + } + public function setSinkException($sinkException) + { + $this->sinkException = $sinkException; + } + public function getSinkException() + { + return $this->sinkException; + } + public function setSnackbar($snackbar) + { + $this->snackbar = $snackbar; + } + public function getSnackbar() + { + return $this->snackbar; + } + public function setSnackbarException($snackbarException) + { + $this->snackbarException = $snackbarException; + } + public function getSnackbarException() + { + return $this->snackbarException; + } + public function setStove($stove) + { + $this->stove = $stove; + } + public function getStove() + { + return $this->stove; + } + public function setStoveException($stoveException) + { + $this->stoveException = $stoveException; + } + public function getStoveException() + { + return $this->stoveException; + } + public function setTeaStation($teaStation) + { + $this->teaStation = $teaStation; + } + public function getTeaStation() + { + return $this->teaStation; + } + public function setTeaStationException($teaStationException) + { + $this->teaStationException = $teaStationException; + } + public function getTeaStationException() + { + return $this->teaStationException; + } + public function setToaster($toaster) + { + $this->toaster = $toaster; + } + public function getToaster() + { + return $this->toaster; + } + public function setToasterException($toasterException) + { + $this->toasterException = $toasterException; + } + public function getToasterException() + { + return $this->toasterException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaFeatures.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaFeatures.php new file mode 100644 index 000000000000..a417ae6e6b2d --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaFeatures.php @@ -0,0 +1,381 @@ +airConditioning = $airConditioning; + } + public function getAirConditioning() + { + return $this->airConditioning; + } + public function setAirConditioningException($airConditioningException) + { + $this->airConditioningException = $airConditioningException; + } + public function getAirConditioningException() + { + return $this->airConditioningException; + } + public function setBathtub($bathtub) + { + $this->bathtub = $bathtub; + } + public function getBathtub() + { + return $this->bathtub; + } + public function setBathtubException($bathtubException) + { + $this->bathtubException = $bathtubException; + } + public function getBathtubException() + { + return $this->bathtubException; + } + public function setBidet($bidet) + { + $this->bidet = $bidet; + } + public function getBidet() + { + return $this->bidet; + } + public function setBidetException($bidetException) + { + $this->bidetException = $bidetException; + } + public function getBidetException() + { + return $this->bidetException; + } + public function setDryer($dryer) + { + $this->dryer = $dryer; + } + public function getDryer() + { + return $this->dryer; + } + public function setDryerException($dryerException) + { + $this->dryerException = $dryerException; + } + public function getDryerException() + { + return $this->dryerException; + } + public function setElectronicRoomKey($electronicRoomKey) + { + $this->electronicRoomKey = $electronicRoomKey; + } + public function getElectronicRoomKey() + { + return $this->electronicRoomKey; + } + public function setElectronicRoomKeyException($electronicRoomKeyException) + { + $this->electronicRoomKeyException = $electronicRoomKeyException; + } + public function getElectronicRoomKeyException() + { + return $this->electronicRoomKeyException; + } + public function setFireplace($fireplace) + { + $this->fireplace = $fireplace; + } + public function getFireplace() + { + return $this->fireplace; + } + public function setFireplaceException($fireplaceException) + { + $this->fireplaceException = $fireplaceException; + } + public function getFireplaceException() + { + return $this->fireplaceException; + } + public function setHairdryer($hairdryer) + { + $this->hairdryer = $hairdryer; + } + public function getHairdryer() + { + return $this->hairdryer; + } + public function setHairdryerException($hairdryerException) + { + $this->hairdryerException = $hairdryerException; + } + public function getHairdryerException() + { + return $this->hairdryerException; + } + public function setHeating($heating) + { + $this->heating = $heating; + } + public function getHeating() + { + return $this->heating; + } + public function setHeatingException($heatingException) + { + $this->heatingException = $heatingException; + } + public function getHeatingException() + { + return $this->heatingException; + } + public function setInunitSafe($inunitSafe) + { + $this->inunitSafe = $inunitSafe; + } + public function getInunitSafe() + { + return $this->inunitSafe; + } + public function setInunitSafeException($inunitSafeException) + { + $this->inunitSafeException = $inunitSafeException; + } + public function getInunitSafeException() + { + return $this->inunitSafeException; + } + public function setInunitWifiAvailable($inunitWifiAvailable) + { + $this->inunitWifiAvailable = $inunitWifiAvailable; + } + public function getInunitWifiAvailable() + { + return $this->inunitWifiAvailable; + } + public function setInunitWifiAvailableException($inunitWifiAvailableException) + { + $this->inunitWifiAvailableException = $inunitWifiAvailableException; + } + public function getInunitWifiAvailableException() + { + return $this->inunitWifiAvailableException; + } + public function setIroningEquipment($ironingEquipment) + { + $this->ironingEquipment = $ironingEquipment; + } + public function getIroningEquipment() + { + return $this->ironingEquipment; + } + public function setIroningEquipmentException($ironingEquipmentException) + { + $this->ironingEquipmentException = $ironingEquipmentException; + } + public function getIroningEquipmentException() + { + return $this->ironingEquipmentException; + } + public function setPayPerViewMovies($payPerViewMovies) + { + $this->payPerViewMovies = $payPerViewMovies; + } + public function getPayPerViewMovies() + { + return $this->payPerViewMovies; + } + public function setPayPerViewMoviesException($payPerViewMoviesException) + { + $this->payPerViewMoviesException = $payPerViewMoviesException; + } + public function getPayPerViewMoviesException() + { + return $this->payPerViewMoviesException; + } + public function setPrivateBathroom($privateBathroom) + { + $this->privateBathroom = $privateBathroom; + } + public function getPrivateBathroom() + { + return $this->privateBathroom; + } + public function setPrivateBathroomException($privateBathroomException) + { + $this->privateBathroomException = $privateBathroomException; + } + public function getPrivateBathroomException() + { + return $this->privateBathroomException; + } + public function setShower($shower) + { + $this->shower = $shower; + } + public function getShower() + { + return $this->shower; + } + public function setShowerException($showerException) + { + $this->showerException = $showerException; + } + public function getShowerException() + { + return $this->showerException; + } + public function setToilet($toilet) + { + $this->toilet = $toilet; + } + public function getToilet() + { + return $this->toilet; + } + public function setToiletException($toiletException) + { + $this->toiletException = $toiletException; + } + public function getToiletException() + { + return $this->toiletException; + } + public function setTv($tv) + { + $this->tv = $tv; + } + public function getTv() + { + return $this->tv; + } + public function setTvCasting($tvCasting) + { + $this->tvCasting = $tvCasting; + } + public function getTvCasting() + { + return $this->tvCasting; + } + public function setTvCastingException($tvCastingException) + { + $this->tvCastingException = $tvCastingException; + } + public function getTvCastingException() + { + return $this->tvCastingException; + } + public function setTvException($tvException) + { + $this->tvException = $tvException; + } + public function getTvException() + { + return $this->tvException; + } + public function setTvStreaming($tvStreaming) + { + $this->tvStreaming = $tvStreaming; + } + public function getTvStreaming() + { + return $this->tvStreaming; + } + public function setTvStreamingException($tvStreamingException) + { + $this->tvStreamingException = $tvStreamingException; + } + public function getTvStreamingException() + { + return $this->tvStreamingException; + } + public function setUniversalPowerAdapters($universalPowerAdapters) + { + $this->universalPowerAdapters = $universalPowerAdapters; + } + public function getUniversalPowerAdapters() + { + return $this->universalPowerAdapters; + } + public function setUniversalPowerAdaptersException($universalPowerAdaptersException) + { + $this->universalPowerAdaptersException = $universalPowerAdaptersException; + } + public function getUniversalPowerAdaptersException() + { + return $this->universalPowerAdaptersException; + } + public function setWasher($washer) + { + $this->washer = $washer; + } + public function getWasher() + { + return $this->washer; + } + public function setWasherException($washerException) + { + $this->washerException = $washerException; + } + public function getWasherException() + { + return $this->washerException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaLayout.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaLayout.php new file mode 100644 index 000000000000..7bf14f586f92 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaLayout.php @@ -0,0 +1,129 @@ +balcony = $balcony; + } + public function getBalcony() + { + return $this->balcony; + } + public function setBalconyException($balconyException) + { + $this->balconyException = $balconyException; + } + public function getBalconyException() + { + return $this->balconyException; + } + public function setLivingAreaSqMeters($livingAreaSqMeters) + { + $this->livingAreaSqMeters = $livingAreaSqMeters; + } + public function getLivingAreaSqMeters() + { + return $this->livingAreaSqMeters; + } + public function setLivingAreaSqMetersException($livingAreaSqMetersException) + { + $this->livingAreaSqMetersException = $livingAreaSqMetersException; + } + public function getLivingAreaSqMetersException() + { + return $this->livingAreaSqMetersException; + } + public function setLoft($loft) + { + $this->loft = $loft; + } + public function getLoft() + { + return $this->loft; + } + public function setLoftException($loftException) + { + $this->loftException = $loftException; + } + public function getLoftException() + { + return $this->loftException; + } + public function setNonSmoking($nonSmoking) + { + $this->nonSmoking = $nonSmoking; + } + public function getNonSmoking() + { + return $this->nonSmoking; + } + public function setNonSmokingException($nonSmokingException) + { + $this->nonSmokingException = $nonSmokingException; + } + public function getNonSmokingException() + { + return $this->nonSmokingException; + } + public function setPatio($patio) + { + $this->patio = $patio; + } + public function getPatio() + { + return $this->patio; + } + public function setPatioException($patioException) + { + $this->patioException = $patioException; + } + public function getPatioException() + { + return $this->patioException; + } + public function setStairs($stairs) + { + $this->stairs = $stairs; + } + public function getStairs() + { + return $this->stairs; + } + public function setStairsException($stairsException) + { + $this->stairsException = $stairsException; + } + public function getStairsException() + { + return $this->stairsException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaSleeping.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaSleeping.php new file mode 100644 index 000000000000..da8d31506655 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LivingAreaSleeping.php @@ -0,0 +1,273 @@ +bedsCount = $bedsCount; + } + public function getBedsCount() + { + return $this->bedsCount; + } + public function setBedsCountException($bedsCountException) + { + $this->bedsCountException = $bedsCountException; + } + public function getBedsCountException() + { + return $this->bedsCountException; + } + public function setBunkBedsCount($bunkBedsCount) + { + $this->bunkBedsCount = $bunkBedsCount; + } + public function getBunkBedsCount() + { + return $this->bunkBedsCount; + } + public function setBunkBedsCountException($bunkBedsCountException) + { + $this->bunkBedsCountException = $bunkBedsCountException; + } + public function getBunkBedsCountException() + { + return $this->bunkBedsCountException; + } + public function setCribsCount($cribsCount) + { + $this->cribsCount = $cribsCount; + } + public function getCribsCount() + { + return $this->cribsCount; + } + public function setCribsCountException($cribsCountException) + { + $this->cribsCountException = $cribsCountException; + } + public function getCribsCountException() + { + return $this->cribsCountException; + } + public function setDoubleBedsCount($doubleBedsCount) + { + $this->doubleBedsCount = $doubleBedsCount; + } + public function getDoubleBedsCount() + { + return $this->doubleBedsCount; + } + public function setDoubleBedsCountException($doubleBedsCountException) + { + $this->doubleBedsCountException = $doubleBedsCountException; + } + public function getDoubleBedsCountException() + { + return $this->doubleBedsCountException; + } + public function setFeatherPillows($featherPillows) + { + $this->featherPillows = $featherPillows; + } + public function getFeatherPillows() + { + return $this->featherPillows; + } + public function setFeatherPillowsException($featherPillowsException) + { + $this->featherPillowsException = $featherPillowsException; + } + public function getFeatherPillowsException() + { + return $this->featherPillowsException; + } + public function setHypoallergenicBedding($hypoallergenicBedding) + { + $this->hypoallergenicBedding = $hypoallergenicBedding; + } + public function getHypoallergenicBedding() + { + return $this->hypoallergenicBedding; + } + public function setHypoallergenicBeddingException($hypoallergenicBeddingException) + { + $this->hypoallergenicBeddingException = $hypoallergenicBeddingException; + } + public function getHypoallergenicBeddingException() + { + return $this->hypoallergenicBeddingException; + } + public function setKingBedsCount($kingBedsCount) + { + $this->kingBedsCount = $kingBedsCount; + } + public function getKingBedsCount() + { + return $this->kingBedsCount; + } + public function setKingBedsCountException($kingBedsCountException) + { + $this->kingBedsCountException = $kingBedsCountException; + } + public function getKingBedsCountException() + { + return $this->kingBedsCountException; + } + public function setMemoryFoamPillows($memoryFoamPillows) + { + $this->memoryFoamPillows = $memoryFoamPillows; + } + public function getMemoryFoamPillows() + { + return $this->memoryFoamPillows; + } + public function setMemoryFoamPillowsException($memoryFoamPillowsException) + { + $this->memoryFoamPillowsException = $memoryFoamPillowsException; + } + public function getMemoryFoamPillowsException() + { + return $this->memoryFoamPillowsException; + } + public function setOtherBedsCount($otherBedsCount) + { + $this->otherBedsCount = $otherBedsCount; + } + public function getOtherBedsCount() + { + return $this->otherBedsCount; + } + public function setOtherBedsCountException($otherBedsCountException) + { + $this->otherBedsCountException = $otherBedsCountException; + } + public function getOtherBedsCountException() + { + return $this->otherBedsCountException; + } + public function setQueenBedsCount($queenBedsCount) + { + $this->queenBedsCount = $queenBedsCount; + } + public function getQueenBedsCount() + { + return $this->queenBedsCount; + } + public function setQueenBedsCountException($queenBedsCountException) + { + $this->queenBedsCountException = $queenBedsCountException; + } + public function getQueenBedsCountException() + { + return $this->queenBedsCountException; + } + public function setRollAwayBedsCount($rollAwayBedsCount) + { + $this->rollAwayBedsCount = $rollAwayBedsCount; + } + public function getRollAwayBedsCount() + { + return $this->rollAwayBedsCount; + } + public function setRollAwayBedsCountException($rollAwayBedsCountException) + { + $this->rollAwayBedsCountException = $rollAwayBedsCountException; + } + public function getRollAwayBedsCountException() + { + return $this->rollAwayBedsCountException; + } + public function setSingleOrTwinBedsCount($singleOrTwinBedsCount) + { + $this->singleOrTwinBedsCount = $singleOrTwinBedsCount; + } + public function getSingleOrTwinBedsCount() + { + return $this->singleOrTwinBedsCount; + } + public function setSingleOrTwinBedsCountException($singleOrTwinBedsCountException) + { + $this->singleOrTwinBedsCountException = $singleOrTwinBedsCountException; + } + public function getSingleOrTwinBedsCountException() + { + return $this->singleOrTwinBedsCountException; + } + public function setSofaBedsCount($sofaBedsCount) + { + $this->sofaBedsCount = $sofaBedsCount; + } + public function getSofaBedsCount() + { + return $this->sofaBedsCount; + } + public function setSofaBedsCountException($sofaBedsCountException) + { + $this->sofaBedsCountException = $sofaBedsCountException; + } + public function getSofaBedsCountException() + { + return $this->sofaBedsCountException; + } + public function setSyntheticPillows($syntheticPillows) + { + $this->syntheticPillows = $syntheticPillows; + } + public function getSyntheticPillows() + { + return $this->syntheticPillows; + } + public function setSyntheticPillowsException($syntheticPillowsException) + { + $this->syntheticPillowsException = $syntheticPillowsException; + } + public function getSyntheticPillowsException() + { + return $this->syntheticPillowsException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Lodging.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Lodging.php new file mode 100644 index 000000000000..6b4149996281 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Lodging.php @@ -0,0 +1,367 @@ +accessibility = $accessibility; + } + /** + * @return Google_Service_MyBusinessLodging_Accessibility + */ + public function getAccessibility() + { + return $this->accessibility; + } + /** + * @param Google_Service_MyBusinessLodging_Activities + */ + public function setActivities(Google_Service_MyBusinessLodging_Activities $activities) + { + $this->activities = $activities; + } + /** + * @return Google_Service_MyBusinessLodging_Activities + */ + public function getActivities() + { + return $this->activities; + } + /** + * @param Google_Service_MyBusinessLodging_GuestUnitFeatures + */ + public function setAllUnits(Google_Service_MyBusinessLodging_GuestUnitFeatures $allUnits) + { + $this->allUnits = $allUnits; + } + /** + * @return Google_Service_MyBusinessLodging_GuestUnitFeatures + */ + public function getAllUnits() + { + return $this->allUnits; + } + /** + * @param Google_Service_MyBusinessLodging_Business + */ + public function setBusiness(Google_Service_MyBusinessLodging_Business $business) + { + $this->business = $business; + } + /** + * @return Google_Service_MyBusinessLodging_Business + */ + public function getBusiness() + { + return $this->business; + } + /** + * @param Google_Service_MyBusinessLodging_LivingArea + */ + public function setCommonLivingArea(Google_Service_MyBusinessLodging_LivingArea $commonLivingArea) + { + $this->commonLivingArea = $commonLivingArea; + } + /** + * @return Google_Service_MyBusinessLodging_LivingArea + */ + public function getCommonLivingArea() + { + return $this->commonLivingArea; + } + /** + * @param Google_Service_MyBusinessLodging_Connectivity + */ + public function setConnectivity(Google_Service_MyBusinessLodging_Connectivity $connectivity) + { + $this->connectivity = $connectivity; + } + /** + * @return Google_Service_MyBusinessLodging_Connectivity + */ + public function getConnectivity() + { + return $this->connectivity; + } + /** + * @param Google_Service_MyBusinessLodging_Families + */ + public function setFamilies(Google_Service_MyBusinessLodging_Families $families) + { + $this->families = $families; + } + /** + * @return Google_Service_MyBusinessLodging_Families + */ + public function getFamilies() + { + return $this->families; + } + /** + * @param Google_Service_MyBusinessLodging_FoodAndDrink + */ + public function setFoodAndDrink(Google_Service_MyBusinessLodging_FoodAndDrink $foodAndDrink) + { + $this->foodAndDrink = $foodAndDrink; + } + /** + * @return Google_Service_MyBusinessLodging_FoodAndDrink + */ + public function getFoodAndDrink() + { + return $this->foodAndDrink; + } + /** + * @param Google_Service_MyBusinessLodging_GuestUnitType[] + */ + public function setGuestUnits($guestUnits) + { + $this->guestUnits = $guestUnits; + } + /** + * @return Google_Service_MyBusinessLodging_GuestUnitType[] + */ + public function getGuestUnits() + { + return $this->guestUnits; + } + /** + * @param Google_Service_MyBusinessLodging_HealthAndSafety + */ + public function setHealthAndSafety(Google_Service_MyBusinessLodging_HealthAndSafety $healthAndSafety) + { + $this->healthAndSafety = $healthAndSafety; + } + /** + * @return Google_Service_MyBusinessLodging_HealthAndSafety + */ + public function getHealthAndSafety() + { + return $this->healthAndSafety; + } + /** + * @param Google_Service_MyBusinessLodging_Housekeeping + */ + public function setHousekeeping(Google_Service_MyBusinessLodging_Housekeeping $housekeeping) + { + $this->housekeeping = $housekeeping; + } + /** + * @return Google_Service_MyBusinessLodging_Housekeeping + */ + public function getHousekeeping() + { + return $this->housekeeping; + } + /** + * @param Google_Service_MyBusinessLodging_LodgingMetadata + */ + public function setMetadata(Google_Service_MyBusinessLodging_LodgingMetadata $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_MyBusinessLodging_LodgingMetadata + */ + public function getMetadata() + { + return $this->metadata; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_MyBusinessLodging_Parking + */ + public function setParking(Google_Service_MyBusinessLodging_Parking $parking) + { + $this->parking = $parking; + } + /** + * @return Google_Service_MyBusinessLodging_Parking + */ + public function getParking() + { + return $this->parking; + } + /** + * @param Google_Service_MyBusinessLodging_Pets + */ + public function setPets(Google_Service_MyBusinessLodging_Pets $pets) + { + $this->pets = $pets; + } + /** + * @return Google_Service_MyBusinessLodging_Pets + */ + public function getPets() + { + return $this->pets; + } + /** + * @param Google_Service_MyBusinessLodging_Policies + */ + public function setPolicies(Google_Service_MyBusinessLodging_Policies $policies) + { + $this->policies = $policies; + } + /** + * @return Google_Service_MyBusinessLodging_Policies + */ + public function getPolicies() + { + return $this->policies; + } + /** + * @param Google_Service_MyBusinessLodging_Pools + */ + public function setPools(Google_Service_MyBusinessLodging_Pools $pools) + { + $this->pools = $pools; + } + /** + * @return Google_Service_MyBusinessLodging_Pools + */ + public function getPools() + { + return $this->pools; + } + /** + * @param Google_Service_MyBusinessLodging_Property + */ + public function setProperty(Google_Service_MyBusinessLodging_Property $property) + { + $this->property = $property; + } + /** + * @return Google_Service_MyBusinessLodging_Property + */ + public function getProperty() + { + return $this->property; + } + /** + * @param Google_Service_MyBusinessLodging_Services + */ + public function setServices(Google_Service_MyBusinessLodging_Services $services) + { + $this->services = $services; + } + /** + * @return Google_Service_MyBusinessLodging_Services + */ + public function getServices() + { + return $this->services; + } + /** + * @param Google_Service_MyBusinessLodging_GuestUnitFeatures + */ + public function setSomeUnits(Google_Service_MyBusinessLodging_GuestUnitFeatures $someUnits) + { + $this->someUnits = $someUnits; + } + /** + * @return Google_Service_MyBusinessLodging_GuestUnitFeatures + */ + public function getSomeUnits() + { + return $this->someUnits; + } + /** + * @param Google_Service_MyBusinessLodging_Transportation + */ + public function setTransportation(Google_Service_MyBusinessLodging_Transportation $transportation) + { + $this->transportation = $transportation; + } + /** + * @return Google_Service_MyBusinessLodging_Transportation + */ + public function getTransportation() + { + return $this->transportation; + } + /** + * @param Google_Service_MyBusinessLodging_Wellness + */ + public function setWellness(Google_Service_MyBusinessLodging_Wellness $wellness) + { + $this->wellness = $wellness; + } + /** + * @return Google_Service_MyBusinessLodging_Wellness + */ + public function getWellness() + { + return $this->wellness; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LodgingMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LodgingMetadata.php new file mode 100644 index 000000000000..340e54019b7a --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/LodgingMetadata.php @@ -0,0 +1,30 @@ +updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/MinimizedContact.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/MinimizedContact.php new file mode 100644 index 000000000000..ae0edb7925de --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/MinimizedContact.php @@ -0,0 +1,147 @@ +contactlessCheckinCheckout = $contactlessCheckinCheckout; + } + public function getContactlessCheckinCheckout() + { + return $this->contactlessCheckinCheckout; + } + public function setContactlessCheckinCheckoutException($contactlessCheckinCheckoutException) + { + $this->contactlessCheckinCheckoutException = $contactlessCheckinCheckoutException; + } + public function getContactlessCheckinCheckoutException() + { + return $this->contactlessCheckinCheckoutException; + } + public function setDigitalGuestRoomKeys($digitalGuestRoomKeys) + { + $this->digitalGuestRoomKeys = $digitalGuestRoomKeys; + } + public function getDigitalGuestRoomKeys() + { + return $this->digitalGuestRoomKeys; + } + public function setDigitalGuestRoomKeysException($digitalGuestRoomKeysException) + { + $this->digitalGuestRoomKeysException = $digitalGuestRoomKeysException; + } + public function getDigitalGuestRoomKeysException() + { + return $this->digitalGuestRoomKeysException; + } + public function setHousekeepingScheduledRequestOnly($housekeepingScheduledRequestOnly) + { + $this->housekeepingScheduledRequestOnly = $housekeepingScheduledRequestOnly; + } + public function getHousekeepingScheduledRequestOnly() + { + return $this->housekeepingScheduledRequestOnly; + } + public function setHousekeepingScheduledRequestOnlyException($housekeepingScheduledRequestOnlyException) + { + $this->housekeepingScheduledRequestOnlyException = $housekeepingScheduledRequestOnlyException; + } + public function getHousekeepingScheduledRequestOnlyException() + { + return $this->housekeepingScheduledRequestOnlyException; + } + public function setNoHighTouchItemsCommonAreas($noHighTouchItemsCommonAreas) + { + $this->noHighTouchItemsCommonAreas = $noHighTouchItemsCommonAreas; + } + public function getNoHighTouchItemsCommonAreas() + { + return $this->noHighTouchItemsCommonAreas; + } + public function setNoHighTouchItemsCommonAreasException($noHighTouchItemsCommonAreasException) + { + $this->noHighTouchItemsCommonAreasException = $noHighTouchItemsCommonAreasException; + } + public function getNoHighTouchItemsCommonAreasException() + { + return $this->noHighTouchItemsCommonAreasException; + } + public function setNoHighTouchItemsGuestRooms($noHighTouchItemsGuestRooms) + { + $this->noHighTouchItemsGuestRooms = $noHighTouchItemsGuestRooms; + } + public function getNoHighTouchItemsGuestRooms() + { + return $this->noHighTouchItemsGuestRooms; + } + public function setNoHighTouchItemsGuestRoomsException($noHighTouchItemsGuestRoomsException) + { + $this->noHighTouchItemsGuestRoomsException = $noHighTouchItemsGuestRoomsException; + } + public function getNoHighTouchItemsGuestRoomsException() + { + return $this->noHighTouchItemsGuestRoomsException; + } + public function setPlasticKeycardsDisinfected($plasticKeycardsDisinfected) + { + $this->plasticKeycardsDisinfected = $plasticKeycardsDisinfected; + } + public function getPlasticKeycardsDisinfected() + { + return $this->plasticKeycardsDisinfected; + } + public function setPlasticKeycardsDisinfectedException($plasticKeycardsDisinfectedException) + { + $this->plasticKeycardsDisinfectedException = $plasticKeycardsDisinfectedException; + } + public function getPlasticKeycardsDisinfectedException() + { + return $this->plasticKeycardsDisinfectedException; + } + public function setRoomBookingsBuffer($roomBookingsBuffer) + { + $this->roomBookingsBuffer = $roomBookingsBuffer; + } + public function getRoomBookingsBuffer() + { + return $this->roomBookingsBuffer; + } + public function setRoomBookingsBufferException($roomBookingsBufferException) + { + $this->roomBookingsBufferException = $roomBookingsBufferException; + } + public function getRoomBookingsBufferException() + { + return $this->roomBookingsBufferException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Parking.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Parking.php new file mode 100644 index 000000000000..07821d357c15 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Parking.php @@ -0,0 +1,147 @@ +electricCarChargingStations = $electricCarChargingStations; + } + public function getElectricCarChargingStations() + { + return $this->electricCarChargingStations; + } + public function setElectricCarChargingStationsException($electricCarChargingStationsException) + { + $this->electricCarChargingStationsException = $electricCarChargingStationsException; + } + public function getElectricCarChargingStationsException() + { + return $this->electricCarChargingStationsException; + } + public function setFreeParking($freeParking) + { + $this->freeParking = $freeParking; + } + public function getFreeParking() + { + return $this->freeParking; + } + public function setFreeParkingException($freeParkingException) + { + $this->freeParkingException = $freeParkingException; + } + public function getFreeParkingException() + { + return $this->freeParkingException; + } + public function setFreeSelfParking($freeSelfParking) + { + $this->freeSelfParking = $freeSelfParking; + } + public function getFreeSelfParking() + { + return $this->freeSelfParking; + } + public function setFreeSelfParkingException($freeSelfParkingException) + { + $this->freeSelfParkingException = $freeSelfParkingException; + } + public function getFreeSelfParkingException() + { + return $this->freeSelfParkingException; + } + public function setFreeValetParking($freeValetParking) + { + $this->freeValetParking = $freeValetParking; + } + public function getFreeValetParking() + { + return $this->freeValetParking; + } + public function setFreeValetParkingException($freeValetParkingException) + { + $this->freeValetParkingException = $freeValetParkingException; + } + public function getFreeValetParkingException() + { + return $this->freeValetParkingException; + } + public function setParkingAvailable($parkingAvailable) + { + $this->parkingAvailable = $parkingAvailable; + } + public function getParkingAvailable() + { + return $this->parkingAvailable; + } + public function setParkingAvailableException($parkingAvailableException) + { + $this->parkingAvailableException = $parkingAvailableException; + } + public function getParkingAvailableException() + { + return $this->parkingAvailableException; + } + public function setSelfParkingAvailable($selfParkingAvailable) + { + $this->selfParkingAvailable = $selfParkingAvailable; + } + public function getSelfParkingAvailable() + { + return $this->selfParkingAvailable; + } + public function setSelfParkingAvailableException($selfParkingAvailableException) + { + $this->selfParkingAvailableException = $selfParkingAvailableException; + } + public function getSelfParkingAvailableException() + { + return $this->selfParkingAvailableException; + } + public function setValetParkingAvailable($valetParkingAvailable) + { + $this->valetParkingAvailable = $valetParkingAvailable; + } + public function getValetParkingAvailable() + { + return $this->valetParkingAvailable; + } + public function setValetParkingAvailableException($valetParkingAvailableException) + { + $this->valetParkingAvailableException = $valetParkingAvailableException; + } + public function getValetParkingAvailableException() + { + return $this->valetParkingAvailableException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/PaymentOptions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/PaymentOptions.php new file mode 100644 index 000000000000..47e66aea0990 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/PaymentOptions.php @@ -0,0 +1,111 @@ +cash = $cash; + } + public function getCash() + { + return $this->cash; + } + public function setCashException($cashException) + { + $this->cashException = $cashException; + } + public function getCashException() + { + return $this->cashException; + } + public function setCheque($cheque) + { + $this->cheque = $cheque; + } + public function getCheque() + { + return $this->cheque; + } + public function setChequeException($chequeException) + { + $this->chequeException = $chequeException; + } + public function getChequeException() + { + return $this->chequeException; + } + public function setCreditCard($creditCard) + { + $this->creditCard = $creditCard; + } + public function getCreditCard() + { + return $this->creditCard; + } + public function setCreditCardException($creditCardException) + { + $this->creditCardException = $creditCardException; + } + public function getCreditCardException() + { + return $this->creditCardException; + } + public function setDebitCard($debitCard) + { + $this->debitCard = $debitCard; + } + public function getDebitCard() + { + return $this->debitCard; + } + public function setDebitCardException($debitCardException) + { + $this->debitCardException = $debitCardException; + } + public function getDebitCardException() + { + return $this->debitCardException; + } + public function setMobileNfc($mobileNfc) + { + $this->mobileNfc = $mobileNfc; + } + public function getMobileNfc() + { + return $this->mobileNfc; + } + public function setMobileNfcException($mobileNfcException) + { + $this->mobileNfcException = $mobileNfcException; + } + public function getMobileNfcException() + { + return $this->mobileNfcException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/PersonalProtection.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/PersonalProtection.php new file mode 100644 index 000000000000..c60cc53ba2ba --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/PersonalProtection.php @@ -0,0 +1,93 @@ +commonAreasOfferSanitizingItems = $commonAreasOfferSanitizingItems; + } + public function getCommonAreasOfferSanitizingItems() + { + return $this->commonAreasOfferSanitizingItems; + } + public function setCommonAreasOfferSanitizingItemsException($commonAreasOfferSanitizingItemsException) + { + $this->commonAreasOfferSanitizingItemsException = $commonAreasOfferSanitizingItemsException; + } + public function getCommonAreasOfferSanitizingItemsException() + { + return $this->commonAreasOfferSanitizingItemsException; + } + public function setFaceMaskRequired($faceMaskRequired) + { + $this->faceMaskRequired = $faceMaskRequired; + } + public function getFaceMaskRequired() + { + return $this->faceMaskRequired; + } + public function setFaceMaskRequiredException($faceMaskRequiredException) + { + $this->faceMaskRequiredException = $faceMaskRequiredException; + } + public function getFaceMaskRequiredException() + { + return $this->faceMaskRequiredException; + } + public function setGuestRoomHygieneKitsAvailable($guestRoomHygieneKitsAvailable) + { + $this->guestRoomHygieneKitsAvailable = $guestRoomHygieneKitsAvailable; + } + public function getGuestRoomHygieneKitsAvailable() + { + return $this->guestRoomHygieneKitsAvailable; + } + public function setGuestRoomHygieneKitsAvailableException($guestRoomHygieneKitsAvailableException) + { + $this->guestRoomHygieneKitsAvailableException = $guestRoomHygieneKitsAvailableException; + } + public function getGuestRoomHygieneKitsAvailableException() + { + return $this->guestRoomHygieneKitsAvailableException; + } + public function setProtectiveEquipmentAvailable($protectiveEquipmentAvailable) + { + $this->protectiveEquipmentAvailable = $protectiveEquipmentAvailable; + } + public function getProtectiveEquipmentAvailable() + { + return $this->protectiveEquipmentAvailable; + } + public function setProtectiveEquipmentAvailableException($protectiveEquipmentAvailableException) + { + $this->protectiveEquipmentAvailableException = $protectiveEquipmentAvailableException; + } + public function getProtectiveEquipmentAvailableException() + { + return $this->protectiveEquipmentAvailableException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Pets.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Pets.php new file mode 100644 index 000000000000..6f4b04150ffe --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Pets.php @@ -0,0 +1,93 @@ +catsAllowed = $catsAllowed; + } + public function getCatsAllowed() + { + return $this->catsAllowed; + } + public function setCatsAllowedException($catsAllowedException) + { + $this->catsAllowedException = $catsAllowedException; + } + public function getCatsAllowedException() + { + return $this->catsAllowedException; + } + public function setDogsAllowed($dogsAllowed) + { + $this->dogsAllowed = $dogsAllowed; + } + public function getDogsAllowed() + { + return $this->dogsAllowed; + } + public function setDogsAllowedException($dogsAllowedException) + { + $this->dogsAllowedException = $dogsAllowedException; + } + public function getDogsAllowedException() + { + return $this->dogsAllowedException; + } + public function setPetsAllowed($petsAllowed) + { + $this->petsAllowed = $petsAllowed; + } + public function getPetsAllowed() + { + return $this->petsAllowed; + } + public function setPetsAllowedException($petsAllowedException) + { + $this->petsAllowedException = $petsAllowedException; + } + public function getPetsAllowedException() + { + return $this->petsAllowedException; + } + public function setPetsAllowedFree($petsAllowedFree) + { + $this->petsAllowedFree = $petsAllowedFree; + } + public function getPetsAllowedFree() + { + return $this->petsAllowedFree; + } + public function setPetsAllowedFreeException($petsAllowedFreeException) + { + $this->petsAllowedFreeException = $petsAllowedFreeException; + } + public function getPetsAllowedFreeException() + { + return $this->petsAllowedFreeException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/PhysicalDistancing.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/PhysicalDistancing.php new file mode 100644 index 000000000000..b2a9abeb6916 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/PhysicalDistancing.php @@ -0,0 +1,111 @@ +commonAreasPhysicalDistancingArranged = $commonAreasPhysicalDistancingArranged; + } + public function getCommonAreasPhysicalDistancingArranged() + { + return $this->commonAreasPhysicalDistancingArranged; + } + public function setCommonAreasPhysicalDistancingArrangedException($commonAreasPhysicalDistancingArrangedException) + { + $this->commonAreasPhysicalDistancingArrangedException = $commonAreasPhysicalDistancingArrangedException; + } + public function getCommonAreasPhysicalDistancingArrangedException() + { + return $this->commonAreasPhysicalDistancingArrangedException; + } + public function setPhysicalDistancingRequired($physicalDistancingRequired) + { + $this->physicalDistancingRequired = $physicalDistancingRequired; + } + public function getPhysicalDistancingRequired() + { + return $this->physicalDistancingRequired; + } + public function setPhysicalDistancingRequiredException($physicalDistancingRequiredException) + { + $this->physicalDistancingRequiredException = $physicalDistancingRequiredException; + } + public function getPhysicalDistancingRequiredException() + { + return $this->physicalDistancingRequiredException; + } + public function setSafetyDividers($safetyDividers) + { + $this->safetyDividers = $safetyDividers; + } + public function getSafetyDividers() + { + return $this->safetyDividers; + } + public function setSafetyDividersException($safetyDividersException) + { + $this->safetyDividersException = $safetyDividersException; + } + public function getSafetyDividersException() + { + return $this->safetyDividersException; + } + public function setSharedAreasLimitedOccupancy($sharedAreasLimitedOccupancy) + { + $this->sharedAreasLimitedOccupancy = $sharedAreasLimitedOccupancy; + } + public function getSharedAreasLimitedOccupancy() + { + return $this->sharedAreasLimitedOccupancy; + } + public function setSharedAreasLimitedOccupancyException($sharedAreasLimitedOccupancyException) + { + $this->sharedAreasLimitedOccupancyException = $sharedAreasLimitedOccupancyException; + } + public function getSharedAreasLimitedOccupancyException() + { + return $this->sharedAreasLimitedOccupancyException; + } + public function setWellnessAreasHavePrivateSpaces($wellnessAreasHavePrivateSpaces) + { + $this->wellnessAreasHavePrivateSpaces = $wellnessAreasHavePrivateSpaces; + } + public function getWellnessAreasHavePrivateSpaces() + { + return $this->wellnessAreasHavePrivateSpaces; + } + public function setWellnessAreasHavePrivateSpacesException($wellnessAreasHavePrivateSpacesException) + { + $this->wellnessAreasHavePrivateSpacesException = $wellnessAreasHavePrivateSpacesException; + } + public function getWellnessAreasHavePrivateSpacesException() + { + return $this->wellnessAreasHavePrivateSpacesException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Policies.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Policies.php new file mode 100644 index 000000000000..6cc22012f5ea --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Policies.php @@ -0,0 +1,195 @@ +allInclusiveAvailable = $allInclusiveAvailable; + } + public function getAllInclusiveAvailable() + { + return $this->allInclusiveAvailable; + } + public function setAllInclusiveAvailableException($allInclusiveAvailableException) + { + $this->allInclusiveAvailableException = $allInclusiveAvailableException; + } + public function getAllInclusiveAvailableException() + { + return $this->allInclusiveAvailableException; + } + public function setAllInclusiveOnly($allInclusiveOnly) + { + $this->allInclusiveOnly = $allInclusiveOnly; + } + public function getAllInclusiveOnly() + { + return $this->allInclusiveOnly; + } + public function setAllInclusiveOnlyException($allInclusiveOnlyException) + { + $this->allInclusiveOnlyException = $allInclusiveOnlyException; + } + public function getAllInclusiveOnlyException() + { + return $this->allInclusiveOnlyException; + } + /** + * @param Google_Service_MyBusinessLodging_TimeOfDay + */ + public function setCheckinTime(Google_Service_MyBusinessLodging_TimeOfDay $checkinTime) + { + $this->checkinTime = $checkinTime; + } + /** + * @return Google_Service_MyBusinessLodging_TimeOfDay + */ + public function getCheckinTime() + { + return $this->checkinTime; + } + public function setCheckinTimeException($checkinTimeException) + { + $this->checkinTimeException = $checkinTimeException; + } + public function getCheckinTimeException() + { + return $this->checkinTimeException; + } + /** + * @param Google_Service_MyBusinessLodging_TimeOfDay + */ + public function setCheckoutTime(Google_Service_MyBusinessLodging_TimeOfDay $checkoutTime) + { + $this->checkoutTime = $checkoutTime; + } + /** + * @return Google_Service_MyBusinessLodging_TimeOfDay + */ + public function getCheckoutTime() + { + return $this->checkoutTime; + } + public function setCheckoutTimeException($checkoutTimeException) + { + $this->checkoutTimeException = $checkoutTimeException; + } + public function getCheckoutTimeException() + { + return $this->checkoutTimeException; + } + public function setKidsStayFree($kidsStayFree) + { + $this->kidsStayFree = $kidsStayFree; + } + public function getKidsStayFree() + { + return $this->kidsStayFree; + } + public function setKidsStayFreeException($kidsStayFreeException) + { + $this->kidsStayFreeException = $kidsStayFreeException; + } + public function getKidsStayFreeException() + { + return $this->kidsStayFreeException; + } + public function setMaxChildAge($maxChildAge) + { + $this->maxChildAge = $maxChildAge; + } + public function getMaxChildAge() + { + return $this->maxChildAge; + } + public function setMaxChildAgeException($maxChildAgeException) + { + $this->maxChildAgeException = $maxChildAgeException; + } + public function getMaxChildAgeException() + { + return $this->maxChildAgeException; + } + public function setMaxKidsStayFreeCount($maxKidsStayFreeCount) + { + $this->maxKidsStayFreeCount = $maxKidsStayFreeCount; + } + public function getMaxKidsStayFreeCount() + { + return $this->maxKidsStayFreeCount; + } + public function setMaxKidsStayFreeCountException($maxKidsStayFreeCountException) + { + $this->maxKidsStayFreeCountException = $maxKidsStayFreeCountException; + } + public function getMaxKidsStayFreeCountException() + { + return $this->maxKidsStayFreeCountException; + } + /** + * @param Google_Service_MyBusinessLodging_PaymentOptions + */ + public function setPaymentOptions(Google_Service_MyBusinessLodging_PaymentOptions $paymentOptions) + { + $this->paymentOptions = $paymentOptions; + } + /** + * @return Google_Service_MyBusinessLodging_PaymentOptions + */ + public function getPaymentOptions() + { + return $this->paymentOptions; + } + public function setSmokeFreeProperty($smokeFreeProperty) + { + $this->smokeFreeProperty = $smokeFreeProperty; + } + public function getSmokeFreeProperty() + { + return $this->smokeFreeProperty; + } + public function setSmokeFreePropertyException($smokeFreePropertyException) + { + $this->smokeFreePropertyException = $smokeFreePropertyException; + } + public function getSmokeFreePropertyException() + { + return $this->smokeFreePropertyException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Pools.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Pools.php new file mode 100644 index 000000000000..7981a398c465 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Pools.php @@ -0,0 +1,273 @@ +adultPool = $adultPool; + } + public function getAdultPool() + { + return $this->adultPool; + } + public function setAdultPoolException($adultPoolException) + { + $this->adultPoolException = $adultPoolException; + } + public function getAdultPoolException() + { + return $this->adultPoolException; + } + public function setHotTub($hotTub) + { + $this->hotTub = $hotTub; + } + public function getHotTub() + { + return $this->hotTub; + } + public function setHotTubException($hotTubException) + { + $this->hotTubException = $hotTubException; + } + public function getHotTubException() + { + return $this->hotTubException; + } + public function setIndoorPool($indoorPool) + { + $this->indoorPool = $indoorPool; + } + public function getIndoorPool() + { + return $this->indoorPool; + } + public function setIndoorPoolException($indoorPoolException) + { + $this->indoorPoolException = $indoorPoolException; + } + public function getIndoorPoolException() + { + return $this->indoorPoolException; + } + public function setIndoorPoolsCount($indoorPoolsCount) + { + $this->indoorPoolsCount = $indoorPoolsCount; + } + public function getIndoorPoolsCount() + { + return $this->indoorPoolsCount; + } + public function setIndoorPoolsCountException($indoorPoolsCountException) + { + $this->indoorPoolsCountException = $indoorPoolsCountException; + } + public function getIndoorPoolsCountException() + { + return $this->indoorPoolsCountException; + } + public function setLazyRiver($lazyRiver) + { + $this->lazyRiver = $lazyRiver; + } + public function getLazyRiver() + { + return $this->lazyRiver; + } + public function setLazyRiverException($lazyRiverException) + { + $this->lazyRiverException = $lazyRiverException; + } + public function getLazyRiverException() + { + return $this->lazyRiverException; + } + public function setLifeguard($lifeguard) + { + $this->lifeguard = $lifeguard; + } + public function getLifeguard() + { + return $this->lifeguard; + } + public function setLifeguardException($lifeguardException) + { + $this->lifeguardException = $lifeguardException; + } + public function getLifeguardException() + { + return $this->lifeguardException; + } + public function setOutdoorPool($outdoorPool) + { + $this->outdoorPool = $outdoorPool; + } + public function getOutdoorPool() + { + return $this->outdoorPool; + } + public function setOutdoorPoolException($outdoorPoolException) + { + $this->outdoorPoolException = $outdoorPoolException; + } + public function getOutdoorPoolException() + { + return $this->outdoorPoolException; + } + public function setOutdoorPoolsCount($outdoorPoolsCount) + { + $this->outdoorPoolsCount = $outdoorPoolsCount; + } + public function getOutdoorPoolsCount() + { + return $this->outdoorPoolsCount; + } + public function setOutdoorPoolsCountException($outdoorPoolsCountException) + { + $this->outdoorPoolsCountException = $outdoorPoolsCountException; + } + public function getOutdoorPoolsCountException() + { + return $this->outdoorPoolsCountException; + } + public function setPool($pool) + { + $this->pool = $pool; + } + public function getPool() + { + return $this->pool; + } + public function setPoolException($poolException) + { + $this->poolException = $poolException; + } + public function getPoolException() + { + return $this->poolException; + } + public function setPoolsCount($poolsCount) + { + $this->poolsCount = $poolsCount; + } + public function getPoolsCount() + { + return $this->poolsCount; + } + public function setPoolsCountException($poolsCountException) + { + $this->poolsCountException = $poolsCountException; + } + public function getPoolsCountException() + { + return $this->poolsCountException; + } + public function setWadingPool($wadingPool) + { + $this->wadingPool = $wadingPool; + } + public function getWadingPool() + { + return $this->wadingPool; + } + public function setWadingPoolException($wadingPoolException) + { + $this->wadingPoolException = $wadingPoolException; + } + public function getWadingPoolException() + { + return $this->wadingPoolException; + } + public function setWaterPark($waterPark) + { + $this->waterPark = $waterPark; + } + public function getWaterPark() + { + return $this->waterPark; + } + public function setWaterParkException($waterParkException) + { + $this->waterParkException = $waterParkException; + } + public function getWaterParkException() + { + return $this->waterParkException; + } + public function setWaterslide($waterslide) + { + $this->waterslide = $waterslide; + } + public function getWaterslide() + { + return $this->waterslide; + } + public function setWaterslideException($waterslideException) + { + $this->waterslideException = $waterslideException; + } + public function getWaterslideException() + { + return $this->waterslideException; + } + public function setWavePool($wavePool) + { + $this->wavePool = $wavePool; + } + public function getWavePool() + { + return $this->wavePool; + } + public function setWavePoolException($wavePoolException) + { + $this->wavePoolException = $wavePoolException; + } + public function getWavePoolException() + { + return $this->wavePoolException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Property.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Property.php new file mode 100644 index 000000000000..ee67f501a24d --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Property.php @@ -0,0 +1,93 @@ +builtYear = $builtYear; + } + public function getBuiltYear() + { + return $this->builtYear; + } + public function setBuiltYearException($builtYearException) + { + $this->builtYearException = $builtYearException; + } + public function getBuiltYearException() + { + return $this->builtYearException; + } + public function setFloorsCount($floorsCount) + { + $this->floorsCount = $floorsCount; + } + public function getFloorsCount() + { + return $this->floorsCount; + } + public function setFloorsCountException($floorsCountException) + { + $this->floorsCountException = $floorsCountException; + } + public function getFloorsCountException() + { + return $this->floorsCountException; + } + public function setLastRenovatedYear($lastRenovatedYear) + { + $this->lastRenovatedYear = $lastRenovatedYear; + } + public function getLastRenovatedYear() + { + return $this->lastRenovatedYear; + } + public function setLastRenovatedYearException($lastRenovatedYearException) + { + $this->lastRenovatedYearException = $lastRenovatedYearException; + } + public function getLastRenovatedYearException() + { + return $this->lastRenovatedYearException; + } + public function setRoomsCount($roomsCount) + { + $this->roomsCount = $roomsCount; + } + public function getRoomsCount() + { + return $this->roomsCount; + } + public function setRoomsCountException($roomsCountException) + { + $this->roomsCountException = $roomsCountException; + } + public function getRoomsCountException() + { + return $this->roomsCountException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Resource/Locations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Resource/Locations.php new file mode 100644 index 000000000000..ec40376343d3 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Resource/Locations.php @@ -0,0 +1,64 @@ + + * $mybusinesslodgingService = new Google_Service_MyBusinessLodging(...); + * $locations = $mybusinesslodgingService->locations; + * + */ +class Google_Service_MyBusinessLodging_Resource_Locations extends Google_Service_Resource +{ + /** + * Returns the Lodging of a specific location. (locations.getLodging) + * + * @param string $name Required. Google identifier for this location in the + * form: `locations/{location_id}/lodging` + * @param array $optParams Optional parameters. + * + * @opt_param string readMask Required. The specific fields to return. Use "*" + * to include all fields. Repeated field items cannot be individually specified. + * @return Google_Service_MyBusinessLodging_Lodging + */ + public function getLodging($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getLodging', array($params), "Google_Service_MyBusinessLodging_Lodging"); + } + /** + * Updates the Lodging of a specific location. (locations.updateLodging) + * + * @param string $name Required. Google identifier for this location in the + * form: `locations/{location_id}/lodging` + * @param Google_Service_MyBusinessLodging_Lodging $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. The specific fields to update. Use "*" + * to update all fields, which may include unsetting empty fields in the + * request. Repeated field items cannot be individually updated. + * @return Google_Service_MyBusinessLodging_Lodging + */ + public function updateLodging($name, Google_Service_MyBusinessLodging_Lodging $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateLodging', array($params), "Google_Service_MyBusinessLodging_Lodging"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Resource/LocationsLodging.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Resource/LocationsLodging.php new file mode 100644 index 000000000000..73ee31e2a672 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Resource/LocationsLodging.php @@ -0,0 +1,46 @@ + + * $mybusinesslodgingService = new Google_Service_MyBusinessLodging(...); + * $lodging = $mybusinesslodgingService->lodging; + * + */ +class Google_Service_MyBusinessLodging_Resource_LocationsLodging extends Google_Service_Resource +{ + /** + * Returns the Google updated Lodging of a specific location. + * (lodging.getGoogleUpdated) + * + * @param string $name Required. Google identifier for this location in the + * form: `accounts/{account_id}/locations/{location_id}/lodging` + * @param array $optParams Optional parameters. + * + * @opt_param string readMask Required. The specific fields to return. Use "*" + * to include all fields. Repeated field items cannot be individually specified. + * @return Google_Service_MyBusinessLodging_GetGoogleUpdatedLodgingResponse + */ + public function getGoogleUpdated($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('getGoogleUpdated', array($params), "Google_Service_MyBusinessLodging_GetGoogleUpdatedLodgingResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Services.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Services.php new file mode 100644 index 000000000000..a54873fc1226 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Services.php @@ -0,0 +1,254 @@ +baggageStorage = $baggageStorage; + } + public function getBaggageStorage() + { + return $this->baggageStorage; + } + public function setBaggageStorageException($baggageStorageException) + { + $this->baggageStorageException = $baggageStorageException; + } + public function getBaggageStorageException() + { + return $this->baggageStorageException; + } + public function setConcierge($concierge) + { + $this->concierge = $concierge; + } + public function getConcierge() + { + return $this->concierge; + } + public function setConciergeException($conciergeException) + { + $this->conciergeException = $conciergeException; + } + public function getConciergeException() + { + return $this->conciergeException; + } + public function setConvenienceStore($convenienceStore) + { + $this->convenienceStore = $convenienceStore; + } + public function getConvenienceStore() + { + return $this->convenienceStore; + } + public function setConvenienceStoreException($convenienceStoreException) + { + $this->convenienceStoreException = $convenienceStoreException; + } + public function getConvenienceStoreException() + { + return $this->convenienceStoreException; + } + public function setCurrencyExchange($currencyExchange) + { + $this->currencyExchange = $currencyExchange; + } + public function getCurrencyExchange() + { + return $this->currencyExchange; + } + public function setCurrencyExchangeException($currencyExchangeException) + { + $this->currencyExchangeException = $currencyExchangeException; + } + public function getCurrencyExchangeException() + { + return $this->currencyExchangeException; + } + public function setElevator($elevator) + { + $this->elevator = $elevator; + } + public function getElevator() + { + return $this->elevator; + } + public function setElevatorException($elevatorException) + { + $this->elevatorException = $elevatorException; + } + public function getElevatorException() + { + return $this->elevatorException; + } + public function setFrontDesk($frontDesk) + { + $this->frontDesk = $frontDesk; + } + public function getFrontDesk() + { + return $this->frontDesk; + } + public function setFrontDeskException($frontDeskException) + { + $this->frontDeskException = $frontDeskException; + } + public function getFrontDeskException() + { + return $this->frontDeskException; + } + public function setFullServiceLaundry($fullServiceLaundry) + { + $this->fullServiceLaundry = $fullServiceLaundry; + } + public function getFullServiceLaundry() + { + return $this->fullServiceLaundry; + } + public function setFullServiceLaundryException($fullServiceLaundryException) + { + $this->fullServiceLaundryException = $fullServiceLaundryException; + } + public function getFullServiceLaundryException() + { + return $this->fullServiceLaundryException; + } + public function setGiftShop($giftShop) + { + $this->giftShop = $giftShop; + } + public function getGiftShop() + { + return $this->giftShop; + } + public function setGiftShopException($giftShopException) + { + $this->giftShopException = $giftShopException; + } + public function getGiftShopException() + { + return $this->giftShopException; + } + /** + * @param Google_Service_MyBusinessLodging_LanguageSpoken[] + */ + public function setLanguagesSpoken($languagesSpoken) + { + $this->languagesSpoken = $languagesSpoken; + } + /** + * @return Google_Service_MyBusinessLodging_LanguageSpoken[] + */ + public function getLanguagesSpoken() + { + return $this->languagesSpoken; + } + public function setSelfServiceLaundry($selfServiceLaundry) + { + $this->selfServiceLaundry = $selfServiceLaundry; + } + public function getSelfServiceLaundry() + { + return $this->selfServiceLaundry; + } + public function setSelfServiceLaundryException($selfServiceLaundryException) + { + $this->selfServiceLaundryException = $selfServiceLaundryException; + } + public function getSelfServiceLaundryException() + { + return $this->selfServiceLaundryException; + } + public function setSocialHour($socialHour) + { + $this->socialHour = $socialHour; + } + public function getSocialHour() + { + return $this->socialHour; + } + public function setSocialHourException($socialHourException) + { + $this->socialHourException = $socialHourException; + } + public function getSocialHourException() + { + return $this->socialHourException; + } + public function setTwentyFourHourFrontDesk($twentyFourHourFrontDesk) + { + $this->twentyFourHourFrontDesk = $twentyFourHourFrontDesk; + } + public function getTwentyFourHourFrontDesk() + { + return $this->twentyFourHourFrontDesk; + } + public function setTwentyFourHourFrontDeskException($twentyFourHourFrontDeskException) + { + $this->twentyFourHourFrontDeskException = $twentyFourHourFrontDeskException; + } + public function getTwentyFourHourFrontDeskException() + { + return $this->twentyFourHourFrontDeskException; + } + public function setWakeUpCalls($wakeUpCalls) + { + $this->wakeUpCalls = $wakeUpCalls; + } + public function getWakeUpCalls() + { + return $this->wakeUpCalls; + } + public function setWakeUpCallsException($wakeUpCallsException) + { + $this->wakeUpCallsException = $wakeUpCallsException; + } + public function getWakeUpCallsException() + { + return $this->wakeUpCallsException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/TimeOfDay.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/TimeOfDay.php new file mode 100644 index 000000000000..a2eaae4cd636 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/TimeOfDay.php @@ -0,0 +1,57 @@ +hours = $hours; + } + public function getHours() + { + return $this->hours; + } + public function setMinutes($minutes) + { + $this->minutes = $minutes; + } + public function getMinutes() + { + return $this->minutes; + } + public function setNanos($nanos) + { + $this->nanos = $nanos; + } + public function getNanos() + { + return $this->nanos; + } + public function setSeconds($seconds) + { + $this->seconds = $seconds; + } + public function getSeconds() + { + return $this->seconds; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Transportation.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Transportation.php new file mode 100644 index 000000000000..650ccf0c12ee --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Transportation.php @@ -0,0 +1,147 @@ +airportShuttle = $airportShuttle; + } + public function getAirportShuttle() + { + return $this->airportShuttle; + } + public function setAirportShuttleException($airportShuttleException) + { + $this->airportShuttleException = $airportShuttleException; + } + public function getAirportShuttleException() + { + return $this->airportShuttleException; + } + public function setCarRentalOnProperty($carRentalOnProperty) + { + $this->carRentalOnProperty = $carRentalOnProperty; + } + public function getCarRentalOnProperty() + { + return $this->carRentalOnProperty; + } + public function setCarRentalOnPropertyException($carRentalOnPropertyException) + { + $this->carRentalOnPropertyException = $carRentalOnPropertyException; + } + public function getCarRentalOnPropertyException() + { + return $this->carRentalOnPropertyException; + } + public function setFreeAirportShuttle($freeAirportShuttle) + { + $this->freeAirportShuttle = $freeAirportShuttle; + } + public function getFreeAirportShuttle() + { + return $this->freeAirportShuttle; + } + public function setFreeAirportShuttleException($freeAirportShuttleException) + { + $this->freeAirportShuttleException = $freeAirportShuttleException; + } + public function getFreeAirportShuttleException() + { + return $this->freeAirportShuttleException; + } + public function setFreePrivateCarService($freePrivateCarService) + { + $this->freePrivateCarService = $freePrivateCarService; + } + public function getFreePrivateCarService() + { + return $this->freePrivateCarService; + } + public function setFreePrivateCarServiceException($freePrivateCarServiceException) + { + $this->freePrivateCarServiceException = $freePrivateCarServiceException; + } + public function getFreePrivateCarServiceException() + { + return $this->freePrivateCarServiceException; + } + public function setLocalShuttle($localShuttle) + { + $this->localShuttle = $localShuttle; + } + public function getLocalShuttle() + { + return $this->localShuttle; + } + public function setLocalShuttleException($localShuttleException) + { + $this->localShuttleException = $localShuttleException; + } + public function getLocalShuttleException() + { + return $this->localShuttleException; + } + public function setPrivateCarService($privateCarService) + { + $this->privateCarService = $privateCarService; + } + public function getPrivateCarService() + { + return $this->privateCarService; + } + public function setPrivateCarServiceException($privateCarServiceException) + { + $this->privateCarServiceException = $privateCarServiceException; + } + public function getPrivateCarServiceException() + { + return $this->privateCarServiceException; + } + public function setTransfer($transfer) + { + $this->transfer = $transfer; + } + public function getTransfer() + { + return $this->transfer; + } + public function setTransferException($transferException) + { + $this->transferException = $transferException; + } + public function getTransferException() + { + return $this->transferException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/ViewsFromUnit.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/ViewsFromUnit.php new file mode 100644 index 000000000000..b2aa3a321721 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/ViewsFromUnit.php @@ -0,0 +1,165 @@ +beachView = $beachView; + } + public function getBeachView() + { + return $this->beachView; + } + public function setBeachViewException($beachViewException) + { + $this->beachViewException = $beachViewException; + } + public function getBeachViewException() + { + return $this->beachViewException; + } + public function setCityView($cityView) + { + $this->cityView = $cityView; + } + public function getCityView() + { + return $this->cityView; + } + public function setCityViewException($cityViewException) + { + $this->cityViewException = $cityViewException; + } + public function getCityViewException() + { + return $this->cityViewException; + } + public function setGardenView($gardenView) + { + $this->gardenView = $gardenView; + } + public function getGardenView() + { + return $this->gardenView; + } + public function setGardenViewException($gardenViewException) + { + $this->gardenViewException = $gardenViewException; + } + public function getGardenViewException() + { + return $this->gardenViewException; + } + public function setLakeView($lakeView) + { + $this->lakeView = $lakeView; + } + public function getLakeView() + { + return $this->lakeView; + } + public function setLakeViewException($lakeViewException) + { + $this->lakeViewException = $lakeViewException; + } + public function getLakeViewException() + { + return $this->lakeViewException; + } + public function setLandmarkView($landmarkView) + { + $this->landmarkView = $landmarkView; + } + public function getLandmarkView() + { + return $this->landmarkView; + } + public function setLandmarkViewException($landmarkViewException) + { + $this->landmarkViewException = $landmarkViewException; + } + public function getLandmarkViewException() + { + return $this->landmarkViewException; + } + public function setOceanView($oceanView) + { + $this->oceanView = $oceanView; + } + public function getOceanView() + { + return $this->oceanView; + } + public function setOceanViewException($oceanViewException) + { + $this->oceanViewException = $oceanViewException; + } + public function getOceanViewException() + { + return $this->oceanViewException; + } + public function setPoolView($poolView) + { + $this->poolView = $poolView; + } + public function getPoolView() + { + return $this->poolView; + } + public function setPoolViewException($poolViewException) + { + $this->poolViewException = $poolViewException; + } + public function getPoolViewException() + { + return $this->poolViewException; + } + public function setValleyView($valleyView) + { + $this->valleyView = $valleyView; + } + public function getValleyView() + { + return $this->valleyView; + } + public function setValleyViewException($valleyViewException) + { + $this->valleyViewException = $valleyViewException; + } + public function getValleyViewException() + { + return $this->valleyViewException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Wellness.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Wellness.php new file mode 100644 index 000000000000..6ba95eeaf01d --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/Wellness.php @@ -0,0 +1,219 @@ +doctorOnCall = $doctorOnCall; + } + public function getDoctorOnCall() + { + return $this->doctorOnCall; + } + public function setDoctorOnCallException($doctorOnCallException) + { + $this->doctorOnCallException = $doctorOnCallException; + } + public function getDoctorOnCallException() + { + return $this->doctorOnCallException; + } + public function setEllipticalMachine($ellipticalMachine) + { + $this->ellipticalMachine = $ellipticalMachine; + } + public function getEllipticalMachine() + { + return $this->ellipticalMachine; + } + public function setEllipticalMachineException($ellipticalMachineException) + { + $this->ellipticalMachineException = $ellipticalMachineException; + } + public function getEllipticalMachineException() + { + return $this->ellipticalMachineException; + } + public function setFitnessCenter($fitnessCenter) + { + $this->fitnessCenter = $fitnessCenter; + } + public function getFitnessCenter() + { + return $this->fitnessCenter; + } + public function setFitnessCenterException($fitnessCenterException) + { + $this->fitnessCenterException = $fitnessCenterException; + } + public function getFitnessCenterException() + { + return $this->fitnessCenterException; + } + public function setFreeFitnessCenter($freeFitnessCenter) + { + $this->freeFitnessCenter = $freeFitnessCenter; + } + public function getFreeFitnessCenter() + { + return $this->freeFitnessCenter; + } + public function setFreeFitnessCenterException($freeFitnessCenterException) + { + $this->freeFitnessCenterException = $freeFitnessCenterException; + } + public function getFreeFitnessCenterException() + { + return $this->freeFitnessCenterException; + } + public function setFreeWeights($freeWeights) + { + $this->freeWeights = $freeWeights; + } + public function getFreeWeights() + { + return $this->freeWeights; + } + public function setFreeWeightsException($freeWeightsException) + { + $this->freeWeightsException = $freeWeightsException; + } + public function getFreeWeightsException() + { + return $this->freeWeightsException; + } + public function setMassage($massage) + { + $this->massage = $massage; + } + public function getMassage() + { + return $this->massage; + } + public function setMassageException($massageException) + { + $this->massageException = $massageException; + } + public function getMassageException() + { + return $this->massageException; + } + public function setSalon($salon) + { + $this->salon = $salon; + } + public function getSalon() + { + return $this->salon; + } + public function setSalonException($salonException) + { + $this->salonException = $salonException; + } + public function getSalonException() + { + return $this->salonException; + } + public function setSauna($sauna) + { + $this->sauna = $sauna; + } + public function getSauna() + { + return $this->sauna; + } + public function setSaunaException($saunaException) + { + $this->saunaException = $saunaException; + } + public function getSaunaException() + { + return $this->saunaException; + } + public function setSpa($spa) + { + $this->spa = $spa; + } + public function getSpa() + { + return $this->spa; + } + public function setSpaException($spaException) + { + $this->spaException = $spaException; + } + public function getSpaException() + { + return $this->spaException; + } + public function setTreadmill($treadmill) + { + $this->treadmill = $treadmill; + } + public function getTreadmill() + { + return $this->treadmill; + } + public function setTreadmillException($treadmillException) + { + $this->treadmillException = $treadmillException; + } + public function getTreadmillException() + { + return $this->treadmillException; + } + public function setWeightMachine($weightMachine) + { + $this->weightMachine = $weightMachine; + } + public function getWeightMachine() + { + return $this->weightMachine; + } + public function setWeightMachineException($weightMachineException) + { + $this->weightMachineException = $weightMachineException; + } + public function getWeightMachineException() + { + return $this->weightMachineException; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions.php new file mode 100644 index 000000000000..746fb1e91f1e --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions.php @@ -0,0 +1,163 @@ + + * The My Business Place Actions API provides an interface for managing place + * action links of a location on Google. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_MyBusinessPlaceActions extends Google_Service +{ + + + public $locations_placeActionLinks; + public $placeActionTypeMetadata; + + /** + * Constructs the internal representation of the MyBusinessPlaceActions + * 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://mybusinessplaceactions.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'mybusinessplaceactions'; + + $this->locations_placeActionLinks = new Google_Service_MyBusinessPlaceActions_Resource_LocationsPlaceActionLinks( + $this, + $this->serviceName, + 'placeActionLinks', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/placeActionLinks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/placeActionLinks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->placeActionTypeMetadata = new Google_Service_MyBusinessPlaceActions_Resource_PlaceActionTypeMetadata( + $this, + $this->serviceName, + 'placeActionTypeMetadata', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/placeActionTypeMetadata', + 'httpMethod' => 'GET', + 'parameters' => array( + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php new file mode 100644 index 000000000000..cdff3fea0a77 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/ListPlaceActionLinksResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_MyBusinessPlaceActions_PlaceActionLink[] + */ + public function setPlaceActionLinks($placeActionLinks) + { + $this->placeActionLinks = $placeActionLinks; + } + /** + * @return Google_Service_MyBusinessPlaceActions_PlaceActionLink[] + */ + public function getPlaceActionLinks() + { + return $this->placeActionLinks; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php new file mode 100644 index 000000000000..3e428876ff75 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/ListPlaceActionTypeMetadataResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_MyBusinessPlaceActions_PlaceActionTypeMetadata[] + */ + public function setPlaceActionTypeMetadata($placeActionTypeMetadata) + { + $this->placeActionTypeMetadata = $placeActionTypeMetadata; + } + /** + * @return Google_Service_MyBusinessPlaceActions_PlaceActionTypeMetadata[] + */ + public function getPlaceActionTypeMetadata() + { + return $this->placeActionTypeMetadata; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/MybusinessplaceactionsEmpty.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/MybusinessplaceactionsEmpty.php new file mode 100644 index 000000000000..66cdd3427201 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/MybusinessplaceactionsEmpty.php @@ -0,0 +1,20 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setIsEditable($isEditable) + { + $this->isEditable = $isEditable; + } + public function getIsEditable() + { + return $this->isEditable; + } + public function setIsPreferred($isPreferred) + { + $this->isPreferred = $isPreferred; + } + public function getIsPreferred() + { + return $this->isPreferred; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPlaceActionType($placeActionType) + { + $this->placeActionType = $placeActionType; + } + public function getPlaceActionType() + { + return $this->placeActionType; + } + public function setProviderType($providerType) + { + $this->providerType = $providerType; + } + public function getProviderType() + { + return $this->providerType; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/PlaceActionTypeMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/PlaceActionTypeMetadata.php new file mode 100644 index 000000000000..c2aadf6a9245 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/PlaceActionTypeMetadata.php @@ -0,0 +1,39 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setPlaceActionType($placeActionType) + { + $this->placeActionType = $placeActionType; + } + public function getPlaceActionType() + { + return $this->placeActionType; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/Locations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/Locations.php new file mode 100644 index 000000000000..708de3fd0edc --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/Locations.php @@ -0,0 +1,28 @@ + + * $mybusinessplaceactionsService = new Google_Service_MyBusinessPlaceActions(...); + * $locations = $mybusinessplaceactionsService->locations; + * + */ +class Google_Service_MyBusinessPlaceActions_Resource_Locations extends Google_Service_Resource +{ +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/LocationsPlaceActionLinks.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/LocationsPlaceActionLinks.php new file mode 100644 index 000000000000..6755eb7e2dd2 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/LocationsPlaceActionLinks.php @@ -0,0 +1,124 @@ + + * $mybusinessplaceactionsService = new Google_Service_MyBusinessPlaceActions(...); + * $placeActionLinks = $mybusinessplaceactionsService->placeActionLinks; + * + */ +class Google_Service_MyBusinessPlaceActions_Resource_LocationsPlaceActionLinks extends Google_Service_Resource +{ + /** + * Creates a place action link associated with the specified location, and + * returns it. The request is considered duplicate if the `parent`, + * `place_action_link.uri` and `place_action_link.place_action_type` are the + * same as a previous request. (placeActionLinks.create) + * + * @param string $parent Required. The resource name of the location where to + * create this place action link. `locations/{location_id}`. + * @param Google_Service_MyBusinessPlaceActions_PlaceActionLink $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_MyBusinessPlaceActions_PlaceActionLink + */ + public function create($parent, Google_Service_MyBusinessPlaceActions_PlaceActionLink $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_MyBusinessPlaceActions_PlaceActionLink"); + } + /** + * Deletes a place action link from the specified location. + * (placeActionLinks.delete) + * + * @param string $name Required. The resource name of the place action link to + * remove from the location. + * @param array $optParams Optional parameters. + * @return Google_Service_MyBusinessPlaceActions_MybusinessplaceactionsEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_MyBusinessPlaceActions_MybusinessplaceactionsEmpty"); + } + /** + * Gets the specified place action link. (placeActionLinks.get) + * + * @param string $name Required. The name of the place action link to fetch. + * @param array $optParams Optional parameters. + * @return Google_Service_MyBusinessPlaceActions_PlaceActionLink + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_MyBusinessPlaceActions_PlaceActionLink"); + } + /** + * Lists the place action links for the specified location. + * (placeActionLinks.listLocationsPlaceActionLinks) + * + * @param string $parent Required. The name of the location whose place action + * links will be listed. `locations/{location_id}`. + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. A filter constraining the place action + * links to return. The response includes entries that match the filter. We + * support only the following filter: 1. place_action_type=XYZ where XYZ is a + * valid PlaceActionType. + * @opt_param int pageSize Optional. How many place action links to return per + * page. Default of 10. The minimum is 1. + * @opt_param string pageToken Optional. If specified, returns the next page of + * place action links. + * @return Google_Service_MyBusinessPlaceActions_ListPlaceActionLinksResponse + */ + public function listLocationsPlaceActionLinks($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_MyBusinessPlaceActions_ListPlaceActionLinksResponse"); + } + /** + * Updates the specified place action link and returns it. + * (placeActionLinks.patch) + * + * @param string $name Optional. The resource name, in the format + * `locations/{location_id}/placeActionLinks/{place_action_link_id}`. The name + * field will only be considered in UpdatePlaceActionLink and + * DeletePlaceActionLink requests for updating and deleting links respectively. + * However, it will be ignored in CreatePlaceActionLink request, where + * `place_action_link_id` will be assigned by the server on successful creation + * of a new link and returned as part of the response. + * @param Google_Service_MyBusinessPlaceActions_PlaceActionLink $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Required. The specific fields to update. The + * only editable fields are `uri`, `place_action_type` and `is_preferred`. If + * the updated link already exists at the same location with the same + * `place_action_type` and `uri`, fails with an `ALREADY_EXISTS` error. + * @return Google_Service_MyBusinessPlaceActions_PlaceActionLink + */ + public function patch($name, Google_Service_MyBusinessPlaceActions_PlaceActionLink $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_MyBusinessPlaceActions_PlaceActionLink"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/PlaceActionTypeMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/PlaceActionTypeMetadata.php new file mode 100644 index 000000000000..0e8869e195c4 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessPlaceActions/Resource/PlaceActionTypeMetadata.php @@ -0,0 +1,58 @@ + + * $mybusinessplaceactionsService = new Google_Service_MyBusinessPlaceActions(...); + * $placeActionTypeMetadata = $mybusinessplaceactionsService->placeActionTypeMetadata; + * + */ +class Google_Service_MyBusinessPlaceActions_Resource_PlaceActionTypeMetadata extends Google_Service_Resource +{ + /** + * Returns the list of available place action types for a location or country. + * (placeActionTypeMetadata.listPlaceActionTypeMetadata) + * + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. A filter constraining the place action + * types to return metadata for. The response includes entries that match the + * filter. We support only the following filters: 1. location=XYZ where XYZ is a + * string indicating the resource name of a location, in the format + * `locations/{location_id}`. 2. region_code=XYZ where XYZ is a Unicode CLDR + * region code to find available action types. If no filter is provided, all + * place action types are returned. + * @opt_param string languageCode Optional. The IETF BCP-47 code of language to + * get display names in. If this language is not available, they will be + * provided in English. + * @opt_param int pageSize Optional. How many action types to include per page. + * Default is 10, minimum is 1. + * @opt_param string pageToken Optional. If specified, the next page of place + * action type metadata is retrieved. The `pageToken` is returned when a call to + * `placeActionTypeMetadata.list` returns more results than can fit into the + * requested page size. + * @return Google_Service_MyBusinessPlaceActions_ListPlaceActionTypeMetadataResponse + */ + public function listPlaceActionTypeMetadata($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_MyBusinessPlaceActions_ListPlaceActionTypeMetadataResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/CloudSQLInstanceInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/CloudSQLInstanceInfo.php new file mode 100644 index 000000000000..24fdea22b4ad --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/CloudSQLInstanceInfo.php @@ -0,0 +1,75 @@ +displayName = $displayName; + } + public function getDisplayName() + { + return $this->displayName; + } + public function setExternalIp($externalIp) + { + $this->externalIp = $externalIp; + } + public function getExternalIp() + { + return $this->externalIp; + } + public function setInternalIp($internalIp) + { + $this->internalIp = $internalIp; + } + public function getInternalIp() + { + return $this->internalIp; + } + public function setNetworkUri($networkUri) + { + $this->networkUri = $networkUri; + } + public function getNetworkUri() + { + return $this->networkUri; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/GKEMasterInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/GKEMasterInfo.php new file mode 100644 index 000000000000..0f2b60a791c6 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/GKEMasterInfo.php @@ -0,0 +1,57 @@ +clusterNetworkUri = $clusterNetworkUri; + } + public function getClusterNetworkUri() + { + return $this->clusterNetworkUri; + } + public function setClusterUri($clusterUri) + { + $this->clusterUri = $clusterUri; + } + public function getClusterUri() + { + return $this->clusterUri; + } + public function setExternalIp($externalIp) + { + $this->externalIp = $externalIp; + } + public function getExternalIp() + { + return $this->externalIp; + } + public function setInternalIp($internalIp) + { + $this->internalIp = $internalIp; + } + public function getInternalIp() + { + return $this->internalIp; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocations.php index 5d8a7211c205..1d2800e5b469 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/Resource/ProjectsLocations.php @@ -50,7 +50,7 @@ public function get($name, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_NetworkManagement_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/Step.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/Step.php index 5efff39a2204..97c0bd3df30c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/Step.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/NetworkManagement/Step.php @@ -20,6 +20,8 @@ class Google_Service_NetworkManagement_Step extends Google_Model protected $abortType = 'Google_Service_NetworkManagement_AbortInfo'; protected $abortDataType = ''; public $causesDrop; + protected $cloudSqlInstanceType = 'Google_Service_NetworkManagement_CloudSQLInstanceInfo'; + protected $cloudSqlInstanceDataType = ''; protected $deliverType = 'Google_Service_NetworkManagement_DeliverInfo'; protected $deliverDataType = ''; public $description; @@ -33,6 +35,8 @@ class Google_Service_NetworkManagement_Step extends Google_Model protected $forwardDataType = ''; protected $forwardingRuleType = 'Google_Service_NetworkManagement_ForwardingRuleInfo'; protected $forwardingRuleDataType = ''; + protected $gkeMasterType = 'Google_Service_NetworkManagement_GKEMasterInfo'; + protected $gkeMasterDataType = ''; protected $instanceType = 'Google_Service_NetworkManagement_InstanceInfo'; protected $instanceDataType = ''; protected $loadBalancerType = 'Google_Service_NetworkManagement_LoadBalancerInfo'; @@ -70,6 +74,20 @@ public function getCausesDrop() { return $this->causesDrop; } + /** + * @param Google_Service_NetworkManagement_CloudSQLInstanceInfo + */ + public function setCloudSqlInstance(Google_Service_NetworkManagement_CloudSQLInstanceInfo $cloudSqlInstance) + { + $this->cloudSqlInstance = $cloudSqlInstance; + } + /** + * @return Google_Service_NetworkManagement_CloudSQLInstanceInfo + */ + public function getCloudSqlInstance() + { + return $this->cloudSqlInstance; + } /** * @param Google_Service_NetworkManagement_DeliverInfo */ @@ -162,6 +180,20 @@ public function getForwardingRule() { return $this->forwardingRule; } + /** + * @param Google_Service_NetworkManagement_GKEMasterInfo + */ + public function setGkeMaster(Google_Service_NetworkManagement_GKEMasterInfo $gkeMaster) + { + $this->gkeMaster = $gkeMaster; + } + /** + * @return Google_Service_NetworkManagement_GKEMasterInfo + */ + public function getGkeMaster() + { + return $this->gkeMaster; + } /** * @param Google_Service_NetworkManagement_InstanceInfo */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity.php index e7e55f3916be..c6adf0f97f47 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity.php @@ -31,15 +31,15 @@ */ class Google_Service_Networkconnectivity extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; public $projects_locations; public $projects_locations_global_hubs; + public $projects_locations_global_policyBasedRoutes; public $projects_locations_internalRanges; public $projects_locations_operations; - public $projects_locations_policyBasedRoutes; public $projects_locations_spokes; /** @@ -229,6 +229,50 @@ public function __construct(Google_Client $client, $rootUrl = null) ) ) ); + $this->projects_locations_global_policyBasedRoutes = new Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes( + $this, + $this->serviceName, + 'policyBasedRoutes', + array( + 'methods' => array( + 'getIamPolicy' => array( + 'path' => 'v1alpha1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1alpha1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1alpha1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); $this->projects_locations_internalRanges = new Google_Service_Networkconnectivity_Resource_ProjectsLocationsInternalRanges( $this, $this->serviceName, @@ -335,50 +379,6 @@ public function __construct(Google_Client $client, $rootUrl = null) ) ) ); - $this->projects_locations_policyBasedRoutes = new Google_Service_Networkconnectivity_Resource_ProjectsLocationsPolicyBasedRoutes( - $this, - $this->serviceName, - 'policyBasedRoutes', - array( - 'methods' => array( - 'getIamPolicy' => array( - 'path' => 'v1alpha1/{+resource}:getIamPolicy', - 'httpMethod' => 'GET', - 'parameters' => array( - 'resource' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'options.requestedPolicyVersion' => array( - 'location' => 'query', - 'type' => 'integer', - ), - ), - ),'setIamPolicy' => array( - 'path' => 'v1alpha1/{+resource}:setIamPolicy', - 'httpMethod' => 'POST', - 'parameters' => array( - 'resource' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'testIamPermissions' => array( - 'path' => 'v1alpha1/{+resource}:testIamPermissions', - 'httpMethod' => 'POST', - 'parameters' => array( - 'resource' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); $this->projects_locations_spokes = new Google_Service_Networkconnectivity_Resource_ProjectsLocationsSpokes( $this, $this->serviceName, diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocations.php index 34665c465c00..4cff44c7abdd 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocations.php @@ -46,9 +46,13 @@ public function get($name, $optParams = array()) * applicable. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. - * @opt_param int pageSize The standard list page size. - * @opt_param string pageToken The standard list page token. + * @opt_param string filter A filter to narrow down results to a preferred + * subset. The filtering language accepts strings like "displayName=tokyo", and + * is documented in more detail in [AIP-160](https://google.aip.dev/160). + * @opt_param int pageSize The maximum number of results to return. If not set, + * the service selects a default. + * @opt_param string pageToken A page token received from the `next_page_token` + * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Networkconnectivity_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes.php new file mode 100644 index 000000000000..340fb9928193 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity/Resource/ProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes.php @@ -0,0 +1,93 @@ + + * $networkconnectivityService = new Google_Service_Networkconnectivity(...); + * $policyBasedRoutes = $networkconnectivityService->policyBasedRoutes; + * + */ +class Google_Service_Networkconnectivity_Resource_ProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes extends Google_Service_Resource +{ + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. + * (policyBasedRoutes.getIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * requested. See the operation documentation for the appropriate value for this + * field. + * @param array $optParams Optional parameters. + * + * @opt_param int options.requestedPolicyVersion Optional. The policy format + * version to be returned. Valid values are 0, 1, and 3. Requests specifying an + * invalid value will be rejected. Requests for policies with any conditional + * bindings must specify version 3. Policies without any conditional bindings + * may specify any valid value or leave the field unset. To learn which + * resources support conditions in their IAM policies, see the [IAM + * documentation](https://cloud.google.com/iam/help/conditions/resource- + * policies). + * @return Google_Service_Networkconnectivity_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and + * `PERMISSION_DENIED` errors. (policyBasedRoutes.setIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * specified. See the operation documentation for the appropriate value for this + * field. + * @param Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Networkconnectivity_Policy + */ + public function setIamPolicy($resource, Google_Service_Networkconnectivity_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Networkconnectivity_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. If the + * resource does not exist, this will return an empty set of permissions, not a + * `NOT_FOUND` error. Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization checking. + * This operation may "fail open" without warning. + * (policyBasedRoutes.testIamPermissions) + * + * @param string $resource REQUIRED: The resource for which the policy detail is + * being requested. See the operation documentation for the appropriate value + * for this field. + * @param Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Networkconnectivity_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Networkconnectivity_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Networkconnectivity_TestIamPermissionsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OSConfig.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OSConfig.php index 1ed63c1a20da..7fe902b7573f 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OSConfig.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OSConfig.php @@ -24,14 +24,14 @@ * ** For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. */ class Google_Service_OSConfig extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OSConfig/OSPolicyAssignmentOperationMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OSConfig/OSPolicyAssignmentOperationMetadata.php new file mode 100644 index 000000000000..4b9333ae02f7 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OSConfig/OSPolicyAssignmentOperationMetadata.php @@ -0,0 +1,66 @@ +apiMethod = $apiMethod; + } + public function getApiMethod() + { + return $this->apiMethod; + } + public function setOsPolicyAssignment($osPolicyAssignment) + { + $this->osPolicyAssignment = $osPolicyAssignment; + } + public function getOsPolicyAssignment() + { + return $this->osPolicyAssignment; + } + public function setRolloutStartTime($rolloutStartTime) + { + $this->rolloutStartTime = $rolloutStartTime; + } + public function getRolloutStartTime() + { + return $this->rolloutStartTime; + } + public function setRolloutState($rolloutState) + { + $this->rolloutState = $rolloutState; + } + public function getRolloutState() + { + return $this->rolloutState; + } + public function setRolloutUpdateTime($rolloutUpdateTime) + { + $this->rolloutUpdateTime = $rolloutUpdateTime; + } + public function getRolloutUpdateTime() + { + return $this->rolloutUpdateTime; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning.php index 0b0ae31264b5..4d834bc6c224 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning.php @@ -16,7 +16,7 @@ */ /** - * Service definition for OnDemandScanning (v1beta1). + * Service definition for OnDemandScanning (v1). * ** A service to scan container images for vulnerabilities.
@@ -30,7 +30,7 @@ */ class Google_Service_OnDemandScanning extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; @@ -50,7 +50,7 @@ public function __construct(Google_Client $client, $rootUrl = null) $this->rootUrl = $rootUrl ?: 'https://ondemandscanning.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; - $this->version = 'v1beta1'; + $this->version = 'v1'; $this->serviceName = 'ondemandscanning'; $this->projects_locations_operations = new Google_Service_OnDemandScanning_Resource_ProjectsLocationsOperations( @@ -60,7 +60,7 @@ public function __construct(Google_Client $client, $rootUrl = null) array( 'methods' => array( 'cancel' => array( - 'path' => 'v1beta1/{+name}:cancel', + 'path' => 'v1/{+name}:cancel', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( @@ -70,7 +70,7 @@ public function __construct(Google_Client $client, $rootUrl = null) ), ), ),'delete' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( @@ -80,7 +80,7 @@ public function __construct(Google_Client $client, $rootUrl = null) ), ), ),'get' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -90,7 +90,7 @@ public function __construct(Google_Client $client, $rootUrl = null) ), ), ),'list' => array( - 'path' => 'v1beta1/{+name}/operations', + 'path' => 'v1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -112,7 +112,7 @@ public function __construct(Google_Client $client, $rootUrl = null) ), ), ),'wait' => array( - 'path' => 'v1beta1/{+name}:wait', + 'path' => 'v1/{+name}:wait', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( @@ -136,7 +136,7 @@ public function __construct(Google_Client $client, $rootUrl = null) array( 'methods' => array( 'analyzePackages' => array( - 'path' => 'v1beta1/{+parent}/scans:analyzePackages', + 'path' => 'v1/{+parent}/scans:analyzePackages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -156,7 +156,7 @@ public function __construct(Google_Client $client, $rootUrl = null) array( 'methods' => array( 'list' => array( - 'path' => 'v1beta1/{+parent}/vulnerabilities', + 'path' => 'v1/{+parent}/vulnerabilities', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesMetadataV1.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesMetadataV1.php new file mode 100644 index 000000000000..4291ac08f7f8 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesMetadataV1.php @@ -0,0 +1,39 @@ +createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setResourceUri($resourceUri) + { + $this->resourceUri = $resourceUri; + } + public function getResourceUri() + { + return $this->resourceUri; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesRequestV1.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesRequestV1.php new file mode 100644 index 000000000000..1bbca256bd0f --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesRequestV1.php @@ -0,0 +1,47 @@ +packages = $packages; + } + /** + * @return Google_Service_OnDemandScanning_PackageData[] + */ + public function getPackages() + { + return $this->packages; + } + public function setResourceUri($resourceUri) + { + $this->resourceUri = $resourceUri; + } + public function getResourceUri() + { + return $this->resourceUri; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesResponseV1.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesResponseV1.php new file mode 100644 index 000000000000..528606d667f0 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/AnalyzePackagesResponseV1.php @@ -0,0 +1,30 @@ +scan = $scan; + } + public function getScan() + { + return $this->scan; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/ListVulnerabilitiesResponseV1.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/ListVulnerabilitiesResponseV1.php new file mode 100644 index 000000000000..880adf5a60d3 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/ListVulnerabilitiesResponseV1.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_OnDemandScanning_Occurrence[] + */ + public function setOccurrences($occurrences) + { + $this->occurrences = $occurrences; + } + /** + * @return Google_Service_OnDemandScanning_Occurrence[] + */ + public function getOccurrences() + { + return $this->occurrences; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/PackageData.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/PackageData.php index 089304bb7f97..56c41a21e4e6 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/PackageData.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/PackageData.php @@ -21,6 +21,7 @@ class Google_Service_OnDemandScanning_PackageData extends Google_Model public $os; public $osVersion; public $package; + public $unused; public $version; public function setCpeUri($cpeUri) @@ -55,6 +56,14 @@ public function getPackage() { return $this->package; } + public function setUnused($unused) + { + $this->unused = $unused; + } + public function getUnused() + { + return $this->unused; + } public function setVersion($version) { $this->version = $version; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScans.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScans.php index 6feb900c558a..c59fd717a1a4 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScans.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScans.php @@ -30,11 +30,11 @@ class Google_Service_OnDemandScanning_Resource_ProjectsLocationsScans extends Go * * @param string $parent Required. The parent of the resource for which analysis * is requested. Format: projects/[project_name]/locations/[location] - * @param Google_Service_OnDemandScanning_AnalyzePackagesRequest $postBody + * @param Google_Service_OnDemandScanning_AnalyzePackagesRequestV1 $postBody * @param array $optParams Optional parameters. * @return Google_Service_OnDemandScanning_Operation */ - public function analyzePackages($parent, Google_Service_OnDemandScanning_AnalyzePackagesRequest $postBody, $optParams = array()) + public function analyzePackages($parent, Google_Service_OnDemandScanning_AnalyzePackagesRequestV1 $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScansVulnerabilities.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScansVulnerabilities.php index 64fc7ead8687..15ba25814b67 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScansVulnerabilities.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OnDemandScanning/Resource/ProjectsLocationsScansVulnerabilities.php @@ -37,12 +37,12 @@ class Google_Service_OnDemandScanning_Resource_ProjectsLocationsScansVulnerabili * @opt_param int pageSize The number of vulnerabilities to retrieve. * @opt_param string pageToken The page token, resulting from a previous call to * ListVulnerabilities. - * @return Google_Service_OnDemandScanning_ListVulnerabilitiesResponse + * @return Google_Service_OnDemandScanning_ListVulnerabilitiesResponseV1 */ public function listProjectsLocationsScansVulnerabilities($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_OnDemandScanning_ListVulnerabilitiesResponse"); + return $this->call('list', array($params), "Google_Service_OnDemandScanning_ListVulnerabilitiesResponseV1"); } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OrgPolicyAPI.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OrgPolicyAPI.php index 8f691f3ff77a..e2a9b313f737 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OrgPolicyAPI.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/OrgPolicyAPI.php @@ -31,7 +31,7 @@ */ class Google_Service_OrgPolicyAPI extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription.php new file mode 100644 index 000000000000..cebdcf59b87b --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription.php @@ -0,0 +1,204 @@ + + + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_PaymentsResellerSubscription extends Google_Service +{ + + + public $partners_products; + public $partners_promotions; + public $partners_subscriptions; + + /** + * Constructs the internal representation of the PaymentsResellerSubscription + * 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://paymentsresellersubscription.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'paymentsresellersubscription'; + + $this->partners_products = new Google_Service_PaymentsResellerSubscription_Resource_PartnersProducts( + $this, + $this->serviceName, + 'products', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/products', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->partners_promotions = new Google_Service_PaymentsResellerSubscription_Resource_PartnersPromotions( + $this, + $this->serviceName, + 'promotions', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/promotions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->partners_subscriptions = new Google_Service_PaymentsResellerSubscription_Resource_PartnersSubscriptions( + $this, + $this->serviceName, + 'subscriptions', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v1/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'create' => array( + 'path' => 'v1/{+parent}/subscriptions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'entitle' => array( + 'path' => 'v1/{+name}:entitle', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'extend' => array( + 'path' => 'v1/{+name}:extend', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'provision' => array( + 'path' => 'v1/{+parent}/subscriptions:provision', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'subscriptionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'undoCancel' => array( + 'path' => 'v1/{+name}:undoCancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest.php new file mode 100644 index 000000000000..9dc6fe62a894 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest.php @@ -0,0 +1,39 @@ +cancelImmediately = $cancelImmediately; + } + public function getCancelImmediately() + { + return $this->cancelImmediately; + } + public function setCancellationReason($cancellationReason) + { + $this->cancellationReason = $cancellationReason; + } + public function getCancellationReason() + { + return $this->cancellationReason; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse.php new file mode 100644 index 000000000000..40f7a245852c --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse.php @@ -0,0 +1,37 @@ +subscription = $subscription; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription + */ + public function getSubscription() + { + return $this->subscription; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Duration.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Duration.php new file mode 100644 index 000000000000..180e076b3d36 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Duration.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setUnit($unit) + { + $this->unit = $unit; + } + public function getUnit() + { + return $this->unit; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest.php new file mode 100644 index 000000000000..dac60c6a22d3 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest.php @@ -0,0 +1,20 @@ +subscription = $subscription; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription + */ + public function getSubscription() + { + return $this->subscription; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest.php new file mode 100644 index 000000000000..0a3d92d7e590 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest.php @@ -0,0 +1,46 @@ +extension = $extension; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Extension + */ + public function getExtension() + { + return $this->extension; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.php new file mode 100644 index 000000000000..40eeea13b1b4 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.php @@ -0,0 +1,39 @@ +cycleEndTime = $cycleEndTime; + } + public function getCycleEndTime() + { + return $this->cycleEndTime; + } + public function setFreeTrialEndTime($freeTrialEndTime) + { + $this->freeTrialEndTime = $freeTrialEndTime; + } + public function getFreeTrialEndTime() + { + return $this->freeTrialEndTime; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Extension.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Extension.php new file mode 100644 index 000000000000..6f0d8e23654e --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Extension.php @@ -0,0 +1,46 @@ +duration = $duration; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Duration + */ + public function getDuration() + { + return $this->duration; + } + public function setPartnerUserToken($partnerUserToken) + { + $this->partnerUserToken = $partnerUserToken; + } + public function getPartnerUserToken() + { + return $this->partnerUserToken; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse.php new file mode 100644 index 000000000000..1857951e8ff3 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Product[] + */ + public function setProducts($products) + { + $this->products = $products; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Product[] + */ + public function getProducts() + { + return $this->products; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse.php similarity index 54% rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.php rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse.php index 0730022c4901..a80eefde33f0 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse.php @@ -15,51 +15,33 @@ * the License. */ -class Google_Service_AdSense_CustomChannels extends Google_Collection +class Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse extends Google_Collection { - protected $collection_key = 'items'; - public $etag; - protected $itemsType = 'Google_Service_AdSense_CustomChannel'; - protected $itemsDataType = 'array'; - public $kind; + protected $collection_key = 'promotions'; public $nextPageToken; + protected $promotionsType = 'Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Promotion'; + protected $promotionsDataType = 'array'; - public function setEtag($etag) + public function setNextPageToken($nextPageToken) { - $this->etag = $etag; + $this->nextPageToken = $nextPageToken; } - public function getEtag() + public function getNextPageToken() { - return $this->etag; + return $this->nextPageToken; } /** - * @param Google_Service_AdSense_CustomChannel[] + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Promotion[] */ - public function setItems($items) + public function setPromotions($promotions) { - $this->items = $items; + $this->promotions = $promotions; } /** - * @return Google_Service_AdSense_CustomChannel[] + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Promotion[] */ - public function getItems() - { - return $this->items; - } - public function setKind($kind) - { - $this->kind = $kind; - } - public function getKind() + public function getPromotions() { - return $this->kind; - } - public function setNextPageToken($nextPageToken) - { - $this->nextPageToken = $nextPageToken; - } - public function getNextPageToken() - { - return $this->nextPageToken; + return $this->promotions; } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Location.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Location.php new file mode 100644 index 000000000000..849d11f90e81 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Location.php @@ -0,0 +1,39 @@ +postalCode = $postalCode; + } + public function getPostalCode() + { + return $this->postalCode; + } + public function setRegionCode($regionCode) + { + $this->regionCode = $regionCode; + } + public function getRegionCode() + { + return $this->regionCode; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Product.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Product.php new file mode 100644 index 000000000000..f8a99f4b5bac --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Product.php @@ -0,0 +1,72 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setRegionCodes($regionCodes) + { + $this->regionCodes = $regionCodes; + } + public function getRegionCodes() + { + return $this->regionCodes; + } + /** + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Duration + */ + public function setSubscriptionBillingCycleDuration(Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Duration $subscriptionBillingCycleDuration) + { + $this->subscriptionBillingCycleDuration = $subscriptionBillingCycleDuration; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Duration + */ + public function getSubscriptionBillingCycleDuration() + { + return $this->subscriptionBillingCycleDuration; + } + /** + * @param Google_Service_PaymentsResellerSubscription_GoogleTypeLocalizedText[] + */ + public function setTitles($titles) + { + $this->titles = $titles; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleTypeLocalizedText[] + */ + public function getTitles() + { + return $this->titles; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Promotion.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Promotion.php new file mode 100644 index 000000000000..0b6b46b382df --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Promotion.php @@ -0,0 +1,99 @@ +applicableProducts = $applicableProducts; + } + public function getApplicableProducts() + { + return $this->applicableProducts; + } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } + /** + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Duration + */ + public function setFreeTrialDuration(Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Duration $freeTrialDuration) + { + $this->freeTrialDuration = $freeTrialDuration; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Duration + */ + public function getFreeTrialDuration() + { + return $this->freeTrialDuration; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRegionCodes($regionCodes) + { + $this->regionCodes = $regionCodes; + } + public function getRegionCodes() + { + return $this->regionCodes; + } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } + /** + * @param Google_Service_PaymentsResellerSubscription_GoogleTypeLocalizedText[] + */ + public function setTitles($titles) + { + $this->titles = $titles; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleTypeLocalizedText[] + */ + public function getTitles() + { + return $this->titles; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Subscription.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Subscription.php new file mode 100644 index 000000000000..157f05a33ef8 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1Subscription.php @@ -0,0 +1,153 @@ +cancellationDetails = $cancellationDetails; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails + */ + public function getCancellationDetails() + { + return $this->cancellationDetails; + } + public function setCreateTime($createTime) + { + $this->createTime = $createTime; + } + public function getCreateTime() + { + return $this->createTime; + } + public function setCycleEndTime($cycleEndTime) + { + $this->cycleEndTime = $cycleEndTime; + } + public function getCycleEndTime() + { + return $this->cycleEndTime; + } + public function setEndUserEntitled($endUserEntitled) + { + $this->endUserEntitled = $endUserEntitled; + } + public function getEndUserEntitled() + { + return $this->endUserEntitled; + } + public function setFreeTrialEndTime($freeTrialEndTime) + { + $this->freeTrialEndTime = $freeTrialEndTime; + } + public function getFreeTrialEndTime() + { + return $this->freeTrialEndTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPartnerUserToken($partnerUserToken) + { + $this->partnerUserToken = $partnerUserToken; + } + public function getPartnerUserToken() + { + return $this->partnerUserToken; + } + public function setProducts($products) + { + $this->products = $products; + } + public function getProducts() + { + return $this->products; + } + public function setPromotions($promotions) + { + $this->promotions = $promotions; + } + public function getPromotions() + { + return $this->promotions; + } + public function setRedirectUri($redirectUri) + { + $this->redirectUri = $redirectUri; + } + public function getRedirectUri() + { + return $this->redirectUri; + } + /** + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Location + */ + public function setServiceLocation(Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Location $serviceLocation) + { + $this->serviceLocation = $serviceLocation; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Location + */ + public function getServiceLocation() + { + return $this->serviceLocation; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } + public function setUpdateTime($updateTime) + { + $this->updateTime = $updateTime; + } + public function getUpdateTime() + { + return $this->updateTime; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails.php new file mode 100644 index 000000000000..42c629a66a38 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails.php @@ -0,0 +1,30 @@ +reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest.php new file mode 100644 index 000000000000..129547f90232 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest.php @@ -0,0 +1,20 @@ +subscription = $subscription; + } + /** + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription + */ + public function getSubscription() + { + return $this->subscription; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleTypeLocalizedText.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleTypeLocalizedText.php new file mode 100644 index 000000000000..8adb8d23da12 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/GoogleTypeLocalizedText.php @@ -0,0 +1,39 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/Partners.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/Partners.php new file mode 100644 index 000000000000..5a2efa7c1da5 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/Partners.php @@ -0,0 +1,28 @@ + + * $paymentsresellersubscriptionService = new Google_Service_PaymentsResellerSubscription(...); + * $partners = $paymentsresellersubscriptionService->partners; + * + */ +class Google_Service_PaymentsResellerSubscription_Resource_Partners extends Google_Service_Resource +{ +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersProducts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersProducts.php new file mode 100644 index 000000000000..a94f1c79be18 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersProducts.php @@ -0,0 +1,53 @@ + + * $paymentsresellersubscriptionService = new Google_Service_PaymentsResellerSubscription(...); + * $products = $paymentsresellersubscriptionService->products; + * + */ +class Google_Service_PaymentsResellerSubscription_Resource_PartnersProducts extends Google_Service_Resource +{ + /** + * Used by partners to list products that can be resold to their customers. It + * should be called directly by the partner using service accounts. + * (products.listPartnersProducts) + * + * @param string $parent Required. The parent, the partner that can resell. + * Format: partners/{partner} + * @param array $optParams Optional parameters. + * + * @opt_param int pageSize Optional. The maximum number of products to return. + * The service may return fewer than this value. If unspecified, at most 50 + * products will be returned. The maximum value is 1000; values above 1000 will + * be coerced to 1000. + * @opt_param string pageToken Optional. A page token, received from a previous + * `ListProducts` call. Provide this to retrieve the subsequent page. When + * paginating, all other parameters provided to `ListProducts` must match the + * call that provided the page token. + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse + */ + public function listPartnersProducts($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersPromotions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersPromotions.php new file mode 100644 index 000000000000..2f157bb7578b --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersPromotions.php @@ -0,0 +1,58 @@ + + * $paymentsresellersubscriptionService = new Google_Service_PaymentsResellerSubscription(...); + * $promotions = $paymentsresellersubscriptionService->promotions; + * + */ +class Google_Service_PaymentsResellerSubscription_Resource_PartnersPromotions extends Google_Service_Resource +{ + /** + * Used by partners to list promotions, such as free trial, that can be applied + * on subscriptions. It should be called directly by the partner using service + * accounts. (promotions.listPartnersPromotions) + * + * @param string $parent Required. The parent, the partner that can resell. + * Format: partners/{partner} + * @param array $optParams Optional parameters. + * + * @opt_param string filter Optional. Specifies the filters for the promotion + * results. The syntax defined in the EBNF grammar: + * https://google.aip.dev/assets/misc/ebnf-filtering.txt. Examples: - + * applicable_products: "sku1" - region_codes: "US" - applicable_products: + * "sku1" AND region_codes: "US" + * @opt_param int pageSize Optional. The maximum number of promotions to return. + * The service may return fewer than this value. If unspecified, at most 50 + * products will be returned. The maximum value is 1000; values above 1000 will + * be coerced to 1000. + * @opt_param string pageToken Optional. A page token, received from a previous + * `ListPromotions` call. Provide this to retrieve the subsequent page. When + * paginating, all other parameters provided to `ListPromotions` must match the + * call that provided the page token. + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse + */ + public function listPartnersPromotions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersSubscriptions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersSubscriptions.php new file mode 100644 index 000000000000..876aecac41d6 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/Resource/PartnersSubscriptions.php @@ -0,0 +1,165 @@ + + * $paymentsresellersubscriptionService = new Google_Service_PaymentsResellerSubscription(...); + * $subscriptions = $paymentsresellersubscriptionService->subscriptions; + * + */ +class Google_Service_PaymentsResellerSubscription_Resource_PartnersSubscriptions extends Google_Service_Resource +{ + /** + * Used by partners to cancel a subscription service by the end of the current + * billing cycle for their customers. It should be called directly by the + * partner using service accounts. (subscriptions.cancel) + * + * @param string $name Required. The name of the subscription resource to be + * cancelled. It will have the format of + * "partners/{partner_id}/subscriptions/{subscription_id}" + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse + */ + public function cancel($name, Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionResponse"); + } + /** + * Used by partners to create a subscription for their customers. The created + * subscription is associated with the end user inferred from the end user + * credentials. This API must be authorized by the end user using OAuth. + * (subscriptions.create) + * + * @param string $parent Required. The parent resource name, which is the + * identifier of the partner. It will have the format of + * "partners/{partner_id}". + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string subscriptionId Required. Identifies the subscription + * resource on the Partner side. If a subscription was previously created with + * the same subscription_id, we will directly return that one. + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription + */ + public function create($parent, Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription"); + } + /** + * Used by partners to entitle a previously provisioned subscription to the + * current end user. The end user identity is inferred from the authorized + * credential of the request. This API must be authorized by the end user using + * OAuth. (subscriptions.entitle) + * + * @param string $name Required. The name of the subscription resource that is + * entitled to the current end user. It will have the format of + * "partners/{partner_id}/subscriptions/{subscription_id}" + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse + */ + public function entitle($name, Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('entitle', array($params), "Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse"); + } + /** + * Used by partners to extend a subscription service for their customers. It + * should be called directly by the partner using service accounts. + * (subscriptions.extend) + * + * @param string $name Required. The name of the subscription resource to be + * extended. It will have the format of + * "partners/{partner_id}/subscriptions/{subscription_id}". + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse + */ + public function extend($name, Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('extend', array($params), "Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse"); + } + /** + * Used by partners to get a subscription by id. It should be called directly by + * the partner using service accounts. (subscriptions.get) + * + * @param string $name Required. The name of the subscription resource to + * retrieve. It will have the format of + * "partners/{partner_id}/subscriptions/{subscription_id}" + * @param array $optParams Optional parameters. + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription"); + } + /** + * Used by partners to provision a subscription for their customers. This + * creates a subscription without associating it with the end user account. + * EntitleSubscription must be called separately using OAuth in order for the + * end user account to be associated with the subscription. It should be called + * directly by the partner using service accounts. (subscriptions.provision) + * + * @param string $parent Required. The parent resource name, which is the + * identifier of the partner. It will have the format of + * "partners/{partner_id}". + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string subscriptionId Required. Identifies the subscription + * resource on the Partner side. If a subscription was previously created with + * the same subscription_id, we will directly return that one. + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription + */ + public function provision($parent, Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('provision', array($params), "Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Subscription"); + } + /** + * Used by partners to revoke the pending cancellation of a subscription, which + * is currently in `STATE_CANCEL_AT_END_OF_CYCLE` state. If the subscription is + * already cancelled, the request will fail. It should be called directly by the + * partner using service accounts. (subscriptions.undoCancel) + * + * @param string $name Required. The name of the subscription resource whose + * pending cancellation needs to be undone. It will have the format of + * "partners/{partner_id}/subscriptions/{subscription_id}" + * @param Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse + */ + public function undoCancel($name, Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('undoCancel', array($params), "Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse"); + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService.php index 93532401fd8b..cb67109afc64 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService.php @@ -60,7 +60,7 @@ class Google_Service_PeopleService extends Google_Service /** See and download your personal phone numbers. */ const USER_PHONENUMBERS_READ = "https://www.googleapis.com/auth/user.phonenumbers.read"; - /** View your email address. */ + /** See your primary Google Account email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; /** See your personal info, including any personal info you've made publicly available. */ @@ -423,6 +423,11 @@ public function __construct(Google_Client $client, $rootUrl = null) 'location' => 'query', 'type' => 'string', ), + 'sources' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), ), ),'searchDirectoryPeople' => array( 'path' => 'v1/people:searchDirectoryPeople', diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/ListOtherContactsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/ListOtherContactsResponse.php index 86556d5d26f4..2180755a1f1c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/ListOtherContactsResponse.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/ListOtherContactsResponse.php @@ -22,6 +22,7 @@ class Google_Service_PeopleService_ListOtherContactsResponse extends Google_Coll public $nextSyncToken; protected $otherContactsType = 'Google_Service_PeopleService_Person'; protected $otherContactsDataType = 'array'; + public $totalSize; public function setNextPageToken($nextPageToken) { @@ -53,4 +54,12 @@ public function getOtherContacts() { return $this->otherContacts; } + public function setTotalSize($totalSize) + { + $this->totalSize = $totalSize; + } + public function getTotalSize() + { + return $this->totalSize; + } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/Resource/OtherContacts.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/Resource/OtherContacts.php index 565c90132ae3..a8713e148928 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/Resource/OtherContacts.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/Resource/OtherContacts.php @@ -78,12 +78,15 @@ public function listOtherContacts($optParams = array()) } /** * Provides a list of contacts in the authenticated user's other contacts that - * matches the search query. (otherContacts.search) + * matches the search query. The query matches on a contact's `names`, + * `emailAddresses`, and `phoneNumbers` fields that are from the OTHER_CONTACT + * source. (otherContacts.search) * * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. The number of results to return. Defaults - * to 10 if field is not set, or set to 0. + * to 10 if field is not set, or set to 0. Values greater than 10 will be capped + * to 10. * @opt_param string query Required. The plain-text query for the request. The * query is used to match prefix phrases of the fields on a person. For example, * a person with name "foo name" matches queries such as "f", "fo", "foo", "foo diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php index 63cfebad673a..7048cad9069b 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php @@ -27,7 +27,8 @@ class Google_Service_PeopleService_Resource_People extends Google_Service_Resour { /** * Create a batch of new contacts and return the PersonResponses for the newly - * created contacts. (people.batchCreateContacts) + * created contacts. Limited to 10 parallel requests per user. + * (people.batchCreateContacts) * * @param Google_Service_PeopleService_BatchCreateContactsRequest $postBody * @param array $optParams Optional parameters. @@ -40,8 +41,8 @@ public function batchCreateContacts(Google_Service_PeopleService_BatchCreateCont return $this->call('batchCreateContacts', array($params), "Google_Service_PeopleService_BatchCreateContactsResponse"); } /** - * Delete a batch of contacts. Any non-contact data will not be deleted. - * (people.batchDeleteContacts) + * Delete a batch of contacts. Any non-contact data will not be deleted. Limited + * to 10 parallel requests per user. (people.batchDeleteContacts) * * @param Google_Service_PeopleService_BatchDeleteContactsRequest $postBody * @param array $optParams Optional parameters. @@ -55,7 +56,8 @@ public function batchDeleteContacts(Google_Service_PeopleService_BatchDeleteCont } /** * Update a batch of contacts and return a map of resource names to - * PersonResponses for the updated contacts. (people.batchUpdateContacts) + * PersonResponses for the updated contacts. Limited to 10 parallel requests per + * user. (people.batchUpdateContacts) * * @param Google_Service_PeopleService_BatchUpdateContactsRequest $postBody * @param array $optParams Optional parameters. @@ -249,11 +251,15 @@ public function listDirectoryPeople($optParams = array()) } /** * Provides a list of contacts in the authenticated user's grouped contacts that - * matches the search query. (people.searchContacts) + * matches the search query. The query matches on a contact's `names`, + * `nickNames`, `emailAddresses`, `phoneNumbers`, and `organizations` fields + * that are from the CONTACT" source. (people.searchContacts) * * @param array $optParams Optional parameters. * - * @opt_param int pageSize Optional. The number of results to return. + * @opt_param int pageSize Optional. The number of results to return. Defaults + * to 10 if field is not set, or set to 0. Values greater than 10 will be capped + * to 10. * @opt_param string query Required. The plain-text query for the request. The * query is used to match prefix phrases of the fields on a person. For example, * a person with name "foo name" matches queries such as "f", "fo", "foo", "foo @@ -266,6 +272,8 @@ public function listDirectoryPeople($optParams = array()) * memberships * metadata * miscKeywords * names * nicknames * occupations * * organizations * phoneNumbers * photos * relations * sipAddresses * skills * * urls * userDefined + * @opt_param string sources Optional. A mask of what source types to return. + * Defaults to READ_SOURCE_TYPE_CONTACT if not set. * @return Google_Service_PeopleService_SearchResponse */ public function searchContacts($optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator.php index cf16d7103ebd..403442f4f59c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator.php @@ -16,7 +16,7 @@ */ /** - * Service definition for PolicySimulator (v1beta1). + * Service definition for PolicySimulator (v1). * ** Policy Simulator is a collection of endpoints for creating, running, and @@ -36,7 +36,7 @@ */ class Google_Service_PolicySimulator extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; @@ -60,7 +60,7 @@ public function __construct(Google_Client $client, $rootUrl = null) $this->rootUrl = $rootUrl ?: 'https://policysimulator.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; - $this->version = 'v1beta1'; + $this->version = 'v1'; $this->serviceName = 'policysimulator'; $this->folders_locations_replays = new Google_Service_PolicySimulator_Resource_FoldersLocationsReplays( @@ -70,7 +70,7 @@ public function __construct(Google_Client $client, $rootUrl = null) array( 'methods' => array( 'create' => array( - 'path' => 'v1beta1/{+parent}/replays', + 'path' => 'v1/{+parent}/replays', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -80,7 +80,7 @@ public function __construct(Google_Client $client, $rootUrl = null) ), ), ),'get' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -100,7 +100,7 @@ public function __construct(Google_Client $client, $rootUrl = null) array( 'methods' => array( 'list' => array( - 'path' => 'v1beta1/{+parent}/results', + 'path' => 'v1/{+parent}/results', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -128,7 +128,7 @@ public function __construct(Google_Client $client, $rootUrl = null) array( 'methods' => array( 'get' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -138,7 +138,7 @@ public function __construct(Google_Client $client, $rootUrl = null) ), ), ),'list' => array( - 'path' => 'v1beta1/operations', + 'path' => 'v1/operations', 'httpMethod' => 'GET', 'parameters' => array( 'filter' => array( @@ -169,7 +169,7 @@ public function __construct(Google_Client $client, $rootUrl = null) array( 'methods' => array( 'create' => array( - 'path' => 'v1beta1/{+parent}/replays', + 'path' => 'v1/{+parent}/replays', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -179,7 +179,7 @@ public function __construct(Google_Client $client, $rootUrl = null) ), ), ),'get' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -199,7 +199,7 @@ public function __construct(Google_Client $client, $rootUrl = null) array( 'methods' => array( 'list' => array( - 'path' => 'v1beta1/{+parent}/results', + 'path' => 'v1/{+parent}/results', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -227,7 +227,7 @@ public function __construct(Google_Client $client, $rootUrl = null) array( 'methods' => array( 'create' => array( - 'path' => 'v1beta1/{+parent}/replays', + 'path' => 'v1/{+parent}/replays', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -237,7 +237,7 @@ public function __construct(Google_Client $client, $rootUrl = null) ), ), ),'get' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -257,7 +257,7 @@ public function __construct(Google_Client $client, $rootUrl = null) array( 'methods' => array( 'list' => array( - 'path' => 'v1beta1/{+parent}/results', + 'path' => 'v1/{+parent}/results', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1AccessStateDiff.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1AccessStateDiff.php new file mode 100644 index 000000000000..5162cf91d753 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1AccessStateDiff.php @@ -0,0 +1,62 @@ +accessChange = $accessChange; + } + public function getAccessChange() + { + return $this->accessChange; + } + /** + * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedAccess + */ + public function setBaseline(Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedAccess $baseline) + { + $this->baseline = $baseline; + } + /** + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedAccess + */ + public function getBaseline() + { + return $this->baseline; + } + /** + * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedAccess + */ + public function setSimulated(Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedAccess $simulated) + { + $this->simulated = $simulated; + } + /** + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedAccess + */ + public function getSimulated() + { + return $this->simulated; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1AccessTuple.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1AccessTuple.php new file mode 100644 index 000000000000..79110855d06b --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1AccessTuple.php @@ -0,0 +1,48 @@ +fullResourceName = $fullResourceName; + } + public function getFullResourceName() + { + return $this->fullResourceName; + } + public function setPermission($permission) + { + $this->permission = $permission; + } + public function getPermission() + { + return $this->permission; + } + public function setPrincipal($principal) + { + $this->principal = $principal; + } + public function getPrincipal() + { + return $this->principal; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1BindingExplanation.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1BindingExplanation.php new file mode 100644 index 000000000000..ae5a1337807c --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1BindingExplanation.php @@ -0,0 +1,98 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } + /** + * @param Google_Service_PolicySimulator_GoogleTypeExpr + */ + public function setCondition(Google_Service_PolicySimulator_GoogleTypeExpr $condition) + { + $this->condition = $condition; + } + /** + * @return Google_Service_PolicySimulator_GoogleTypeExpr + */ + public function getCondition() + { + return $this->condition; + } + /** + * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership[] + */ + public function setMemberships($memberships) + { + $this->memberships = $memberships; + } + /** + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership[] + */ + public function getMemberships() + { + return $this->memberships; + } + public function setRelevance($relevance) + { + $this->relevance = $relevance; + } + public function getRelevance() + { + return $this->relevance; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setRolePermission($rolePermission) + { + $this->rolePermission = $rolePermission; + } + public function getRolePermission() + { + return $this->rolePermission; + } + public function setRolePermissionRelevance($rolePermissionRelevance) + { + $this->rolePermissionRelevance = $rolePermissionRelevance; + } + public function getRolePermissionRelevance() + { + return $this->rolePermissionRelevance; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership.php new file mode 100644 index 000000000000..f57bd805f1d1 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership.php @@ -0,0 +1,39 @@ +membership = $membership; + } + public function getMembership() + { + return $this->membership; + } + public function setRelevance($relevance) + { + $this->relevance = $relevance; + } + public function getRelevance() + { + return $this->relevance; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ExplainedAccess.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ExplainedAccess.php new file mode 100644 index 000000000000..ff0640c59094 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ExplainedAccess.php @@ -0,0 +1,63 @@ +accessState = $accessState; + } + public function getAccessState() + { + return $this->accessState; + } + /** + * @param Google_Service_PolicySimulator_GoogleRpcStatus[] + */ + public function setErrors($errors) + { + $this->errors = $errors; + } + /** + * @return Google_Service_PolicySimulator_GoogleRpcStatus[] + */ + public function getErrors() + { + return $this->errors; + } + /** + * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedPolicy[] + */ + public function setPolicies($policies) + { + $this->policies = $policies; + } + /** + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ExplainedPolicy[] + */ + public function getPolicies() + { + return $this->policies; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ExplainedPolicy.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ExplainedPolicy.php new file mode 100644 index 000000000000..bcbec5ea50b9 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ExplainedPolicy.php @@ -0,0 +1,81 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } + /** + * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1BindingExplanation[] + */ + public function setBindingExplanations($bindingExplanations) + { + $this->bindingExplanations = $bindingExplanations; + } + /** + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1BindingExplanation[] + */ + public function getBindingExplanations() + { + return $this->bindingExplanations; + } + public function setFullResourceName($fullResourceName) + { + $this->fullResourceName = $fullResourceName; + } + public function getFullResourceName() + { + return $this->fullResourceName; + } + /** + * @param Google_Service_PolicySimulator_GoogleIamV1Policy + */ + public function setPolicy(Google_Service_PolicySimulator_GoogleIamV1Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_PolicySimulator_GoogleIamV1Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setRelevance($relevance) + { + $this->relevance = $relevance; + } + public function getRelevance() + { + return $this->relevance; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ListReplayResultsResponse.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ListReplayResultsResponse.php new file mode 100644 index 000000000000..5b0e8f54549a --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ListReplayResultsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayResult[] + */ + public function setReplayResults($replayResults) + { + $this->replayResults = $replayResults; + } + /** + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayResult[] + */ + public function getReplayResults() + { + return $this->replayResults; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayDiff.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayDiff.php new file mode 100644 index 000000000000..5046e298da94 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayDiff.php @@ -0,0 +1,37 @@ +accessDiff = $accessDiff; + } + /** + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1AccessStateDiff + */ + public function getAccessDiff() + { + return $this->accessDiff; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayResult.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayResult.php new file mode 100644 index 000000000000..88830ec6558b --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/GoogleCloudPolicysimulatorV1ReplayResult.php @@ -0,0 +1,103 @@ +accessTuple = $accessTuple; + } + /** + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1AccessTuple + */ + public function getAccessTuple() + { + return $this->accessTuple; + } + /** + * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayDiff + */ + public function setDiff(Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayDiff $diff) + { + $this->diff = $diff; + } + /** + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayDiff + */ + public function getDiff() + { + return $this->diff; + } + /** + * @param Google_Service_PolicySimulator_GoogleRpcStatus + */ + public function setError(Google_Service_PolicySimulator_GoogleRpcStatus $error) + { + $this->error = $error; + } + /** + * @return Google_Service_PolicySimulator_GoogleRpcStatus + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_PolicySimulator_GoogleTypeDate + */ + public function setLastSeenDate(Google_Service_PolicySimulator_GoogleTypeDate $lastSeenDate) + { + $this->lastSeenDate = $lastSeenDate; + } + /** + * @return Google_Service_PolicySimulator_GoogleTypeDate + */ + public function getLastSeenDate() + { + return $this->lastSeenDate; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setParent($parent) + { + $this->parent = $parent; + } + public function getParent() + { + return $this->parent; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocationsReplays.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocationsReplays.php index 8ac951064d93..460111b61491 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocationsReplays.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocationsReplays.php @@ -31,11 +31,11 @@ class Google_Service_PolicySimulator_Resource_FoldersLocationsReplays extends Go * @param string $parent Required. The parent resource where this Replay will be * created. This resource must be a project, folder, or organization with a * location. Example: `projects/my-example-project/locations/global` - * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody + * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay $postBody * @param array $optParams Optional parameters. * @return Google_Service_PolicySimulator_GoogleLongrunningOperation */ - public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody, $optParams = array()) + public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); @@ -52,12 +52,12 @@ public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicy * `projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d- * 8e03-479ce1833c36` * @param array $optParams Optional parameters. - * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay"); + return $this->call('get', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay"); } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocationsReplaysResults.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocationsReplaysResults.php index 331476a47a4b..323f32ae6d84 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocationsReplaysResults.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/FoldersLocationsReplaysResults.php @@ -43,12 +43,12 @@ class Google_Service_PolicySimulator_Resource_FoldersLocationsReplaysResults ext * page of results. When paginating, all other parameters provided to * [Simulator.ListReplayResults[] must match the call that provided the page * token. - * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ListReplayResultsResponse */ public function listFoldersLocationsReplaysResults($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse"); + return $this->call('list', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ListReplayResultsResponse"); } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocationsReplays.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocationsReplays.php index 191af493e5ea..03fdf4743142 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocationsReplays.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocationsReplays.php @@ -31,11 +31,11 @@ class Google_Service_PolicySimulator_Resource_OrganizationsLocationsReplays exte * @param string $parent Required. The parent resource where this Replay will be * created. This resource must be a project, folder, or organization with a * location. Example: `projects/my-example-project/locations/global` - * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody + * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay $postBody * @param array $optParams Optional parameters. * @return Google_Service_PolicySimulator_GoogleLongrunningOperation */ - public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody, $optParams = array()) + public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); @@ -52,12 +52,12 @@ public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicy * `projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d- * 8e03-479ce1833c36` * @param array $optParams Optional parameters. - * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay"); + return $this->call('get', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay"); } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocationsReplaysResults.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocationsReplaysResults.php index 057f20634334..f363f8076e29 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocationsReplaysResults.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/OrganizationsLocationsReplaysResults.php @@ -43,12 +43,12 @@ class Google_Service_PolicySimulator_Resource_OrganizationsLocationsReplaysResul * page of results. When paginating, all other parameters provided to * [Simulator.ListReplayResults[] must match the call that provided the page * token. - * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ListReplayResultsResponse */ public function listOrganizationsLocationsReplaysResults($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse"); + return $this->call('list', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ListReplayResultsResponse"); } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocationsReplays.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocationsReplays.php index 12d5ff1e7017..25b38d3aad09 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocationsReplays.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocationsReplays.php @@ -31,11 +31,11 @@ class Google_Service_PolicySimulator_Resource_ProjectsLocationsReplays extends G * @param string $parent Required. The parent resource where this Replay will be * created. This resource must be a project, folder, or organization with a * location. Example: `projects/my-example-project/locations/global` - * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody + * @param Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay $postBody * @param array $optParams Optional parameters. * @return Google_Service_PolicySimulator_GoogleLongrunningOperation */ - public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay $postBody, $optParams = array()) + public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay $postBody, $optParams = array()) { $params = array('parent' => $parent, 'postBody' => $postBody); $params = array_merge($params, $optParams); @@ -52,12 +52,12 @@ public function create($parent, Google_Service_PolicySimulator_GoogleCloudPolicy * `projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d- * 8e03-479ce1833c36` * @param array $optParams Optional parameters. - * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1Replay"); + return $this->call('get', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1Replay"); } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocationsReplaysResults.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocationsReplaysResults.php index 657c1ca5819e..4be21385ca35 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocationsReplaysResults.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/Resource/ProjectsLocationsReplaysResults.php @@ -43,12 +43,12 @@ class Google_Service_PolicySimulator_Resource_ProjectsLocationsReplaysResults ex * page of results. When paginating, all other parameters provided to * [Simulator.ListReplayResults[] must match the call that provided the page * token. - * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse + * @return Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ListReplayResultsResponse */ public function listProjectsLocationsReplaysResults($parent, $optParams = array()) { $params = array('parent' => $parent); $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ListReplayResultsResponse"); + return $this->call('list', array($params), "Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ListReplayResultsResponse"); } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.php index a1d683440207..31935ae8cbe0 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.php @@ -30,7 +30,7 @@ */ class Google_Service_PolicyTroubleshooter extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Pubsub.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Pubsub.php index 69b98a8582f4..236e92c6db1d 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Pubsub.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Pubsub.php @@ -30,7 +30,7 @@ */ class Google_Service_Pubsub extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View and manage Pub/Sub topics and subscriptions. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PubsubLite.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PubsubLite.php index e05136d64f94..353d417e2975 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PubsubLite.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PubsubLite.php @@ -30,7 +30,7 @@ */ class Google_Service_PubsubLite extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI.php index 3c6f1759b522..eb1f8faed490 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI.php @@ -36,7 +36,7 @@ */ class Google_Service_RecommendationsAI extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsCatalogItems.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsCatalogItems.php index cb524c0aaa6a..debd9685663b 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsCatalogItems.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsCatalogItems.php @@ -29,7 +29,7 @@ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsCatalog * Creates a catalog item. (catalogItems.create) * * @param string $parent Required. The parent catalog resource name, such as - * "projects/locations/global/catalogs/default_catalog". + * `projects/locations/global/catalogs/default_catalog`. * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem @@ -43,9 +43,9 @@ public function create($parent, Google_Service_RecommendationsAI_GoogleCloudReco /** * Deletes a catalog item. (catalogItems.delete) * - * @param string $name Required. Full resource name of catalog item, such as "pr + * @param string $name Required. Full resource name of catalog item, such as `pr * ojects/locations/global/catalogs/default_catalog/catalogItems/some_catalog_it - * em_id". + * em_id`. * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleProtobufEmpty */ @@ -58,9 +58,9 @@ public function delete($name, $optParams = array()) /** * Gets a specific catalog item. (catalogItems.get) * - * @param string $name Required. Full resource name of catalog item, such as "pr + * @param string $name Required. Full resource name of catalog item, such as `pr * ojects/locations/global/catalogs/default_catalog/catalogitems/some_catalog_it - * em_id". + * em_id`. * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem */ @@ -77,7 +77,7 @@ public function get($name, $optParams = array()) * subset of the items to be successfully updated. (catalogItems.import) * * @param string $parent Required. - * "projects/1234/locations/global/catalogs/default_catalog" If no updateMask is + * `projects/1234/locations/global/catalogs/default_catalog` If no updateMask is * specified, requires catalogItems.create permission. If updateMask is * specified, requires catalogItems.update permission. * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest $postBody @@ -95,7 +95,7 @@ public function import($parent, Google_Service_RecommendationsAI_GoogleCloudReco * (catalogItems.listProjectsLocationsCatalogsCatalogItems) * * @param string $parent Required. The parent catalog resource name, such as - * "projects/locations/global/catalogs/default_catalog". + * `projects/locations/global/catalogs/default_catalog`. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. A filter to apply on the list results. @@ -115,9 +115,9 @@ public function listProjectsLocationsCatalogsCatalogItems($parent, $optParams = * Updates a catalog item. Partial updating is supported. Non-existing items * will be created. (catalogItems.patch) * - * @param string $name Required. Full resource name of catalog item, such as "pr + * @param string $name Required. Full resource name of catalog item, such as `pr * ojects/locations/global/catalogs/default_catalog/catalogItems/some_catalog_it - * em_id". + * em_id`. * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CatalogItem $postBody * @param array $optParams Optional parameters. * diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPlacements.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPlacements.php index aa79fd415bdb..f87268fa85fa 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPlacements.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPlacements.php @@ -31,10 +31,10 @@ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventSt * more](https://cloud.google.com/recommendations-ai/docs/setting-up#register- * key). (placements.predict) * - * @param string $name Required. Full resource name of the format: {name=project - * s/locations/global/catalogs/default_catalog/eventStores/default_event_store/p - * lacements} The id of the recommendation engine placement. This id is used to - * identify the set of models that will be used to make the prediction. We + * @param string $name Required. Full resource name of the format: `{name=projec + * ts/locations/global/catalogs/default_catalog/eventStores/default_event_store/ + * placements}` The id of the recommendation engine placement. This id is used + * to identify the set of models that will be used to make the prediction. We * currently support three placements with the following IDs by default: * * `shopping_cart`: Predicts items frequently bought together with one or more * catalog items in the same shopping session. Commonly displayed after `add-to- diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations.php index 5b0f6a6934e2..d0532fc04169 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrations.php @@ -29,8 +29,8 @@ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventSt * Register an API key for use with predict method. * (predictionApiKeyRegistrations.create) * - * @param string $parent Required. The parent resource path. "projects/locations - * /global/catalogs/default_catalog/eventStores/default_event_store". + * @param string $parent Required. The parent resource path. `projects/locations + * /global/catalogs/default_catalog/eventStores/default_event_store`. * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration @@ -46,8 +46,8 @@ public function create($parent, Google_Service_RecommendationsAI_GoogleCloudReco * (predictionApiKeyRegistrations.delete) * * @param string $name Required. The API key to unregister including full - * resource path. "projects/locations/global/catalogs/default_catalog/eventStore - * s/default_event_store/predictionApiKeyRegistrations/" + * resource path. `projects/locations/global/catalogs/default_catalog/eventStore + * s/default_event_store/predictionApiKeyRegistrations/` * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleProtobufEmpty */ @@ -62,9 +62,9 @@ public function delete($name, $optParams = array()) * istrations.listProjectsLocationsCatalogsEventStoresPredictionApiKeyRegistrati * ons) * - * @param string $parent Required. The parent placement resource name such as "p + * @param string $parent Required. The parent placement resource name such as `p * rojects/1234/locations/global/catalogs/default_catalog/eventStores/default_ev - * ent_store" + * ent_store` * @param array $optParams Optional parameters. * * @opt_param int pageSize Optional. Maximum number of results to return per diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresUserEvents.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresUserEvents.php index 1fc10c99e561..103973c0b35e 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresUserEvents.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RecommendationsAI/Resource/ProjectsLocationsCatalogsEventStoresUserEvents.php @@ -31,9 +31,9 @@ class Google_Service_RecommendationsAI_Resource_ProjectsLocationsCatalogsEventSt * only by the Recommendations AI JavaScript pixel. Users should not call this * method directly. (userEvents.collect) * - * @param string $parent Required. The parent eventStore name, such as "projects + * @param string $parent Required. The parent eventStore name, such as `projects * /1234/locations/global/catalogs/default_catalog/eventStores/default_event_sto - * re". + * re`. * @param array $optParams Optional parameters. * * @opt_param string ets Optional. The event timestamp in milliseconds. This @@ -60,8 +60,8 @@ public function collect($parent, $optParams = array()) * possible for a subset of the items to be successfully inserted. * Operation.metadata is of type ImportMetadata. (userEvents.import) * - * @param string $parent Required. "projects/1234/locations/global/catalogs/defa - * ult_catalog/eventStores/default_event_store" + * @param string $parent Required. `projects/1234/locations/global/catalogs/defa + * ult_catalog/eventStores/default_event_store` * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleLongrunningOperation @@ -82,7 +82,7 @@ public function import($parent, Google_Service_RecommendationsAI_GoogleCloudReco * event. (userEvents.listProjectsLocationsCatalogsEventStoresUserEvents) * * @param string $parent Required. The parent eventStore resource name, such as - * "projects/locations/catalogs/default_catalog/eventStores/default_event_store" + * `projects/locations/catalogs/default_catalog/eventStores/default_event_store` * . * @param array $optParams Optional parameters. * @@ -126,8 +126,8 @@ public function listProjectsLocationsCatalogsEventStoresUserEvents($parent, $opt * first. (userEvents.purge) * * @param string $parent Required. The resource name of the event_store under - * which the events are created. The format is "projects/${projectId}/locations/ - * global/catalogs/${catalogId}/eventStores/${eventStoreId}" + * which the events are created. The format is `projects/${projectId}/locations/ + * global/catalogs/${catalogId}/eventStores/${eventStoreId}` * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleLongrunningOperation @@ -147,8 +147,8 @@ public function purge($parent, Google_Service_RecommendationsAI_GoogleCloudRecom * catalog items. It can also be used to correct events joined with wrong * catalog items. (userEvents.rejoin) * - * @param string $parent Required. Full resource name of user event, such as "pr - * ojects/locations/catalogs/default_catalog/eventStores/default_event_store". + * @param string $parent Required. Full resource name of user event, such as `pr + * ojects/locations/catalogs/default_catalog/eventStores/default_event_store`. * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_RecommendationsAI_GoogleLongrunningOperation diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender.php index 7ad1f73dee0a..efb221453683 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender.php @@ -30,7 +30,7 @@ */ class Google_Service_Recommender extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocationsInsightTypesInsights.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocationsInsightTypesInsights.php index b9abace879ed..25160ccd799c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocationsInsightTypesInsights.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/BillingAccountsLocationsInsightTypesInsights.php @@ -53,7 +53,7 @@ public function get($name, $optParams = array()) * YPE_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported * insight types: https://cloud.google.com/recommender/docs/insights/insight- - * types.) + * types. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression to restrict the insights diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocationsInsightTypesInsights.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocationsInsightTypesInsights.php index f4920d823345..fed5e2f347c0 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocationsInsightTypesInsights.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/FoldersLocationsInsightTypesInsights.php @@ -53,7 +53,7 @@ public function get($name, $optParams = array()) * YPE_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported * insight types: https://cloud.google.com/recommender/docs/insights/insight- - * types.) + * types. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression to restrict the insights diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsInsightTypesInsights.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsInsightTypesInsights.php index d8d57363cf30..4229bb2bb54d 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsInsightTypesInsights.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/OrganizationsLocationsInsightTypesInsights.php @@ -53,7 +53,7 @@ public function get($name, $optParams = array()) * YPE_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported * insight types: https://cloud.google.com/recommender/docs/insights/insight- - * types.) + * types. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression to restrict the insights diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsInsightTypesInsights.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsInsightTypesInsights.php index 1b7c968e53f9..26a9ca2c5a51 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsInsightTypesInsights.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsInsightTypesInsights.php @@ -53,7 +53,7 @@ public function get($name, $optParams = array()) * YPE_ID]` LOCATION here refers to GCP Locations: * https://cloud.google.com/about/locations/ INSIGHT_TYPE_ID refers to supported * insight types: https://cloud.google.com/recommender/docs/insights/insight- - * types.) + * types. * @param array $optParams Optional parameters. * * @opt_param string filter Optional. Filter expression to restrict the insights diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php index d506e9093e23..95525dd11a3d 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php @@ -30,7 +30,7 @@ */ class Google_Service_RemoteBuildExecution extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTransferInfo.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTransferInfo.php index 4b202604610c..31d297d5443f 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTransferInfo.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Reseller/SubscriptionTransferInfo.php @@ -17,9 +17,18 @@ class Google_Service_Reseller_SubscriptionTransferInfo extends Google_Model { + public $currentLegacySkuId; public $minimumTransferableSeats; public $transferabilityExpirationTime; + public function setCurrentLegacySkuId($currentLegacySkuId) + { + $this->currentLegacySkuId = $currentLegacySkuId; + } + public function getCurrentLegacySkuId() + { + return $this->currentLegacySkuId; + } public function setMinimumTransferableSeats($minimumTransferableSeats) { $this->minimumTransferableSeats = $minimumTransferableSeats; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SASPortalTesting.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SASPortalTesting.php index 7cac5bd26e93..2fbb6ae7ba59 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SASPortalTesting.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SASPortalTesting.php @@ -30,7 +30,7 @@ */ class Google_Service_SASPortalTesting extends Google_Service { - /** View your email address. */ + /** See your primary Google Account email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstance.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstance.php index 56af9b73ab7f..81741327dde3 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstance.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/DatabaseInstance.php @@ -40,6 +40,8 @@ class Google_Service_SQLAdmin_DatabaseInstance extends Google_Collection public $name; protected $onPremisesConfigurationType = 'Google_Service_SQLAdmin_OnPremisesConfiguration'; protected $onPremisesConfigurationDataType = ''; + protected $outOfDiskReportType = 'Google_Service_SQLAdmin_SqlOutOfDiskReport'; + protected $outOfDiskReportDataType = ''; public $project; public $region; protected $replicaConfigurationType = 'Google_Service_SQLAdmin_ReplicaConfiguration'; @@ -225,6 +227,20 @@ public function getOnPremisesConfiguration() { return $this->onPremisesConfiguration; } + /** + * @param Google_Service_SQLAdmin_SqlOutOfDiskReport + */ + public function setOutOfDiskReport(Google_Service_SQLAdmin_SqlOutOfDiskReport $outOfDiskReport) + { + $this->outOfDiskReport = $outOfDiskReport; + } + /** + * @return Google_Service_SQLAdmin_SqlOutOfDiskReport + */ + public function getOutOfDiskReport() + { + return $this->outOfDiskReport; + } public function setProject($project) { $this->project = $project; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Tiers.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Tiers.php index 061e577afad8..24539e3b0a52 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Tiers.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Tiers.php @@ -26,8 +26,8 @@ class Google_Service_SQLAdmin_Resource_Tiers extends Google_Service_Resource { /** - * Lists all available machine types (tiers) for Cloud SQL, for example, - * db-n1-standard-1. For related information, see Pricing. (tiers.listTiers) + * Lists all available machine types (tiers) for Cloud SQL, for example, db- + * custom-1-3840. For related information, see Pricing. (tiers.listTiers) * * @param string $project Project ID of the project for which to list tiers. * @param array $optParams Optional parameters. diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/SqlOutOfDiskReport.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/SqlOutOfDiskReport.php new file mode 100644 index 000000000000..2f51f7b31ce0 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/SqlOutOfDiskReport.php @@ -0,0 +1,39 @@ +sqlMinRecommendedIncreaseSizeGb = $sqlMinRecommendedIncreaseSizeGb; + } + public function getSqlMinRecommendedIncreaseSizeGb() + { + return $this->sqlMinRecommendedIncreaseSizeGb; + } + public function setSqlOutOfDiskState($sqlOutOfDiskState) + { + $this->sqlOutOfDiskState = $sqlOutOfDiskState; + } + public function getSqlOutOfDiskState() + { + return $this->sqlOutOfDiskState; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sasportal.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sasportal.php index 90117469fb81..cef3aa1acd5d 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sasportal.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sasportal.php @@ -30,7 +30,7 @@ */ class Google_Service_Sasportal extends Google_Service { - /** View your email address. */ + /** See your primary Google Account email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Script.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Script.php index 0c76bb75664a..46322889ae24 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Script.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Script.php @@ -81,7 +81,7 @@ class Google_Service_Script extends Google_Service /** See, edit, create, and delete your spreadsheets in Google Drive. */ const SPREADSHEETS = "https://www.googleapis.com/auth/spreadsheets"; - /** View your email address. */ + /** See your primary Google Account email address. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager.php index 5abe033d8d42..372b6eca51fa 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager.php @@ -31,7 +31,7 @@ */ class Google_Service_SecretManager extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsLocations.php index 3daf62cd036a..0cfedc351188 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsLocations.php @@ -50,7 +50,7 @@ public function get($name, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_SecretManager_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecretsVersions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecretsVersions.php index a2a3fd2837f2..5b84df72791e 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecretsVersions.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Resource/ProjectsSecretsVersions.php @@ -27,11 +27,12 @@ class Google_Service_SecretManager_Resource_ProjectsSecretsVersions extends Goog { /** * Accesses a SecretVersion. This call returns the secret data. - * `projects/secrets/versions/latest` is an alias to the `latest` SecretVersion. - * (versions.access) + * `projects/secrets/versions/latest` is an alias to the most recently created + * SecretVersion. (versions.access) * * @param string $name Required. The resource name of the SecretVersion in the - * format `projects/secrets/versions`. + * format `projects/secrets/versions`. `projects/secrets/versions/latest` is an + * alias to the most recently created SecretVersion. * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_AccessSecretVersionResponse */ @@ -91,11 +92,11 @@ public function enable($name, Google_Service_SecretManager_EnableSecretVersionRe } /** * Gets metadata for a SecretVersion. `projects/secrets/versions/latest` is an - * alias to the `latest` SecretVersion. (versions.get) + * alias to the most recently created SecretVersion. (versions.get) * * @param string $name Required. The resource name of the SecretVersion in the * format `projects/secrets/versions`. `projects/secrets/versions/latest` is an - * alias to the `latest` SecretVersion. + * alias to the most recently created SecretVersion. * @param array $optParams Optional parameters. * @return Google_Service_SecretManager_SecretVersion */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Rotation.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Rotation.php new file mode 100644 index 000000000000..fa44ac696dfa --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Rotation.php @@ -0,0 +1,39 @@ +nextRotationTime = $nextRotationTime; + } + public function getNextRotationTime() + { + return $this->nextRotationTime; + } + public function setRotationPeriod($rotationPeriod) + { + $this->rotationPeriod = $rotationPeriod; + } + public function getRotationPeriod() + { + return $this->rotationPeriod; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Secret.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Secret.php index 55a94558269e..5ecf6356c4e2 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Secret.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/Secret.php @@ -24,6 +24,8 @@ class Google_Service_SecretManager_Secret extends Google_Collection public $name; protected $replicationType = 'Google_Service_SecretManager_Replication'; protected $replicationDataType = ''; + protected $rotationType = 'Google_Service_SecretManager_Rotation'; + protected $rotationDataType = ''; protected $topicsType = 'Google_Service_SecretManager_Topic'; protected $topicsDataType = 'array'; public $ttl; @@ -74,6 +76,20 @@ public function getReplication() { return $this->replication; } + /** + * @param Google_Service_SecretManager_Rotation + */ + public function setRotation(Google_Service_SecretManager_Rotation $rotation) + { + $this->rotation = $rotation; + } + /** + * @return Google_Service_SecretManager_Rotation + */ + public function getRotation() + { + return $this->rotation; + } /** * @param Google_Service_SecretManager_Topic[] */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php index fa53c09b25f2..5587ae91dc44 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php @@ -31,7 +31,7 @@ */ class Google_Service_SecurityCommandCenter extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Asset.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Asset.php index a8c9c729f272..b26355fbf8ba 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Asset.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Asset.php @@ -17,6 +17,7 @@ class Google_Service_SecurityCommandCenter_Asset extends Google_Model { + public $canonicalName; public $createTime; protected $iamPolicyType = 'Google_Service_SecurityCommandCenter_IamPolicy'; protected $iamPolicyDataType = ''; @@ -28,6 +29,14 @@ class Google_Service_SecurityCommandCenter_Asset extends Google_Model protected $securityMarksDataType = ''; public $updateTime; + public function setCanonicalName($canonicalName) + { + $this->canonicalName = $canonicalName; + } + public function getCanonicalName() + { + return $this->canonicalName; + } public function setCreateTime($createTime) { $this->createTime = $createTime; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Finding.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Finding.php index 4c11bcd1a946..5884f539648c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Finding.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Finding.php @@ -17,6 +17,7 @@ class Google_Service_SecurityCommandCenter_Finding extends Google_Model { + public $canonicalName; public $category; public $createTime; public $eventTime; @@ -30,6 +31,14 @@ class Google_Service_SecurityCommandCenter_Finding extends Google_Model public $sourceProperties; public $state; + public function setCanonicalName($canonicalName) + { + $this->canonicalName = $canonicalName; + } + public function getCanonicalName() + { + return $this->canonicalName; + } public function setCategory($category) { $this->category = $category; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1Finding.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1Finding.php index 929e23c98d08..bc0a5161b373 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1Finding.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1Finding.php @@ -17,6 +17,7 @@ class Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1Finding extends Google_Model { + public $canonicalName; public $category; public $createTime; public $eventTime; @@ -30,6 +31,14 @@ class Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1Fin public $sourceProperties; public $state; + public function setCanonicalName($canonicalName) + { + $this->canonicalName = $canonicalName; + } + public function getCanonicalName() + { + return $this->canonicalName; + } public function setCategory($category) { $this->category = $category; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1SecurityMarks.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1SecurityMarks.php index e6e8f50e90f9..8515b22f7945 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1SecurityMarks.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/GoogleCloudSecuritycenterV1p1beta1SecurityMarks.php @@ -17,9 +17,18 @@ class Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1p1beta1SecurityMarks extends Google_Model { + public $canonicalName; public $marks; public $name; + public function setCanonicalName($canonicalName) + { + $this->canonicalName = $canonicalName; + } + public function getCanonicalName() + { + return $this->canonicalName; + } public function setMarks($marks) { $this->marks = $marks; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecurityMarks.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecurityMarks.php index 10eeb9c619e1..91dee53a460e 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecurityMarks.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/SecurityMarks.php @@ -17,9 +17,18 @@ class Google_Service_SecurityCommandCenter_SecurityMarks extends Google_Model { + public $canonicalName; public $marks; public $name; + public function setCanonicalName($canonicalName) + { + $this->canonicalName = $canonicalName; + } + public function getCanonicalName() + { + return $this->canonicalName; + } public function setMarks($marks) { $this->marks = $marks; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Source.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Source.php index edfd3bea769c..5795d88006ef 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Source.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Source.php @@ -17,10 +17,19 @@ class Google_Service_SecurityCommandCenter_Source extends Google_Model { + public $canonicalName; public $description; public $displayName; public $name; + public function setCanonicalName($canonicalName) + { + $this->canonicalName = $canonicalName; + } + public function getCanonicalName() + { + return $this->canonicalName; + } public function setDescription($description) { $this->description = $description; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php index b0f76ef297d0..4d5be0689387 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php @@ -30,7 +30,7 @@ */ class Google_Service_ServiceConsumerManagement extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Endpoint.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Endpoint.php index d9945f7e4c73..a9bc80796f03 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Endpoint.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Endpoint.php @@ -15,22 +15,12 @@ * the License. */ -class Google_Service_ServiceConsumerManagement_Endpoint extends Google_Collection +class Google_Service_ServiceConsumerManagement_Endpoint extends Google_Model { - protected $collection_key = 'aliases'; - public $aliases; public $allowCors; public $name; public $target; - public function setAliases($aliases) - { - $this->aliases = $aliases; - } - public function getAliases() - { - return $this->aliases; - } public function setAllowCors($allowCors) { $this->allowCors = $allowCors; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceControl.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceControl.php index 01bf40042c2e..bcab744822af 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceControl.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceControl.php @@ -31,7 +31,7 @@ */ class Google_Service_ServiceControl extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Manage your Google Service Control data. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceDirectory.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceDirectory.php index 4ca7bf5bee42..be50a8339eee 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceDirectory.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceDirectory.php @@ -31,7 +31,7 @@ */ class Google_Service_ServiceDirectory extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceDirectory/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceDirectory/Resource/ProjectsLocations.php index 6f9f493c438f..da1d7967673f 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceDirectory/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceDirectory/Resource/ProjectsLocations.php @@ -50,7 +50,7 @@ public function get($name, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_ServiceDirectory_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceManagement.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceManagement.php index f9b7474a7ac7..925976b6dbac 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceManagement.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceManagement.php @@ -32,7 +32,7 @@ */ class Google_Service_ServiceManagement extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ @@ -127,16 +127,6 @@ public function __construct(Google_Client $client, $rootUrl = null) 'required' => true, ), ), - ),'enable' => array( - 'path' => 'v1/services/{serviceName}:enable', - 'httpMethod' => 'POST', - 'parameters' => array( - 'serviceName' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), ),'generateConfigReport' => array( 'path' => 'v1/services:generateConfigReport', 'httpMethod' => 'POST', diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php index 2664381432cb..e2e56370c7c4 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php @@ -60,23 +60,6 @@ public function delete($serviceName, $optParams = array()) $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_ServiceManagement_Operation"); } - /** - * Enables a service for a project, so it can be used for the project. See - * [Cloud Auth Guide](https://cloud.google.com/docs/authentication) for more - * information. Operation (services.enable) - * - * @param string $serviceName Required. Name of the service to enable. - * Specifying an unknown service name will cause the request to fail. - * @param Google_Service_ServiceManagement_EnableServiceRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_ServiceManagement_Operation - */ - public function enable($serviceName, Google_Service_ServiceManagement_EnableServiceRequest $postBody, $optParams = array()) - { - $params = array('serviceName' => $serviceName, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('enable', array($params), "Google_Service_ServiceManagement_Operation"); - } /** * Generates and returns a report (errors, warnings and changes from existing * configurations) associated with GenerateConfigReportRequest.new_value If @@ -156,10 +139,7 @@ public function getIamPolicy($resource, Google_Service_ServiceManagement_GetIamP /** * Lists managed services. Returns all public services. For authenticated users, * also returns all services the calling user has - * "servicemanagement.services.get" permission for. **BETA:** If the caller - * specifies the `consumer_id`, it returns only the services enabled on the - * consumer. The `consumer_id` must have the format of "project:{PROJECT-ID}". - * (services.listServices) + * "servicemanagement.services.get" permission for. (services.listServices) * * @param array $optParams Optional parameters. * diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking.php index 99cd2b8c5230..34574cd8fd03 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking.php @@ -31,7 +31,7 @@ */ class Google_Service_ServiceNetworking extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Manage your Google API service configuration. */ @@ -200,6 +200,16 @@ public function __construct(Google_Client $client, $rootUrl = null) 'required' => true, ), ), + ),'deleteConnection' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'list' => array( 'path' => 'v1/{+parent}/connections', 'httpMethod' => 'GET', diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking/DeleteConnectionRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking/DeleteConnectionRequest.php new file mode 100644 index 000000000000..697e26e25232 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking/DeleteConnectionRequest.php @@ -0,0 +1,30 @@ +consumerNetwork = $consumerNetwork; + } + public function getConsumerNetwork() + { + return $this->consumerNetwork; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesConnections.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesConnections.php index 69357b6c0e42..a52f003b195a 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesConnections.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/ServicesConnections.php @@ -47,6 +47,26 @@ public function create($parent, Google_Service_ServiceNetworking_Connection $pos $params = array_merge($params, $optParams); return $this->call('create', array($params), "Google_Service_ServiceNetworking_Operation"); } + /** + * Deletes a private service access connection. (connections.deleteConnection) + * + * @param string $name Required. The private service connection that connects to + * a service producer organization. The name includes both the private service + * name and the VPC network peering name in the format of + * `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google + * services that support this functionality, this is + * `services/servicenetworking.googleapis.com/connections/servicenetworking- + * googleapis-com`. + * @param Google_Service_ServiceNetworking_DeleteConnectionRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_ServiceNetworking_Operation + */ + public function deleteConnection($name, Google_Service_ServiceNetworking_DeleteConnectionRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('deleteConnection', array($params), "Google_Service_ServiceNetworking_Operation"); + } /** * List the private connections that are configured in a service consumer's VPC * network. (connections.listServicesConnections) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceUsage.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceUsage.php index 6a3f588f15bd..34a64b058710 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceUsage.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceUsage.php @@ -32,7 +32,7 @@ */ class Google_Service_ServiceUsage extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceUsage/CreateAdminQuotaPolicyMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceUsage/CreateAdminQuotaPolicyMetadata.php new file mode 100644 index 000000000000..82df6a8647a8 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceUsage/CreateAdminQuotaPolicyMetadata.php @@ -0,0 +1,20 @@ +aliases = $aliases; - } - public function getAliases() - { - return $this->aliases; - } public function setAllowCors($allowCors) { $this->allowCors = $allowCors; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityMetadata.php new file mode 100644 index 000000000000..2645151ae4ee --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityMetadata.php @@ -0,0 +1,20 @@ +uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php index 585faccfe02d..4871f3499fd1 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sheets/TextFormat.php @@ -25,6 +25,8 @@ class Google_Service_Sheets_TextFormat extends Google_Model protected $foregroundColorStyleType = 'Google_Service_Sheets_ColorStyle'; protected $foregroundColorStyleDataType = ''; public $italic; + protected $linkType = 'Google_Service_Sheets_Link'; + protected $linkDataType = ''; public $strikethrough; public $underline; @@ -88,6 +90,20 @@ public function getItalic() { return $this->italic; } + /** + * @param Google_Service_Sheets_Link + */ + public function setLink(Google_Service_Sheets_Link $link) + { + $this->link = $link; + } + /** + * @return Google_Service_Sheets_Link + */ + public function getLink() + { + return $this->link; + } public function setStrikethrough($strikethrough) { $this->strikethrough = $strikethrough; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent.php index 86e5a5d34cd4..62843a026d00 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent.php @@ -537,7 +537,22 @@ public function __construct(Google_Client $client, $rootUrl = null) 'buyongoogleprograms', array( 'methods' => array( - 'get' => array( + 'activate' => array( + 'path' => '{merchantId}/buyongoogleprograms/{regionCode}/activate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'regionCode' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( 'path' => '{merchantId}/buyongoogleprograms/{regionCode}', 'httpMethod' => 'GET', 'parameters' => array( @@ -567,6 +582,36 @@ public function __construct(Google_Client $client, $rootUrl = null) 'required' => true, ), ), + ),'pause' => array( + 'path' => '{merchantId}/buyongoogleprograms/{regionCode}/pause', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'regionCode' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'requestreview' => array( + 'path' => '{merchantId}/buyongoogleprograms/{regionCode}/requestreview', + 'httpMethod' => 'POST', + 'parameters' => array( + 'merchantId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'regionCode' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ), ) ) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkRequest.php index 2890199327af..a1d54845fe76 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkRequest.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/AccountsLinkRequest.php @@ -21,6 +21,8 @@ class Google_Service_ShoppingContent_AccountsLinkRequest extends Google_Collecti public $action; public $linkType; public $linkedAccountId; + protected $paymentServiceProviderLinkInfoType = 'Google_Service_ShoppingContent_PaymentServiceProviderLinkInfo'; + protected $paymentServiceProviderLinkInfoDataType = ''; public $services; public function setAction($action) @@ -47,6 +49,20 @@ public function getLinkedAccountId() { return $this->linkedAccountId; } + /** + * @param Google_Service_ShoppingContent_PaymentServiceProviderLinkInfo + */ + public function setPaymentServiceProviderLinkInfo(Google_Service_ShoppingContent_PaymentServiceProviderLinkInfo $paymentServiceProviderLinkInfo) + { + $this->paymentServiceProviderLinkInfo = $paymentServiceProviderLinkInfo; + } + /** + * @return Google_Service_ShoppingContent_PaymentServiceProviderLinkInfo + */ + public function getPaymentServiceProviderLinkInfo() + { + return $this->paymentServiceProviderLinkInfo; + } public function setServices($services) { $this->services = $services; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/ActivateBuyOnGoogleProgramRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/ActivateBuyOnGoogleProgramRequest.php new file mode 100644 index 000000000000..61d4e5ef6e26 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/ActivateBuyOnGoogleProgramRequest.php @@ -0,0 +1,20 @@ +country; } + public function setEddServices($eddServices) + { + $this->eddServices = $eddServices; + } + public function getEddServices() + { + return $this->eddServices; + } public function setName($name) { $this->name = $name; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/DeliveryTime.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/DeliveryTime.php index 5ebf2a96b98a..dd8260c55a4c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/DeliveryTime.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/DeliveryTime.php @@ -17,7 +17,7 @@ class Google_Service_ShoppingContent_DeliveryTime extends Google_Collection { - protected $collection_key = 'holidayCutoffs'; + protected $collection_key = 'warehouseBasedDeliveryTimes'; protected $cutoffTimeType = 'Google_Service_ShoppingContent_CutoffTime'; protected $cutoffTimeDataType = ''; protected $handlingBusinessDayConfigType = 'Google_Service_ShoppingContent_BusinessDayConfig'; @@ -32,6 +32,8 @@ class Google_Service_ShoppingContent_DeliveryTime extends Google_Collection protected $transitBusinessDayConfigDataType = ''; protected $transitTimeTableType = 'Google_Service_ShoppingContent_TransitTable'; protected $transitTimeTableDataType = ''; + protected $warehouseBasedDeliveryTimesType = 'Google_Service_ShoppingContent_WarehouseBasedDeliveryTime'; + protected $warehouseBasedDeliveryTimesDataType = 'array'; /** * @param Google_Service_ShoppingContent_CutoffTime @@ -135,4 +137,18 @@ public function getTransitTimeTable() { return $this->transitTimeTable; } + /** + * @param Google_Service_ShoppingContent_WarehouseBasedDeliveryTime[] + */ + public function setWarehouseBasedDeliveryTimes($warehouseBasedDeliveryTimes) + { + $this->warehouseBasedDeliveryTimes = $warehouseBasedDeliveryTimes; + } + /** + * @return Google_Service_ShoppingContent_WarehouseBasedDeliveryTime[] + */ + public function getWarehouseBasedDeliveryTimes() + { + return $this->warehouseBasedDeliveryTimes; + } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/PauseBuyOnGoogleProgramRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/PauseBuyOnGoogleProgramRequest.php new file mode 100644 index 000000000000..35780a2906b8 --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/PauseBuyOnGoogleProgramRequest.php @@ -0,0 +1,20 @@ +externalAccountBusinessCountry = $externalAccountBusinessCountry; + } + public function getExternalAccountBusinessCountry() + { + return $this->externalAccountBusinessCountry; + } + public function setExternalAccountId($externalAccountId) + { + $this->externalAccountId = $externalAccountId; + } + public function getExternalAccountId() + { + return $this->externalAccountId; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/Product.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/Product.php index e8ceb2b2cf0e..ce3f6d0231aa 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/Product.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/Product.php @@ -19,6 +19,7 @@ class Google_Service_ShoppingContent_Product extends Google_Collection { protected $collection_key = 'taxes'; public $additionalImageLinks; + public $additionalSizeType; public $adsGrouping; public $adsLabels; public $adsRedirect; @@ -123,6 +124,14 @@ public function getAdditionalImageLinks() { return $this->additionalImageLinks; } + public function setAdditionalSizeType($additionalSizeType) + { + $this->additionalSizeType = $additionalSizeType; + } + public function getAdditionalSizeType() + { + return $this->additionalSizeType; + } public function setAdsGrouping($adsGrouping) { $this->adsGrouping = $adsGrouping; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShipping.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShipping.php index ccb8b517cffa..419591b068b5 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShipping.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/ProductShipping.php @@ -20,6 +20,10 @@ class Google_Service_ShoppingContent_ProductShipping extends Google_Model public $country; public $locationGroupName; public $locationId; + public $maxHandlingTime; + public $maxTransitTime; + public $minHandlingTime; + public $minTransitTime; public $postalCode; protected $priceType = 'Google_Service_ShoppingContent_Price'; protected $priceDataType = ''; @@ -50,6 +54,38 @@ public function getLocationId() { return $this->locationId; } + public function setMaxHandlingTime($maxHandlingTime) + { + $this->maxHandlingTime = $maxHandlingTime; + } + public function getMaxHandlingTime() + { + return $this->maxHandlingTime; + } + public function setMaxTransitTime($maxTransitTime) + { + $this->maxTransitTime = $maxTransitTime; + } + public function getMaxTransitTime() + { + return $this->maxTransitTime; + } + public function setMinHandlingTime($minHandlingTime) + { + $this->minHandlingTime = $minHandlingTime; + } + public function getMinHandlingTime() + { + return $this->minHandlingTime; + } + public function setMinTransitTime($minTransitTime) + { + $this->minTransitTime = $minTransitTime; + } + public function getMinTransitTime() + { + return $this->minTransitTime; + } public function setPostalCode($postalCode) { $this->postalCode = $postalCode; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/RequestReviewBuyOnGoogleProgramRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/RequestReviewBuyOnGoogleProgramRequest.php new file mode 100644 index 000000000000..b40d3f401dcd --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/RequestReviewBuyOnGoogleProgramRequest.php @@ -0,0 +1,20 @@ + $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('activate', array($params)); + } + /** + * Retrieves a status of the BoG program for your Merchant Center account. * (buyongoogleprograms.get) * * @param string $merchantId Required. The ID of the account. @@ -43,12 +62,12 @@ public function get($merchantId, $regionCode, $optParams = array()) return $this->call('get', array($params), "Google_Service_ShoppingContent_BuyOnGoogleProgramStatus"); } /** - * Onboards BoG in your Merchant Center account. By using this method, you agree - * to the [Terms of Service](https://merchants.google.com/mc/termsofservice/tran - * sactions/US/latest). Calling this method is only possible if the - * authenticated account is the same as the merchant id in the request. Calling - * this method multiple times will only accept Terms of Service if the latest - * version is not currently signed. (buyongoogleprograms.onboard) + * Onboards the BoG program in your Merchant Center account. By using this + * method, you agree to the [Terms of Service](https://merchants.google.com/mc/t + * ermsofservice/transactions/US/latest). Calling this method is only possible + * if the authenticated account is the same as the merchant id in the request. + * Calling this method multiple times will only accept Terms of Service if the + * latest version is not currently signed. (buyongoogleprograms.onboard) * * @param string $merchantId Required. The ID of the account. * @param string $regionCode The program region code [ISO 3166-1 @@ -63,4 +82,41 @@ public function onboard($merchantId, $regionCode, Google_Service_ShoppingContent $params = array_merge($params, $optParams); return $this->call('onboard', array($params)); } + /** + * Pauses the BoG program in your Merchant Center account. Important: This + * method is only whitelisted for selected merchants. + * (buyongoogleprograms.pause) + * + * @param string $merchantId Required. The ID of the account. + * @param string $regionCode The program region code [ISO 3166-1 + * alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US + * is available. + * @param Google_Service_ShoppingContent_PauseBuyOnGoogleProgramRequest $postBody + * @param array $optParams Optional parameters. + */ + public function pause($merchantId, $regionCode, Google_Service_ShoppingContent_PauseBuyOnGoogleProgramRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('pause', array($params)); + } + /** + * Requests review and then activates the BoG program in your Merchant Center + * account for the first time. Moves the program to the REVIEW_PENDING state. + * Important: This method is only whitelisted for selected merchants. + * (buyongoogleprograms.requestreview) + * + * @param string $merchantId Required. The ID of the account. + * @param string $regionCode The program region code [ISO 3166-1 + * alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US + * is available. + * @param Google_Service_ShoppingContent_RequestReviewBuyOnGoogleProgramRequest $postBody + * @param array $optParams Optional parameters. + */ + public function requestreview($merchantId, $regionCode, Google_Service_ShoppingContent_RequestReviewBuyOnGoogleProgramRequest $postBody, $optParams = array()) + { + $params = array('merchantId' => $merchantId, 'regionCode' => $regionCode, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('requestreview', array($params)); + } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/WarehouseBasedDeliveryTime.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/WarehouseBasedDeliveryTime.php new file mode 100644 index 000000000000..b8a85bca8a5f --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/WarehouseBasedDeliveryTime.php @@ -0,0 +1,84 @@ +carrier = $carrier; + } + public function getCarrier() + { + return $this->carrier; + } + public function setCarrierService($carrierService) + { + $this->carrierService = $carrierService; + } + public function getCarrierService() + { + return $this->carrierService; + } + public function setOriginAdministrativeArea($originAdministrativeArea) + { + $this->originAdministrativeArea = $originAdministrativeArea; + } + public function getOriginAdministrativeArea() + { + return $this->originAdministrativeArea; + } + public function setOriginCity($originCity) + { + $this->originCity = $originCity; + } + public function getOriginCity() + { + return $this->originCity; + } + public function setOriginCountry($originCountry) + { + $this->originCountry = $originCountry; + } + public function getOriginCountry() + { + return $this->originCountry; + } + public function setOriginPostalCode($originPostalCode) + { + $this->originPostalCode = $originPostalCode; + } + public function getOriginPostalCode() + { + return $this->originPostalCode; + } + public function setOriginStreetAddress($originStreetAddress) + { + $this->originStreetAddress = $originStreetAddress; + } + public function getOriginStreetAddress() + { + return $this->originStreetAddress; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Slides.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Slides.php index 044cbf93ecc7..ca172221fb61 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Slides.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Slides.php @@ -33,7 +33,7 @@ class Google_Service_Slides extends Google_Service /** See, edit, create, and delete all of your Google Drive files. */ const DRIVE = "https://www.googleapis.com/auth/drive"; - /** View and manage Google Drive files and folders that you have opened or created with this app. */ + /** See, edit, create, and delete only the specific Google Drive files you use with this app. */ const DRIVE_FILE = "https://www.googleapis.com/auth/drive.file"; /** See and download all your Google Drive files. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner.php index 17e178601b3a..d605cce4cae3 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner.php @@ -31,7 +31,7 @@ */ class Google_Service_Spanner extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Administer your Spanner databases. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.php index 9ef853856067..047327be4ab4 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/BeginTransactionRequest.php @@ -19,6 +19,8 @@ class Google_Service_Spanner_BeginTransactionRequest extends Google_Model { protected $optionsType = 'Google_Service_Spanner_TransactionOptions'; protected $optionsDataType = ''; + protected $requestOptionsType = 'Google_Service_Spanner_RequestOptions'; + protected $requestOptionsDataType = ''; /** * @param Google_Service_Spanner_TransactionOptions @@ -34,4 +36,18 @@ public function getOptions() { return $this->options; } + /** + * @param Google_Service_Spanner_RequestOptions + */ + public function setRequestOptions(Google_Service_Spanner_RequestOptions $requestOptions) + { + $this->requestOptions = $requestOptions; + } + /** + * @return Google_Service_Spanner_RequestOptions + */ + public function getRequestOptions() + { + return $this->requestOptions; + } } diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/CommitRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/CommitRequest.php index 65c8a91d05e5..7ad63cb873f9 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/CommitRequest.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/CommitRequest.php @@ -20,6 +20,8 @@ class Google_Service_Spanner_CommitRequest extends Google_Collection protected $collection_key = 'mutations'; protected $mutationsType = 'Google_Service_Spanner_Mutation'; protected $mutationsDataType = 'array'; + protected $requestOptionsType = 'Google_Service_Spanner_RequestOptions'; + protected $requestOptionsDataType = ''; public $returnCommitStats; protected $singleUseTransactionType = 'Google_Service_Spanner_TransactionOptions'; protected $singleUseTransactionDataType = ''; @@ -39,6 +41,20 @@ public function getMutations() { return $this->mutations; } + /** + * @param Google_Service_Spanner_RequestOptions + */ + public function setRequestOptions(Google_Service_Spanner_RequestOptions $requestOptions) + { + $this->requestOptions = $requestOptions; + } + /** + * @return Google_Service_Spanner_RequestOptions + */ + public function getRequestOptions() + { + return $this->requestOptions; + } public function setReturnCommitStats($returnCommitStats) { $this->returnCommitStats = $returnCommitStats; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlRequest.php index 56b97bc8384c..af570800ae5c 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlRequest.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ExecuteBatchDmlRequest.php @@ -18,12 +18,28 @@ class Google_Service_Spanner_ExecuteBatchDmlRequest extends Google_Collection { protected $collection_key = 'statements'; + protected $requestOptionsType = 'Google_Service_Spanner_RequestOptions'; + protected $requestOptionsDataType = ''; public $seqno; protected $statementsType = 'Google_Service_Spanner_Statement'; protected $statementsDataType = 'array'; protected $transactionType = 'Google_Service_Spanner_TransactionSelector'; protected $transactionDataType = ''; + /** + * @param Google_Service_Spanner_RequestOptions + */ + public function setRequestOptions(Google_Service_Spanner_RequestOptions $requestOptions) + { + $this->requestOptions = $requestOptions; + } + /** + * @return Google_Service_Spanner_RequestOptions + */ + public function getRequestOptions() + { + return $this->requestOptions; + } public function setSeqno($seqno) { $this->seqno = $seqno; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php index 32695edfb743..55fe3461bc9b 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ExecuteSqlRequest.php @@ -24,6 +24,8 @@ class Google_Service_Spanner_ExecuteSqlRequest extends Google_Model public $queryMode; protected $queryOptionsType = 'Google_Service_Spanner_QueryOptions'; protected $queryOptionsDataType = ''; + protected $requestOptionsType = 'Google_Service_Spanner_RequestOptions'; + protected $requestOptionsDataType = ''; public $resumeToken; public $seqno; public $sql; @@ -82,6 +84,20 @@ public function getQueryOptions() { return $this->queryOptions; } + /** + * @param Google_Service_Spanner_RequestOptions + */ + public function setRequestOptions(Google_Service_Spanner_RequestOptions $requestOptions) + { + $this->requestOptions = $requestOptions; + } + /** + * @return Google_Service_Spanner_RequestOptions + */ + public function getRequestOptions() + { + return $this->requestOptions; + } public function setResumeToken($resumeToken) { $this->resumeToken = $resumeToken; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ReadRequest.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ReadRequest.php index c2cfc5e391a7..d9ed9b2f71e0 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ReadRequest.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/ReadRequest.php @@ -24,6 +24,8 @@ class Google_Service_Spanner_ReadRequest extends Google_Collection protected $keySetDataType = ''; public $limit; public $partitionToken; + protected $requestOptionsType = 'Google_Service_Spanner_RequestOptions'; + protected $requestOptionsDataType = ''; public $resumeToken; public $table; protected $transactionType = 'Google_Service_Spanner_TransactionSelector'; @@ -75,6 +77,20 @@ public function getPartitionToken() { return $this->partitionToken; } + /** + * @param Google_Service_Spanner_RequestOptions + */ + public function setRequestOptions(Google_Service_Spanner_RequestOptions $requestOptions) + { + $this->requestOptions = $requestOptions; + } + /** + * @return Google_Service_Spanner_RequestOptions + */ + public function getRequestOptions() + { + return $this->requestOptions; + } public function setResumeToken($resumeToken) { $this->resumeToken = $resumeToken; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/RequestOptions.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/RequestOptions.php new file mode 100644 index 000000000000..5776374c296e --- /dev/null +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/RequestOptions.php @@ -0,0 +1,48 @@ +priority = $priority; + } + public function getPriority() + { + return $this->priority; + } + public function setRequestTag($requestTag) + { + $this->requestTag = $requestTag; + } + public function getRequestTag() + { + return $this->requestTag; + } + public function setTransactionTag($transactionTag) + { + $this->transactionTag = $transactionTag; + } + public function getTransactionTag() + { + return $this->transactionTag; + } +} diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.php index d0a227ee6a5a..047ab626bb46 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spanner/UpdateDatabaseDdlMetadata.php @@ -20,6 +20,8 @@ class Google_Service_Spanner_UpdateDatabaseDdlMetadata extends Google_Collection protected $collection_key = 'statements'; public $commitTimestamps; public $database; + protected $progressType = 'Google_Service_Spanner_OperationProgress'; + protected $progressDataType = 'array'; public $statements; public $throttled; @@ -39,6 +41,20 @@ public function getDatabase() { return $this->database; } + /** + * @param Google_Service_Spanner_OperationProgress[] + */ + public function setProgress($progress) + { + $this->progress = $progress; + } + /** + * @return Google_Service_Spanner_OperationProgress[] + */ + public function getProgress() + { + return $this->progress; + } public function setStatements($statements) { $this->statements = $statements; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Speech.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Speech.php index 8cb9c7ed0ab8..3ae9be25ab24 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Speech.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Speech.php @@ -30,7 +30,7 @@ */ class Google_Service_Speech extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Storagetransfer.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Storagetransfer.php index cd17f03ce7af..1f0bd96e156b 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Storagetransfer.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Storagetransfer.php @@ -31,7 +31,7 @@ */ class Google_Service_Storagetransfer extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU.php index abd797cd6db2..6f119d5d380a 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU.php @@ -30,7 +30,7 @@ */ class Google_Service_TPU extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU/Node.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU/Node.php index 44c0df691297..9f0f49218577 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU/Node.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU/Node.php @@ -19,6 +19,7 @@ class Google_Service_TPU_Node extends Google_Collection { protected $collection_key = 'symptoms'; public $acceleratorType; + public $apiVersion; public $cidrBlock; public $createTime; public $description; @@ -48,6 +49,14 @@ public function getAcceleratorType() { return $this->acceleratorType; } + public function setApiVersion($apiVersion) + { + $this->apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } public function setCidrBlock($cidrBlock) { $this->cidrBlock = $cidrBlock; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocations.php index 0429d6dd85c4..dfc6b80f5dd0 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocations.php @@ -46,9 +46,13 @@ public function get($name, $optParams = array()) * applicable. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. - * @opt_param int pageSize The standard list page size. - * @opt_param string pageToken The standard list page token. + * @opt_param string filter A filter to narrow down results to a preferred + * subset. The filtering language accepts strings like "displayName=tokyo", and + * is documented in more detail in [AIP-160](https://google.aip.dev/160). + * @opt_param int pageSize The maximum number of results to return. If not set, + * the service selects a default. + * @opt_param string pageToken A page token received from the `next_page_token` + * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_TPU_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Testing.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Testing.php index 85e41d08b671..fbc602247635 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Testing.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Testing.php @@ -31,7 +31,7 @@ */ class Google_Service_Testing extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Texttospeech.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Texttospeech.php index 7a12158406ff..906dc854a2eb 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Texttospeech.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Texttospeech.php @@ -31,7 +31,7 @@ */ class Google_Service_Texttospeech extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults.php index b99eced3501c..08f11d0277b2 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults.php @@ -30,7 +30,7 @@ */ class Google_Service_ToolResults extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TrafficDirectorService.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TrafficDirectorService.php index 2af0e9d87532..3c009b437f92 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TrafficDirectorService.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TrafficDirectorService.php @@ -30,7 +30,7 @@ */ class Google_Service_TrafficDirectorService extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Transcoder.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Transcoder.php index cdee2c269789..4377349ed027 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Transcoder.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Transcoder.php @@ -31,7 +31,7 @@ */ class Google_Service_Transcoder extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Translate.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Translate.php index 9cb1af133e31..b907c88b7553 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Translate.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Translate.php @@ -30,7 +30,7 @@ */ class Google_Service_Translate extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Translate text from one language to another using Google Translate. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Translate/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Translate/Resource/ProjectsLocations.php index 22d214594fab..a6b5c6e8ee6a 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Translate/Resource/ProjectsLocations.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Translate/Resource/ProjectsLocations.php @@ -126,7 +126,7 @@ public function getSupportedLanguages($parent, $optParams = array()) * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, - * the service will select a default. + * the service selects a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return Google_Service_Translate_ListLocationsResponse diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vault.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vault.php index 81fdf861370c..9e142a795925 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vault.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vault.php @@ -19,7 +19,13 @@ * Service definition for Vault (v1). * *
- * Archiving and eDiscovery for G Suite.
+ * Retention and eDiscovery for Google Workspace. To work with Vault resources, + * the account must have the [required Vault privileges] + * (https://support.google.com/vault/answer/2799699) and access to the matter. + * To access a matter, the account must have created the matter, have the matter + * shared with them, or have the **View All Matters** privilege. For example, to + * download an export, an account needs the **Manage Exports** privilege and the + * matter shared with them. * ** For more information about this service, see the API diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vision.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vision.php index 3911a6af35ed..b11afd787a30 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vision.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Vision.php @@ -32,7 +32,7 @@ */ class Google_Service_Vision extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** Apply machine learning models to understand and label images. */ diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/WebRisk.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/WebRisk.php index 97d93b486efa..3f9c9d9ac8ec 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/WebRisk.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/WebRisk.php @@ -30,7 +30,7 @@ */ class Google_Service_WebRisk extends Google_Service { - /** View and manage your data across Google Cloud Platform services. */ + /** See, edit, configure, and delete your Google Cloud Platform data. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Workflows.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Workflows.php index 3e0fdd993382..9754321eb167 100644 --- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Workflows.php +++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Workflows.php @@ -19,8 +19,8 @@ * Service definition for Workflows (v1). * *
- * Orchestrate Workflows consisting of Google Cloud APIs, SaaS APIs or private - * API endpoints.
+ * Manage workflow definitions. To execute workflows and manage executions, see + * the Workflows Executions API. * *
* For more information about this service, see the API
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Workflows/Resource/ProjectsLocations.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Workflows/Resource/ProjectsLocations.php
index 0d20a281ba25..c4c3ae639a09 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Workflows/Resource/ProjectsLocations.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Workflows/Resource/ProjectsLocations.php
@@ -50,7 +50,7 @@ public function get($name, $optParams = array())
* subset. The filtering language accepts strings like "displayName=tokyo", and
* is documented in more detail in [AIP-160](https://google.aip.dev/160).
* @opt_param int pageSize The maximum number of results to return. If not set,
- * the service will select a default.
+ * the service selects a default.
* @opt_param string pageToken A page token received from the `next_page_token`
* field in the response. Send that page token to receive the subsequent page.
* @return Google_Service_Workflows_ListLocationsResponse
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/Resource/Videos.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/Resource/Videos.php
index 1b393fa1766b..a82640201596 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/Resource/Videos.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/Resource/Videos.php
@@ -65,13 +65,13 @@ public function delete($id, $optParams = array())
* without having to provide authentication credentials for each individual
* channel. The CMS account that the user authenticates with must be linked to
* the specified YouTube content owner.
- * @return Google_Service_YouTube_VideoRatingListResponse
+ * @return Google_Service_YouTube_VideoGetRatingResponse
*/
public function getRating($id, $optParams = array())
{
$params = array('id' => $id);
$params = array_merge($params, $optParams);
- return $this->call('getRating', array($params), "Google_Service_YouTube_VideoRatingListResponse");
+ return $this->call('getRating', array($params), "Google_Service_YouTube_VideoGetRatingResponse");
}
/**
* Inserts a new resource into this collection. (videos.insert)
diff --git a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdClients.php b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/VideoGetRatingResponse.php
similarity index 66%
rename from apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdClients.php
rename to apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/VideoGetRatingResponse.php
index e5d3dc06a454..08685b89ca29 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSense/AdClients.php
+++ b/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/VideoGetRatingResponse.php
@@ -15,14 +15,15 @@
* the License.
*/
-class Google_Service_AdSense_AdClients extends Google_Collection
+class Google_Service_YouTube_VideoGetRatingResponse extends Google_Collection
{
protected $collection_key = 'items';
public $etag;
- protected $itemsType = 'Google_Service_AdSense_AdClient';
+ public $eventId;
+ protected $itemsType = 'Google_Service_YouTube_VideoRating';
protected $itemsDataType = 'array';
public $kind;
- public $nextPageToken;
+ public $visitorId;
public function setEtag($etag)
{
@@ -32,15 +33,23 @@ public function getEtag()
{
return $this->etag;
}
+ public function setEventId($eventId)
+ {
+ $this->eventId = $eventId;
+ }
+ public function getEventId()
+ {
+ return $this->eventId;
+ }
/**
- * @param Google_Service_AdSense_AdClient[]
+ * @param Google_Service_YouTube_VideoRating[]
*/
public function setItems($items)
{
$this->items = $items;
}
/**
- * @return Google_Service_AdSense_AdClient[]
+ * @return Google_Service_YouTube_VideoRating[]
*/
public function getItems()
{
@@ -54,12 +63,12 @@ public function getKind()
{
return $this->kind;
}
- public function setNextPageToken($nextPageToken)
+ public function setVisitorId($visitorId)
{
- $this->nextPageToken = $nextPageToken;
+ $this->visitorId = $visitorId;
}
- public function getNextPageToken()
+ public function getVisitorId()
{
- return $this->nextPageToken;
+ return $this->visitorId;
}
}
diff --git a/apps/files_external/3rdparty/google/apiclient-services/synth.metadata b/apps/files_external/3rdparty/google/apiclient-services/synth.metadata
index b160ee188a34..f0255875eda8 100644
--- a/apps/files_external/3rdparty/google/apiclient-services/synth.metadata
+++ b/apps/files_external/3rdparty/google/apiclient-services/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-php-client-services.git",
- "sha": "c8d7ff2c9cb6cad6e88bc5825491c47b8b2e52fd"
+ "sha": "7f096bd0fb69b5cbba28e226fb559c67e4adfde0"
}
},
{
"git": {
"name": "discovery-artifact-manager",
"remote": "https://github.com/googleapis/discovery-artifact-manager.git",
- "sha": "1416cfadcd925feb85f9f2ede96b4f7c2ddd160f"
+ "sha": "9e6d30ef8f0cdd1486e83a1321696492f37fd099"
}
}
]
diff --git a/apps/files_external/3rdparty/google/auth/CHANGELOG.md b/apps/files_external/3rdparty/google/auth/CHANGELOG.md
index e9d258ecd4b6..8f2f3db54f7f 100644
--- a/apps/files_external/3rdparty/google/auth/CHANGELOG.md
+++ b/apps/files_external/3rdparty/google/auth/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.15.1 (04/21/2021)
+
+ * [fix]: update minimum phpseclib for vulnerability fix (#331)
+
## 1.15.0 (02/05/2021)
* [feat]: support for PHP 8.0: updated dependencies and tests (#318, #319)
diff --git a/apps/files_external/3rdparty/google/auth/README.md b/apps/files_external/3rdparty/google/auth/README.md
index 37f335a14e0d..779765d7fa12 100644
--- a/apps/files_external/3rdparty/google/auth/README.md
+++ b/apps/files_external/3rdparty/google/auth/README.md
@@ -172,6 +172,48 @@ For invoking Cloud Identity-Aware Proxy, you will need to pass the Client ID
used when you set up your protected resource as the target audience. See how to
[secure your IAP app with signed headers](https://cloud.google.com/iap/docs/signed-headers-howto).
+#### Call using a specific JSON key
+If you want to use a specific JSON key instead of using `GOOGLE_APPLICATION_CREDENTIALS` environment variable, you can
+ do this:
+
+```php
+use Google\Auth\CredentialsLoader;
+use Google\Auth\Middleware\AuthTokenMiddleware;
+use GuzzleHttp\Client;
+use GuzzleHttp\HandlerStack;
+
+// Define the Google Application Credentials array
+$jsonKey = ['key' => 'value'];
+
+// define the scopes for your API call
+$scopes = ['https://www.googleapis.com/auth/drive.readonly'];
+
+// Load credentials
+$creds = CredentialsLoader::makeCredentials($scopes, $jsonKey);
+
+// optional caching
+// $creds = new FetchAuthTokenCache($creds, $cacheConfig, $cache);
+
+// create middleware
+$middleware = new AuthTokenMiddleware($creds);
+$stack = HandlerStack::create();
+$stack->push($middleware);
+
+// create the HTTP client
+$client = new Client([
+ 'handler' => $stack,
+ 'base_uri' => 'https://www.googleapis.com',
+ 'auth' => 'google_auth' // authorize all requests
+]);
+
+// make the request
+$response = $client->get('drive/v2/files');
+
+// show the result!
+print_r((string) $response->getBody());
+
+```
+
#### Verifying JWTs
If you are [using Google ID tokens to authenticate users][google-id-tokens], use
diff --git a/apps/files_external/3rdparty/google/auth/composer.json b/apps/files_external/3rdparty/google/auth/composer.json
index f682d7242d3f..2e3179d77652 100644
--- a/apps/files_external/3rdparty/google/auth/composer.json
+++ b/apps/files_external/3rdparty/google/auth/composer.json
@@ -21,7 +21,7 @@
"squizlabs/php_codesniffer": "^3.5",
"phpunit/phpunit": "^4.8.36|^5.7",
"sebastian/comparator": ">=1.2.3",
- "phpseclib/phpseclib": "^2",
+ "phpseclib/phpseclib": "^2.0.31",
"kelvinmo/simplejwt": "^0.2.5|^0.5.1"
},
"suggest": {
diff --git a/apps/files_external/3rdparty/guzzlehttp/guzzle/.travis.yml b/apps/files_external/3rdparty/guzzlehttp/guzzle/.travis.yml
deleted file mode 100644
index 607b00a051bf..000000000000
--- a/apps/files_external/3rdparty/guzzlehttp/guzzle/.travis.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-language: php
-
-php:
- - 5.4
- - 5.5
- - 5.6
- - 7.0
- - 7.1
- - 7.2
- - hhvm
- - nightly
-
-env:
- global:
- - TEST_COMMAND="composer test"
-
-before_script:
- - curl --version
- - pear config-set php_ini ~/.phpenv/versions/`php -r 'echo phpversion();'`/etc/php.ini || echo 'Error modifying PEAR'
- - pecl install uri_template || echo 'Error installing uri_template'
- # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
- - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
- - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
- - ~/.nvm/nvm.sh install v0.6.14
- - ~/.nvm/nvm.sh run v0.6.14
-
-script: $TEST_COMMAND
-
-matrix:
- allow_failures:
- - php: hhvm
- - php: nightly
- fast_finish: true
- include:
- - php: 5.4
- env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
-
-before_deploy:
- - make package
-
-deploy:
- provider: releases
- api_key:
- secure: UpypqlYgsU68QT/x40YzhHXvzWjFwCNo9d+G8KAdm7U9+blFfcWhV1aMdzugvPMl6woXgvJj7qHq5tAL4v6oswCORhpSBfLgOQVFaica5LiHsvWlAedOhxGmnJqMTwuepjBCxXhs3+I8Kof1n4oUL9gKytXjOVCX/f7XU1HiinU=
- file:
- - build/artifacts/guzzle.phar
- - build/artifacts/guzzle.zip
- on:
- repo: guzzle/guzzle
- tags: true
- all_branches: true
- php: 5.4
diff --git a/apps/files_external/3rdparty/guzzlehttp/guzzle/CHANGELOG.md b/apps/files_external/3rdparty/guzzlehttp/guzzle/CHANGELOG.md
index 6ba66a95a7e5..464cf1c5007d 100644
--- a/apps/files_external/3rdparty/guzzlehttp/guzzle/CHANGELOG.md
+++ b/apps/files_external/3rdparty/guzzlehttp/guzzle/CHANGELOG.md
@@ -1,26 +1,237 @@
-# CHANGELOG
+# Change Log
-## 5.3.4 - 2019-10-30
+## 6.5.5 - 2020-06-16
-* Fix: Prevent concurrent writes in `FileCookieJar`
+* Unpin version constraint for `symfony/polyfill-intl-idn` [#2678](https://github.com/guzzle/guzzle/pull/2678)
-## 5.3.3 - 2018-07-31
+## 6.5.4 - 2020-05-25
-* Fix bug parsing 0 epoch expiry times
-* Fix PHP 7.3 compatibility
+* Fix various intl icu issues [#2626](https://github.com/guzzle/guzzle/pull/2626)
-## 5.3.2 - 2018-01-15
+## 6.5.3 - 2020-04-18
-* Improve tests
-* Fix react promise dependency
-* Fix PHP 7 compatibility
+* Use Symfony intl-idn polyfill [#2550](https://github.com/guzzle/guzzle/pull/2550)
+* Remove use of internal functions [#2548](https://github.com/guzzle/guzzle/pull/2548)
-## 5.3.1 - 2016-07-18
+## 6.5.2 - 2019-12-23
+
+* idn_to_ascii() fix for old PHP versions [#2489](https://github.com/guzzle/guzzle/pull/2489)
+
+## 6.5.1 - 2019-12-21
+
+* Better defaults for PHP installations with old ICU lib [#2454](https://github.com/guzzle/guzzle/pull/2454)
+* IDN support for redirects [#2424](https://github.com/guzzle/guzzle/pull/2424)
+
+## 6.5.0 - 2019-12-07
+
+* Improvement: Added support for reset internal queue in MockHandler. [#2143](https://github.com/guzzle/guzzle/pull/2143)
+* Improvement: Added support to pass arbitrary options to `curl_multi_init`. [#2287](https://github.com/guzzle/guzzle/pull/2287)
+* Fix: Gracefully handle passing `null` to the `header` option. [#2132](https://github.com/guzzle/guzzle/pull/2132)
+* Fix: `RetryMiddleware` did not do exponential delay between retries due unit mismatch. [#2132](https://github.com/guzzle/guzzle/pull/2132)
+ Previously, `RetryMiddleware` would sleep for 1 millisecond, then 2 milliseconds, then 4 milliseconds.
+ **After this change, `RetryMiddleware` will sleep for 1 second, then 2 seconds, then 4 seconds.**
+ `Middleware::retry()` accepts a second callback parameter to override the default timeouts if needed.
+* Fix: Prevent undefined offset when using array for ssl_key options. [#2348](https://github.com/guzzle/guzzle/pull/2348)
+* Deprecated `ClientInterface::VERSION`
+
+## 6.4.1 - 2019-10-23
+
+* No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that
+* Added `parent::__construct()` to `FileCookieJar` and `SessionCookieJar`
+
+## 6.4.0 - 2019-10-23
+
+* Improvement: Improved error messages when using curl < 7.21.2 [#2108](https://github.com/guzzle/guzzle/pull/2108)
+* Fix: Test if response is readable before returning a summary in `RequestException::getResponseBodySummary()` [#2081](https://github.com/guzzle/guzzle/pull/2081)
+* Fix: Add support for GUZZLE_CURL_SELECT_TIMEOUT environment variable [#2161](https://github.com/guzzle/guzzle/pull/2161)
+* Improvement: Added `GuzzleHttp\Exception\InvalidArgumentException` [#2163](https://github.com/guzzle/guzzle/pull/2163)
+* Improvement: Added `GuzzleHttp\_current_time()` to use `hrtime()` if that function exists. [#2242](https://github.com/guzzle/guzzle/pull/2242)
+* Improvement: Added curl's `appconnect_time` in `TransferStats` [#2284](https://github.com/guzzle/guzzle/pull/2284)
+* Improvement: Make GuzzleException extend Throwable wherever it's available [#2273](https://github.com/guzzle/guzzle/pull/2273)
+* Fix: Prevent concurrent writes to file when saving `CookieJar` [#2335](https://github.com/guzzle/guzzle/pull/2335)
+* Improvement: Update `MockHandler` so we can test transfer time [#2362](https://github.com/guzzle/guzzle/pull/2362)
+
+## 6.3.3 - 2018-04-22
+
+* Fix: Default headers when decode_content is specified
+
+
+## 6.3.2 - 2018-03-26
+
+* Fix: Release process
+
+
+## 6.3.1 - 2018-03-26
+
+* Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/2014)
+* Improvement: Better ConnectException detection [#2012](https://github.com/guzzle/guzzle/pull/2012)
+* Bug fix: Malformed domain that contains a "/" [#1999](https://github.com/guzzle/guzzle/pull/1999)
+* Bug fix: Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/guzzle/guzzle/pull/1998)
+* Improvement: Support PHPUnit 6 [#1953](https://github.com/guzzle/guzzle/pull/1953)
+* Bug fix: Support empty headers [#1915](https://github.com/guzzle/guzzle/pull/1915)
+* Bug fix: Ignore case during header modifications [#1916](https://github.com/guzzle/guzzle/pull/1916)
+
++ Minor code cleanups, documentation fixes and clarifications.
+
+
+## 6.3.0 - 2017-06-22
+
+* Feature: force IP resolution (ipv4 or ipv6) [#1608](https://github.com/guzzle/guzzle/pull/1608), [#1659](https://github.com/guzzle/guzzle/pull/1659)
+* Improvement: Don't include summary in exception message when body is empty [#1621](https://github.com/guzzle/guzzle/pull/1621)
+* Improvement: Handle `on_headers` option in MockHandler [#1580](https://github.com/guzzle/guzzle/pull/1580)
+* Improvement: Added SUSE Linux CA path [#1609](https://github.com/guzzle/guzzle/issues/1609)
+* Improvement: Use class reference for getting the name of the class instead of using hardcoded strings [#1641](https://github.com/guzzle/guzzle/pull/1641)
+* Feature: Added `read_timeout` option [#1611](https://github.com/guzzle/guzzle/pull/1611)
+* Bug fix: PHP 7.x fixes [#1685](https://github.com/guzzle/guzzle/pull/1685), [#1686](https://github.com/guzzle/guzzle/pull/1686), [#1811](https://github.com/guzzle/guzzle/pull/1811)
+* Deprecation: BadResponseException instantiation without a response [#1642](https://github.com/guzzle/guzzle/pull/1642)
+* Feature: Added NTLM auth [#1569](https://github.com/guzzle/guzzle/pull/1569)
+* Feature: Track redirect HTTP status codes [#1711](https://github.com/guzzle/guzzle/pull/1711)
+* Improvement: Check handler type during construction [#1745](https://github.com/guzzle/guzzle/pull/1745)
+* Improvement: Always include the Content-Length if there's a body [#1721](https://github.com/guzzle/guzzle/pull/1721)
+* Feature: Added convenience method to access a cookie by name [#1318](https://github.com/guzzle/guzzle/pull/1318)
+* Bug fix: Fill `CURLOPT_CAPATH` and `CURLOPT_CAINFO` properly [#1684](https://github.com/guzzle/guzzle/pull/1684)
+* Improvement: Use `\GuzzleHttp\Promise\rejection_for` function instead of object init [#1827](https://github.com/guzzle/guzzle/pull/1827)
+
+
++ Minor code cleanups, documentation fixes and clarifications.
+
+## 6.2.3 - 2017-02-28
+
+* Fix deprecations with guzzle/psr7 version 1.4
+
+## 6.2.2 - 2016-10-08
+
+* Allow to pass nullable Response to delay callable
+* Only add scheme when host is present
+* Fix drain case where content-length is the literal string zero
+* Obfuscate in-URL credentials in exceptions
+
+## 6.2.1 - 2016-07-18
* Address HTTP_PROXY security vulnerability, CVE-2016-5385:
https://httpoxy.org/
-* Event name fix: https://github.com/guzzle/guzzle/commit/fcae91ff31de41e312fe113ec3acbcda31b2622e
-* Response header case sensitivity fix: https://github.com/guzzle/guzzle/commit/043eeadf20ee40ddc6712faee4d3957a91f2b041
+* Fixing timeout bug with StreamHandler:
+ https://github.com/guzzle/guzzle/pull/1488
+* Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
+ a server does not honor `Connection: close`.
+* Ignore URI fragment when sending requests.
+
+## 6.2.0 - 2016-03-21
+
+* Feature: added `GuzzleHttp\json_encode` and `GuzzleHttp\json_decode`.
+ https://github.com/guzzle/guzzle/pull/1389
+* Bug fix: Fix sleep calculation when waiting for delayed requests.
+ https://github.com/guzzle/guzzle/pull/1324
+* Feature: More flexible history containers.
+ https://github.com/guzzle/guzzle/pull/1373
+* Bug fix: defer sink stream opening in StreamHandler.
+ https://github.com/guzzle/guzzle/pull/1377
+* Bug fix: do not attempt to escape cookie values.
+ https://github.com/guzzle/guzzle/pull/1406
+* Feature: report original content encoding and length on decoded responses.
+ https://github.com/guzzle/guzzle/pull/1409
+* Bug fix: rewind seekable request bodies before dispatching to cURL.
+ https://github.com/guzzle/guzzle/pull/1422
+* Bug fix: provide an empty string to `http_build_query` for HHVM workaround.
+ https://github.com/guzzle/guzzle/pull/1367
+
+## 6.1.1 - 2015-11-22
+
+* Bug fix: Proxy::wrapSync() now correctly proxies to the appropriate handler
+ https://github.com/guzzle/guzzle/commit/911bcbc8b434adce64e223a6d1d14e9a8f63e4e4
+* Feature: HandlerStack is now more generic.
+ https://github.com/guzzle/guzzle/commit/f2102941331cda544745eedd97fc8fd46e1ee33e
+* Bug fix: setting verify to false in the StreamHandler now disables peer
+ verification. https://github.com/guzzle/guzzle/issues/1256
+* Feature: Middleware now uses an exception factory, including more error
+ context. https://github.com/guzzle/guzzle/pull/1282
+* Feature: better support for disabled functions.
+ https://github.com/guzzle/guzzle/pull/1287
+* Bug fix: fixed regression where MockHandler was not using `sink`.
+ https://github.com/guzzle/guzzle/pull/1292
+
+## 6.1.0 - 2015-09-08
+
+* Feature: Added the `on_stats` request option to provide access to transfer
+ statistics for requests. https://github.com/guzzle/guzzle/pull/1202
+* Feature: Added the ability to persist session cookies in CookieJars.
+ https://github.com/guzzle/guzzle/pull/1195
+* Feature: Some compatibility updates for Google APP Engine
+ https://github.com/guzzle/guzzle/pull/1216
+* Feature: Added support for NO_PROXY to prevent the use of a proxy based on
+ a simple set of rules. https://github.com/guzzle/guzzle/pull/1197
+* Feature: Cookies can now contain square brackets.
+ https://github.com/guzzle/guzzle/pull/1237
+* Bug fix: Now correctly parsing `=` inside of quotes in Cookies.
+ https://github.com/guzzle/guzzle/pull/1232
+* Bug fix: Cusotm cURL options now correctly override curl options of the
+ same name. https://github.com/guzzle/guzzle/pull/1221
+* Bug fix: Content-Type header is now added when using an explicitly provided
+ multipart body. https://github.com/guzzle/guzzle/pull/1218
+* Bug fix: Now ignoring Set-Cookie headers that have no name.
+* Bug fix: Reason phrase is no longer cast to an int in some cases in the
+ cURL handler. https://github.com/guzzle/guzzle/pull/1187
+* Bug fix: Remove the Authorization header when redirecting if the Host
+ header changes. https://github.com/guzzle/guzzle/pull/1207
+* Bug fix: Cookie path matching fixes
+ https://github.com/guzzle/guzzle/issues/1129
+* Bug fix: Fixing the cURL `body_as_string` setting
+ https://github.com/guzzle/guzzle/pull/1201
+* Bug fix: quotes are no longer stripped when parsing cookies.
+ https://github.com/guzzle/guzzle/issues/1172
+* Bug fix: `form_params` and `query` now always uses the `&` separator.
+ https://github.com/guzzle/guzzle/pull/1163
+* Bug fix: Adding a Content-Length to PHP stream wrapper requests if not set.
+ https://github.com/guzzle/guzzle/pull/1189
+
+## 6.0.2 - 2015-07-04
+
+* Fixed a memory leak in the curl handlers in which references to callbacks
+ were not being removed by `curl_reset`.
+* Cookies are now extracted properly before redirects.
+* Cookies now allow more character ranges.
+* Decoded Content-Encoding responses are now modified to correctly reflect
+ their state if the encoding was automatically removed by a handler. This
+ means that the `Content-Encoding` header may be removed an the
+ `Content-Length` modified to reflect the message size after removing the
+ encoding.
+* Added a more explicit error message when trying to use `form_params` and
+ `multipart` in the same request.
+* Several fixes for HHVM support.
+* Functions are now conditionally required using an additional level of
+ indirection to help with global Composer installations.
+
+## 6.0.1 - 2015-05-27
+
+* Fixed a bug with serializing the `query` request option where the `&`
+ separator was missing.
+* Added a better error message for when `body` is provided as an array. Please
+ use `form_params` or `multipart` instead.
+* Various doc fixes.
+
+## 6.0.0 - 2015-05-26
+
+* See the UPGRADING.md document for more information.
+* Added `multipart` and `form_params` request options.
+* Added `synchronous` request option.
+* Added the `on_headers` request option.
+* Fixed `expect` handling.
+* No longer adding default middlewares in the client ctor. These need to be
+ present on the provided handler in order to work.
+* Requests are no longer initiated when sending async requests with the
+ CurlMultiHandler. This prevents unexpected recursion from requests completing
+ while ticking the cURL loop.
+* Removed the semantics of setting `default` to `true`. This is no longer
+ required now that the cURL loop is not ticked for async requests.
+* Added request and response logging middleware.
+* No longer allowing self signed certificates when using the StreamHandler.
+* Ensuring that `sink` is valid if saving to a file.
+* Request exceptions now include a "handler context" which provides handler
+ specific contextual information.
+* Added `GuzzleHttp\RequestOptions` to allow request options to be applied
+ using constants.
+* `$maxHandles` has been removed from CurlMultiHandler.
+* `MultipartPostBody` is now part of the `guzzlehttp/psr7` package.
## 5.3.0 - 2015-05-19
@@ -32,6 +243,58 @@
* Marked `GuzzleHttp\Client::getDefaultUserAgent` as deprecated.
* URL scheme is now always lowercased.
+## 6.0.0-beta.1
+
+* Requires PHP >= 5.5
+* Updated to use PSR-7
+ * Requires immutable messages, which basically means an event based system
+ owned by a request instance is no longer possible.
+ * Utilizing the [Guzzle PSR-7 package](https://github.com/guzzle/psr7).
+ * Removed the dependency on `guzzlehttp/streams`. These stream abstractions
+ are available in the `guzzlehttp/psr7` package under the `GuzzleHttp\Psr7`
+ namespace.
+* Added middleware and handler system
+ * Replaced the Guzzle event and subscriber system with a middleware system.
+ * No longer depends on RingPHP, but rather places the HTTP handlers directly
+ in Guzzle, operating on PSR-7 messages.
+ * Retry logic is now encapsulated in `GuzzleHttp\Middleware::retry`, which
+ means the `guzzlehttp/retry-subscriber` is now obsolete.
+ * Mocking responses is now handled using `GuzzleHttp\Handler\MockHandler`.
+* Asynchronous responses
+ * No longer supports the `future` request option to send an async request.
+ Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`,
+ `getAsync`, etc.).
+ * Utilizing `GuzzleHttp\Promise` instead of React's promise library to avoid
+ recursion required by chaining and forwarding react promises. See
+ https://github.com/guzzle/promises
+ * Added `requestAsync` and `sendAsync` to send request asynchronously.
+ * Added magic methods for `getAsync()`, `postAsync()`, etc. to send requests
+ asynchronously.
+* Request options
+ * POST and form updates
+ * Added the `form_fields` and `form_files` request options.
+ * Removed the `GuzzleHttp\Post` namespace.
+ * The `body` request option no longer accepts an array for POST requests.
+ * The `exceptions` request option has been deprecated in favor of the
+ `http_errors` request options.
+ * The `save_to` request option has been deprecated in favor of `sink` request
+ option.
+* Clients no longer accept an array of URI template string and variables for
+ URI variables. You will need to expand URI templates before passing them
+ into a client constructor or request method.
+* Client methods `get()`, `post()`, `put()`, `patch()`, `options()`, etc. are
+ now magic methods that will send synchronous requests.
+* Replaced `Utils.php` with plain functions in `functions.php`.
+* Removed `GuzzleHttp\Collection`.
+* Removed `GuzzleHttp\BatchResults`. Batched pool results are now returned as
+ an array.
+* Removed `GuzzleHttp\Query`. Query string handling is now handled using an
+ associative array passed into the `query` request option. The query string
+ is serialized using PHP's `http_build_query`. If you need more control, you
+ can pass the query string in as a string.
+* `GuzzleHttp\QueryParser` has been replaced with the
+ `GuzzleHttp\Psr7\parse_query`.
+
## 5.2.0 - 2015-01-27
* Added `AppliesHeadersInterface` to make applying headers to a request based
@@ -589,7 +852,7 @@ interfaces.
* Deprecating Response::getRequest() and now using a shallow clone of a request object to remove a circular reference
to help with refcount based garbage collection of resources created by sending a request
* Deprecating ZF1 cache and log adapters. These will be removed in the next major version.
-* Deprecating `Response::getPreviousResponse()` (method signature still exists, but it'sdeprecated). Use the
+* Deprecating `Response::getPreviousResponse()` (method signature still exists, but it's deprecated). Use the
HistoryPlugin for a history.
* Added a `responseBody` alias for the `response_body` location
* Refactored internals to no longer rely on Response::getRequest()
diff --git a/apps/files_external/3rdparty/guzzlehttp/guzzle/Dockerfile b/apps/files_external/3rdparty/guzzlehttp/guzzle/Dockerfile
new file mode 100644
index 000000000000..f6a095230e85
--- /dev/null
+++ b/apps/files_external/3rdparty/guzzlehttp/guzzle/Dockerfile
@@ -0,0 +1,18 @@
+FROM composer:latest as setup
+
+RUN mkdir /guzzle
+
+WORKDIR /guzzle
+
+RUN set -xe \
+ && composer init --name=guzzlehttp/test --description="Simple project for testing Guzzle scripts" --author="Márk Sági-Kazár
+ *
+ * @internal
+ */
+class Normalizer
+{
+ public const FORM_D = \Normalizer::FORM_D;
+ public const FORM_KD = \Normalizer::FORM_KD;
+ public const FORM_C = \Normalizer::FORM_C;
+ public const FORM_KC = \Normalizer::FORM_KC;
+ public const NFD = \Normalizer::NFD;
+ public const NFKD = \Normalizer::NFKD;
+ public const NFC = \Normalizer::NFC;
+ public const NFKC = \Normalizer::NFKC;
+
+ private static $C;
+ private static $D;
+ private static $KD;
+ private static $cC;
+ private static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4];
+ private static $ASCII = "\x20\x65\x69\x61\x73\x6E\x74\x72\x6F\x6C\x75\x64\x5D\x5B\x63\x6D\x70\x27\x0A\x67\x7C\x68\x76\x2E\x66\x62\x2C\x3A\x3D\x2D\x71\x31\x30\x43\x32\x2A\x79\x78\x29\x28\x4C\x39\x41\x53\x2F\x50\x22\x45\x6A\x4D\x49\x6B\x33\x3E\x35\x54\x3C\x44\x34\x7D\x42\x7B\x38\x46\x77\x52\x36\x37\x55\x47\x4E\x3B\x4A\x7A\x56\x23\x48\x4F\x57\x5F\x26\x21\x4B\x3F\x58\x51\x25\x59\x5C\x09\x5A\x2B\x7E\x5E\x24\x40\x60\x7F\x00\x01\x02\x03\x04\x05\x06\x07\x08\x0B\x0C\x0D\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F";
+
+ public static function isNormalized(string $s, int $form = self::FORM_C)
+ {
+ if (!\in_array($form, [self::NFD, self::NFKD, self::NFC, self::NFKC])) {
+ return false;
+ }
+ if (!isset($s[strspn($s, self::$ASCII)])) {
+ return true;
+ }
+ if (self::NFC == $form && preg_match('//u', $s) && !preg_match('/[^\x00-\x{2FF}]/u', $s)) {
+ return true;
+ }
+
+ return self::normalize($s, $form) === $s;
+ }
+
+ public static function normalize(string $s, int $form = self::FORM_C)
+ {
+ if (!preg_match('//u', $s)) {
+ return false;
+ }
+
+ switch ($form) {
+ case self::NFC: $C = true; $K = false; break;
+ case self::NFD: $C = false; $K = false; break;
+ case self::NFKC: $C = true; $K = true; break;
+ case self::NFKD: $C = false; $K = true; break;
+ default:
+ if (\defined('Normalizer::NONE') && \Normalizer::NONE == $form) {
+ return $s;
+ }
+
+ if (80000 > \PHP_VERSION_ID) {
+ return false;
+ }
+
+ throw new \ValueError('normalizer_normalize(): Argument #2 ($form) must be a a valid normalization form');
+ }
+
+ if ('' === $s) {
+ return '';
+ }
+
+ if ($K && null === self::$KD) {
+ self::$KD = self::getData('compatibilityDecomposition');
+ }
+
+ if (null === self::$D) {
+ self::$D = self::getData('canonicalDecomposition');
+ self::$cC = self::getData('combiningClass');
+ }
+
+ if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) {
+ mb_internal_encoding('8bit');
+ }
+
+ $r = self::decompose($s, $K);
+
+ if ($C) {
+ if (null === self::$C) {
+ self::$C = self::getData('canonicalComposition');
+ }
+
+ $r = self::recompose($r);
+ }
+ if (null !== $mbEncoding) {
+ mb_internal_encoding($mbEncoding);
+ }
+
+ return $r;
+ }
+
+ private static function recompose($s)
+ {
+ $ASCII = self::$ASCII;
+ $compMap = self::$C;
+ $combClass = self::$cC;
+ $ulenMask = self::$ulenMask;
+
+ $result = $tail = '';
+
+ $i = $s[0] < "\x80" ? 1 : $ulenMask[$s[0] & "\xF0"];
+ $len = \strlen($s);
+
+ $lastUchr = substr($s, 0, $i);
+ $lastUcls = isset($combClass[$lastUchr]) ? 256 : 0;
+
+ while ($i < $len) {
+ if ($s[$i] < "\x80") {
+ // ASCII chars
+
+ if ($tail) {
+ $lastUchr .= $tail;
+ $tail = '';
+ }
+
+ if ($j = strspn($s, $ASCII, $i + 1)) {
+ $lastUchr .= substr($s, $i, $j);
+ $i += $j;
+ }
+
+ $result .= $lastUchr;
+ $lastUchr = $s[$i];
+ $lastUcls = 0;
+ ++$i;
+ continue;
+ }
+
+ $ulen = $ulenMask[$s[$i] & "\xF0"];
+ $uchr = substr($s, $i, $ulen);
+
+ if ($lastUchr < "\xE1\x84\x80" || "\xE1\x84\x92" < $lastUchr
+ || $uchr < "\xE1\x85\xA1" || "\xE1\x85\xB5" < $uchr
+ || $lastUcls) {
+ // Table lookup and combining chars composition
+
+ $ucls = $combClass[$uchr] ?? 0;
+
+ if (isset($compMap[$lastUchr.$uchr]) && (!$lastUcls || $lastUcls < $ucls)) {
+ $lastUchr = $compMap[$lastUchr.$uchr];
+ } elseif ($lastUcls = $ucls) {
+ $tail .= $uchr;
+ } else {
+ if ($tail) {
+ $lastUchr .= $tail;
+ $tail = '';
+ }
+
+ $result .= $lastUchr;
+ $lastUchr = $uchr;
+ }
+ } else {
+ // Hangul chars
+
+ $L = \ord($lastUchr[2]) - 0x80;
+ $V = \ord($uchr[2]) - 0xA1;
+ $T = 0;
+
+ $uchr = substr($s, $i + $ulen, 3);
+
+ if ("\xE1\x86\xA7" <= $uchr && $uchr <= "\xE1\x87\x82") {
+ $T = \ord($uchr[2]) - 0xA7;
+ 0 > $T && $T += 0x40;
+ $ulen += 3;
+ }
+
+ $L = 0xAC00 + ($L * 21 + $V) * 28 + $T;
+ $lastUchr = \chr(0xE0 | $L >> 12).\chr(0x80 | $L >> 6 & 0x3F).\chr(0x80 | $L & 0x3F);
+ }
+
+ $i += $ulen;
+ }
+
+ return $result.$lastUchr.$tail;
+ }
+
+ private static function decompose($s, $c)
+ {
+ $result = '';
+
+ $ASCII = self::$ASCII;
+ $decompMap = self::$D;
+ $combClass = self::$cC;
+ $ulenMask = self::$ulenMask;
+ if ($c) {
+ $compatMap = self::$KD;
+ }
+
+ $c = [];
+ $i = 0;
+ $len = \strlen($s);
+
+ while ($i < $len) {
+ if ($s[$i] < "\x80") {
+ // ASCII chars
+
+ if ($c) {
+ ksort($c);
+ $result .= implode('', $c);
+ $c = [];
+ }
+
+ $j = 1 + strspn($s, $ASCII, $i + 1);
+ $result .= substr($s, $i, $j);
+ $i += $j;
+ continue;
+ }
+
+ $ulen = $ulenMask[$s[$i] & "\xF0"];
+ $uchr = substr($s, $i, $ulen);
+ $i += $ulen;
+
+ if ($uchr < "\xEA\xB0\x80" || "\xED\x9E\xA3" < $uchr) {
+ // Table lookup
+
+ if ($uchr !== $j = $compatMap[$uchr] ?? ($decompMap[$uchr] ?? $uchr)) {
+ $uchr = $j;
+
+ $j = \strlen($uchr);
+ $ulen = $uchr[0] < "\x80" ? 1 : $ulenMask[$uchr[0] & "\xF0"];
+
+ if ($ulen != $j) {
+ // Put trailing chars in $s
+
+ $j -= $ulen;
+ $i -= $j;
+
+ if (0 > $i) {
+ $s = str_repeat(' ', -$i).$s;
+ $len -= $i;
+ $i = 0;
+ }
+
+ while ($j--) {
+ $s[$i + $j] = $uchr[$ulen + $j];
+ }
+
+ $uchr = substr($uchr, 0, $ulen);
+ }
+ }
+ if (isset($combClass[$uchr])) {
+ // Combining chars, for sorting
+
+ if (!isset($c[$combClass[$uchr]])) {
+ $c[$combClass[$uchr]] = '';
+ }
+ $c[$combClass[$uchr]] .= $uchr;
+ continue;
+ }
+ } else {
+ // Hangul chars
+
+ $uchr = unpack('C*', $uchr);
+ $j = (($uchr[1] - 224) << 12) + (($uchr[2] - 128) << 6) + $uchr[3] - 0xAC80;
+
+ $uchr = "\xE1\x84".\chr(0x80 + (int) ($j / 588))
+ ."\xE1\x85".\chr(0xA1 + (int) (($j % 588) / 28));
+
+ if ($j %= 28) {
+ $uchr .= $j < 25
+ ? ("\xE1\x86".\chr(0xA7 + $j))
+ : ("\xE1\x87".\chr(0x67 + $j));
+ }
+ }
+ if ($c) {
+ ksort($c);
+ $result .= implode('', $c);
+ $c = [];
+ }
+
+ $result .= $uchr;
+ }
+
+ if ($c) {
+ ksort($c);
+ $result .= implode('', $c);
+ }
+
+ return $result;
+ }
+
+ private static function getData($file)
+ {
+ if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) {
+ return require $file;
+ }
+
+ return false;
+ }
+}
diff --git a/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/README.md b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/README.md
new file mode 100644
index 000000000000..15060c5f1fa4
--- /dev/null
+++ b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/README.md
@@ -0,0 +1,14 @@
+Symfony Polyfill / Intl: Normalizer
+===================================
+
+This component provides a fallback implementation for the
+[`Normalizer`](https://php.net/Normalizer) class provided
+by the [Intl](https://php.net/intl) extension.
+
+More information can be found in the
+[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
+
+License
+=======
+
+This library is released under the [MIT license](LICENSE).
diff --git a/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
new file mode 100644
index 000000000000..0fdfc890a2a8
--- /dev/null
+++ b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
@@ -0,0 +1,17 @@
+ 'À',
+ 'Á' => 'Á',
+ 'Â' => 'Â',
+ 'Ã' => 'Ã',
+ 'Ä' => 'Ä',
+ 'Å' => 'Å',
+ 'Ç' => 'Ç',
+ 'È' => 'È',
+ 'É' => 'É',
+ 'Ê' => 'Ê',
+ 'Ë' => 'Ë',
+ 'Ì' => 'Ì',
+ 'Í' => 'Í',
+ 'Î' => 'Î',
+ 'Ï' => 'Ï',
+ 'Ñ' => 'Ñ',
+ 'Ò' => 'Ò',
+ 'Ó' => 'Ó',
+ 'Ô' => 'Ô',
+ 'Õ' => 'Õ',
+ 'Ö' => 'Ö',
+ 'Ù' => 'Ù',
+ 'Ú' => 'Ú',
+ 'Û' => 'Û',
+ 'Ü' => 'Ü',
+ 'Ý' => 'Ý',
+ 'à' => 'à',
+ 'á' => 'á',
+ 'â' => 'â',
+ 'ã' => 'ã',
+ 'ä' => 'ä',
+ 'å' => 'å',
+ 'ç' => 'ç',
+ 'è' => 'è',
+ 'é' => 'é',
+ 'ê' => 'ê',
+ 'ë' => 'ë',
+ 'ì' => 'ì',
+ 'í' => 'í',
+ 'î' => 'î',
+ 'ï' => 'ï',
+ 'ñ' => 'ñ',
+ 'ò' => 'ò',
+ 'ó' => 'ó',
+ 'ô' => 'ô',
+ 'õ' => 'õ',
+ 'ö' => 'ö',
+ 'ù' => 'ù',
+ 'ú' => 'ú',
+ 'û' => 'û',
+ 'ü' => 'ü',
+ 'ý' => 'ý',
+ 'ÿ' => 'ÿ',
+ 'Ā' => 'Ā',
+ 'ā' => 'ā',
+ 'Ă' => 'Ă',
+ 'ă' => 'ă',
+ 'Ą' => 'Ą',
+ 'ą' => 'ą',
+ 'Ć' => 'Ć',
+ 'ć' => 'ć',
+ 'Ĉ' => 'Ĉ',
+ 'ĉ' => 'ĉ',
+ 'Ċ' => 'Ċ',
+ 'ċ' => 'ċ',
+ 'Č' => 'Č',
+ 'č' => 'č',
+ 'Ď' => 'Ď',
+ 'ď' => 'ď',
+ 'Ē' => 'Ē',
+ 'ē' => 'ē',
+ 'Ĕ' => 'Ĕ',
+ 'ĕ' => 'ĕ',
+ 'Ė' => 'Ė',
+ 'ė' => 'ė',
+ 'Ę' => 'Ę',
+ 'ę' => 'ę',
+ 'Ě' => 'Ě',
+ 'ě' => 'ě',
+ 'Ĝ' => 'Ĝ',
+ 'ĝ' => 'ĝ',
+ 'Ğ' => 'Ğ',
+ 'ğ' => 'ğ',
+ 'Ġ' => 'Ġ',
+ 'ġ' => 'ġ',
+ 'Ģ' => 'Ģ',
+ 'ģ' => 'ģ',
+ 'Ĥ' => 'Ĥ',
+ 'ĥ' => 'ĥ',
+ 'Ĩ' => 'Ĩ',
+ 'ĩ' => 'ĩ',
+ 'Ī' => 'Ī',
+ 'ī' => 'ī',
+ 'Ĭ' => 'Ĭ',
+ 'ĭ' => 'ĭ',
+ 'Į' => 'Į',
+ 'į' => 'į',
+ 'İ' => 'İ',
+ 'Ĵ' => 'Ĵ',
+ 'ĵ' => 'ĵ',
+ 'Ķ' => 'Ķ',
+ 'ķ' => 'ķ',
+ 'Ĺ' => 'Ĺ',
+ 'ĺ' => 'ĺ',
+ 'Ļ' => 'Ļ',
+ 'ļ' => 'ļ',
+ 'Ľ' => 'Ľ',
+ 'ľ' => 'ľ',
+ 'Ń' => 'Ń',
+ 'ń' => 'ń',
+ 'Ņ' => 'Ņ',
+ 'ņ' => 'ņ',
+ 'Ň' => 'Ň',
+ 'ň' => 'ň',
+ 'Ō' => 'Ō',
+ 'ō' => 'ō',
+ 'Ŏ' => 'Ŏ',
+ 'ŏ' => 'ŏ',
+ 'Ő' => 'Ő',
+ 'ő' => 'ő',
+ 'Ŕ' => 'Ŕ',
+ 'ŕ' => 'ŕ',
+ 'Ŗ' => 'Ŗ',
+ 'ŗ' => 'ŗ',
+ 'Ř' => 'Ř',
+ 'ř' => 'ř',
+ 'Ś' => 'Ś',
+ 'ś' => 'ś',
+ 'Ŝ' => 'Ŝ',
+ 'ŝ' => 'ŝ',
+ 'Ş' => 'Ş',
+ 'ş' => 'ş',
+ 'Š' => 'Š',
+ 'š' => 'š',
+ 'Ţ' => 'Ţ',
+ 'ţ' => 'ţ',
+ 'Ť' => 'Ť',
+ 'ť' => 'ť',
+ 'Ũ' => 'Ũ',
+ 'ũ' => 'ũ',
+ 'Ū' => 'Ū',
+ 'ū' => 'ū',
+ 'Ŭ' => 'Ŭ',
+ 'ŭ' => 'ŭ',
+ 'Ů' => 'Ů',
+ 'ů' => 'ů',
+ 'Ű' => 'Ű',
+ 'ű' => 'ű',
+ 'Ų' => 'Ų',
+ 'ų' => 'ų',
+ 'Ŵ' => 'Ŵ',
+ 'ŵ' => 'ŵ',
+ 'Ŷ' => 'Ŷ',
+ 'ŷ' => 'ŷ',
+ 'Ÿ' => 'Ÿ',
+ 'Ź' => 'Ź',
+ 'ź' => 'ź',
+ 'Ż' => 'Ż',
+ 'ż' => 'ż',
+ 'Ž' => 'Ž',
+ 'ž' => 'ž',
+ 'Ơ' => 'Ơ',
+ 'ơ' => 'ơ',
+ 'Ư' => 'Ư',
+ 'ư' => 'ư',
+ 'Ǎ' => 'Ǎ',
+ 'ǎ' => 'ǎ',
+ 'Ǐ' => 'Ǐ',
+ 'ǐ' => 'ǐ',
+ 'Ǒ' => 'Ǒ',
+ 'ǒ' => 'ǒ',
+ 'Ǔ' => 'Ǔ',
+ 'ǔ' => 'ǔ',
+ 'Ǖ' => 'Ǖ',
+ 'ǖ' => 'ǖ',
+ 'Ǘ' => 'Ǘ',
+ 'ǘ' => 'ǘ',
+ 'Ǚ' => 'Ǚ',
+ 'ǚ' => 'ǚ',
+ 'Ǜ' => 'Ǜ',
+ 'ǜ' => 'ǜ',
+ 'Ǟ' => 'Ǟ',
+ 'ǟ' => 'ǟ',
+ 'Ǡ' => 'Ǡ',
+ 'ǡ' => 'ǡ',
+ 'Ǣ' => 'Ǣ',
+ 'ǣ' => 'ǣ',
+ 'Ǧ' => 'Ǧ',
+ 'ǧ' => 'ǧ',
+ 'Ǩ' => 'Ǩ',
+ 'ǩ' => 'ǩ',
+ 'Ǫ' => 'Ǫ',
+ 'ǫ' => 'ǫ',
+ 'Ǭ' => 'Ǭ',
+ 'ǭ' => 'ǭ',
+ 'Ǯ' => 'Ǯ',
+ 'ǯ' => 'ǯ',
+ 'ǰ' => 'ǰ',
+ 'Ǵ' => 'Ǵ',
+ 'ǵ' => 'ǵ',
+ 'Ǹ' => 'Ǹ',
+ 'ǹ' => 'ǹ',
+ 'Ǻ' => 'Ǻ',
+ 'ǻ' => 'ǻ',
+ 'Ǽ' => 'Ǽ',
+ 'ǽ' => 'ǽ',
+ 'Ǿ' => 'Ǿ',
+ 'ǿ' => 'ǿ',
+ 'Ȁ' => 'Ȁ',
+ 'ȁ' => 'ȁ',
+ 'Ȃ' => 'Ȃ',
+ 'ȃ' => 'ȃ',
+ 'Ȅ' => 'Ȅ',
+ 'ȅ' => 'ȅ',
+ 'Ȇ' => 'Ȇ',
+ 'ȇ' => 'ȇ',
+ 'Ȉ' => 'Ȉ',
+ 'ȉ' => 'ȉ',
+ 'Ȋ' => 'Ȋ',
+ 'ȋ' => 'ȋ',
+ 'Ȍ' => 'Ȍ',
+ 'ȍ' => 'ȍ',
+ 'Ȏ' => 'Ȏ',
+ 'ȏ' => 'ȏ',
+ 'Ȑ' => 'Ȑ',
+ 'ȑ' => 'ȑ',
+ 'Ȓ' => 'Ȓ',
+ 'ȓ' => 'ȓ',
+ 'Ȕ' => 'Ȕ',
+ 'ȕ' => 'ȕ',
+ 'Ȗ' => 'Ȗ',
+ 'ȗ' => 'ȗ',
+ 'Ș' => 'Ș',
+ 'ș' => 'ș',
+ 'Ț' => 'Ț',
+ 'ț' => 'ț',
+ 'Ȟ' => 'Ȟ',
+ 'ȟ' => 'ȟ',
+ 'Ȧ' => 'Ȧ',
+ 'ȧ' => 'ȧ',
+ 'Ȩ' => 'Ȩ',
+ 'ȩ' => 'ȩ',
+ 'Ȫ' => 'Ȫ',
+ 'ȫ' => 'ȫ',
+ 'Ȭ' => 'Ȭ',
+ 'ȭ' => 'ȭ',
+ 'Ȯ' => 'Ȯ',
+ 'ȯ' => 'ȯ',
+ 'Ȱ' => 'Ȱ',
+ 'ȱ' => 'ȱ',
+ 'Ȳ' => 'Ȳ',
+ 'ȳ' => 'ȳ',
+ '΅' => '΅',
+ 'Ά' => 'Ά',
+ 'Έ' => 'Έ',
+ 'Ή' => 'Ή',
+ 'Ί' => 'Ί',
+ 'Ό' => 'Ό',
+ 'Ύ' => 'Ύ',
+ 'Ώ' => 'Ώ',
+ 'ΐ' => 'ΐ',
+ 'Ϊ' => 'Ϊ',
+ 'Ϋ' => 'Ϋ',
+ 'ά' => 'ά',
+ 'έ' => 'έ',
+ 'ή' => 'ή',
+ 'ί' => 'ί',
+ 'ΰ' => 'ΰ',
+ 'ϊ' => 'ϊ',
+ 'ϋ' => 'ϋ',
+ 'ό' => 'ό',
+ 'ύ' => 'ύ',
+ 'ώ' => 'ώ',
+ 'ϓ' => 'ϓ',
+ 'ϔ' => 'ϔ',
+ 'Ѐ' => 'Ѐ',
+ 'Ё' => 'Ё',
+ 'Ѓ' => 'Ѓ',
+ 'Ї' => 'Ї',
+ 'Ќ' => 'Ќ',
+ 'Ѝ' => 'Ѝ',
+ 'Ў' => 'Ў',
+ 'Й' => 'Й',
+ 'й' => 'й',
+ 'ѐ' => 'ѐ',
+ 'ё' => 'ё',
+ 'ѓ' => 'ѓ',
+ 'ї' => 'ї',
+ 'ќ' => 'ќ',
+ 'ѝ' => 'ѝ',
+ 'ў' => 'ў',
+ 'Ѷ' => 'Ѷ',
+ 'ѷ' => 'ѷ',
+ 'Ӂ' => 'Ӂ',
+ 'ӂ' => 'ӂ',
+ 'Ӑ' => 'Ӑ',
+ 'ӑ' => 'ӑ',
+ 'Ӓ' => 'Ӓ',
+ 'ӓ' => 'ӓ',
+ 'Ӗ' => 'Ӗ',
+ 'ӗ' => 'ӗ',
+ 'Ӛ' => 'Ӛ',
+ 'ӛ' => 'ӛ',
+ 'Ӝ' => 'Ӝ',
+ 'ӝ' => 'ӝ',
+ 'Ӟ' => 'Ӟ',
+ 'ӟ' => 'ӟ',
+ 'Ӣ' => 'Ӣ',
+ 'ӣ' => 'ӣ',
+ 'Ӥ' => 'Ӥ',
+ 'ӥ' => 'ӥ',
+ 'Ӧ' => 'Ӧ',
+ 'ӧ' => 'ӧ',
+ 'Ӫ' => 'Ӫ',
+ 'ӫ' => 'ӫ',
+ 'Ӭ' => 'Ӭ',
+ 'ӭ' => 'ӭ',
+ 'Ӯ' => 'Ӯ',
+ 'ӯ' => 'ӯ',
+ 'Ӱ' => 'Ӱ',
+ 'ӱ' => 'ӱ',
+ 'Ӳ' => 'Ӳ',
+ 'ӳ' => 'ӳ',
+ 'Ӵ' => 'Ӵ',
+ 'ӵ' => 'ӵ',
+ 'Ӹ' => 'Ӹ',
+ 'ӹ' => 'ӹ',
+ 'آ' => 'آ',
+ 'أ' => 'أ',
+ 'ؤ' => 'ؤ',
+ 'إ' => 'إ',
+ 'ئ' => 'ئ',
+ 'ۀ' => 'ۀ',
+ 'ۂ' => 'ۂ',
+ 'ۓ' => 'ۓ',
+ 'ऩ' => 'ऩ',
+ 'ऱ' => 'ऱ',
+ 'ऴ' => 'ऴ',
+ 'ো' => 'ো',
+ 'ৌ' => 'ৌ',
+ 'ୈ' => 'ୈ',
+ 'ୋ' => 'ୋ',
+ 'ୌ' => 'ୌ',
+ 'ஔ' => 'ஔ',
+ 'ொ' => 'ொ',
+ 'ோ' => 'ோ',
+ 'ௌ' => 'ௌ',
+ 'ై' => 'ై',
+ 'ೀ' => 'ೀ',
+ 'ೇ' => 'ೇ',
+ 'ೈ' => 'ೈ',
+ 'ೊ' => 'ೊ',
+ 'ೋ' => 'ೋ',
+ 'ൊ' => 'ൊ',
+ 'ോ' => 'ോ',
+ 'ൌ' => 'ൌ',
+ 'ේ' => 'ේ',
+ 'ො' => 'ො',
+ 'ෝ' => 'ෝ',
+ 'ෞ' => 'ෞ',
+ 'ဦ' => 'ဦ',
+ 'ᬆ' => 'ᬆ',
+ 'ᬈ' => 'ᬈ',
+ 'ᬊ' => 'ᬊ',
+ 'ᬌ' => 'ᬌ',
+ 'ᬎ' => 'ᬎ',
+ 'ᬒ' => 'ᬒ',
+ 'ᬻ' => 'ᬻ',
+ 'ᬽ' => 'ᬽ',
+ 'ᭀ' => 'ᭀ',
+ 'ᭁ' => 'ᭁ',
+ 'ᭃ' => 'ᭃ',
+ 'Ḁ' => 'Ḁ',
+ 'ḁ' => 'ḁ',
+ 'Ḃ' => 'Ḃ',
+ 'ḃ' => 'ḃ',
+ 'Ḅ' => 'Ḅ',
+ 'ḅ' => 'ḅ',
+ 'Ḇ' => 'Ḇ',
+ 'ḇ' => 'ḇ',
+ 'Ḉ' => 'Ḉ',
+ 'ḉ' => 'ḉ',
+ 'Ḋ' => 'Ḋ',
+ 'ḋ' => 'ḋ',
+ 'Ḍ' => 'Ḍ',
+ 'ḍ' => 'ḍ',
+ 'Ḏ' => 'Ḏ',
+ 'ḏ' => 'ḏ',
+ 'Ḑ' => 'Ḑ',
+ 'ḑ' => 'ḑ',
+ 'Ḓ' => 'Ḓ',
+ 'ḓ' => 'ḓ',
+ 'Ḕ' => 'Ḕ',
+ 'ḕ' => 'ḕ',
+ 'Ḗ' => 'Ḗ',
+ 'ḗ' => 'ḗ',
+ 'Ḙ' => 'Ḙ',
+ 'ḙ' => 'ḙ',
+ 'Ḛ' => 'Ḛ',
+ 'ḛ' => 'ḛ',
+ 'Ḝ' => 'Ḝ',
+ 'ḝ' => 'ḝ',
+ 'Ḟ' => 'Ḟ',
+ 'ḟ' => 'ḟ',
+ 'Ḡ' => 'Ḡ',
+ 'ḡ' => 'ḡ',
+ 'Ḣ' => 'Ḣ',
+ 'ḣ' => 'ḣ',
+ 'Ḥ' => 'Ḥ',
+ 'ḥ' => 'ḥ',
+ 'Ḧ' => 'Ḧ',
+ 'ḧ' => 'ḧ',
+ 'Ḩ' => 'Ḩ',
+ 'ḩ' => 'ḩ',
+ 'Ḫ' => 'Ḫ',
+ 'ḫ' => 'ḫ',
+ 'Ḭ' => 'Ḭ',
+ 'ḭ' => 'ḭ',
+ 'Ḯ' => 'Ḯ',
+ 'ḯ' => 'ḯ',
+ 'Ḱ' => 'Ḱ',
+ 'ḱ' => 'ḱ',
+ 'Ḳ' => 'Ḳ',
+ 'ḳ' => 'ḳ',
+ 'Ḵ' => 'Ḵ',
+ 'ḵ' => 'ḵ',
+ 'Ḷ' => 'Ḷ',
+ 'ḷ' => 'ḷ',
+ 'Ḹ' => 'Ḹ',
+ 'ḹ' => 'ḹ',
+ 'Ḻ' => 'Ḻ',
+ 'ḻ' => 'ḻ',
+ 'Ḽ' => 'Ḽ',
+ 'ḽ' => 'ḽ',
+ 'Ḿ' => 'Ḿ',
+ 'ḿ' => 'ḿ',
+ 'Ṁ' => 'Ṁ',
+ 'ṁ' => 'ṁ',
+ 'Ṃ' => 'Ṃ',
+ 'ṃ' => 'ṃ',
+ 'Ṅ' => 'Ṅ',
+ 'ṅ' => 'ṅ',
+ 'Ṇ' => 'Ṇ',
+ 'ṇ' => 'ṇ',
+ 'Ṉ' => 'Ṉ',
+ 'ṉ' => 'ṉ',
+ 'Ṋ' => 'Ṋ',
+ 'ṋ' => 'ṋ',
+ 'Ṍ' => 'Ṍ',
+ 'ṍ' => 'ṍ',
+ 'Ṏ' => 'Ṏ',
+ 'ṏ' => 'ṏ',
+ 'Ṑ' => 'Ṑ',
+ 'ṑ' => 'ṑ',
+ 'Ṓ' => 'Ṓ',
+ 'ṓ' => 'ṓ',
+ 'Ṕ' => 'Ṕ',
+ 'ṕ' => 'ṕ',
+ 'Ṗ' => 'Ṗ',
+ 'ṗ' => 'ṗ',
+ 'Ṙ' => 'Ṙ',
+ 'ṙ' => 'ṙ',
+ 'Ṛ' => 'Ṛ',
+ 'ṛ' => 'ṛ',
+ 'Ṝ' => 'Ṝ',
+ 'ṝ' => 'ṝ',
+ 'Ṟ' => 'Ṟ',
+ 'ṟ' => 'ṟ',
+ 'Ṡ' => 'Ṡ',
+ 'ṡ' => 'ṡ',
+ 'Ṣ' => 'Ṣ',
+ 'ṣ' => 'ṣ',
+ 'Ṥ' => 'Ṥ',
+ 'ṥ' => 'ṥ',
+ 'Ṧ' => 'Ṧ',
+ 'ṧ' => 'ṧ',
+ 'Ṩ' => 'Ṩ',
+ 'ṩ' => 'ṩ',
+ 'Ṫ' => 'Ṫ',
+ 'ṫ' => 'ṫ',
+ 'Ṭ' => 'Ṭ',
+ 'ṭ' => 'ṭ',
+ 'Ṯ' => 'Ṯ',
+ 'ṯ' => 'ṯ',
+ 'Ṱ' => 'Ṱ',
+ 'ṱ' => 'ṱ',
+ 'Ṳ' => 'Ṳ',
+ 'ṳ' => 'ṳ',
+ 'Ṵ' => 'Ṵ',
+ 'ṵ' => 'ṵ',
+ 'Ṷ' => 'Ṷ',
+ 'ṷ' => 'ṷ',
+ 'Ṹ' => 'Ṹ',
+ 'ṹ' => 'ṹ',
+ 'Ṻ' => 'Ṻ',
+ 'ṻ' => 'ṻ',
+ 'Ṽ' => 'Ṽ',
+ 'ṽ' => 'ṽ',
+ 'Ṿ' => 'Ṿ',
+ 'ṿ' => 'ṿ',
+ 'Ẁ' => 'Ẁ',
+ 'ẁ' => 'ẁ',
+ 'Ẃ' => 'Ẃ',
+ 'ẃ' => 'ẃ',
+ 'Ẅ' => 'Ẅ',
+ 'ẅ' => 'ẅ',
+ 'Ẇ' => 'Ẇ',
+ 'ẇ' => 'ẇ',
+ 'Ẉ' => 'Ẉ',
+ 'ẉ' => 'ẉ',
+ 'Ẋ' => 'Ẋ',
+ 'ẋ' => 'ẋ',
+ 'Ẍ' => 'Ẍ',
+ 'ẍ' => 'ẍ',
+ 'Ẏ' => 'Ẏ',
+ 'ẏ' => 'ẏ',
+ 'Ẑ' => 'Ẑ',
+ 'ẑ' => 'ẑ',
+ 'Ẓ' => 'Ẓ',
+ 'ẓ' => 'ẓ',
+ 'Ẕ' => 'Ẕ',
+ 'ẕ' => 'ẕ',
+ 'ẖ' => 'ẖ',
+ 'ẗ' => 'ẗ',
+ 'ẘ' => 'ẘ',
+ 'ẙ' => 'ẙ',
+ 'ẛ' => 'ẛ',
+ 'Ạ' => 'Ạ',
+ 'ạ' => 'ạ',
+ 'Ả' => 'Ả',
+ 'ả' => 'ả',
+ 'Ấ' => 'Ấ',
+ 'ấ' => 'ấ',
+ 'Ầ' => 'Ầ',
+ 'ầ' => 'ầ',
+ 'Ẩ' => 'Ẩ',
+ 'ẩ' => 'ẩ',
+ 'Ẫ' => 'Ẫ',
+ 'ẫ' => 'ẫ',
+ 'Ậ' => 'Ậ',
+ 'ậ' => 'ậ',
+ 'Ắ' => 'Ắ',
+ 'ắ' => 'ắ',
+ 'Ằ' => 'Ằ',
+ 'ằ' => 'ằ',
+ 'Ẳ' => 'Ẳ',
+ 'ẳ' => 'ẳ',
+ 'Ẵ' => 'Ẵ',
+ 'ẵ' => 'ẵ',
+ 'Ặ' => 'Ặ',
+ 'ặ' => 'ặ',
+ 'Ẹ' => 'Ẹ',
+ 'ẹ' => 'ẹ',
+ 'Ẻ' => 'Ẻ',
+ 'ẻ' => 'ẻ',
+ 'Ẽ' => 'Ẽ',
+ 'ẽ' => 'ẽ',
+ 'Ế' => 'Ế',
+ 'ế' => 'ế',
+ 'Ề' => 'Ề',
+ 'ề' => 'ề',
+ 'Ể' => 'Ể',
+ 'ể' => 'ể',
+ 'Ễ' => 'Ễ',
+ 'ễ' => 'ễ',
+ 'Ệ' => 'Ệ',
+ 'ệ' => 'ệ',
+ 'Ỉ' => 'Ỉ',
+ 'ỉ' => 'ỉ',
+ 'Ị' => 'Ị',
+ 'ị' => 'ị',
+ 'Ọ' => 'Ọ',
+ 'ọ' => 'ọ',
+ 'Ỏ' => 'Ỏ',
+ 'ỏ' => 'ỏ',
+ 'Ố' => 'Ố',
+ 'ố' => 'ố',
+ 'Ồ' => 'Ồ',
+ 'ồ' => 'ồ',
+ 'Ổ' => 'Ổ',
+ 'ổ' => 'ổ',
+ 'Ỗ' => 'Ỗ',
+ 'ỗ' => 'ỗ',
+ 'Ộ' => 'Ộ',
+ 'ộ' => 'ộ',
+ 'Ớ' => 'Ớ',
+ 'ớ' => 'ớ',
+ 'Ờ' => 'Ờ',
+ 'ờ' => 'ờ',
+ 'Ở' => 'Ở',
+ 'ở' => 'ở',
+ 'Ỡ' => 'Ỡ',
+ 'ỡ' => 'ỡ',
+ 'Ợ' => 'Ợ',
+ 'ợ' => 'ợ',
+ 'Ụ' => 'Ụ',
+ 'ụ' => 'ụ',
+ 'Ủ' => 'Ủ',
+ 'ủ' => 'ủ',
+ 'Ứ' => 'Ứ',
+ 'ứ' => 'ứ',
+ 'Ừ' => 'Ừ',
+ 'ừ' => 'ừ',
+ 'Ử' => 'Ử',
+ 'ử' => 'ử',
+ 'Ữ' => 'Ữ',
+ 'ữ' => 'ữ',
+ 'Ự' => 'Ự',
+ 'ự' => 'ự',
+ 'Ỳ' => 'Ỳ',
+ 'ỳ' => 'ỳ',
+ 'Ỵ' => 'Ỵ',
+ 'ỵ' => 'ỵ',
+ 'Ỷ' => 'Ỷ',
+ 'ỷ' => 'ỷ',
+ 'Ỹ' => 'Ỹ',
+ 'ỹ' => 'ỹ',
+ 'ἀ' => 'ἀ',
+ 'ἁ' => 'ἁ',
+ 'ἂ' => 'ἂ',
+ 'ἃ' => 'ἃ',
+ 'ἄ' => 'ἄ',
+ 'ἅ' => 'ἅ',
+ 'ἆ' => 'ἆ',
+ 'ἇ' => 'ἇ',
+ 'Ἀ' => 'Ἀ',
+ 'Ἁ' => 'Ἁ',
+ 'Ἂ' => 'Ἂ',
+ 'Ἃ' => 'Ἃ',
+ 'Ἄ' => 'Ἄ',
+ 'Ἅ' => 'Ἅ',
+ 'Ἆ' => 'Ἆ',
+ 'Ἇ' => 'Ἇ',
+ 'ἐ' => 'ἐ',
+ 'ἑ' => 'ἑ',
+ 'ἒ' => 'ἒ',
+ 'ἓ' => 'ἓ',
+ 'ἔ' => 'ἔ',
+ 'ἕ' => 'ἕ',
+ 'Ἐ' => 'Ἐ',
+ 'Ἑ' => 'Ἑ',
+ 'Ἒ' => 'Ἒ',
+ 'Ἓ' => 'Ἓ',
+ 'Ἔ' => 'Ἔ',
+ 'Ἕ' => 'Ἕ',
+ 'ἠ' => 'ἠ',
+ 'ἡ' => 'ἡ',
+ 'ἢ' => 'ἢ',
+ 'ἣ' => 'ἣ',
+ 'ἤ' => 'ἤ',
+ 'ἥ' => 'ἥ',
+ 'ἦ' => 'ἦ',
+ 'ἧ' => 'ἧ',
+ 'Ἠ' => 'Ἠ',
+ 'Ἡ' => 'Ἡ',
+ 'Ἢ' => 'Ἢ',
+ 'Ἣ' => 'Ἣ',
+ 'Ἤ' => 'Ἤ',
+ 'Ἥ' => 'Ἥ',
+ 'Ἦ' => 'Ἦ',
+ 'Ἧ' => 'Ἧ',
+ 'ἰ' => 'ἰ',
+ 'ἱ' => 'ἱ',
+ 'ἲ' => 'ἲ',
+ 'ἳ' => 'ἳ',
+ 'ἴ' => 'ἴ',
+ 'ἵ' => 'ἵ',
+ 'ἶ' => 'ἶ',
+ 'ἷ' => 'ἷ',
+ 'Ἰ' => 'Ἰ',
+ 'Ἱ' => 'Ἱ',
+ 'Ἲ' => 'Ἲ',
+ 'Ἳ' => 'Ἳ',
+ 'Ἴ' => 'Ἴ',
+ 'Ἵ' => 'Ἵ',
+ 'Ἶ' => 'Ἶ',
+ 'Ἷ' => 'Ἷ',
+ 'ὀ' => 'ὀ',
+ 'ὁ' => 'ὁ',
+ 'ὂ' => 'ὂ',
+ 'ὃ' => 'ὃ',
+ 'ὄ' => 'ὄ',
+ 'ὅ' => 'ὅ',
+ 'Ὀ' => 'Ὀ',
+ 'Ὁ' => 'Ὁ',
+ 'Ὂ' => 'Ὂ',
+ 'Ὃ' => 'Ὃ',
+ 'Ὄ' => 'Ὄ',
+ 'Ὅ' => 'Ὅ',
+ 'ὐ' => 'ὐ',
+ 'ὑ' => 'ὑ',
+ 'ὒ' => 'ὒ',
+ 'ὓ' => 'ὓ',
+ 'ὔ' => 'ὔ',
+ 'ὕ' => 'ὕ',
+ 'ὖ' => 'ὖ',
+ 'ὗ' => 'ὗ',
+ 'Ὑ' => 'Ὑ',
+ 'Ὓ' => 'Ὓ',
+ 'Ὕ' => 'Ὕ',
+ 'Ὗ' => 'Ὗ',
+ 'ὠ' => 'ὠ',
+ 'ὡ' => 'ὡ',
+ 'ὢ' => 'ὢ',
+ 'ὣ' => 'ὣ',
+ 'ὤ' => 'ὤ',
+ 'ὥ' => 'ὥ',
+ 'ὦ' => 'ὦ',
+ 'ὧ' => 'ὧ',
+ 'Ὠ' => 'Ὠ',
+ 'Ὡ' => 'Ὡ',
+ 'Ὢ' => 'Ὢ',
+ 'Ὣ' => 'Ὣ',
+ 'Ὤ' => 'Ὤ',
+ 'Ὥ' => 'Ὥ',
+ 'Ὦ' => 'Ὦ',
+ 'Ὧ' => 'Ὧ',
+ 'ὰ' => 'ὰ',
+ 'ὲ' => 'ὲ',
+ 'ὴ' => 'ὴ',
+ 'ὶ' => 'ὶ',
+ 'ὸ' => 'ὸ',
+ 'ὺ' => 'ὺ',
+ 'ὼ' => 'ὼ',
+ 'ᾀ' => 'ᾀ',
+ 'ᾁ' => 'ᾁ',
+ 'ᾂ' => 'ᾂ',
+ 'ᾃ' => 'ᾃ',
+ 'ᾄ' => 'ᾄ',
+ 'ᾅ' => 'ᾅ',
+ 'ᾆ' => 'ᾆ',
+ 'ᾇ' => 'ᾇ',
+ 'ᾈ' => 'ᾈ',
+ 'ᾉ' => 'ᾉ',
+ 'ᾊ' => 'ᾊ',
+ 'ᾋ' => 'ᾋ',
+ 'ᾌ' => 'ᾌ',
+ 'ᾍ' => 'ᾍ',
+ 'ᾎ' => 'ᾎ',
+ 'ᾏ' => 'ᾏ',
+ 'ᾐ' => 'ᾐ',
+ 'ᾑ' => 'ᾑ',
+ 'ᾒ' => 'ᾒ',
+ 'ᾓ' => 'ᾓ',
+ 'ᾔ' => 'ᾔ',
+ 'ᾕ' => 'ᾕ',
+ 'ᾖ' => 'ᾖ',
+ 'ᾗ' => 'ᾗ',
+ 'ᾘ' => 'ᾘ',
+ 'ᾙ' => 'ᾙ',
+ 'ᾚ' => 'ᾚ',
+ 'ᾛ' => 'ᾛ',
+ 'ᾜ' => 'ᾜ',
+ 'ᾝ' => 'ᾝ',
+ 'ᾞ' => 'ᾞ',
+ 'ᾟ' => 'ᾟ',
+ 'ᾠ' => 'ᾠ',
+ 'ᾡ' => 'ᾡ',
+ 'ᾢ' => 'ᾢ',
+ 'ᾣ' => 'ᾣ',
+ 'ᾤ' => 'ᾤ',
+ 'ᾥ' => 'ᾥ',
+ 'ᾦ' => 'ᾦ',
+ 'ᾧ' => 'ᾧ',
+ 'ᾨ' => 'ᾨ',
+ 'ᾩ' => 'ᾩ',
+ 'ᾪ' => 'ᾪ',
+ 'ᾫ' => 'ᾫ',
+ 'ᾬ' => 'ᾬ',
+ 'ᾭ' => 'ᾭ',
+ 'ᾮ' => 'ᾮ',
+ 'ᾯ' => 'ᾯ',
+ 'ᾰ' => 'ᾰ',
+ 'ᾱ' => 'ᾱ',
+ 'ᾲ' => 'ᾲ',
+ 'ᾳ' => 'ᾳ',
+ 'ᾴ' => 'ᾴ',
+ 'ᾶ' => 'ᾶ',
+ 'ᾷ' => 'ᾷ',
+ 'Ᾰ' => 'Ᾰ',
+ 'Ᾱ' => 'Ᾱ',
+ 'Ὰ' => 'Ὰ',
+ 'ᾼ' => 'ᾼ',
+ '῁' => '῁',
+ 'ῂ' => 'ῂ',
+ 'ῃ' => 'ῃ',
+ 'ῄ' => 'ῄ',
+ 'ῆ' => 'ῆ',
+ 'ῇ' => 'ῇ',
+ 'Ὲ' => 'Ὲ',
+ 'Ὴ' => 'Ὴ',
+ 'ῌ' => 'ῌ',
+ '῍' => '῍',
+ '῎' => '῎',
+ '῏' => '῏',
+ 'ῐ' => 'ῐ',
+ 'ῑ' => 'ῑ',
+ 'ῒ' => 'ῒ',
+ 'ῖ' => 'ῖ',
+ 'ῗ' => 'ῗ',
+ 'Ῐ' => 'Ῐ',
+ 'Ῑ' => 'Ῑ',
+ 'Ὶ' => 'Ὶ',
+ '῝' => '῝',
+ '῞' => '῞',
+ '῟' => '῟',
+ 'ῠ' => 'ῠ',
+ 'ῡ' => 'ῡ',
+ 'ῢ' => 'ῢ',
+ 'ῤ' => 'ῤ',
+ 'ῥ' => 'ῥ',
+ 'ῦ' => 'ῦ',
+ 'ῧ' => 'ῧ',
+ 'Ῠ' => 'Ῠ',
+ 'Ῡ' => 'Ῡ',
+ 'Ὺ' => 'Ὺ',
+ 'Ῥ' => 'Ῥ',
+ '῭' => '῭',
+ 'ῲ' => 'ῲ',
+ 'ῳ' => 'ῳ',
+ 'ῴ' => 'ῴ',
+ 'ῶ' => 'ῶ',
+ 'ῷ' => 'ῷ',
+ 'Ὸ' => 'Ὸ',
+ 'Ὼ' => 'Ὼ',
+ 'ῼ' => 'ῼ',
+ '↚' => '↚',
+ '↛' => '↛',
+ '↮' => '↮',
+ '⇍' => '⇍',
+ '⇎' => '⇎',
+ '⇏' => '⇏',
+ '∄' => '∄',
+ '∉' => '∉',
+ '∌' => '∌',
+ '∤' => '∤',
+ '∦' => '∦',
+ '≁' => '≁',
+ '≄' => '≄',
+ '≇' => '≇',
+ '≉' => '≉',
+ '≠' => '≠',
+ '≢' => '≢',
+ '≭' => '≭',
+ '≮' => '≮',
+ '≯' => '≯',
+ '≰' => '≰',
+ '≱' => '≱',
+ '≴' => '≴',
+ '≵' => '≵',
+ '≸' => '≸',
+ '≹' => '≹',
+ '⊀' => '⊀',
+ '⊁' => '⊁',
+ '⊄' => '⊄',
+ '⊅' => '⊅',
+ '⊈' => '⊈',
+ '⊉' => '⊉',
+ '⊬' => '⊬',
+ '⊭' => '⊭',
+ '⊮' => '⊮',
+ '⊯' => '⊯',
+ '⋠' => '⋠',
+ '⋡' => '⋡',
+ '⋢' => '⋢',
+ '⋣' => '⋣',
+ '⋪' => '⋪',
+ '⋫' => '⋫',
+ '⋬' => '⋬',
+ '⋭' => '⋭',
+ 'が' => 'が',
+ 'ぎ' => 'ぎ',
+ 'ぐ' => 'ぐ',
+ 'げ' => 'げ',
+ 'ご' => 'ご',
+ 'ざ' => 'ざ',
+ 'じ' => 'じ',
+ 'ず' => 'ず',
+ 'ぜ' => 'ぜ',
+ 'ぞ' => 'ぞ',
+ 'だ' => 'だ',
+ 'ぢ' => 'ぢ',
+ 'づ' => 'づ',
+ 'で' => 'で',
+ 'ど' => 'ど',
+ 'ば' => 'ば',
+ 'ぱ' => 'ぱ',
+ 'び' => 'び',
+ 'ぴ' => 'ぴ',
+ 'ぶ' => 'ぶ',
+ 'ぷ' => 'ぷ',
+ 'べ' => 'べ',
+ 'ぺ' => 'ぺ',
+ 'ぼ' => 'ぼ',
+ 'ぽ' => 'ぽ',
+ 'ゔ' => 'ゔ',
+ 'ゞ' => 'ゞ',
+ 'ガ' => 'ガ',
+ 'ギ' => 'ギ',
+ 'グ' => 'グ',
+ 'ゲ' => 'ゲ',
+ 'ゴ' => 'ゴ',
+ 'ザ' => 'ザ',
+ 'ジ' => 'ジ',
+ 'ズ' => 'ズ',
+ 'ゼ' => 'ゼ',
+ 'ゾ' => 'ゾ',
+ 'ダ' => 'ダ',
+ 'ヂ' => 'ヂ',
+ 'ヅ' => 'ヅ',
+ 'デ' => 'デ',
+ 'ド' => 'ド',
+ 'バ' => 'バ',
+ 'パ' => 'パ',
+ 'ビ' => 'ビ',
+ 'ピ' => 'ピ',
+ 'ブ' => 'ブ',
+ 'プ' => 'プ',
+ 'ベ' => 'ベ',
+ 'ペ' => 'ペ',
+ 'ボ' => 'ボ',
+ 'ポ' => 'ポ',
+ 'ヴ' => 'ヴ',
+ 'ヷ' => 'ヷ',
+ 'ヸ' => 'ヸ',
+ 'ヹ' => 'ヹ',
+ 'ヺ' => 'ヺ',
+ 'ヾ' => 'ヾ',
+ '𑂚' => '𑂚',
+ '𑂜' => '𑂜',
+ '𑂫' => '𑂫',
+ '𑄮' => '𑄮',
+ '𑄯' => '𑄯',
+ '𑍋' => '𑍋',
+ '𑍌' => '𑍌',
+ '𑒻' => '𑒻',
+ '𑒼' => '𑒼',
+ '𑒾' => '𑒾',
+ '𑖺' => '𑖺',
+ '𑖻' => '𑖻',
+ '𑤸' => '𑤸',
+);
diff --git a/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php
new file mode 100644
index 000000000000..5a3e8e0969d6
--- /dev/null
+++ b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php
@@ -0,0 +1,2065 @@
+ 'À',
+ 'Á' => 'Á',
+ 'Â' => 'Â',
+ 'Ã' => 'Ã',
+ 'Ä' => 'Ä',
+ 'Å' => 'Å',
+ 'Ç' => 'Ç',
+ 'È' => 'È',
+ 'É' => 'É',
+ 'Ê' => 'Ê',
+ 'Ë' => 'Ë',
+ 'Ì' => 'Ì',
+ 'Í' => 'Í',
+ 'Î' => 'Î',
+ 'Ï' => 'Ï',
+ 'Ñ' => 'Ñ',
+ 'Ò' => 'Ò',
+ 'Ó' => 'Ó',
+ 'Ô' => 'Ô',
+ 'Õ' => 'Õ',
+ 'Ö' => 'Ö',
+ 'Ù' => 'Ù',
+ 'Ú' => 'Ú',
+ 'Û' => 'Û',
+ 'Ü' => 'Ü',
+ 'Ý' => 'Ý',
+ 'à' => 'à',
+ 'á' => 'á',
+ 'â' => 'â',
+ 'ã' => 'ã',
+ 'ä' => 'ä',
+ 'å' => 'å',
+ 'ç' => 'ç',
+ 'è' => 'è',
+ 'é' => 'é',
+ 'ê' => 'ê',
+ 'ë' => 'ë',
+ 'ì' => 'ì',
+ 'í' => 'í',
+ 'î' => 'î',
+ 'ï' => 'ï',
+ 'ñ' => 'ñ',
+ 'ò' => 'ò',
+ 'ó' => 'ó',
+ 'ô' => 'ô',
+ 'õ' => 'õ',
+ 'ö' => 'ö',
+ 'ù' => 'ù',
+ 'ú' => 'ú',
+ 'û' => 'û',
+ 'ü' => 'ü',
+ 'ý' => 'ý',
+ 'ÿ' => 'ÿ',
+ 'Ā' => 'Ā',
+ 'ā' => 'ā',
+ 'Ă' => 'Ă',
+ 'ă' => 'ă',
+ 'Ą' => 'Ą',
+ 'ą' => 'ą',
+ 'Ć' => 'Ć',
+ 'ć' => 'ć',
+ 'Ĉ' => 'Ĉ',
+ 'ĉ' => 'ĉ',
+ 'Ċ' => 'Ċ',
+ 'ċ' => 'ċ',
+ 'Č' => 'Č',
+ 'č' => 'č',
+ 'Ď' => 'Ď',
+ 'ď' => 'ď',
+ 'Ē' => 'Ē',
+ 'ē' => 'ē',
+ 'Ĕ' => 'Ĕ',
+ 'ĕ' => 'ĕ',
+ 'Ė' => 'Ė',
+ 'ė' => 'ė',
+ 'Ę' => 'Ę',
+ 'ę' => 'ę',
+ 'Ě' => 'Ě',
+ 'ě' => 'ě',
+ 'Ĝ' => 'Ĝ',
+ 'ĝ' => 'ĝ',
+ 'Ğ' => 'Ğ',
+ 'ğ' => 'ğ',
+ 'Ġ' => 'Ġ',
+ 'ġ' => 'ġ',
+ 'Ģ' => 'Ģ',
+ 'ģ' => 'ģ',
+ 'Ĥ' => 'Ĥ',
+ 'ĥ' => 'ĥ',
+ 'Ĩ' => 'Ĩ',
+ 'ĩ' => 'ĩ',
+ 'Ī' => 'Ī',
+ 'ī' => 'ī',
+ 'Ĭ' => 'Ĭ',
+ 'ĭ' => 'ĭ',
+ 'Į' => 'Į',
+ 'į' => 'į',
+ 'İ' => 'İ',
+ 'Ĵ' => 'Ĵ',
+ 'ĵ' => 'ĵ',
+ 'Ķ' => 'Ķ',
+ 'ķ' => 'ķ',
+ 'Ĺ' => 'Ĺ',
+ 'ĺ' => 'ĺ',
+ 'Ļ' => 'Ļ',
+ 'ļ' => 'ļ',
+ 'Ľ' => 'Ľ',
+ 'ľ' => 'ľ',
+ 'Ń' => 'Ń',
+ 'ń' => 'ń',
+ 'Ņ' => 'Ņ',
+ 'ņ' => 'ņ',
+ 'Ň' => 'Ň',
+ 'ň' => 'ň',
+ 'Ō' => 'Ō',
+ 'ō' => 'ō',
+ 'Ŏ' => 'Ŏ',
+ 'ŏ' => 'ŏ',
+ 'Ő' => 'Ő',
+ 'ő' => 'ő',
+ 'Ŕ' => 'Ŕ',
+ 'ŕ' => 'ŕ',
+ 'Ŗ' => 'Ŗ',
+ 'ŗ' => 'ŗ',
+ 'Ř' => 'Ř',
+ 'ř' => 'ř',
+ 'Ś' => 'Ś',
+ 'ś' => 'ś',
+ 'Ŝ' => 'Ŝ',
+ 'ŝ' => 'ŝ',
+ 'Ş' => 'Ş',
+ 'ş' => 'ş',
+ 'Š' => 'Š',
+ 'š' => 'š',
+ 'Ţ' => 'Ţ',
+ 'ţ' => 'ţ',
+ 'Ť' => 'Ť',
+ 'ť' => 'ť',
+ 'Ũ' => 'Ũ',
+ 'ũ' => 'ũ',
+ 'Ū' => 'Ū',
+ 'ū' => 'ū',
+ 'Ŭ' => 'Ŭ',
+ 'ŭ' => 'ŭ',
+ 'Ů' => 'Ů',
+ 'ů' => 'ů',
+ 'Ű' => 'Ű',
+ 'ű' => 'ű',
+ 'Ų' => 'Ų',
+ 'ų' => 'ų',
+ 'Ŵ' => 'Ŵ',
+ 'ŵ' => 'ŵ',
+ 'Ŷ' => 'Ŷ',
+ 'ŷ' => 'ŷ',
+ 'Ÿ' => 'Ÿ',
+ 'Ź' => 'Ź',
+ 'ź' => 'ź',
+ 'Ż' => 'Ż',
+ 'ż' => 'ż',
+ 'Ž' => 'Ž',
+ 'ž' => 'ž',
+ 'Ơ' => 'Ơ',
+ 'ơ' => 'ơ',
+ 'Ư' => 'Ư',
+ 'ư' => 'ư',
+ 'Ǎ' => 'Ǎ',
+ 'ǎ' => 'ǎ',
+ 'Ǐ' => 'Ǐ',
+ 'ǐ' => 'ǐ',
+ 'Ǒ' => 'Ǒ',
+ 'ǒ' => 'ǒ',
+ 'Ǔ' => 'Ǔ',
+ 'ǔ' => 'ǔ',
+ 'Ǖ' => 'Ǖ',
+ 'ǖ' => 'ǖ',
+ 'Ǘ' => 'Ǘ',
+ 'ǘ' => 'ǘ',
+ 'Ǚ' => 'Ǚ',
+ 'ǚ' => 'ǚ',
+ 'Ǜ' => 'Ǜ',
+ 'ǜ' => 'ǜ',
+ 'Ǟ' => 'Ǟ',
+ 'ǟ' => 'ǟ',
+ 'Ǡ' => 'Ǡ',
+ 'ǡ' => 'ǡ',
+ 'Ǣ' => 'Ǣ',
+ 'ǣ' => 'ǣ',
+ 'Ǧ' => 'Ǧ',
+ 'ǧ' => 'ǧ',
+ 'Ǩ' => 'Ǩ',
+ 'ǩ' => 'ǩ',
+ 'Ǫ' => 'Ǫ',
+ 'ǫ' => 'ǫ',
+ 'Ǭ' => 'Ǭ',
+ 'ǭ' => 'ǭ',
+ 'Ǯ' => 'Ǯ',
+ 'ǯ' => 'ǯ',
+ 'ǰ' => 'ǰ',
+ 'Ǵ' => 'Ǵ',
+ 'ǵ' => 'ǵ',
+ 'Ǹ' => 'Ǹ',
+ 'ǹ' => 'ǹ',
+ 'Ǻ' => 'Ǻ',
+ 'ǻ' => 'ǻ',
+ 'Ǽ' => 'Ǽ',
+ 'ǽ' => 'ǽ',
+ 'Ǿ' => 'Ǿ',
+ 'ǿ' => 'ǿ',
+ 'Ȁ' => 'Ȁ',
+ 'ȁ' => 'ȁ',
+ 'Ȃ' => 'Ȃ',
+ 'ȃ' => 'ȃ',
+ 'Ȅ' => 'Ȅ',
+ 'ȅ' => 'ȅ',
+ 'Ȇ' => 'Ȇ',
+ 'ȇ' => 'ȇ',
+ 'Ȉ' => 'Ȉ',
+ 'ȉ' => 'ȉ',
+ 'Ȋ' => 'Ȋ',
+ 'ȋ' => 'ȋ',
+ 'Ȍ' => 'Ȍ',
+ 'ȍ' => 'ȍ',
+ 'Ȏ' => 'Ȏ',
+ 'ȏ' => 'ȏ',
+ 'Ȑ' => 'Ȑ',
+ 'ȑ' => 'ȑ',
+ 'Ȓ' => 'Ȓ',
+ 'ȓ' => 'ȓ',
+ 'Ȕ' => 'Ȕ',
+ 'ȕ' => 'ȕ',
+ 'Ȗ' => 'Ȗ',
+ 'ȗ' => 'ȗ',
+ 'Ș' => 'Ș',
+ 'ș' => 'ș',
+ 'Ț' => 'Ț',
+ 'ț' => 'ț',
+ 'Ȟ' => 'Ȟ',
+ 'ȟ' => 'ȟ',
+ 'Ȧ' => 'Ȧ',
+ 'ȧ' => 'ȧ',
+ 'Ȩ' => 'Ȩ',
+ 'ȩ' => 'ȩ',
+ 'Ȫ' => 'Ȫ',
+ 'ȫ' => 'ȫ',
+ 'Ȭ' => 'Ȭ',
+ 'ȭ' => 'ȭ',
+ 'Ȯ' => 'Ȯ',
+ 'ȯ' => 'ȯ',
+ 'Ȱ' => 'Ȱ',
+ 'ȱ' => 'ȱ',
+ 'Ȳ' => 'Ȳ',
+ 'ȳ' => 'ȳ',
+ '̀' => '̀',
+ '́' => '́',
+ '̓' => '̓',
+ '̈́' => '̈́',
+ 'ʹ' => 'ʹ',
+ ';' => ';',
+ '΅' => '΅',
+ 'Ά' => 'Ά',
+ '·' => '·',
+ 'Έ' => 'Έ',
+ 'Ή' => 'Ή',
+ 'Ί' => 'Ί',
+ 'Ό' => 'Ό',
+ 'Ύ' => 'Ύ',
+ 'Ώ' => 'Ώ',
+ 'ΐ' => 'ΐ',
+ 'Ϊ' => 'Ϊ',
+ 'Ϋ' => 'Ϋ',
+ 'ά' => 'ά',
+ 'έ' => 'έ',
+ 'ή' => 'ή',
+ 'ί' => 'ί',
+ 'ΰ' => 'ΰ',
+ 'ϊ' => 'ϊ',
+ 'ϋ' => 'ϋ',
+ 'ό' => 'ό',
+ 'ύ' => 'ύ',
+ 'ώ' => 'ώ',
+ 'ϓ' => 'ϓ',
+ 'ϔ' => 'ϔ',
+ 'Ѐ' => 'Ѐ',
+ 'Ё' => 'Ё',
+ 'Ѓ' => 'Ѓ',
+ 'Ї' => 'Ї',
+ 'Ќ' => 'Ќ',
+ 'Ѝ' => 'Ѝ',
+ 'Ў' => 'Ў',
+ 'Й' => 'Й',
+ 'й' => 'й',
+ 'ѐ' => 'ѐ',
+ 'ё' => 'ё',
+ 'ѓ' => 'ѓ',
+ 'ї' => 'ї',
+ 'ќ' => 'ќ',
+ 'ѝ' => 'ѝ',
+ 'ў' => 'ў',
+ 'Ѷ' => 'Ѷ',
+ 'ѷ' => 'ѷ',
+ 'Ӂ' => 'Ӂ',
+ 'ӂ' => 'ӂ',
+ 'Ӑ' => 'Ӑ',
+ 'ӑ' => 'ӑ',
+ 'Ӓ' => 'Ӓ',
+ 'ӓ' => 'ӓ',
+ 'Ӗ' => 'Ӗ',
+ 'ӗ' => 'ӗ',
+ 'Ӛ' => 'Ӛ',
+ 'ӛ' => 'ӛ',
+ 'Ӝ' => 'Ӝ',
+ 'ӝ' => 'ӝ',
+ 'Ӟ' => 'Ӟ',
+ 'ӟ' => 'ӟ',
+ 'Ӣ' => 'Ӣ',
+ 'ӣ' => 'ӣ',
+ 'Ӥ' => 'Ӥ',
+ 'ӥ' => 'ӥ',
+ 'Ӧ' => 'Ӧ',
+ 'ӧ' => 'ӧ',
+ 'Ӫ' => 'Ӫ',
+ 'ӫ' => 'ӫ',
+ 'Ӭ' => 'Ӭ',
+ 'ӭ' => 'ӭ',
+ 'Ӯ' => 'Ӯ',
+ 'ӯ' => 'ӯ',
+ 'Ӱ' => 'Ӱ',
+ 'ӱ' => 'ӱ',
+ 'Ӳ' => 'Ӳ',
+ 'ӳ' => 'ӳ',
+ 'Ӵ' => 'Ӵ',
+ 'ӵ' => 'ӵ',
+ 'Ӹ' => 'Ӹ',
+ 'ӹ' => 'ӹ',
+ 'آ' => 'آ',
+ 'أ' => 'أ',
+ 'ؤ' => 'ؤ',
+ 'إ' => 'إ',
+ 'ئ' => 'ئ',
+ 'ۀ' => 'ۀ',
+ 'ۂ' => 'ۂ',
+ 'ۓ' => 'ۓ',
+ 'ऩ' => 'ऩ',
+ 'ऱ' => 'ऱ',
+ 'ऴ' => 'ऴ',
+ 'क़' => 'क़',
+ 'ख़' => 'ख़',
+ 'ग़' => 'ग़',
+ 'ज़' => 'ज़',
+ 'ड़' => 'ड़',
+ 'ढ़' => 'ढ़',
+ 'फ़' => 'फ़',
+ 'य़' => 'य़',
+ 'ো' => 'ো',
+ 'ৌ' => 'ৌ',
+ 'ড়' => 'ড়',
+ 'ঢ়' => 'ঢ়',
+ 'য়' => 'য়',
+ 'ਲ਼' => 'ਲ਼',
+ 'ਸ਼' => 'ਸ਼',
+ 'ਖ਼' => 'ਖ਼',
+ 'ਗ਼' => 'ਗ਼',
+ 'ਜ਼' => 'ਜ਼',
+ 'ਫ਼' => 'ਫ਼',
+ 'ୈ' => 'ୈ',
+ 'ୋ' => 'ୋ',
+ 'ୌ' => 'ୌ',
+ 'ଡ଼' => 'ଡ଼',
+ 'ଢ଼' => 'ଢ଼',
+ 'ஔ' => 'ஔ',
+ 'ொ' => 'ொ',
+ 'ோ' => 'ோ',
+ 'ௌ' => 'ௌ',
+ 'ై' => 'ై',
+ 'ೀ' => 'ೀ',
+ 'ೇ' => 'ೇ',
+ 'ೈ' => 'ೈ',
+ 'ೊ' => 'ೊ',
+ 'ೋ' => 'ೋ',
+ 'ൊ' => 'ൊ',
+ 'ോ' => 'ോ',
+ 'ൌ' => 'ൌ',
+ 'ේ' => 'ේ',
+ 'ො' => 'ො',
+ 'ෝ' => 'ෝ',
+ 'ෞ' => 'ෞ',
+ 'གྷ' => 'གྷ',
+ 'ཌྷ' => 'ཌྷ',
+ 'དྷ' => 'དྷ',
+ 'བྷ' => 'བྷ',
+ 'ཛྷ' => 'ཛྷ',
+ 'ཀྵ' => 'ཀྵ',
+ 'ཱི' => 'ཱི',
+ 'ཱུ' => 'ཱུ',
+ 'ྲྀ' => 'ྲྀ',
+ 'ླྀ' => 'ླྀ',
+ 'ཱྀ' => 'ཱྀ',
+ 'ྒྷ' => 'ྒྷ',
+ 'ྜྷ' => 'ྜྷ',
+ 'ྡྷ' => 'ྡྷ',
+ 'ྦྷ' => 'ྦྷ',
+ 'ྫྷ' => 'ྫྷ',
+ 'ྐྵ' => 'ྐྵ',
+ 'ဦ' => 'ဦ',
+ 'ᬆ' => 'ᬆ',
+ 'ᬈ' => 'ᬈ',
+ 'ᬊ' => 'ᬊ',
+ 'ᬌ' => 'ᬌ',
+ 'ᬎ' => 'ᬎ',
+ 'ᬒ' => 'ᬒ',
+ 'ᬻ' => 'ᬻ',
+ 'ᬽ' => 'ᬽ',
+ 'ᭀ' => 'ᭀ',
+ 'ᭁ' => 'ᭁ',
+ 'ᭃ' => 'ᭃ',
+ 'Ḁ' => 'Ḁ',
+ 'ḁ' => 'ḁ',
+ 'Ḃ' => 'Ḃ',
+ 'ḃ' => 'ḃ',
+ 'Ḅ' => 'Ḅ',
+ 'ḅ' => 'ḅ',
+ 'Ḇ' => 'Ḇ',
+ 'ḇ' => 'ḇ',
+ 'Ḉ' => 'Ḉ',
+ 'ḉ' => 'ḉ',
+ 'Ḋ' => 'Ḋ',
+ 'ḋ' => 'ḋ',
+ 'Ḍ' => 'Ḍ',
+ 'ḍ' => 'ḍ',
+ 'Ḏ' => 'Ḏ',
+ 'ḏ' => 'ḏ',
+ 'Ḑ' => 'Ḑ',
+ 'ḑ' => 'ḑ',
+ 'Ḓ' => 'Ḓ',
+ 'ḓ' => 'ḓ',
+ 'Ḕ' => 'Ḕ',
+ 'ḕ' => 'ḕ',
+ 'Ḗ' => 'Ḗ',
+ 'ḗ' => 'ḗ',
+ 'Ḙ' => 'Ḙ',
+ 'ḙ' => 'ḙ',
+ 'Ḛ' => 'Ḛ',
+ 'ḛ' => 'ḛ',
+ 'Ḝ' => 'Ḝ',
+ 'ḝ' => 'ḝ',
+ 'Ḟ' => 'Ḟ',
+ 'ḟ' => 'ḟ',
+ 'Ḡ' => 'Ḡ',
+ 'ḡ' => 'ḡ',
+ 'Ḣ' => 'Ḣ',
+ 'ḣ' => 'ḣ',
+ 'Ḥ' => 'Ḥ',
+ 'ḥ' => 'ḥ',
+ 'Ḧ' => 'Ḧ',
+ 'ḧ' => 'ḧ',
+ 'Ḩ' => 'Ḩ',
+ 'ḩ' => 'ḩ',
+ 'Ḫ' => 'Ḫ',
+ 'ḫ' => 'ḫ',
+ 'Ḭ' => 'Ḭ',
+ 'ḭ' => 'ḭ',
+ 'Ḯ' => 'Ḯ',
+ 'ḯ' => 'ḯ',
+ 'Ḱ' => 'Ḱ',
+ 'ḱ' => 'ḱ',
+ 'Ḳ' => 'Ḳ',
+ 'ḳ' => 'ḳ',
+ 'Ḵ' => 'Ḵ',
+ 'ḵ' => 'ḵ',
+ 'Ḷ' => 'Ḷ',
+ 'ḷ' => 'ḷ',
+ 'Ḹ' => 'Ḹ',
+ 'ḹ' => 'ḹ',
+ 'Ḻ' => 'Ḻ',
+ 'ḻ' => 'ḻ',
+ 'Ḽ' => 'Ḽ',
+ 'ḽ' => 'ḽ',
+ 'Ḿ' => 'Ḿ',
+ 'ḿ' => 'ḿ',
+ 'Ṁ' => 'Ṁ',
+ 'ṁ' => 'ṁ',
+ 'Ṃ' => 'Ṃ',
+ 'ṃ' => 'ṃ',
+ 'Ṅ' => 'Ṅ',
+ 'ṅ' => 'ṅ',
+ 'Ṇ' => 'Ṇ',
+ 'ṇ' => 'ṇ',
+ 'Ṉ' => 'Ṉ',
+ 'ṉ' => 'ṉ',
+ 'Ṋ' => 'Ṋ',
+ 'ṋ' => 'ṋ',
+ 'Ṍ' => 'Ṍ',
+ 'ṍ' => 'ṍ',
+ 'Ṏ' => 'Ṏ',
+ 'ṏ' => 'ṏ',
+ 'Ṑ' => 'Ṑ',
+ 'ṑ' => 'ṑ',
+ 'Ṓ' => 'Ṓ',
+ 'ṓ' => 'ṓ',
+ 'Ṕ' => 'Ṕ',
+ 'ṕ' => 'ṕ',
+ 'Ṗ' => 'Ṗ',
+ 'ṗ' => 'ṗ',
+ 'Ṙ' => 'Ṙ',
+ 'ṙ' => 'ṙ',
+ 'Ṛ' => 'Ṛ',
+ 'ṛ' => 'ṛ',
+ 'Ṝ' => 'Ṝ',
+ 'ṝ' => 'ṝ',
+ 'Ṟ' => 'Ṟ',
+ 'ṟ' => 'ṟ',
+ 'Ṡ' => 'Ṡ',
+ 'ṡ' => 'ṡ',
+ 'Ṣ' => 'Ṣ',
+ 'ṣ' => 'ṣ',
+ 'Ṥ' => 'Ṥ',
+ 'ṥ' => 'ṥ',
+ 'Ṧ' => 'Ṧ',
+ 'ṧ' => 'ṧ',
+ 'Ṩ' => 'Ṩ',
+ 'ṩ' => 'ṩ',
+ 'Ṫ' => 'Ṫ',
+ 'ṫ' => 'ṫ',
+ 'Ṭ' => 'Ṭ',
+ 'ṭ' => 'ṭ',
+ 'Ṯ' => 'Ṯ',
+ 'ṯ' => 'ṯ',
+ 'Ṱ' => 'Ṱ',
+ 'ṱ' => 'ṱ',
+ 'Ṳ' => 'Ṳ',
+ 'ṳ' => 'ṳ',
+ 'Ṵ' => 'Ṵ',
+ 'ṵ' => 'ṵ',
+ 'Ṷ' => 'Ṷ',
+ 'ṷ' => 'ṷ',
+ 'Ṹ' => 'Ṹ',
+ 'ṹ' => 'ṹ',
+ 'Ṻ' => 'Ṻ',
+ 'ṻ' => 'ṻ',
+ 'Ṽ' => 'Ṽ',
+ 'ṽ' => 'ṽ',
+ 'Ṿ' => 'Ṿ',
+ 'ṿ' => 'ṿ',
+ 'Ẁ' => 'Ẁ',
+ 'ẁ' => 'ẁ',
+ 'Ẃ' => 'Ẃ',
+ 'ẃ' => 'ẃ',
+ 'Ẅ' => 'Ẅ',
+ 'ẅ' => 'ẅ',
+ 'Ẇ' => 'Ẇ',
+ 'ẇ' => 'ẇ',
+ 'Ẉ' => 'Ẉ',
+ 'ẉ' => 'ẉ',
+ 'Ẋ' => 'Ẋ',
+ 'ẋ' => 'ẋ',
+ 'Ẍ' => 'Ẍ',
+ 'ẍ' => 'ẍ',
+ 'Ẏ' => 'Ẏ',
+ 'ẏ' => 'ẏ',
+ 'Ẑ' => 'Ẑ',
+ 'ẑ' => 'ẑ',
+ 'Ẓ' => 'Ẓ',
+ 'ẓ' => 'ẓ',
+ 'Ẕ' => 'Ẕ',
+ 'ẕ' => 'ẕ',
+ 'ẖ' => 'ẖ',
+ 'ẗ' => 'ẗ',
+ 'ẘ' => 'ẘ',
+ 'ẙ' => 'ẙ',
+ 'ẛ' => 'ẛ',
+ 'Ạ' => 'Ạ',
+ 'ạ' => 'ạ',
+ 'Ả' => 'Ả',
+ 'ả' => 'ả',
+ 'Ấ' => 'Ấ',
+ 'ấ' => 'ấ',
+ 'Ầ' => 'Ầ',
+ 'ầ' => 'ầ',
+ 'Ẩ' => 'Ẩ',
+ 'ẩ' => 'ẩ',
+ 'Ẫ' => 'Ẫ',
+ 'ẫ' => 'ẫ',
+ 'Ậ' => 'Ậ',
+ 'ậ' => 'ậ',
+ 'Ắ' => 'Ắ',
+ 'ắ' => 'ắ',
+ 'Ằ' => 'Ằ',
+ 'ằ' => 'ằ',
+ 'Ẳ' => 'Ẳ',
+ 'ẳ' => 'ẳ',
+ 'Ẵ' => 'Ẵ',
+ 'ẵ' => 'ẵ',
+ 'Ặ' => 'Ặ',
+ 'ặ' => 'ặ',
+ 'Ẹ' => 'Ẹ',
+ 'ẹ' => 'ẹ',
+ 'Ẻ' => 'Ẻ',
+ 'ẻ' => 'ẻ',
+ 'Ẽ' => 'Ẽ',
+ 'ẽ' => 'ẽ',
+ 'Ế' => 'Ế',
+ 'ế' => 'ế',
+ 'Ề' => 'Ề',
+ 'ề' => 'ề',
+ 'Ể' => 'Ể',
+ 'ể' => 'ể',
+ 'Ễ' => 'Ễ',
+ 'ễ' => 'ễ',
+ 'Ệ' => 'Ệ',
+ 'ệ' => 'ệ',
+ 'Ỉ' => 'Ỉ',
+ 'ỉ' => 'ỉ',
+ 'Ị' => 'Ị',
+ 'ị' => 'ị',
+ 'Ọ' => 'Ọ',
+ 'ọ' => 'ọ',
+ 'Ỏ' => 'Ỏ',
+ 'ỏ' => 'ỏ',
+ 'Ố' => 'Ố',
+ 'ố' => 'ố',
+ 'Ồ' => 'Ồ',
+ 'ồ' => 'ồ',
+ 'Ổ' => 'Ổ',
+ 'ổ' => 'ổ',
+ 'Ỗ' => 'Ỗ',
+ 'ỗ' => 'ỗ',
+ 'Ộ' => 'Ộ',
+ 'ộ' => 'ộ',
+ 'Ớ' => 'Ớ',
+ 'ớ' => 'ớ',
+ 'Ờ' => 'Ờ',
+ 'ờ' => 'ờ',
+ 'Ở' => 'Ở',
+ 'ở' => 'ở',
+ 'Ỡ' => 'Ỡ',
+ 'ỡ' => 'ỡ',
+ 'Ợ' => 'Ợ',
+ 'ợ' => 'ợ',
+ 'Ụ' => 'Ụ',
+ 'ụ' => 'ụ',
+ 'Ủ' => 'Ủ',
+ 'ủ' => 'ủ',
+ 'Ứ' => 'Ứ',
+ 'ứ' => 'ứ',
+ 'Ừ' => 'Ừ',
+ 'ừ' => 'ừ',
+ 'Ử' => 'Ử',
+ 'ử' => 'ử',
+ 'Ữ' => 'Ữ',
+ 'ữ' => 'ữ',
+ 'Ự' => 'Ự',
+ 'ự' => 'ự',
+ 'Ỳ' => 'Ỳ',
+ 'ỳ' => 'ỳ',
+ 'Ỵ' => 'Ỵ',
+ 'ỵ' => 'ỵ',
+ 'Ỷ' => 'Ỷ',
+ 'ỷ' => 'ỷ',
+ 'Ỹ' => 'Ỹ',
+ 'ỹ' => 'ỹ',
+ 'ἀ' => 'ἀ',
+ 'ἁ' => 'ἁ',
+ 'ἂ' => 'ἂ',
+ 'ἃ' => 'ἃ',
+ 'ἄ' => 'ἄ',
+ 'ἅ' => 'ἅ',
+ 'ἆ' => 'ἆ',
+ 'ἇ' => 'ἇ',
+ 'Ἀ' => 'Ἀ',
+ 'Ἁ' => 'Ἁ',
+ 'Ἂ' => 'Ἂ',
+ 'Ἃ' => 'Ἃ',
+ 'Ἄ' => 'Ἄ',
+ 'Ἅ' => 'Ἅ',
+ 'Ἆ' => 'Ἆ',
+ 'Ἇ' => 'Ἇ',
+ 'ἐ' => 'ἐ',
+ 'ἑ' => 'ἑ',
+ 'ἒ' => 'ἒ',
+ 'ἓ' => 'ἓ',
+ 'ἔ' => 'ἔ',
+ 'ἕ' => 'ἕ',
+ 'Ἐ' => 'Ἐ',
+ 'Ἑ' => 'Ἑ',
+ 'Ἒ' => 'Ἒ',
+ 'Ἓ' => 'Ἓ',
+ 'Ἔ' => 'Ἔ',
+ 'Ἕ' => 'Ἕ',
+ 'ἠ' => 'ἠ',
+ 'ἡ' => 'ἡ',
+ 'ἢ' => 'ἢ',
+ 'ἣ' => 'ἣ',
+ 'ἤ' => 'ἤ',
+ 'ἥ' => 'ἥ',
+ 'ἦ' => 'ἦ',
+ 'ἧ' => 'ἧ',
+ 'Ἠ' => 'Ἠ',
+ 'Ἡ' => 'Ἡ',
+ 'Ἢ' => 'Ἢ',
+ 'Ἣ' => 'Ἣ',
+ 'Ἤ' => 'Ἤ',
+ 'Ἥ' => 'Ἥ',
+ 'Ἦ' => 'Ἦ',
+ 'Ἧ' => 'Ἧ',
+ 'ἰ' => 'ἰ',
+ 'ἱ' => 'ἱ',
+ 'ἲ' => 'ἲ',
+ 'ἳ' => 'ἳ',
+ 'ἴ' => 'ἴ',
+ 'ἵ' => 'ἵ',
+ 'ἶ' => 'ἶ',
+ 'ἷ' => 'ἷ',
+ 'Ἰ' => 'Ἰ',
+ 'Ἱ' => 'Ἱ',
+ 'Ἲ' => 'Ἲ',
+ 'Ἳ' => 'Ἳ',
+ 'Ἴ' => 'Ἴ',
+ 'Ἵ' => 'Ἵ',
+ 'Ἶ' => 'Ἶ',
+ 'Ἷ' => 'Ἷ',
+ 'ὀ' => 'ὀ',
+ 'ὁ' => 'ὁ',
+ 'ὂ' => 'ὂ',
+ 'ὃ' => 'ὃ',
+ 'ὄ' => 'ὄ',
+ 'ὅ' => 'ὅ',
+ 'Ὀ' => 'Ὀ',
+ 'Ὁ' => 'Ὁ',
+ 'Ὂ' => 'Ὂ',
+ 'Ὃ' => 'Ὃ',
+ 'Ὄ' => 'Ὄ',
+ 'Ὅ' => 'Ὅ',
+ 'ὐ' => 'ὐ',
+ 'ὑ' => 'ὑ',
+ 'ὒ' => 'ὒ',
+ 'ὓ' => 'ὓ',
+ 'ὔ' => 'ὔ',
+ 'ὕ' => 'ὕ',
+ 'ὖ' => 'ὖ',
+ 'ὗ' => 'ὗ',
+ 'Ὑ' => 'Ὑ',
+ 'Ὓ' => 'Ὓ',
+ 'Ὕ' => 'Ὕ',
+ 'Ὗ' => 'Ὗ',
+ 'ὠ' => 'ὠ',
+ 'ὡ' => 'ὡ',
+ 'ὢ' => 'ὢ',
+ 'ὣ' => 'ὣ',
+ 'ὤ' => 'ὤ',
+ 'ὥ' => 'ὥ',
+ 'ὦ' => 'ὦ',
+ 'ὧ' => 'ὧ',
+ 'Ὠ' => 'Ὠ',
+ 'Ὡ' => 'Ὡ',
+ 'Ὢ' => 'Ὢ',
+ 'Ὣ' => 'Ὣ',
+ 'Ὤ' => 'Ὤ',
+ 'Ὥ' => 'Ὥ',
+ 'Ὦ' => 'Ὦ',
+ 'Ὧ' => 'Ὧ',
+ 'ὰ' => 'ὰ',
+ 'ά' => 'ά',
+ 'ὲ' => 'ὲ',
+ 'έ' => 'έ',
+ 'ὴ' => 'ὴ',
+ 'ή' => 'ή',
+ 'ὶ' => 'ὶ',
+ 'ί' => 'ί',
+ 'ὸ' => 'ὸ',
+ 'ό' => 'ό',
+ 'ὺ' => 'ὺ',
+ 'ύ' => 'ύ',
+ 'ὼ' => 'ὼ',
+ 'ώ' => 'ώ',
+ 'ᾀ' => 'ᾀ',
+ 'ᾁ' => 'ᾁ',
+ 'ᾂ' => 'ᾂ',
+ 'ᾃ' => 'ᾃ',
+ 'ᾄ' => 'ᾄ',
+ 'ᾅ' => 'ᾅ',
+ 'ᾆ' => 'ᾆ',
+ 'ᾇ' => 'ᾇ',
+ 'ᾈ' => 'ᾈ',
+ 'ᾉ' => 'ᾉ',
+ 'ᾊ' => 'ᾊ',
+ 'ᾋ' => 'ᾋ',
+ 'ᾌ' => 'ᾌ',
+ 'ᾍ' => 'ᾍ',
+ 'ᾎ' => 'ᾎ',
+ 'ᾏ' => 'ᾏ',
+ 'ᾐ' => 'ᾐ',
+ 'ᾑ' => 'ᾑ',
+ 'ᾒ' => 'ᾒ',
+ 'ᾓ' => 'ᾓ',
+ 'ᾔ' => 'ᾔ',
+ 'ᾕ' => 'ᾕ',
+ 'ᾖ' => 'ᾖ',
+ 'ᾗ' => 'ᾗ',
+ 'ᾘ' => 'ᾘ',
+ 'ᾙ' => 'ᾙ',
+ 'ᾚ' => 'ᾚ',
+ 'ᾛ' => 'ᾛ',
+ 'ᾜ' => 'ᾜ',
+ 'ᾝ' => 'ᾝ',
+ 'ᾞ' => 'ᾞ',
+ 'ᾟ' => 'ᾟ',
+ 'ᾠ' => 'ᾠ',
+ 'ᾡ' => 'ᾡ',
+ 'ᾢ' => 'ᾢ',
+ 'ᾣ' => 'ᾣ',
+ 'ᾤ' => 'ᾤ',
+ 'ᾥ' => 'ᾥ',
+ 'ᾦ' => 'ᾦ',
+ 'ᾧ' => 'ᾧ',
+ 'ᾨ' => 'ᾨ',
+ 'ᾩ' => 'ᾩ',
+ 'ᾪ' => 'ᾪ',
+ 'ᾫ' => 'ᾫ',
+ 'ᾬ' => 'ᾬ',
+ 'ᾭ' => 'ᾭ',
+ 'ᾮ' => 'ᾮ',
+ 'ᾯ' => 'ᾯ',
+ 'ᾰ' => 'ᾰ',
+ 'ᾱ' => 'ᾱ',
+ 'ᾲ' => 'ᾲ',
+ 'ᾳ' => 'ᾳ',
+ 'ᾴ' => 'ᾴ',
+ 'ᾶ' => 'ᾶ',
+ 'ᾷ' => 'ᾷ',
+ 'Ᾰ' => 'Ᾰ',
+ 'Ᾱ' => 'Ᾱ',
+ 'Ὰ' => 'Ὰ',
+ 'Ά' => 'Ά',
+ 'ᾼ' => 'ᾼ',
+ 'ι' => 'ι',
+ '῁' => '῁',
+ 'ῂ' => 'ῂ',
+ 'ῃ' => 'ῃ',
+ 'ῄ' => 'ῄ',
+ 'ῆ' => 'ῆ',
+ 'ῇ' => 'ῇ',
+ 'Ὲ' => 'Ὲ',
+ 'Έ' => 'Έ',
+ 'Ὴ' => 'Ὴ',
+ 'Ή' => 'Ή',
+ 'ῌ' => 'ῌ',
+ '῍' => '῍',
+ '῎' => '῎',
+ '῏' => '῏',
+ 'ῐ' => 'ῐ',
+ 'ῑ' => 'ῑ',
+ 'ῒ' => 'ῒ',
+ 'ΐ' => 'ΐ',
+ 'ῖ' => 'ῖ',
+ 'ῗ' => 'ῗ',
+ 'Ῐ' => 'Ῐ',
+ 'Ῑ' => 'Ῑ',
+ 'Ὶ' => 'Ὶ',
+ 'Ί' => 'Ί',
+ '῝' => '῝',
+ '῞' => '῞',
+ '῟' => '῟',
+ 'ῠ' => 'ῠ',
+ 'ῡ' => 'ῡ',
+ 'ῢ' => 'ῢ',
+ 'ΰ' => 'ΰ',
+ 'ῤ' => 'ῤ',
+ 'ῥ' => 'ῥ',
+ 'ῦ' => 'ῦ',
+ 'ῧ' => 'ῧ',
+ 'Ῠ' => 'Ῠ',
+ 'Ῡ' => 'Ῡ',
+ 'Ὺ' => 'Ὺ',
+ 'Ύ' => 'Ύ',
+ 'Ῥ' => 'Ῥ',
+ '῭' => '῭',
+ '΅' => '΅',
+ '`' => '`',
+ 'ῲ' => 'ῲ',
+ 'ῳ' => 'ῳ',
+ 'ῴ' => 'ῴ',
+ 'ῶ' => 'ῶ',
+ 'ῷ' => 'ῷ',
+ 'Ὸ' => 'Ὸ',
+ 'Ό' => 'Ό',
+ 'Ὼ' => 'Ὼ',
+ 'Ώ' => 'Ώ',
+ 'ῼ' => 'ῼ',
+ '´' => '´',
+ ' ' => ' ',
+ ' ' => ' ',
+ 'Ω' => 'Ω',
+ 'K' => 'K',
+ 'Å' => 'Å',
+ '↚' => '↚',
+ '↛' => '↛',
+ '↮' => '↮',
+ '⇍' => '⇍',
+ '⇎' => '⇎',
+ '⇏' => '⇏',
+ '∄' => '∄',
+ '∉' => '∉',
+ '∌' => '∌',
+ '∤' => '∤',
+ '∦' => '∦',
+ '≁' => '≁',
+ '≄' => '≄',
+ '≇' => '≇',
+ '≉' => '≉',
+ '≠' => '≠',
+ '≢' => '≢',
+ '≭' => '≭',
+ '≮' => '≮',
+ '≯' => '≯',
+ '≰' => '≰',
+ '≱' => '≱',
+ '≴' => '≴',
+ '≵' => '≵',
+ '≸' => '≸',
+ '≹' => '≹',
+ '⊀' => '⊀',
+ '⊁' => '⊁',
+ '⊄' => '⊄',
+ '⊅' => '⊅',
+ '⊈' => '⊈',
+ '⊉' => '⊉',
+ '⊬' => '⊬',
+ '⊭' => '⊭',
+ '⊮' => '⊮',
+ '⊯' => '⊯',
+ '⋠' => '⋠',
+ '⋡' => '⋡',
+ '⋢' => '⋢',
+ '⋣' => '⋣',
+ '⋪' => '⋪',
+ '⋫' => '⋫',
+ '⋬' => '⋬',
+ '⋭' => '⋭',
+ '〈' => '〈',
+ '〉' => '〉',
+ '⫝̸' => '⫝̸',
+ 'が' => 'が',
+ 'ぎ' => 'ぎ',
+ 'ぐ' => 'ぐ',
+ 'げ' => 'げ',
+ 'ご' => 'ご',
+ 'ざ' => 'ざ',
+ 'じ' => 'じ',
+ 'ず' => 'ず',
+ 'ぜ' => 'ぜ',
+ 'ぞ' => 'ぞ',
+ 'だ' => 'だ',
+ 'ぢ' => 'ぢ',
+ 'づ' => 'づ',
+ 'で' => 'で',
+ 'ど' => 'ど',
+ 'ば' => 'ば',
+ 'ぱ' => 'ぱ',
+ 'び' => 'び',
+ 'ぴ' => 'ぴ',
+ 'ぶ' => 'ぶ',
+ 'ぷ' => 'ぷ',
+ 'べ' => 'べ',
+ 'ぺ' => 'ぺ',
+ 'ぼ' => 'ぼ',
+ 'ぽ' => 'ぽ',
+ 'ゔ' => 'ゔ',
+ 'ゞ' => 'ゞ',
+ 'ガ' => 'ガ',
+ 'ギ' => 'ギ',
+ 'グ' => 'グ',
+ 'ゲ' => 'ゲ',
+ 'ゴ' => 'ゴ',
+ 'ザ' => 'ザ',
+ 'ジ' => 'ジ',
+ 'ズ' => 'ズ',
+ 'ゼ' => 'ゼ',
+ 'ゾ' => 'ゾ',
+ 'ダ' => 'ダ',
+ 'ヂ' => 'ヂ',
+ 'ヅ' => 'ヅ',
+ 'デ' => 'デ',
+ 'ド' => 'ド',
+ 'バ' => 'バ',
+ 'パ' => 'パ',
+ 'ビ' => 'ビ',
+ 'ピ' => 'ピ',
+ 'ブ' => 'ブ',
+ 'プ' => 'プ',
+ 'ベ' => 'ベ',
+ 'ペ' => 'ペ',
+ 'ボ' => 'ボ',
+ 'ポ' => 'ポ',
+ 'ヴ' => 'ヴ',
+ 'ヷ' => 'ヷ',
+ 'ヸ' => 'ヸ',
+ 'ヹ' => 'ヹ',
+ 'ヺ' => 'ヺ',
+ 'ヾ' => 'ヾ',
+ '豈' => '豈',
+ '更' => '更',
+ '車' => '車',
+ '賈' => '賈',
+ '滑' => '滑',
+ '串' => '串',
+ '句' => '句',
+ '龜' => '龜',
+ '龜' => '龜',
+ '契' => '契',
+ '金' => '金',
+ '喇' => '喇',
+ '奈' => '奈',
+ '懶' => '懶',
+ '癩' => '癩',
+ '羅' => '羅',
+ '蘿' => '蘿',
+ '螺' => '螺',
+ '裸' => '裸',
+ '邏' => '邏',
+ '樂' => '樂',
+ '洛' => '洛',
+ '烙' => '烙',
+ '珞' => '珞',
+ '落' => '落',
+ '酪' => '酪',
+ '駱' => '駱',
+ '亂' => '亂',
+ '卵' => '卵',
+ '欄' => '欄',
+ '爛' => '爛',
+ '蘭' => '蘭',
+ '鸞' => '鸞',
+ '嵐' => '嵐',
+ '濫' => '濫',
+ '藍' => '藍',
+ '襤' => '襤',
+ '拉' => '拉',
+ '臘' => '臘',
+ '蠟' => '蠟',
+ '廊' => '廊',
+ '朗' => '朗',
+ '浪' => '浪',
+ '狼' => '狼',
+ '郎' => '郎',
+ '來' => '來',
+ '冷' => '冷',
+ '勞' => '勞',
+ '擄' => '擄',
+ '櫓' => '櫓',
+ '爐' => '爐',
+ '盧' => '盧',
+ '老' => '老',
+ '蘆' => '蘆',
+ '虜' => '虜',
+ '路' => '路',
+ '露' => '露',
+ '魯' => '魯',
+ '鷺' => '鷺',
+ '碌' => '碌',
+ '祿' => '祿',
+ '綠' => '綠',
+ '菉' => '菉',
+ '錄' => '錄',
+ '鹿' => '鹿',
+ '論' => '論',
+ '壟' => '壟',
+ '弄' => '弄',
+ '籠' => '籠',
+ '聾' => '聾',
+ '牢' => '牢',
+ '磊' => '磊',
+ '賂' => '賂',
+ '雷' => '雷',
+ '壘' => '壘',
+ '屢' => '屢',
+ '樓' => '樓',
+ '淚' => '淚',
+ '漏' => '漏',
+ '累' => '累',
+ '縷' => '縷',
+ '陋' => '陋',
+ '勒' => '勒',
+ '肋' => '肋',
+ '凜' => '凜',
+ '凌' => '凌',
+ '稜' => '稜',
+ '綾' => '綾',
+ '菱' => '菱',
+ '陵' => '陵',
+ '讀' => '讀',
+ '拏' => '拏',
+ '樂' => '樂',
+ '諾' => '諾',
+ '丹' => '丹',
+ '寧' => '寧',
+ '怒' => '怒',
+ '率' => '率',
+ '異' => '異',
+ '北' => '北',
+ '磻' => '磻',
+ '便' => '便',
+ '復' => '復',
+ '不' => '不',
+ '泌' => '泌',
+ '數' => '數',
+ '索' => '索',
+ '參' => '參',
+ '塞' => '塞',
+ '省' => '省',
+ '葉' => '葉',
+ '說' => '說',
+ '殺' => '殺',
+ '辰' => '辰',
+ '沈' => '沈',
+ '拾' => '拾',
+ '若' => '若',
+ '掠' => '掠',
+ '略' => '略',
+ '亮' => '亮',
+ '兩' => '兩',
+ '凉' => '凉',
+ '梁' => '梁',
+ '糧' => '糧',
+ '良' => '良',
+ '諒' => '諒',
+ '量' => '量',
+ '勵' => '勵',
+ '呂' => '呂',
+ '女' => '女',
+ '廬' => '廬',
+ '旅' => '旅',
+ '濾' => '濾',
+ '礪' => '礪',
+ '閭' => '閭',
+ '驪' => '驪',
+ '麗' => '麗',
+ '黎' => '黎',
+ '力' => '力',
+ '曆' => '曆',
+ '歷' => '歷',
+ '轢' => '轢',
+ '年' => '年',
+ '憐' => '憐',
+ '戀' => '戀',
+ '撚' => '撚',
+ '漣' => '漣',
+ '煉' => '煉',
+ '璉' => '璉',
+ '秊' => '秊',
+ '練' => '練',
+ '聯' => '聯',
+ '輦' => '輦',
+ '蓮' => '蓮',
+ '連' => '連',
+ '鍊' => '鍊',
+ '列' => '列',
+ '劣' => '劣',
+ '咽' => '咽',
+ '烈' => '烈',
+ '裂' => '裂',
+ '說' => '說',
+ '廉' => '廉',
+ '念' => '念',
+ '捻' => '捻',
+ '殮' => '殮',
+ '簾' => '簾',
+ '獵' => '獵',
+ '令' => '令',
+ '囹' => '囹',
+ '寧' => '寧',
+ '嶺' => '嶺',
+ '怜' => '怜',
+ '玲' => '玲',
+ '瑩' => '瑩',
+ '羚' => '羚',
+ '聆' => '聆',
+ '鈴' => '鈴',
+ '零' => '零',
+ '靈' => '靈',
+ '領' => '領',
+ '例' => '例',
+ '禮' => '禮',
+ '醴' => '醴',
+ '隸' => '隸',
+ '惡' => '惡',
+ '了' => '了',
+ '僚' => '僚',
+ '寮' => '寮',
+ '尿' => '尿',
+ '料' => '料',
+ '樂' => '樂',
+ '燎' => '燎',
+ '療' => '療',
+ '蓼' => '蓼',
+ '遼' => '遼',
+ '龍' => '龍',
+ '暈' => '暈',
+ '阮' => '阮',
+ '劉' => '劉',
+ '杻' => '杻',
+ '柳' => '柳',
+ '流' => '流',
+ '溜' => '溜',
+ '琉' => '琉',
+ '留' => '留',
+ '硫' => '硫',
+ '紐' => '紐',
+ '類' => '類',
+ '六' => '六',
+ '戮' => '戮',
+ '陸' => '陸',
+ '倫' => '倫',
+ '崙' => '崙',
+ '淪' => '淪',
+ '輪' => '輪',
+ '律' => '律',
+ '慄' => '慄',
+ '栗' => '栗',
+ '率' => '率',
+ '隆' => '隆',
+ '利' => '利',
+ '吏' => '吏',
+ '履' => '履',
+ '易' => '易',
+ '李' => '李',
+ '梨' => '梨',
+ '泥' => '泥',
+ '理' => '理',
+ '痢' => '痢',
+ '罹' => '罹',
+ '裏' => '裏',
+ '裡' => '裡',
+ '里' => '里',
+ '離' => '離',
+ '匿' => '匿',
+ '溺' => '溺',
+ '吝' => '吝',
+ '燐' => '燐',
+ '璘' => '璘',
+ '藺' => '藺',
+ '隣' => '隣',
+ '鱗' => '鱗',
+ '麟' => '麟',
+ '林' => '林',
+ '淋' => '淋',
+ '臨' => '臨',
+ '立' => '立',
+ '笠' => '笠',
+ '粒' => '粒',
+ '狀' => '狀',
+ '炙' => '炙',
+ '識' => '識',
+ '什' => '什',
+ '茶' => '茶',
+ '刺' => '刺',
+ '切' => '切',
+ '度' => '度',
+ '拓' => '拓',
+ '糖' => '糖',
+ '宅' => '宅',
+ '洞' => '洞',
+ '暴' => '暴',
+ '輻' => '輻',
+ '行' => '行',
+ '降' => '降',
+ '見' => '見',
+ '廓' => '廓',
+ '兀' => '兀',
+ '嗀' => '嗀',
+ '塚' => '塚',
+ '晴' => '晴',
+ '凞' => '凞',
+ '猪' => '猪',
+ '益' => '益',
+ '礼' => '礼',
+ '神' => '神',
+ '祥' => '祥',
+ '福' => '福',
+ '靖' => '靖',
+ '精' => '精',
+ '羽' => '羽',
+ '蘒' => '蘒',
+ '諸' => '諸',
+ '逸' => '逸',
+ '都' => '都',
+ '飯' => '飯',
+ '飼' => '飼',
+ '館' => '館',
+ '鶴' => '鶴',
+ '郞' => '郞',
+ '隷' => '隷',
+ '侮' => '侮',
+ '僧' => '僧',
+ '免' => '免',
+ '勉' => '勉',
+ '勤' => '勤',
+ '卑' => '卑',
+ '喝' => '喝',
+ '嘆' => '嘆',
+ '器' => '器',
+ '塀' => '塀',
+ '墨' => '墨',
+ '層' => '層',
+ '屮' => '屮',
+ '悔' => '悔',
+ '慨' => '慨',
+ '憎' => '憎',
+ '懲' => '懲',
+ '敏' => '敏',
+ '既' => '既',
+ '暑' => '暑',
+ '梅' => '梅',
+ '海' => '海',
+ '渚' => '渚',
+ '漢' => '漢',
+ '煮' => '煮',
+ '爫' => '爫',
+ '琢' => '琢',
+ '碑' => '碑',
+ '社' => '社',
+ '祉' => '祉',
+ '祈' => '祈',
+ '祐' => '祐',
+ '祖' => '祖',
+ '祝' => '祝',
+ '禍' => '禍',
+ '禎' => '禎',
+ '穀' => '穀',
+ '突' => '突',
+ '節' => '節',
+ '練' => '練',
+ '縉' => '縉',
+ '繁' => '繁',
+ '署' => '署',
+ '者' => '者',
+ '臭' => '臭',
+ '艹' => '艹',
+ '艹' => '艹',
+ '著' => '著',
+ '褐' => '褐',
+ '視' => '視',
+ '謁' => '謁',
+ '謹' => '謹',
+ '賓' => '賓',
+ '贈' => '贈',
+ '辶' => '辶',
+ '逸' => '逸',
+ '難' => '難',
+ '響' => '響',
+ '頻' => '頻',
+ '恵' => '恵',
+ '𤋮' => '𤋮',
+ '舘' => '舘',
+ '並' => '並',
+ '况' => '况',
+ '全' => '全',
+ '侀' => '侀',
+ '充' => '充',
+ '冀' => '冀',
+ '勇' => '勇',
+ '勺' => '勺',
+ '喝' => '喝',
+ '啕' => '啕',
+ '喙' => '喙',
+ '嗢' => '嗢',
+ '塚' => '塚',
+ '墳' => '墳',
+ '奄' => '奄',
+ '奔' => '奔',
+ '婢' => '婢',
+ '嬨' => '嬨',
+ '廒' => '廒',
+ '廙' => '廙',
+ '彩' => '彩',
+ '徭' => '徭',
+ '惘' => '惘',
+ '慎' => '慎',
+ '愈' => '愈',
+ '憎' => '憎',
+ '慠' => '慠',
+ '懲' => '懲',
+ '戴' => '戴',
+ '揄' => '揄',
+ '搜' => '搜',
+ '摒' => '摒',
+ '敖' => '敖',
+ '晴' => '晴',
+ '朗' => '朗',
+ '望' => '望',
+ '杖' => '杖',
+ '歹' => '歹',
+ '殺' => '殺',
+ '流' => '流',
+ '滛' => '滛',
+ '滋' => '滋',
+ '漢' => '漢',
+ '瀞' => '瀞',
+ '煮' => '煮',
+ '瞧' => '瞧',
+ '爵' => '爵',
+ '犯' => '犯',
+ '猪' => '猪',
+ '瑱' => '瑱',
+ '甆' => '甆',
+ '画' => '画',
+ '瘝' => '瘝',
+ '瘟' => '瘟',
+ '益' => '益',
+ '盛' => '盛',
+ '直' => '直',
+ '睊' => '睊',
+ '着' => '着',
+ '磌' => '磌',
+ '窱' => '窱',
+ '節' => '節',
+ '类' => '类',
+ '絛' => '絛',
+ '練' => '練',
+ '缾' => '缾',
+ '者' => '者',
+ '荒' => '荒',
+ '華' => '華',
+ '蝹' => '蝹',
+ '襁' => '襁',
+ '覆' => '覆',
+ '視' => '視',
+ '調' => '調',
+ '諸' => '諸',
+ '請' => '請',
+ '謁' => '謁',
+ '諾' => '諾',
+ '諭' => '諭',
+ '謹' => '謹',
+ '變' => '變',
+ '贈' => '贈',
+ '輸' => '輸',
+ '遲' => '遲',
+ '醙' => '醙',
+ '鉶' => '鉶',
+ '陼' => '陼',
+ '難' => '難',
+ '靖' => '靖',
+ '韛' => '韛',
+ '響' => '響',
+ '頋' => '頋',
+ '頻' => '頻',
+ '鬒' => '鬒',
+ '龜' => '龜',
+ '𢡊' => '𢡊',
+ '𢡄' => '𢡄',
+ '𣏕' => '𣏕',
+ '㮝' => '㮝',
+ '䀘' => '䀘',
+ '䀹' => '䀹',
+ '𥉉' => '𥉉',
+ '𥳐' => '𥳐',
+ '𧻓' => '𧻓',
+ '齃' => '齃',
+ '龎' => '龎',
+ 'יִ' => 'יִ',
+ 'ײַ' => 'ײַ',
+ 'שׁ' => 'שׁ',
+ 'שׂ' => 'שׂ',
+ 'שּׁ' => 'שּׁ',
+ 'שּׂ' => 'שּׂ',
+ 'אַ' => 'אַ',
+ 'אָ' => 'אָ',
+ 'אּ' => 'אּ',
+ 'בּ' => 'בּ',
+ 'גּ' => 'גּ',
+ 'דּ' => 'דּ',
+ 'הּ' => 'הּ',
+ 'וּ' => 'וּ',
+ 'זּ' => 'זּ',
+ 'טּ' => 'טּ',
+ 'יּ' => 'יּ',
+ 'ךּ' => 'ךּ',
+ 'כּ' => 'כּ',
+ 'לּ' => 'לּ',
+ 'מּ' => 'מּ',
+ 'נּ' => 'נּ',
+ 'סּ' => 'סּ',
+ 'ףּ' => 'ףּ',
+ 'פּ' => 'פּ',
+ 'צּ' => 'צּ',
+ 'קּ' => 'קּ',
+ 'רּ' => 'רּ',
+ 'שּ' => 'שּ',
+ 'תּ' => 'תּ',
+ 'וֹ' => 'וֹ',
+ 'בֿ' => 'בֿ',
+ 'כֿ' => 'כֿ',
+ 'פֿ' => 'פֿ',
+ '𑂚' => '𑂚',
+ '𑂜' => '𑂜',
+ '𑂫' => '𑂫',
+ '𑄮' => '𑄮',
+ '𑄯' => '𑄯',
+ '𑍋' => '𑍋',
+ '𑍌' => '𑍌',
+ '𑒻' => '𑒻',
+ '𑒼' => '𑒼',
+ '𑒾' => '𑒾',
+ '𑖺' => '𑖺',
+ '𑖻' => '𑖻',
+ '𑤸' => '𑤸',
+ '𝅗𝅥' => '𝅗𝅥',
+ '𝅘𝅥' => '𝅘𝅥',
+ '𝅘𝅥𝅮' => '𝅘𝅥𝅮',
+ '𝅘𝅥𝅯' => '𝅘𝅥𝅯',
+ '𝅘𝅥𝅰' => '𝅘𝅥𝅰',
+ '𝅘𝅥𝅱' => '𝅘𝅥𝅱',
+ '𝅘𝅥𝅲' => '𝅘𝅥𝅲',
+ '𝆹𝅥' => '𝆹𝅥',
+ '𝆺𝅥' => '𝆺𝅥',
+ '𝆹𝅥𝅮' => '𝆹𝅥𝅮',
+ '𝆺𝅥𝅮' => '𝆺𝅥𝅮',
+ '𝆹𝅥𝅯' => '𝆹𝅥𝅯',
+ '𝆺𝅥𝅯' => '𝆺𝅥𝅯',
+ '丽' => '丽',
+ '丸' => '丸',
+ '乁' => '乁',
+ '𠄢' => '𠄢',
+ '你' => '你',
+ '侮' => '侮',
+ '侻' => '侻',
+ '倂' => '倂',
+ '偺' => '偺',
+ '備' => '備',
+ '僧' => '僧',
+ '像' => '像',
+ '㒞' => '㒞',
+ '𠘺' => '𠘺',
+ '免' => '免',
+ '兔' => '兔',
+ '兤' => '兤',
+ '具' => '具',
+ '𠔜' => '𠔜',
+ '㒹' => '㒹',
+ '內' => '內',
+ '再' => '再',
+ '𠕋' => '𠕋',
+ '冗' => '冗',
+ '冤' => '冤',
+ '仌' => '仌',
+ '冬' => '冬',
+ '况' => '况',
+ '𩇟' => '𩇟',
+ '凵' => '凵',
+ '刃' => '刃',
+ '㓟' => '㓟',
+ '刻' => '刻',
+ '剆' => '剆',
+ '割' => '割',
+ '剷' => '剷',
+ '㔕' => '㔕',
+ '勇' => '勇',
+ '勉' => '勉',
+ '勤' => '勤',
+ '勺' => '勺',
+ '包' => '包',
+ '匆' => '匆',
+ '北' => '北',
+ '卉' => '卉',
+ '卑' => '卑',
+ '博' => '博',
+ '即' => '即',
+ '卽' => '卽',
+ '卿' => '卿',
+ '卿' => '卿',
+ '卿' => '卿',
+ '𠨬' => '𠨬',
+ '灰' => '灰',
+ '及' => '及',
+ '叟' => '叟',
+ '𠭣' => '𠭣',
+ '叫' => '叫',
+ '叱' => '叱',
+ '吆' => '吆',
+ '咞' => '咞',
+ '吸' => '吸',
+ '呈' => '呈',
+ '周' => '周',
+ '咢' => '咢',
+ '哶' => '哶',
+ '唐' => '唐',
+ '啓' => '啓',
+ '啣' => '啣',
+ '善' => '善',
+ '善' => '善',
+ '喙' => '喙',
+ '喫' => '喫',
+ '喳' => '喳',
+ '嗂' => '嗂',
+ '圖' => '圖',
+ '嘆' => '嘆',
+ '圗' => '圗',
+ '噑' => '噑',
+ '噴' => '噴',
+ '切' => '切',
+ '壮' => '壮',
+ '城' => '城',
+ '埴' => '埴',
+ '堍' => '堍',
+ '型' => '型',
+ '堲' => '堲',
+ '報' => '報',
+ '墬' => '墬',
+ '𡓤' => '𡓤',
+ '売' => '売',
+ '壷' => '壷',
+ '夆' => '夆',
+ '多' => '多',
+ '夢' => '夢',
+ '奢' => '奢',
+ '𡚨' => '𡚨',
+ '𡛪' => '𡛪',
+ '姬' => '姬',
+ '娛' => '娛',
+ '娧' => '娧',
+ '姘' => '姘',
+ '婦' => '婦',
+ '㛮' => '㛮',
+ '㛼' => '㛼',
+ '嬈' => '嬈',
+ '嬾' => '嬾',
+ '嬾' => '嬾',
+ '𡧈' => '𡧈',
+ '寃' => '寃',
+ '寘' => '寘',
+ '寧' => '寧',
+ '寳' => '寳',
+ '𡬘' => '𡬘',
+ '寿' => '寿',
+ '将' => '将',
+ '当' => '当',
+ '尢' => '尢',
+ '㞁' => '㞁',
+ '屠' => '屠',
+ '屮' => '屮',
+ '峀' => '峀',
+ '岍' => '岍',
+ '𡷤' => '𡷤',
+ '嵃' => '嵃',
+ '𡷦' => '𡷦',
+ '嵮' => '嵮',
+ '嵫' => '嵫',
+ '嵼' => '嵼',
+ '巡' => '巡',
+ '巢' => '巢',
+ '㠯' => '㠯',
+ '巽' => '巽',
+ '帨' => '帨',
+ '帽' => '帽',
+ '幩' => '幩',
+ '㡢' => '㡢',
+ '𢆃' => '𢆃',
+ '㡼' => '㡼',
+ '庰' => '庰',
+ '庳' => '庳',
+ '庶' => '庶',
+ '廊' => '廊',
+ '𪎒' => '𪎒',
+ '廾' => '廾',
+ '𢌱' => '𢌱',
+ '𢌱' => '𢌱',
+ '舁' => '舁',
+ '弢' => '弢',
+ '弢' => '弢',
+ '㣇' => '㣇',
+ '𣊸' => '𣊸',
+ '𦇚' => '𦇚',
+ '形' => '形',
+ '彫' => '彫',
+ '㣣' => '㣣',
+ '徚' => '徚',
+ '忍' => '忍',
+ '志' => '志',
+ '忹' => '忹',
+ '悁' => '悁',
+ '㤺' => '㤺',
+ '㤜' => '㤜',
+ '悔' => '悔',
+ '𢛔' => '𢛔',
+ '惇' => '惇',
+ '慈' => '慈',
+ '慌' => '慌',
+ '慎' => '慎',
+ '慌' => '慌',
+ '慺' => '慺',
+ '憎' => '憎',
+ '憲' => '憲',
+ '憤' => '憤',
+ '憯' => '憯',
+ '懞' => '懞',
+ '懲' => '懲',
+ '懶' => '懶',
+ '成' => '成',
+ '戛' => '戛',
+ '扝' => '扝',
+ '抱' => '抱',
+ '拔' => '拔',
+ '捐' => '捐',
+ '𢬌' => '𢬌',
+ '挽' => '挽',
+ '拼' => '拼',
+ '捨' => '捨',
+ '掃' => '掃',
+ '揤' => '揤',
+ '𢯱' => '𢯱',
+ '搢' => '搢',
+ '揅' => '揅',
+ '掩' => '掩',
+ '㨮' => '㨮',
+ '摩' => '摩',
+ '摾' => '摾',
+ '撝' => '撝',
+ '摷' => '摷',
+ '㩬' => '㩬',
+ '敏' => '敏',
+ '敬' => '敬',
+ '𣀊' => '𣀊',
+ '旣' => '旣',
+ '書' => '書',
+ '晉' => '晉',
+ '㬙' => '㬙',
+ '暑' => '暑',
+ '㬈' => '㬈',
+ '㫤' => '㫤',
+ '冒' => '冒',
+ '冕' => '冕',
+ '最' => '最',
+ '暜' => '暜',
+ '肭' => '肭',
+ '䏙' => '䏙',
+ '朗' => '朗',
+ '望' => '望',
+ '朡' => '朡',
+ '杞' => '杞',
+ '杓' => '杓',
+ '𣏃' => '𣏃',
+ '㭉' => '㭉',
+ '柺' => '柺',
+ '枅' => '枅',
+ '桒' => '桒',
+ '梅' => '梅',
+ '𣑭' => '𣑭',
+ '梎' => '梎',
+ '栟' => '栟',
+ '椔' => '椔',
+ '㮝' => '㮝',
+ '楂' => '楂',
+ '榣' => '榣',
+ '槪' => '槪',
+ '檨' => '檨',
+ '𣚣' => '𣚣',
+ '櫛' => '櫛',
+ '㰘' => '㰘',
+ '次' => '次',
+ '𣢧' => '𣢧',
+ '歔' => '歔',
+ '㱎' => '㱎',
+ '歲' => '歲',
+ '殟' => '殟',
+ '殺' => '殺',
+ '殻' => '殻',
+ '𣪍' => '𣪍',
+ '𡴋' => '𡴋',
+ '𣫺' => '𣫺',
+ '汎' => '汎',
+ '𣲼' => '𣲼',
+ '沿' => '沿',
+ '泍' => '泍',
+ '汧' => '汧',
+ '洖' => '洖',
+ '派' => '派',
+ '海' => '海',
+ '流' => '流',
+ '浩' => '浩',
+ '浸' => '浸',
+ '涅' => '涅',
+ '𣴞' => '𣴞',
+ '洴' => '洴',
+ '港' => '港',
+ '湮' => '湮',
+ '㴳' => '㴳',
+ '滋' => '滋',
+ '滇' => '滇',
+ '𣻑' => '𣻑',
+ '淹' => '淹',
+ '潮' => '潮',
+ '𣽞' => '𣽞',
+ '𣾎' => '𣾎',
+ '濆' => '濆',
+ '瀹' => '瀹',
+ '瀞' => '瀞',
+ '瀛' => '瀛',
+ '㶖' => '㶖',
+ '灊' => '灊',
+ '災' => '災',
+ '灷' => '灷',
+ '炭' => '炭',
+ '𠔥' => '𠔥',
+ '煅' => '煅',
+ '𤉣' => '𤉣',
+ '熜' => '熜',
+ '𤎫' => '𤎫',
+ '爨' => '爨',
+ '爵' => '爵',
+ '牐' => '牐',
+ '𤘈' => '𤘈',
+ '犀' => '犀',
+ '犕' => '犕',
+ '𤜵' => '𤜵',
+ '𤠔' => '𤠔',
+ '獺' => '獺',
+ '王' => '王',
+ '㺬' => '㺬',
+ '玥' => '玥',
+ '㺸' => '㺸',
+ '㺸' => '㺸',
+ '瑇' => '瑇',
+ '瑜' => '瑜',
+ '瑱' => '瑱',
+ '璅' => '璅',
+ '瓊' => '瓊',
+ '㼛' => '㼛',
+ '甤' => '甤',
+ '𤰶' => '𤰶',
+ '甾' => '甾',
+ '𤲒' => '𤲒',
+ '異' => '異',
+ '𢆟' => '𢆟',
+ '瘐' => '瘐',
+ '𤾡' => '𤾡',
+ '𤾸' => '𤾸',
+ '𥁄' => '𥁄',
+ '㿼' => '㿼',
+ '䀈' => '䀈',
+ '直' => '直',
+ '𥃳' => '𥃳',
+ '𥃲' => '𥃲',
+ '𥄙' => '𥄙',
+ '𥄳' => '𥄳',
+ '眞' => '眞',
+ '真' => '真',
+ '真' => '真',
+ '睊' => '睊',
+ '䀹' => '䀹',
+ '瞋' => '瞋',
+ '䁆' => '䁆',
+ '䂖' => '䂖',
+ '𥐝' => '𥐝',
+ '硎' => '硎',
+ '碌' => '碌',
+ '磌' => '磌',
+ '䃣' => '䃣',
+ '𥘦' => '𥘦',
+ '祖' => '祖',
+ '𥚚' => '𥚚',
+ '𥛅' => '𥛅',
+ '福' => '福',
+ '秫' => '秫',
+ '䄯' => '䄯',
+ '穀' => '穀',
+ '穊' => '穊',
+ '穏' => '穏',
+ '𥥼' => '𥥼',
+ '𥪧' => '𥪧',
+ '𥪧' => '𥪧',
+ '竮' => '竮',
+ '䈂' => '䈂',
+ '𥮫' => '𥮫',
+ '篆' => '篆',
+ '築' => '築',
+ '䈧' => '䈧',
+ '𥲀' => '𥲀',
+ '糒' => '糒',
+ '䊠' => '䊠',
+ '糨' => '糨',
+ '糣' => '糣',
+ '紀' => '紀',
+ '𥾆' => '𥾆',
+ '絣' => '絣',
+ '䌁' => '䌁',
+ '緇' => '緇',
+ '縂' => '縂',
+ '繅' => '繅',
+ '䌴' => '䌴',
+ '𦈨' => '𦈨',
+ '𦉇' => '𦉇',
+ '䍙' => '䍙',
+ '𦋙' => '𦋙',
+ '罺' => '罺',
+ '𦌾' => '𦌾',
+ '羕' => '羕',
+ '翺' => '翺',
+ '者' => '者',
+ '𦓚' => '𦓚',
+ '𦔣' => '𦔣',
+ '聠' => '聠',
+ '𦖨' => '𦖨',
+ '聰' => '聰',
+ '𣍟' => '𣍟',
+ '䏕' => '䏕',
+ '育' => '育',
+ '脃' => '脃',
+ '䐋' => '䐋',
+ '脾' => '脾',
+ '媵' => '媵',
+ '𦞧' => '𦞧',
+ '𦞵' => '𦞵',
+ '𣎓' => '𣎓',
+ '𣎜' => '𣎜',
+ '舁' => '舁',
+ '舄' => '舄',
+ '辞' => '辞',
+ '䑫' => '䑫',
+ '芑' => '芑',
+ '芋' => '芋',
+ '芝' => '芝',
+ '劳' => '劳',
+ '花' => '花',
+ '芳' => '芳',
+ '芽' => '芽',
+ '苦' => '苦',
+ '𦬼' => '𦬼',
+ '若' => '若',
+ '茝' => '茝',
+ '荣' => '荣',
+ '莭' => '莭',
+ '茣' => '茣',
+ '莽' => '莽',
+ '菧' => '菧',
+ '著' => '著',
+ '荓' => '荓',
+ '菊' => '菊',
+ '菌' => '菌',
+ '菜' => '菜',
+ '𦰶' => '𦰶',
+ '𦵫' => '𦵫',
+ '𦳕' => '𦳕',
+ '䔫' => '䔫',
+ '蓱' => '蓱',
+ '蓳' => '蓳',
+ '蔖' => '蔖',
+ '𧏊' => '𧏊',
+ '蕤' => '蕤',
+ '𦼬' => '𦼬',
+ '䕝' => '䕝',
+ '䕡' => '䕡',
+ '𦾱' => '𦾱',
+ '𧃒' => '𧃒',
+ '䕫' => '䕫',
+ '虐' => '虐',
+ '虜' => '虜',
+ '虧' => '虧',
+ '虩' => '虩',
+ '蚩' => '蚩',
+ '蚈' => '蚈',
+ '蜎' => '蜎',
+ '蛢' => '蛢',
+ '蝹' => '蝹',
+ '蜨' => '蜨',
+ '蝫' => '蝫',
+ '螆' => '螆',
+ '䗗' => '䗗',
+ '蟡' => '蟡',
+ '蠁' => '蠁',
+ '䗹' => '䗹',
+ '衠' => '衠',
+ '衣' => '衣',
+ '𧙧' => '𧙧',
+ '裗' => '裗',
+ '裞' => '裞',
+ '䘵' => '䘵',
+ '裺' => '裺',
+ '㒻' => '㒻',
+ '𧢮' => '𧢮',
+ '𧥦' => '𧥦',
+ '䚾' => '䚾',
+ '䛇' => '䛇',
+ '誠' => '誠',
+ '諭' => '諭',
+ '變' => '變',
+ '豕' => '豕',
+ '𧲨' => '𧲨',
+ '貫' => '貫',
+ '賁' => '賁',
+ '贛' => '贛',
+ '起' => '起',
+ '𧼯' => '𧼯',
+ '𠠄' => '𠠄',
+ '跋' => '跋',
+ '趼' => '趼',
+ '跰' => '跰',
+ '𠣞' => '𠣞',
+ '軔' => '軔',
+ '輸' => '輸',
+ '𨗒' => '𨗒',
+ '𨗭' => '𨗭',
+ '邔' => '邔',
+ '郱' => '郱',
+ '鄑' => '鄑',
+ '𨜮' => '𨜮',
+ '鄛' => '鄛',
+ '鈸' => '鈸',
+ '鋗' => '鋗',
+ '鋘' => '鋘',
+ '鉼' => '鉼',
+ '鏹' => '鏹',
+ '鐕' => '鐕',
+ '𨯺' => '𨯺',
+ '開' => '開',
+ '䦕' => '䦕',
+ '閷' => '閷',
+ '𨵷' => '𨵷',
+ '䧦' => '䧦',
+ '雃' => '雃',
+ '嶲' => '嶲',
+ '霣' => '霣',
+ '𩅅' => '𩅅',
+ '𩈚' => '𩈚',
+ '䩮' => '䩮',
+ '䩶' => '䩶',
+ '韠' => '韠',
+ '𩐊' => '𩐊',
+ '䪲' => '䪲',
+ '𩒖' => '𩒖',
+ '頋' => '頋',
+ '頋' => '頋',
+ '頩' => '頩',
+ '𩖶' => '𩖶',
+ '飢' => '飢',
+ '䬳' => '䬳',
+ '餩' => '餩',
+ '馧' => '馧',
+ '駂' => '駂',
+ '駾' => '駾',
+ '䯎' => '䯎',
+ '𩬰' => '𩬰',
+ '鬒' => '鬒',
+ '鱀' => '鱀',
+ '鳽' => '鳽',
+ '䳎' => '䳎',
+ '䳭' => '䳭',
+ '鵧' => '鵧',
+ '𪃎' => '𪃎',
+ '䳸' => '䳸',
+ '𪄅' => '𪄅',
+ '𪈎' => '𪈎',
+ '𪊑' => '𪊑',
+ '麻' => '麻',
+ '䵖' => '䵖',
+ '黹' => '黹',
+ '黾' => '黾',
+ '鼅' => '鼅',
+ '鼏' => '鼏',
+ '鼖' => '鼖',
+ '鼻' => '鼻',
+ '𪘀' => '𪘀',
+);
diff --git a/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
new file mode 100644
index 000000000000..ec90f36eb65c
--- /dev/null
+++ b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php
@@ -0,0 +1,876 @@
+ 230,
+ '́' => 230,
+ '̂' => 230,
+ '̃' => 230,
+ '̄' => 230,
+ '̅' => 230,
+ '̆' => 230,
+ '̇' => 230,
+ '̈' => 230,
+ '̉' => 230,
+ '̊' => 230,
+ '̋' => 230,
+ '̌' => 230,
+ '̍' => 230,
+ '̎' => 230,
+ '̏' => 230,
+ '̐' => 230,
+ '̑' => 230,
+ '̒' => 230,
+ '̓' => 230,
+ '̔' => 230,
+ '̕' => 232,
+ '̖' => 220,
+ '̗' => 220,
+ '̘' => 220,
+ '̙' => 220,
+ '̚' => 232,
+ '̛' => 216,
+ '̜' => 220,
+ '̝' => 220,
+ '̞' => 220,
+ '̟' => 220,
+ '̠' => 220,
+ '̡' => 202,
+ '̢' => 202,
+ '̣' => 220,
+ '̤' => 220,
+ '̥' => 220,
+ '̦' => 220,
+ '̧' => 202,
+ '̨' => 202,
+ '̩' => 220,
+ '̪' => 220,
+ '̫' => 220,
+ '̬' => 220,
+ '̭' => 220,
+ '̮' => 220,
+ '̯' => 220,
+ '̰' => 220,
+ '̱' => 220,
+ '̲' => 220,
+ '̳' => 220,
+ '̴' => 1,
+ '̵' => 1,
+ '̶' => 1,
+ '̷' => 1,
+ '̸' => 1,
+ '̹' => 220,
+ '̺' => 220,
+ '̻' => 220,
+ '̼' => 220,
+ '̽' => 230,
+ '̾' => 230,
+ '̿' => 230,
+ '̀' => 230,
+ '́' => 230,
+ '͂' => 230,
+ '̓' => 230,
+ '̈́' => 230,
+ 'ͅ' => 240,
+ '͆' => 230,
+ '͇' => 220,
+ '͈' => 220,
+ '͉' => 220,
+ '͊' => 230,
+ '͋' => 230,
+ '͌' => 230,
+ '͍' => 220,
+ '͎' => 220,
+ '͐' => 230,
+ '͑' => 230,
+ '͒' => 230,
+ '͓' => 220,
+ '͔' => 220,
+ '͕' => 220,
+ '͖' => 220,
+ '͗' => 230,
+ '͘' => 232,
+ '͙' => 220,
+ '͚' => 220,
+ '͛' => 230,
+ '͜' => 233,
+ '͝' => 234,
+ '͞' => 234,
+ '͟' => 233,
+ '͠' => 234,
+ '͡' => 234,
+ '͢' => 233,
+ 'ͣ' => 230,
+ 'ͤ' => 230,
+ 'ͥ' => 230,
+ 'ͦ' => 230,
+ 'ͧ' => 230,
+ 'ͨ' => 230,
+ 'ͩ' => 230,
+ 'ͪ' => 230,
+ 'ͫ' => 230,
+ 'ͬ' => 230,
+ 'ͭ' => 230,
+ 'ͮ' => 230,
+ 'ͯ' => 230,
+ '҃' => 230,
+ '҄' => 230,
+ '҅' => 230,
+ '҆' => 230,
+ '҇' => 230,
+ '֑' => 220,
+ '֒' => 230,
+ '֓' => 230,
+ '֔' => 230,
+ '֕' => 230,
+ '֖' => 220,
+ '֗' => 230,
+ '֘' => 230,
+ '֙' => 230,
+ '֚' => 222,
+ '֛' => 220,
+ '֜' => 230,
+ '֝' => 230,
+ '֞' => 230,
+ '֟' => 230,
+ '֠' => 230,
+ '֡' => 230,
+ '֢' => 220,
+ '֣' => 220,
+ '֤' => 220,
+ '֥' => 220,
+ '֦' => 220,
+ '֧' => 220,
+ '֨' => 230,
+ '֩' => 230,
+ '֪' => 220,
+ '֫' => 230,
+ '֬' => 230,
+ '֭' => 222,
+ '֮' => 228,
+ '֯' => 230,
+ 'ְ' => 10,
+ 'ֱ' => 11,
+ 'ֲ' => 12,
+ 'ֳ' => 13,
+ 'ִ' => 14,
+ 'ֵ' => 15,
+ 'ֶ' => 16,
+ 'ַ' => 17,
+ 'ָ' => 18,
+ 'ֹ' => 19,
+ 'ֺ' => 19,
+ 'ֻ' => 20,
+ 'ּ' => 21,
+ 'ֽ' => 22,
+ 'ֿ' => 23,
+ 'ׁ' => 24,
+ 'ׂ' => 25,
+ 'ׄ' => 230,
+ 'ׅ' => 220,
+ 'ׇ' => 18,
+ 'ؐ' => 230,
+ 'ؑ' => 230,
+ 'ؒ' => 230,
+ 'ؓ' => 230,
+ 'ؔ' => 230,
+ 'ؕ' => 230,
+ 'ؖ' => 230,
+ 'ؗ' => 230,
+ 'ؘ' => 30,
+ 'ؙ' => 31,
+ 'ؚ' => 32,
+ 'ً' => 27,
+ 'ٌ' => 28,
+ 'ٍ' => 29,
+ 'َ' => 30,
+ 'ُ' => 31,
+ 'ِ' => 32,
+ 'ّ' => 33,
+ 'ْ' => 34,
+ 'ٓ' => 230,
+ 'ٔ' => 230,
+ 'ٕ' => 220,
+ 'ٖ' => 220,
+ 'ٗ' => 230,
+ '٘' => 230,
+ 'ٙ' => 230,
+ 'ٚ' => 230,
+ 'ٛ' => 230,
+ 'ٜ' => 220,
+ 'ٝ' => 230,
+ 'ٞ' => 230,
+ 'ٟ' => 220,
+ 'ٰ' => 35,
+ 'ۖ' => 230,
+ 'ۗ' => 230,
+ 'ۘ' => 230,
+ 'ۙ' => 230,
+ 'ۚ' => 230,
+ 'ۛ' => 230,
+ 'ۜ' => 230,
+ '۟' => 230,
+ '۠' => 230,
+ 'ۡ' => 230,
+ 'ۢ' => 230,
+ 'ۣ' => 220,
+ 'ۤ' => 230,
+ 'ۧ' => 230,
+ 'ۨ' => 230,
+ '۪' => 220,
+ '۫' => 230,
+ '۬' => 230,
+ 'ۭ' => 220,
+ 'ܑ' => 36,
+ 'ܰ' => 230,
+ 'ܱ' => 220,
+ 'ܲ' => 230,
+ 'ܳ' => 230,
+ 'ܴ' => 220,
+ 'ܵ' => 230,
+ 'ܶ' => 230,
+ 'ܷ' => 220,
+ 'ܸ' => 220,
+ 'ܹ' => 220,
+ 'ܺ' => 230,
+ 'ܻ' => 220,
+ 'ܼ' => 220,
+ 'ܽ' => 230,
+ 'ܾ' => 220,
+ 'ܿ' => 230,
+ '݀' => 230,
+ '݁' => 230,
+ '݂' => 220,
+ '݃' => 230,
+ '݄' => 220,
+ '݅' => 230,
+ '݆' => 220,
+ '݇' => 230,
+ '݈' => 220,
+ '݉' => 230,
+ '݊' => 230,
+ '߫' => 230,
+ '߬' => 230,
+ '߭' => 230,
+ '߮' => 230,
+ '߯' => 230,
+ '߰' => 230,
+ '߱' => 230,
+ '߲' => 220,
+ '߳' => 230,
+ '߽' => 220,
+ 'ࠖ' => 230,
+ 'ࠗ' => 230,
+ '࠘' => 230,
+ '࠙' => 230,
+ 'ࠛ' => 230,
+ 'ࠜ' => 230,
+ 'ࠝ' => 230,
+ 'ࠞ' => 230,
+ 'ࠟ' => 230,
+ 'ࠠ' => 230,
+ 'ࠡ' => 230,
+ 'ࠢ' => 230,
+ 'ࠣ' => 230,
+ 'ࠥ' => 230,
+ 'ࠦ' => 230,
+ 'ࠧ' => 230,
+ 'ࠩ' => 230,
+ 'ࠪ' => 230,
+ 'ࠫ' => 230,
+ 'ࠬ' => 230,
+ '࠭' => 230,
+ '࡙' => 220,
+ '࡚' => 220,
+ '࡛' => 220,
+ '࣓' => 220,
+ 'ࣔ' => 230,
+ 'ࣕ' => 230,
+ 'ࣖ' => 230,
+ 'ࣗ' => 230,
+ 'ࣘ' => 230,
+ 'ࣙ' => 230,
+ 'ࣚ' => 230,
+ 'ࣛ' => 230,
+ 'ࣜ' => 230,
+ 'ࣝ' => 230,
+ 'ࣞ' => 230,
+ 'ࣟ' => 230,
+ '࣠' => 230,
+ '࣡' => 230,
+ 'ࣣ' => 220,
+ 'ࣤ' => 230,
+ 'ࣥ' => 230,
+ 'ࣦ' => 220,
+ 'ࣧ' => 230,
+ 'ࣨ' => 230,
+ 'ࣩ' => 220,
+ '࣪' => 230,
+ '࣫' => 230,
+ '࣬' => 230,
+ '࣭' => 220,
+ '࣮' => 220,
+ '࣯' => 220,
+ 'ࣰ' => 27,
+ 'ࣱ' => 28,
+ 'ࣲ' => 29,
+ 'ࣳ' => 230,
+ 'ࣴ' => 230,
+ 'ࣵ' => 230,
+ 'ࣶ' => 220,
+ 'ࣷ' => 230,
+ 'ࣸ' => 230,
+ 'ࣹ' => 220,
+ 'ࣺ' => 220,
+ 'ࣻ' => 230,
+ 'ࣼ' => 230,
+ 'ࣽ' => 230,
+ 'ࣾ' => 230,
+ 'ࣿ' => 230,
+ '़' => 7,
+ '्' => 9,
+ '॑' => 230,
+ '॒' => 220,
+ '॓' => 230,
+ '॔' => 230,
+ '়' => 7,
+ '্' => 9,
+ '৾' => 230,
+ '਼' => 7,
+ '੍' => 9,
+ '઼' => 7,
+ '્' => 9,
+ '଼' => 7,
+ '୍' => 9,
+ '்' => 9,
+ '్' => 9,
+ 'ౕ' => 84,
+ 'ౖ' => 91,
+ '಼' => 7,
+ '್' => 9,
+ '഻' => 9,
+ '഼' => 9,
+ '്' => 9,
+ '්' => 9,
+ 'ุ' => 103,
+ 'ู' => 103,
+ 'ฺ' => 9,
+ '่' => 107,
+ '้' => 107,
+ '๊' => 107,
+ '๋' => 107,
+ 'ຸ' => 118,
+ 'ູ' => 118,
+ '຺' => 9,
+ '່' => 122,
+ '້' => 122,
+ '໊' => 122,
+ '໋' => 122,
+ '༘' => 220,
+ '༙' => 220,
+ '༵' => 220,
+ '༷' => 220,
+ '༹' => 216,
+ 'ཱ' => 129,
+ 'ི' => 130,
+ 'ུ' => 132,
+ 'ེ' => 130,
+ 'ཻ' => 130,
+ 'ོ' => 130,
+ 'ཽ' => 130,
+ 'ྀ' => 130,
+ 'ྂ' => 230,
+ 'ྃ' => 230,
+ '྄' => 9,
+ '྆' => 230,
+ '྇' => 230,
+ '࿆' => 220,
+ '့' => 7,
+ '္' => 9,
+ '်' => 9,
+ 'ႍ' => 220,
+ '፝' => 230,
+ '፞' => 230,
+ '፟' => 230,
+ '᜔' => 9,
+ '᜴' => 9,
+ '្' => 9,
+ '៝' => 230,
+ 'ᢩ' => 228,
+ '᤹' => 222,
+ '᤺' => 230,
+ '᤻' => 220,
+ 'ᨗ' => 230,
+ 'ᨘ' => 220,
+ '᩠' => 9,
+ '᩵' => 230,
+ '᩶' => 230,
+ '᩷' => 230,
+ '᩸' => 230,
+ '᩹' => 230,
+ '᩺' => 230,
+ '᩻' => 230,
+ '᩼' => 230,
+ '᩿' => 220,
+ '᪰' => 230,
+ '᪱' => 230,
+ '᪲' => 230,
+ '᪳' => 230,
+ '᪴' => 230,
+ '᪵' => 220,
+ '᪶' => 220,
+ '᪷' => 220,
+ '᪸' => 220,
+ '᪹' => 220,
+ '᪺' => 220,
+ '᪻' => 230,
+ '᪼' => 230,
+ '᪽' => 220,
+ 'ᪿ' => 220,
+ 'ᫀ' => 220,
+ '᬴' => 7,
+ '᭄' => 9,
+ '᭫' => 230,
+ '᭬' => 220,
+ '᭭' => 230,
+ '᭮' => 230,
+ '᭯' => 230,
+ '᭰' => 230,
+ '᭱' => 230,
+ '᭲' => 230,
+ '᭳' => 230,
+ '᮪' => 9,
+ '᮫' => 9,
+ '᯦' => 7,
+ '᯲' => 9,
+ '᯳' => 9,
+ '᰷' => 7,
+ '᳐' => 230,
+ '᳑' => 230,
+ '᳒' => 230,
+ '᳔' => 1,
+ '᳕' => 220,
+ '᳖' => 220,
+ '᳗' => 220,
+ '᳘' => 220,
+ '᳙' => 220,
+ '᳚' => 230,
+ '᳛' => 230,
+ '᳜' => 220,
+ '᳝' => 220,
+ '᳞' => 220,
+ '᳟' => 220,
+ '᳠' => 230,
+ '᳢' => 1,
+ '᳣' => 1,
+ '᳤' => 1,
+ '᳥' => 1,
+ '᳦' => 1,
+ '᳧' => 1,
+ '᳨' => 1,
+ '᳭' => 220,
+ '᳴' => 230,
+ '᳸' => 230,
+ '᳹' => 230,
+ '᷀' => 230,
+ '᷁' => 230,
+ '᷂' => 220,
+ '᷃' => 230,
+ '᷄' => 230,
+ '᷅' => 230,
+ '᷆' => 230,
+ '᷇' => 230,
+ '᷈' => 230,
+ '᷉' => 230,
+ '᷊' => 220,
+ '᷋' => 230,
+ '᷌' => 230,
+ '᷍' => 234,
+ '᷎' => 214,
+ '᷏' => 220,
+ '᷐' => 202,
+ '᷑' => 230,
+ '᷒' => 230,
+ 'ᷓ' => 230,
+ 'ᷔ' => 230,
+ 'ᷕ' => 230,
+ 'ᷖ' => 230,
+ 'ᷗ' => 230,
+ 'ᷘ' => 230,
+ 'ᷙ' => 230,
+ 'ᷚ' => 230,
+ 'ᷛ' => 230,
+ 'ᷜ' => 230,
+ 'ᷝ' => 230,
+ 'ᷞ' => 230,
+ 'ᷟ' => 230,
+ 'ᷠ' => 230,
+ 'ᷡ' => 230,
+ 'ᷢ' => 230,
+ 'ᷣ' => 230,
+ 'ᷤ' => 230,
+ 'ᷥ' => 230,
+ 'ᷦ' => 230,
+ 'ᷧ' => 230,
+ 'ᷨ' => 230,
+ 'ᷩ' => 230,
+ 'ᷪ' => 230,
+ 'ᷫ' => 230,
+ 'ᷬ' => 230,
+ 'ᷭ' => 230,
+ 'ᷮ' => 230,
+ 'ᷯ' => 230,
+ 'ᷰ' => 230,
+ 'ᷱ' => 230,
+ 'ᷲ' => 230,
+ 'ᷳ' => 230,
+ 'ᷴ' => 230,
+ '᷵' => 230,
+ '᷶' => 232,
+ '᷷' => 228,
+ '᷸' => 228,
+ '᷹' => 220,
+ '᷻' => 230,
+ '᷼' => 233,
+ '᷽' => 220,
+ '᷾' => 230,
+ '᷿' => 220,
+ '⃐' => 230,
+ '⃑' => 230,
+ '⃒' => 1,
+ '⃓' => 1,
+ '⃔' => 230,
+ '⃕' => 230,
+ '⃖' => 230,
+ '⃗' => 230,
+ '⃘' => 1,
+ '⃙' => 1,
+ '⃚' => 1,
+ '⃛' => 230,
+ '⃜' => 230,
+ '⃡' => 230,
+ '⃥' => 1,
+ '⃦' => 1,
+ '⃧' => 230,
+ '⃨' => 220,
+ '⃩' => 230,
+ '⃪' => 1,
+ '⃫' => 1,
+ '⃬' => 220,
+ '⃭' => 220,
+ '⃮' => 220,
+ '⃯' => 220,
+ '⃰' => 230,
+ '⳯' => 230,
+ '⳰' => 230,
+ '⳱' => 230,
+ '⵿' => 9,
+ 'ⷠ' => 230,
+ 'ⷡ' => 230,
+ 'ⷢ' => 230,
+ 'ⷣ' => 230,
+ 'ⷤ' => 230,
+ 'ⷥ' => 230,
+ 'ⷦ' => 230,
+ 'ⷧ' => 230,
+ 'ⷨ' => 230,
+ 'ⷩ' => 230,
+ 'ⷪ' => 230,
+ 'ⷫ' => 230,
+ 'ⷬ' => 230,
+ 'ⷭ' => 230,
+ 'ⷮ' => 230,
+ 'ⷯ' => 230,
+ 'ⷰ' => 230,
+ 'ⷱ' => 230,
+ 'ⷲ' => 230,
+ 'ⷳ' => 230,
+ 'ⷴ' => 230,
+ 'ⷵ' => 230,
+ 'ⷶ' => 230,
+ 'ⷷ' => 230,
+ 'ⷸ' => 230,
+ 'ⷹ' => 230,
+ 'ⷺ' => 230,
+ 'ⷻ' => 230,
+ 'ⷼ' => 230,
+ 'ⷽ' => 230,
+ 'ⷾ' => 230,
+ 'ⷿ' => 230,
+ '〪' => 218,
+ '〫' => 228,
+ '〬' => 232,
+ '〭' => 222,
+ '〮' => 224,
+ '〯' => 224,
+ '゙' => 8,
+ '゚' => 8,
+ '꙯' => 230,
+ 'ꙴ' => 230,
+ 'ꙵ' => 230,
+ 'ꙶ' => 230,
+ 'ꙷ' => 230,
+ 'ꙸ' => 230,
+ 'ꙹ' => 230,
+ 'ꙺ' => 230,
+ 'ꙻ' => 230,
+ '꙼' => 230,
+ '꙽' => 230,
+ 'ꚞ' => 230,
+ 'ꚟ' => 230,
+ '꛰' => 230,
+ '꛱' => 230,
+ '꠆' => 9,
+ '꠬' => 9,
+ '꣄' => 9,
+ '꣠' => 230,
+ '꣡' => 230,
+ '꣢' => 230,
+ '꣣' => 230,
+ '꣤' => 230,
+ '꣥' => 230,
+ '꣦' => 230,
+ '꣧' => 230,
+ '꣨' => 230,
+ '꣩' => 230,
+ '꣪' => 230,
+ '꣫' => 230,
+ '꣬' => 230,
+ '꣭' => 230,
+ '꣮' => 230,
+ '꣯' => 230,
+ '꣰' => 230,
+ '꣱' => 230,
+ '꤫' => 220,
+ '꤬' => 220,
+ '꤭' => 220,
+ '꥓' => 9,
+ '꦳' => 7,
+ '꧀' => 9,
+ 'ꪰ' => 230,
+ 'ꪲ' => 230,
+ 'ꪳ' => 230,
+ 'ꪴ' => 220,
+ 'ꪷ' => 230,
+ 'ꪸ' => 230,
+ 'ꪾ' => 230,
+ '꪿' => 230,
+ '꫁' => 230,
+ '꫶' => 9,
+ '꯭' => 9,
+ 'ﬞ' => 26,
+ '︠' => 230,
+ '︡' => 230,
+ '︢' => 230,
+ '︣' => 230,
+ '︤' => 230,
+ '︥' => 230,
+ '︦' => 230,
+ '︧' => 220,
+ '︨' => 220,
+ '︩' => 220,
+ '︪' => 220,
+ '︫' => 220,
+ '︬' => 220,
+ '︭' => 220,
+ '︮' => 230,
+ '︯' => 230,
+ '𐇽' => 220,
+ '𐋠' => 220,
+ '𐍶' => 230,
+ '𐍷' => 230,
+ '𐍸' => 230,
+ '𐍹' => 230,
+ '𐍺' => 230,
+ '𐨍' => 220,
+ '𐨏' => 230,
+ '𐨸' => 230,
+ '𐨹' => 1,
+ '𐨺' => 220,
+ '𐨿' => 9,
+ '𐫥' => 230,
+ '𐫦' => 220,
+ '𐴤' => 230,
+ '𐴥' => 230,
+ '𐴦' => 230,
+ '𐴧' => 230,
+ '𐺫' => 230,
+ '𐺬' => 230,
+ '𐽆' => 220,
+ '𐽇' => 220,
+ '𐽈' => 230,
+ '𐽉' => 230,
+ '𐽊' => 230,
+ '𐽋' => 220,
+ '𐽌' => 230,
+ '𐽍' => 220,
+ '𐽎' => 220,
+ '𐽏' => 220,
+ '𐽐' => 220,
+ '𑁆' => 9,
+ '𑁿' => 9,
+ '𑂹' => 9,
+ '𑂺' => 7,
+ '𑄀' => 230,
+ '𑄁' => 230,
+ '𑄂' => 230,
+ '𑄳' => 9,
+ '𑄴' => 9,
+ '𑅳' => 7,
+ '𑇀' => 9,
+ '𑇊' => 7,
+ '𑈵' => 9,
+ '𑈶' => 7,
+ '𑋩' => 7,
+ '𑋪' => 9,
+ '𑌻' => 7,
+ '𑌼' => 7,
+ '𑍍' => 9,
+ '𑍦' => 230,
+ '𑍧' => 230,
+ '𑍨' => 230,
+ '𑍩' => 230,
+ '𑍪' => 230,
+ '𑍫' => 230,
+ '𑍬' => 230,
+ '𑍰' => 230,
+ '𑍱' => 230,
+ '𑍲' => 230,
+ '𑍳' => 230,
+ '𑍴' => 230,
+ '𑑂' => 9,
+ '𑑆' => 7,
+ '𑑞' => 230,
+ '𑓂' => 9,
+ '𑓃' => 7,
+ '𑖿' => 9,
+ '𑗀' => 7,
+ '𑘿' => 9,
+ '𑚶' => 9,
+ '𑚷' => 7,
+ '𑜫' => 9,
+ '𑠹' => 9,
+ '𑠺' => 7,
+ '𑤽' => 9,
+ '𑤾' => 9,
+ '𑥃' => 7,
+ '𑧠' => 9,
+ '𑨴' => 9,
+ '𑩇' => 9,
+ '𑪙' => 9,
+ '𑰿' => 9,
+ '𑵂' => 7,
+ '𑵄' => 9,
+ '𑵅' => 9,
+ '𑶗' => 9,
+ '𖫰' => 1,
+ '𖫱' => 1,
+ '𖫲' => 1,
+ '𖫳' => 1,
+ '𖫴' => 1,
+ '𖬰' => 230,
+ '𖬱' => 230,
+ '𖬲' => 230,
+ '𖬳' => 230,
+ '𖬴' => 230,
+ '𖬵' => 230,
+ '𖬶' => 230,
+ '𖿰' => 6,
+ '𖿱' => 6,
+ '𛲞' => 1,
+ '𝅥' => 216,
+ '𝅦' => 216,
+ '𝅧' => 1,
+ '𝅨' => 1,
+ '𝅩' => 1,
+ '𝅭' => 226,
+ '𝅮' => 216,
+ '𝅯' => 216,
+ '𝅰' => 216,
+ '𝅱' => 216,
+ '𝅲' => 216,
+ '𝅻' => 220,
+ '𝅼' => 220,
+ '𝅽' => 220,
+ '𝅾' => 220,
+ '𝅿' => 220,
+ '𝆀' => 220,
+ '𝆁' => 220,
+ '𝆂' => 220,
+ '𝆅' => 230,
+ '𝆆' => 230,
+ '𝆇' => 230,
+ '𝆈' => 230,
+ '𝆉' => 230,
+ '𝆊' => 220,
+ '𝆋' => 220,
+ '𝆪' => 230,
+ '𝆫' => 230,
+ '𝆬' => 230,
+ '𝆭' => 230,
+ '𝉂' => 230,
+ '𝉃' => 230,
+ '𝉄' => 230,
+ '𞀀' => 230,
+ '𞀁' => 230,
+ '𞀂' => 230,
+ '𞀃' => 230,
+ '𞀄' => 230,
+ '𞀅' => 230,
+ '𞀆' => 230,
+ '𞀈' => 230,
+ '𞀉' => 230,
+ '𞀊' => 230,
+ '𞀋' => 230,
+ '𞀌' => 230,
+ '𞀍' => 230,
+ '𞀎' => 230,
+ '𞀏' => 230,
+ '𞀐' => 230,
+ '𞀑' => 230,
+ '𞀒' => 230,
+ '𞀓' => 230,
+ '𞀔' => 230,
+ '𞀕' => 230,
+ '𞀖' => 230,
+ '𞀗' => 230,
+ '𞀘' => 230,
+ '𞀛' => 230,
+ '𞀜' => 230,
+ '𞀝' => 230,
+ '𞀞' => 230,
+ '𞀟' => 230,
+ '𞀠' => 230,
+ '𞀡' => 230,
+ '𞀣' => 230,
+ '𞀤' => 230,
+ '𞀦' => 230,
+ '𞀧' => 230,
+ '𞀨' => 230,
+ '𞀩' => 230,
+ '𞀪' => 230,
+ '𞄰' => 230,
+ '𞄱' => 230,
+ '𞄲' => 230,
+ '𞄳' => 230,
+ '𞄴' => 230,
+ '𞄵' => 230,
+ '𞄶' => 230,
+ '𞋬' => 230,
+ '𞋭' => 230,
+ '𞋮' => 230,
+ '𞋯' => 230,
+ '𞣐' => 220,
+ '𞣑' => 220,
+ '𞣒' => 220,
+ '𞣓' => 220,
+ '𞣔' => 220,
+ '𞣕' => 220,
+ '𞣖' => 220,
+ '𞥄' => 230,
+ '𞥅' => 230,
+ '𞥆' => 230,
+ '𞥇' => 230,
+ '𞥈' => 230,
+ '𞥉' => 230,
+ '𞥊' => 7,
+);
diff --git a/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
new file mode 100644
index 000000000000..1574902893cc
--- /dev/null
+++ b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php
@@ -0,0 +1,3695 @@
+ ' ',
+ '¨' => ' ̈',
+ 'ª' => 'a',
+ '¯' => ' ̄',
+ '²' => '2',
+ '³' => '3',
+ '´' => ' ́',
+ 'µ' => 'μ',
+ '¸' => ' ̧',
+ '¹' => '1',
+ 'º' => 'o',
+ '¼' => '1⁄4',
+ '½' => '1⁄2',
+ '¾' => '3⁄4',
+ 'IJ' => 'IJ',
+ 'ij' => 'ij',
+ 'Ŀ' => 'L·',
+ 'ŀ' => 'l·',
+ 'ʼn' => 'ʼn',
+ 'ſ' => 's',
+ 'DŽ' => 'DŽ',
+ 'Dž' => 'Dž',
+ 'dž' => 'dž',
+ 'LJ' => 'LJ',
+ 'Lj' => 'Lj',
+ 'lj' => 'lj',
+ 'NJ' => 'NJ',
+ 'Nj' => 'Nj',
+ 'nj' => 'nj',
+ 'DZ' => 'DZ',
+ 'Dz' => 'Dz',
+ 'dz' => 'dz',
+ 'ʰ' => 'h',
+ 'ʱ' => 'ɦ',
+ 'ʲ' => 'j',
+ 'ʳ' => 'r',
+ 'ʴ' => 'ɹ',
+ 'ʵ' => 'ɻ',
+ 'ʶ' => 'ʁ',
+ 'ʷ' => 'w',
+ 'ʸ' => 'y',
+ '˘' => ' ̆',
+ '˙' => ' ̇',
+ '˚' => ' ̊',
+ '˛' => ' ̨',
+ '˜' => ' ̃',
+ '˝' => ' ̋',
+ 'ˠ' => 'ɣ',
+ 'ˡ' => 'l',
+ 'ˢ' => 's',
+ 'ˣ' => 'x',
+ 'ˤ' => 'ʕ',
+ 'ͺ' => ' ͅ',
+ '΄' => ' ́',
+ '΅' => ' ̈́',
+ 'ϐ' => 'β',
+ 'ϑ' => 'θ',
+ 'ϒ' => 'Υ',
+ 'ϓ' => 'Ύ',
+ 'ϔ' => 'Ϋ',
+ 'ϕ' => 'φ',
+ 'ϖ' => 'π',
+ 'ϰ' => 'κ',
+ 'ϱ' => 'ρ',
+ 'ϲ' => 'ς',
+ 'ϴ' => 'Θ',
+ 'ϵ' => 'ε',
+ 'Ϲ' => 'Σ',
+ 'և' => 'եւ',
+ 'ٵ' => 'اٴ',
+ 'ٶ' => 'وٴ',
+ 'ٷ' => 'ۇٴ',
+ 'ٸ' => 'يٴ',
+ 'ำ' => 'ํา',
+ 'ຳ' => 'ໍາ',
+ 'ໜ' => 'ຫນ',
+ 'ໝ' => 'ຫມ',
+ '༌' => '་',
+ 'ཷ' => 'ྲཱྀ',
+ 'ཹ' => 'ླཱྀ',
+ 'ჼ' => 'ნ',
+ 'ᴬ' => 'A',
+ 'ᴭ' => 'Æ',
+ 'ᴮ' => 'B',
+ 'ᴰ' => 'D',
+ 'ᴱ' => 'E',
+ 'ᴲ' => 'Ǝ',
+ 'ᴳ' => 'G',
+ 'ᴴ' => 'H',
+ 'ᴵ' => 'I',
+ 'ᴶ' => 'J',
+ 'ᴷ' => 'K',
+ 'ᴸ' => 'L',
+ 'ᴹ' => 'M',
+ 'ᴺ' => 'N',
+ 'ᴼ' => 'O',
+ 'ᴽ' => 'Ȣ',
+ 'ᴾ' => 'P',
+ 'ᴿ' => 'R',
+ 'ᵀ' => 'T',
+ 'ᵁ' => 'U',
+ 'ᵂ' => 'W',
+ 'ᵃ' => 'a',
+ 'ᵄ' => 'ɐ',
+ 'ᵅ' => 'ɑ',
+ 'ᵆ' => 'ᴂ',
+ 'ᵇ' => 'b',
+ 'ᵈ' => 'd',
+ 'ᵉ' => 'e',
+ 'ᵊ' => 'ə',
+ 'ᵋ' => 'ɛ',
+ 'ᵌ' => 'ɜ',
+ 'ᵍ' => 'g',
+ 'ᵏ' => 'k',
+ 'ᵐ' => 'm',
+ 'ᵑ' => 'ŋ',
+ 'ᵒ' => 'o',
+ 'ᵓ' => 'ɔ',
+ 'ᵔ' => 'ᴖ',
+ 'ᵕ' => 'ᴗ',
+ 'ᵖ' => 'p',
+ 'ᵗ' => 't',
+ 'ᵘ' => 'u',
+ 'ᵙ' => 'ᴝ',
+ 'ᵚ' => 'ɯ',
+ 'ᵛ' => 'v',
+ 'ᵜ' => 'ᴥ',
+ 'ᵝ' => 'β',
+ 'ᵞ' => 'γ',
+ 'ᵟ' => 'δ',
+ 'ᵠ' => 'φ',
+ 'ᵡ' => 'χ',
+ 'ᵢ' => 'i',
+ 'ᵣ' => 'r',
+ 'ᵤ' => 'u',
+ 'ᵥ' => 'v',
+ 'ᵦ' => 'β',
+ 'ᵧ' => 'γ',
+ 'ᵨ' => 'ρ',
+ 'ᵩ' => 'φ',
+ 'ᵪ' => 'χ',
+ 'ᵸ' => 'н',
+ 'ᶛ' => 'ɒ',
+ 'ᶜ' => 'c',
+ 'ᶝ' => 'ɕ',
+ 'ᶞ' => 'ð',
+ 'ᶟ' => 'ɜ',
+ 'ᶠ' => 'f',
+ 'ᶡ' => 'ɟ',
+ 'ᶢ' => 'ɡ',
+ 'ᶣ' => 'ɥ',
+ 'ᶤ' => 'ɨ',
+ 'ᶥ' => 'ɩ',
+ 'ᶦ' => 'ɪ',
+ 'ᶧ' => 'ᵻ',
+ 'ᶨ' => 'ʝ',
+ 'ᶩ' => 'ɭ',
+ 'ᶪ' => 'ᶅ',
+ 'ᶫ' => 'ʟ',
+ 'ᶬ' => 'ɱ',
+ 'ᶭ' => 'ɰ',
+ 'ᶮ' => 'ɲ',
+ 'ᶯ' => 'ɳ',
+ 'ᶰ' => 'ɴ',
+ 'ᶱ' => 'ɵ',
+ 'ᶲ' => 'ɸ',
+ 'ᶳ' => 'ʂ',
+ 'ᶴ' => 'ʃ',
+ 'ᶵ' => 'ƫ',
+ 'ᶶ' => 'ʉ',
+ 'ᶷ' => 'ʊ',
+ 'ᶸ' => 'ᴜ',
+ 'ᶹ' => 'ʋ',
+ 'ᶺ' => 'ʌ',
+ 'ᶻ' => 'z',
+ 'ᶼ' => 'ʐ',
+ 'ᶽ' => 'ʑ',
+ 'ᶾ' => 'ʒ',
+ 'ᶿ' => 'θ',
+ 'ẚ' => 'aʾ',
+ 'ẛ' => 'ṡ',
+ '᾽' => ' ̓',
+ '᾿' => ' ̓',
+ '῀' => ' ͂',
+ '῁' => ' ̈͂',
+ '῍' => ' ̓̀',
+ '῎' => ' ̓́',
+ '῏' => ' ̓͂',
+ '῝' => ' ̔̀',
+ '῞' => ' ̔́',
+ '῟' => ' ̔͂',
+ '῭' => ' ̈̀',
+ '΅' => ' ̈́',
+ '´' => ' ́',
+ '῾' => ' ̔',
+ ' ' => ' ',
+ ' ' => ' ',
+ ' ' => ' ',
+ ' ' => ' ',
+ ' ' => ' ',
+ ' ' => ' ',
+ ' ' => ' ',
+ ' ' => ' ',
+ ' ' => ' ',
+ ' ' => ' ',
+ ' ' => ' ',
+ '‑' => '‐',
+ '‗' => ' ̳',
+ '․' => '.',
+ '‥' => '..',
+ '…' => '...',
+ ' ' => ' ',
+ '″' => '′′',
+ '‴' => '′′′',
+ '‶' => '‵‵',
+ '‷' => '‵‵‵',
+ '‼' => '!!',
+ '‾' => ' ̅',
+ '⁇' => '??',
+ '⁈' => '?!',
+ '⁉' => '!?',
+ '⁗' => '′′′′',
+ ' ' => ' ',
+ '⁰' => '0',
+ 'ⁱ' => 'i',
+ '⁴' => '4',
+ '⁵' => '5',
+ '⁶' => '6',
+ '⁷' => '7',
+ '⁸' => '8',
+ '⁹' => '9',
+ '⁺' => '+',
+ '⁻' => '−',
+ '⁼' => '=',
+ '⁽' => '(',
+ '⁾' => ')',
+ 'ⁿ' => 'n',
+ '₀' => '0',
+ '₁' => '1',
+ '₂' => '2',
+ '₃' => '3',
+ '₄' => '4',
+ '₅' => '5',
+ '₆' => '6',
+ '₇' => '7',
+ '₈' => '8',
+ '₉' => '9',
+ '₊' => '+',
+ '₋' => '−',
+ '₌' => '=',
+ '₍' => '(',
+ '₎' => ')',
+ 'ₐ' => 'a',
+ 'ₑ' => 'e',
+ 'ₒ' => 'o',
+ 'ₓ' => 'x',
+ 'ₔ' => 'ə',
+ 'ₕ' => 'h',
+ 'ₖ' => 'k',
+ 'ₗ' => 'l',
+ 'ₘ' => 'm',
+ 'ₙ' => 'n',
+ 'ₚ' => 'p',
+ 'ₛ' => 's',
+ 'ₜ' => 't',
+ '₨' => 'Rs',
+ '℀' => 'a/c',
+ '℁' => 'a/s',
+ 'ℂ' => 'C',
+ '℃' => '°C',
+ '℅' => 'c/o',
+ '℆' => 'c/u',
+ 'ℇ' => 'Ɛ',
+ '℉' => '°F',
+ 'ℊ' => 'g',
+ 'ℋ' => 'H',
+ 'ℌ' => 'H',
+ 'ℍ' => 'H',
+ 'ℎ' => 'h',
+ 'ℏ' => 'ħ',
+ 'ℐ' => 'I',
+ 'ℑ' => 'I',
+ 'ℒ' => 'L',
+ 'ℓ' => 'l',
+ 'ℕ' => 'N',
+ '№' => 'No',
+ 'ℙ' => 'P',
+ 'ℚ' => 'Q',
+ 'ℛ' => 'R',
+ 'ℜ' => 'R',
+ 'ℝ' => 'R',
+ '℠' => 'SM',
+ '℡' => 'TEL',
+ '™' => 'TM',
+ 'ℤ' => 'Z',
+ 'ℨ' => 'Z',
+ 'ℬ' => 'B',
+ 'ℭ' => 'C',
+ 'ℯ' => 'e',
+ 'ℰ' => 'E',
+ 'ℱ' => 'F',
+ 'ℳ' => 'M',
+ 'ℴ' => 'o',
+ 'ℵ' => 'א',
+ 'ℶ' => 'ב',
+ 'ℷ' => 'ג',
+ 'ℸ' => 'ד',
+ 'ℹ' => 'i',
+ '℻' => 'FAX',
+ 'ℼ' => 'π',
+ 'ℽ' => 'γ',
+ 'ℾ' => 'Γ',
+ 'ℿ' => 'Π',
+ '⅀' => '∑',
+ 'ⅅ' => 'D',
+ 'ⅆ' => 'd',
+ 'ⅇ' => 'e',
+ 'ⅈ' => 'i',
+ 'ⅉ' => 'j',
+ '⅐' => '1⁄7',
+ '⅑' => '1⁄9',
+ '⅒' => '1⁄10',
+ '⅓' => '1⁄3',
+ '⅔' => '2⁄3',
+ '⅕' => '1⁄5',
+ '⅖' => '2⁄5',
+ '⅗' => '3⁄5',
+ '⅘' => '4⁄5',
+ '⅙' => '1⁄6',
+ '⅚' => '5⁄6',
+ '⅛' => '1⁄8',
+ '⅜' => '3⁄8',
+ '⅝' => '5⁄8',
+ '⅞' => '7⁄8',
+ '⅟' => '1⁄',
+ 'Ⅰ' => 'I',
+ 'Ⅱ' => 'II',
+ 'Ⅲ' => 'III',
+ 'Ⅳ' => 'IV',
+ 'Ⅴ' => 'V',
+ 'Ⅵ' => 'VI',
+ 'Ⅶ' => 'VII',
+ 'Ⅷ' => 'VIII',
+ 'Ⅸ' => 'IX',
+ 'Ⅹ' => 'X',
+ 'Ⅺ' => 'XI',
+ 'Ⅻ' => 'XII',
+ 'Ⅼ' => 'L',
+ 'Ⅽ' => 'C',
+ 'Ⅾ' => 'D',
+ 'Ⅿ' => 'M',
+ 'ⅰ' => 'i',
+ 'ⅱ' => 'ii',
+ 'ⅲ' => 'iii',
+ 'ⅳ' => 'iv',
+ 'ⅴ' => 'v',
+ 'ⅵ' => 'vi',
+ 'ⅶ' => 'vii',
+ 'ⅷ' => 'viii',
+ 'ⅸ' => 'ix',
+ 'ⅹ' => 'x',
+ 'ⅺ' => 'xi',
+ 'ⅻ' => 'xii',
+ 'ⅼ' => 'l',
+ 'ⅽ' => 'c',
+ 'ⅾ' => 'd',
+ 'ⅿ' => 'm',
+ '↉' => '0⁄3',
+ '∬' => '∫∫',
+ '∭' => '∫∫∫',
+ '∯' => '∮∮',
+ '∰' => '∮∮∮',
+ '①' => '1',
+ '②' => '2',
+ '③' => '3',
+ '④' => '4',
+ '⑤' => '5',
+ '⑥' => '6',
+ '⑦' => '7',
+ '⑧' => '8',
+ '⑨' => '9',
+ '⑩' => '10',
+ '⑪' => '11',
+ '⑫' => '12',
+ '⑬' => '13',
+ '⑭' => '14',
+ '⑮' => '15',
+ '⑯' => '16',
+ '⑰' => '17',
+ '⑱' => '18',
+ '⑲' => '19',
+ '⑳' => '20',
+ '⑴' => '(1)',
+ '⑵' => '(2)',
+ '⑶' => '(3)',
+ '⑷' => '(4)',
+ '⑸' => '(5)',
+ '⑹' => '(6)',
+ '⑺' => '(7)',
+ '⑻' => '(8)',
+ '⑼' => '(9)',
+ '⑽' => '(10)',
+ '⑾' => '(11)',
+ '⑿' => '(12)',
+ '⒀' => '(13)',
+ '⒁' => '(14)',
+ '⒂' => '(15)',
+ '⒃' => '(16)',
+ '⒄' => '(17)',
+ '⒅' => '(18)',
+ '⒆' => '(19)',
+ '⒇' => '(20)',
+ '⒈' => '1.',
+ '⒉' => '2.',
+ '⒊' => '3.',
+ '⒋' => '4.',
+ '⒌' => '5.',
+ '⒍' => '6.',
+ '⒎' => '7.',
+ '⒏' => '8.',
+ '⒐' => '9.',
+ '⒑' => '10.',
+ '⒒' => '11.',
+ '⒓' => '12.',
+ '⒔' => '13.',
+ '⒕' => '14.',
+ '⒖' => '15.',
+ '⒗' => '16.',
+ '⒘' => '17.',
+ '⒙' => '18.',
+ '⒚' => '19.',
+ '⒛' => '20.',
+ '⒜' => '(a)',
+ '⒝' => '(b)',
+ '⒞' => '(c)',
+ '⒟' => '(d)',
+ '⒠' => '(e)',
+ '⒡' => '(f)',
+ '⒢' => '(g)',
+ '⒣' => '(h)',
+ '⒤' => '(i)',
+ '⒥' => '(j)',
+ '⒦' => '(k)',
+ '⒧' => '(l)',
+ '⒨' => '(m)',
+ '⒩' => '(n)',
+ '⒪' => '(o)',
+ '⒫' => '(p)',
+ '⒬' => '(q)',
+ '⒭' => '(r)',
+ '⒮' => '(s)',
+ '⒯' => '(t)',
+ '⒰' => '(u)',
+ '⒱' => '(v)',
+ '⒲' => '(w)',
+ '⒳' => '(x)',
+ '⒴' => '(y)',
+ '⒵' => '(z)',
+ 'Ⓐ' => 'A',
+ 'Ⓑ' => 'B',
+ 'Ⓒ' => 'C',
+ 'Ⓓ' => 'D',
+ 'Ⓔ' => 'E',
+ 'Ⓕ' => 'F',
+ 'Ⓖ' => 'G',
+ 'Ⓗ' => 'H',
+ 'Ⓘ' => 'I',
+ 'Ⓙ' => 'J',
+ 'Ⓚ' => 'K',
+ 'Ⓛ' => 'L',
+ 'Ⓜ' => 'M',
+ 'Ⓝ' => 'N',
+ 'Ⓞ' => 'O',
+ 'Ⓟ' => 'P',
+ 'Ⓠ' => 'Q',
+ 'Ⓡ' => 'R',
+ 'Ⓢ' => 'S',
+ 'Ⓣ' => 'T',
+ 'Ⓤ' => 'U',
+ 'Ⓥ' => 'V',
+ 'Ⓦ' => 'W',
+ 'Ⓧ' => 'X',
+ 'Ⓨ' => 'Y',
+ 'Ⓩ' => 'Z',
+ 'ⓐ' => 'a',
+ 'ⓑ' => 'b',
+ 'ⓒ' => 'c',
+ 'ⓓ' => 'd',
+ 'ⓔ' => 'e',
+ 'ⓕ' => 'f',
+ 'ⓖ' => 'g',
+ 'ⓗ' => 'h',
+ 'ⓘ' => 'i',
+ 'ⓙ' => 'j',
+ 'ⓚ' => 'k',
+ 'ⓛ' => 'l',
+ 'ⓜ' => 'm',
+ 'ⓝ' => 'n',
+ 'ⓞ' => 'o',
+ 'ⓟ' => 'p',
+ 'ⓠ' => 'q',
+ 'ⓡ' => 'r',
+ 'ⓢ' => 's',
+ 'ⓣ' => 't',
+ 'ⓤ' => 'u',
+ 'ⓥ' => 'v',
+ 'ⓦ' => 'w',
+ 'ⓧ' => 'x',
+ 'ⓨ' => 'y',
+ 'ⓩ' => 'z',
+ '⓪' => '0',
+ '⨌' => '∫∫∫∫',
+ '⩴' => '::=',
+ '⩵' => '==',
+ '⩶' => '===',
+ 'ⱼ' => 'j',
+ 'ⱽ' => 'V',
+ 'ⵯ' => 'ⵡ',
+ '⺟' => '母',
+ '⻳' => '龟',
+ '⼀' => '一',
+ '⼁' => '丨',
+ '⼂' => '丶',
+ '⼃' => '丿',
+ '⼄' => '乙',
+ '⼅' => '亅',
+ '⼆' => '二',
+ '⼇' => '亠',
+ '⼈' => '人',
+ '⼉' => '儿',
+ '⼊' => '入',
+ '⼋' => '八',
+ '⼌' => '冂',
+ '⼍' => '冖',
+ '⼎' => '冫',
+ '⼏' => '几',
+ '⼐' => '凵',
+ '⼑' => '刀',
+ '⼒' => '力',
+ '⼓' => '勹',
+ '⼔' => '匕',
+ '⼕' => '匚',
+ '⼖' => '匸',
+ '⼗' => '十',
+ '⼘' => '卜',
+ '⼙' => '卩',
+ '⼚' => '厂',
+ '⼛' => '厶',
+ '⼜' => '又',
+ '⼝' => '口',
+ '⼞' => '囗',
+ '⼟' => '土',
+ '⼠' => '士',
+ '⼡' => '夂',
+ '⼢' => '夊',
+ '⼣' => '夕',
+ '⼤' => '大',
+ '⼥' => '女',
+ '⼦' => '子',
+ '⼧' => '宀',
+ '⼨' => '寸',
+ '⼩' => '小',
+ '⼪' => '尢',
+ '⼫' => '尸',
+ '⼬' => '屮',
+ '⼭' => '山',
+ '⼮' => '巛',
+ '⼯' => '工',
+ '⼰' => '己',
+ '⼱' => '巾',
+ '⼲' => '干',
+ '⼳' => '幺',
+ '⼴' => '广',
+ '⼵' => '廴',
+ '⼶' => '廾',
+ '⼷' => '弋',
+ '⼸' => '弓',
+ '⼹' => '彐',
+ '⼺' => '彡',
+ '⼻' => '彳',
+ '⼼' => '心',
+ '⼽' => '戈',
+ '⼾' => '戶',
+ '⼿' => '手',
+ '⽀' => '支',
+ '⽁' => '攴',
+ '⽂' => '文',
+ '⽃' => '斗',
+ '⽄' => '斤',
+ '⽅' => '方',
+ '⽆' => '无',
+ '⽇' => '日',
+ '⽈' => '曰',
+ '⽉' => '月',
+ '⽊' => '木',
+ '⽋' => '欠',
+ '⽌' => '止',
+ '⽍' => '歹',
+ '⽎' => '殳',
+ '⽏' => '毋',
+ '⽐' => '比',
+ '⽑' => '毛',
+ '⽒' => '氏',
+ '⽓' => '气',
+ '⽔' => '水',
+ '⽕' => '火',
+ '⽖' => '爪',
+ '⽗' => '父',
+ '⽘' => '爻',
+ '⽙' => '爿',
+ '⽚' => '片',
+ '⽛' => '牙',
+ '⽜' => '牛',
+ '⽝' => '犬',
+ '⽞' => '玄',
+ '⽟' => '玉',
+ '⽠' => '瓜',
+ '⽡' => '瓦',
+ '⽢' => '甘',
+ '⽣' => '生',
+ '⽤' => '用',
+ '⽥' => '田',
+ '⽦' => '疋',
+ '⽧' => '疒',
+ '⽨' => '癶',
+ '⽩' => '白',
+ '⽪' => '皮',
+ '⽫' => '皿',
+ '⽬' => '目',
+ '⽭' => '矛',
+ '⽮' => '矢',
+ '⽯' => '石',
+ '⽰' => '示',
+ '⽱' => '禸',
+ '⽲' => '禾',
+ '⽳' => '穴',
+ '⽴' => '立',
+ '⽵' => '竹',
+ '⽶' => '米',
+ '⽷' => '糸',
+ '⽸' => '缶',
+ '⽹' => '网',
+ '⽺' => '羊',
+ '⽻' => '羽',
+ '⽼' => '老',
+ '⽽' => '而',
+ '⽾' => '耒',
+ '⽿' => '耳',
+ '⾀' => '聿',
+ '⾁' => '肉',
+ '⾂' => '臣',
+ '⾃' => '自',
+ '⾄' => '至',
+ '⾅' => '臼',
+ '⾆' => '舌',
+ '⾇' => '舛',
+ '⾈' => '舟',
+ '⾉' => '艮',
+ '⾊' => '色',
+ '⾋' => '艸',
+ '⾌' => '虍',
+ '⾍' => '虫',
+ '⾎' => '血',
+ '⾏' => '行',
+ '⾐' => '衣',
+ '⾑' => '襾',
+ '⾒' => '見',
+ '⾓' => '角',
+ '⾔' => '言',
+ '⾕' => '谷',
+ '⾖' => '豆',
+ '⾗' => '豕',
+ '⾘' => '豸',
+ '⾙' => '貝',
+ '⾚' => '赤',
+ '⾛' => '走',
+ '⾜' => '足',
+ '⾝' => '身',
+ '⾞' => '車',
+ '⾟' => '辛',
+ '⾠' => '辰',
+ '⾡' => '辵',
+ '⾢' => '邑',
+ '⾣' => '酉',
+ '⾤' => '釆',
+ '⾥' => '里',
+ '⾦' => '金',
+ '⾧' => '長',
+ '⾨' => '門',
+ '⾩' => '阜',
+ '⾪' => '隶',
+ '⾫' => '隹',
+ '⾬' => '雨',
+ '⾭' => '靑',
+ '⾮' => '非',
+ '⾯' => '面',
+ '⾰' => '革',
+ '⾱' => '韋',
+ '⾲' => '韭',
+ '⾳' => '音',
+ '⾴' => '頁',
+ '⾵' => '風',
+ '⾶' => '飛',
+ '⾷' => '食',
+ '⾸' => '首',
+ '⾹' => '香',
+ '⾺' => '馬',
+ '⾻' => '骨',
+ '⾼' => '高',
+ '⾽' => '髟',
+ '⾾' => '鬥',
+ '⾿' => '鬯',
+ '⿀' => '鬲',
+ '⿁' => '鬼',
+ '⿂' => '魚',
+ '⿃' => '鳥',
+ '⿄' => '鹵',
+ '⿅' => '鹿',
+ '⿆' => '麥',
+ '⿇' => '麻',
+ '⿈' => '黃',
+ '⿉' => '黍',
+ '⿊' => '黑',
+ '⿋' => '黹',
+ '⿌' => '黽',
+ '⿍' => '鼎',
+ '⿎' => '鼓',
+ '⿏' => '鼠',
+ '⿐' => '鼻',
+ '⿑' => '齊',
+ '⿒' => '齒',
+ '⿓' => '龍',
+ '⿔' => '龜',
+ '⿕' => '龠',
+ ' ' => ' ',
+ '〶' => '〒',
+ '〸' => '十',
+ '〹' => '卄',
+ '〺' => '卅',
+ '゛' => ' ゙',
+ '゜' => ' ゚',
+ 'ゟ' => 'より',
+ 'ヿ' => 'コト',
+ 'ㄱ' => 'ᄀ',
+ 'ㄲ' => 'ᄁ',
+ 'ㄳ' => 'ᆪ',
+ 'ㄴ' => 'ᄂ',
+ 'ㄵ' => 'ᆬ',
+ 'ㄶ' => 'ᆭ',
+ 'ㄷ' => 'ᄃ',
+ 'ㄸ' => 'ᄄ',
+ 'ㄹ' => 'ᄅ',
+ 'ㄺ' => 'ᆰ',
+ 'ㄻ' => 'ᆱ',
+ 'ㄼ' => 'ᆲ',
+ 'ㄽ' => 'ᆳ',
+ 'ㄾ' => 'ᆴ',
+ 'ㄿ' => 'ᆵ',
+ 'ㅀ' => 'ᄚ',
+ 'ㅁ' => 'ᄆ',
+ 'ㅂ' => 'ᄇ',
+ 'ㅃ' => 'ᄈ',
+ 'ㅄ' => 'ᄡ',
+ 'ㅅ' => 'ᄉ',
+ 'ㅆ' => 'ᄊ',
+ 'ㅇ' => 'ᄋ',
+ 'ㅈ' => 'ᄌ',
+ 'ㅉ' => 'ᄍ',
+ 'ㅊ' => 'ᄎ',
+ 'ㅋ' => 'ᄏ',
+ 'ㅌ' => 'ᄐ',
+ 'ㅍ' => 'ᄑ',
+ 'ㅎ' => 'ᄒ',
+ 'ㅏ' => 'ᅡ',
+ 'ㅐ' => 'ᅢ',
+ 'ㅑ' => 'ᅣ',
+ 'ㅒ' => 'ᅤ',
+ 'ㅓ' => 'ᅥ',
+ 'ㅔ' => 'ᅦ',
+ 'ㅕ' => 'ᅧ',
+ 'ㅖ' => 'ᅨ',
+ 'ㅗ' => 'ᅩ',
+ 'ㅘ' => 'ᅪ',
+ 'ㅙ' => 'ᅫ',
+ 'ㅚ' => 'ᅬ',
+ 'ㅛ' => 'ᅭ',
+ 'ㅜ' => 'ᅮ',
+ 'ㅝ' => 'ᅯ',
+ 'ㅞ' => 'ᅰ',
+ 'ㅟ' => 'ᅱ',
+ 'ㅠ' => 'ᅲ',
+ 'ㅡ' => 'ᅳ',
+ 'ㅢ' => 'ᅴ',
+ 'ㅣ' => 'ᅵ',
+ 'ㅤ' => 'ᅠ',
+ 'ㅥ' => 'ᄔ',
+ 'ㅦ' => 'ᄕ',
+ 'ㅧ' => 'ᇇ',
+ 'ㅨ' => 'ᇈ',
+ 'ㅩ' => 'ᇌ',
+ 'ㅪ' => 'ᇎ',
+ 'ㅫ' => 'ᇓ',
+ 'ㅬ' => 'ᇗ',
+ 'ㅭ' => 'ᇙ',
+ 'ㅮ' => 'ᄜ',
+ 'ㅯ' => 'ᇝ',
+ 'ㅰ' => 'ᇟ',
+ 'ㅱ' => 'ᄝ',
+ 'ㅲ' => 'ᄞ',
+ 'ㅳ' => 'ᄠ',
+ 'ㅴ' => 'ᄢ',
+ 'ㅵ' => 'ᄣ',
+ 'ㅶ' => 'ᄧ',
+ 'ㅷ' => 'ᄩ',
+ 'ㅸ' => 'ᄫ',
+ 'ㅹ' => 'ᄬ',
+ 'ㅺ' => 'ᄭ',
+ 'ㅻ' => 'ᄮ',
+ 'ㅼ' => 'ᄯ',
+ 'ㅽ' => 'ᄲ',
+ 'ㅾ' => 'ᄶ',
+ 'ㅿ' => 'ᅀ',
+ 'ㆀ' => 'ᅇ',
+ 'ㆁ' => 'ᅌ',
+ 'ㆂ' => 'ᇱ',
+ 'ㆃ' => 'ᇲ',
+ 'ㆄ' => 'ᅗ',
+ 'ㆅ' => 'ᅘ',
+ 'ㆆ' => 'ᅙ',
+ 'ㆇ' => 'ᆄ',
+ 'ㆈ' => 'ᆅ',
+ 'ㆉ' => 'ᆈ',
+ 'ㆊ' => 'ᆑ',
+ 'ㆋ' => 'ᆒ',
+ 'ㆌ' => 'ᆔ',
+ 'ㆍ' => 'ᆞ',
+ 'ㆎ' => 'ᆡ',
+ '㆒' => '一',
+ '㆓' => '二',
+ '㆔' => '三',
+ '㆕' => '四',
+ '㆖' => '上',
+ '㆗' => '中',
+ '㆘' => '下',
+ '㆙' => '甲',
+ '㆚' => '乙',
+ '㆛' => '丙',
+ '㆜' => '丁',
+ '㆝' => '天',
+ '㆞' => '地',
+ '㆟' => '人',
+ '㈀' => '(ᄀ)',
+ '㈁' => '(ᄂ)',
+ '㈂' => '(ᄃ)',
+ '㈃' => '(ᄅ)',
+ '㈄' => '(ᄆ)',
+ '㈅' => '(ᄇ)',
+ '㈆' => '(ᄉ)',
+ '㈇' => '(ᄋ)',
+ '㈈' => '(ᄌ)',
+ '㈉' => '(ᄎ)',
+ '㈊' => '(ᄏ)',
+ '㈋' => '(ᄐ)',
+ '㈌' => '(ᄑ)',
+ '㈍' => '(ᄒ)',
+ '㈎' => '(가)',
+ '㈏' => '(나)',
+ '㈐' => '(다)',
+ '㈑' => '(라)',
+ '㈒' => '(마)',
+ '㈓' => '(바)',
+ '㈔' => '(사)',
+ '㈕' => '(아)',
+ '㈖' => '(자)',
+ '㈗' => '(차)',
+ '㈘' => '(카)',
+ '㈙' => '(타)',
+ '㈚' => '(파)',
+ '㈛' => '(하)',
+ '㈜' => '(주)',
+ '㈝' => '(오전)',
+ '㈞' => '(오후)',
+ '㈠' => '(一)',
+ '㈡' => '(二)',
+ '㈢' => '(三)',
+ '㈣' => '(四)',
+ '㈤' => '(五)',
+ '㈥' => '(六)',
+ '㈦' => '(七)',
+ '㈧' => '(八)',
+ '㈨' => '(九)',
+ '㈩' => '(十)',
+ '㈪' => '(月)',
+ '㈫' => '(火)',
+ '㈬' => '(水)',
+ '㈭' => '(木)',
+ '㈮' => '(金)',
+ '㈯' => '(土)',
+ '㈰' => '(日)',
+ '㈱' => '(株)',
+ '㈲' => '(有)',
+ '㈳' => '(社)',
+ '㈴' => '(名)',
+ '㈵' => '(特)',
+ '㈶' => '(財)',
+ '㈷' => '(祝)',
+ '㈸' => '(労)',
+ '㈹' => '(代)',
+ '㈺' => '(呼)',
+ '㈻' => '(学)',
+ '㈼' => '(監)',
+ '㈽' => '(企)',
+ '㈾' => '(資)',
+ '㈿' => '(協)',
+ '㉀' => '(祭)',
+ '㉁' => '(休)',
+ '㉂' => '(自)',
+ '㉃' => '(至)',
+ '㉄' => '問',
+ '㉅' => '幼',
+ '㉆' => '文',
+ '㉇' => '箏',
+ '㉐' => 'PTE',
+ '㉑' => '21',
+ '㉒' => '22',
+ '㉓' => '23',
+ '㉔' => '24',
+ '㉕' => '25',
+ '㉖' => '26',
+ '㉗' => '27',
+ '㉘' => '28',
+ '㉙' => '29',
+ '㉚' => '30',
+ '㉛' => '31',
+ '㉜' => '32',
+ '㉝' => '33',
+ '㉞' => '34',
+ '㉟' => '35',
+ '㉠' => 'ᄀ',
+ '㉡' => 'ᄂ',
+ '㉢' => 'ᄃ',
+ '㉣' => 'ᄅ',
+ '㉤' => 'ᄆ',
+ '㉥' => 'ᄇ',
+ '㉦' => 'ᄉ',
+ '㉧' => 'ᄋ',
+ '㉨' => 'ᄌ',
+ '㉩' => 'ᄎ',
+ '㉪' => 'ᄏ',
+ '㉫' => 'ᄐ',
+ '㉬' => 'ᄑ',
+ '㉭' => 'ᄒ',
+ '㉮' => '가',
+ '㉯' => '나',
+ '㉰' => '다',
+ '㉱' => '라',
+ '㉲' => '마',
+ '㉳' => '바',
+ '㉴' => '사',
+ '㉵' => '아',
+ '㉶' => '자',
+ '㉷' => '차',
+ '㉸' => '카',
+ '㉹' => '타',
+ '㉺' => '파',
+ '㉻' => '하',
+ '㉼' => '참고',
+ '㉽' => '주의',
+ '㉾' => '우',
+ '㊀' => '一',
+ '㊁' => '二',
+ '㊂' => '三',
+ '㊃' => '四',
+ '㊄' => '五',
+ '㊅' => '六',
+ '㊆' => '七',
+ '㊇' => '八',
+ '㊈' => '九',
+ '㊉' => '十',
+ '㊊' => '月',
+ '㊋' => '火',
+ '㊌' => '水',
+ '㊍' => '木',
+ '㊎' => '金',
+ '㊏' => '土',
+ '㊐' => '日',
+ '㊑' => '株',
+ '㊒' => '有',
+ '㊓' => '社',
+ '㊔' => '名',
+ '㊕' => '特',
+ '㊖' => '財',
+ '㊗' => '祝',
+ '㊘' => '労',
+ '㊙' => '秘',
+ '㊚' => '男',
+ '㊛' => '女',
+ '㊜' => '適',
+ '㊝' => '優',
+ '㊞' => '印',
+ '㊟' => '注',
+ '㊠' => '項',
+ '㊡' => '休',
+ '㊢' => '写',
+ '㊣' => '正',
+ '㊤' => '上',
+ '㊥' => '中',
+ '㊦' => '下',
+ '㊧' => '左',
+ '㊨' => '右',
+ '㊩' => '医',
+ '㊪' => '宗',
+ '㊫' => '学',
+ '㊬' => '監',
+ '㊭' => '企',
+ '㊮' => '資',
+ '㊯' => '協',
+ '㊰' => '夜',
+ '㊱' => '36',
+ '㊲' => '37',
+ '㊳' => '38',
+ '㊴' => '39',
+ '㊵' => '40',
+ '㊶' => '41',
+ '㊷' => '42',
+ '㊸' => '43',
+ '㊹' => '44',
+ '㊺' => '45',
+ '㊻' => '46',
+ '㊼' => '47',
+ '㊽' => '48',
+ '㊾' => '49',
+ '㊿' => '50',
+ '㋀' => '1月',
+ '㋁' => '2月',
+ '㋂' => '3月',
+ '㋃' => '4月',
+ '㋄' => '5月',
+ '㋅' => '6月',
+ '㋆' => '7月',
+ '㋇' => '8月',
+ '㋈' => '9月',
+ '㋉' => '10月',
+ '㋊' => '11月',
+ '㋋' => '12月',
+ '㋌' => 'Hg',
+ '㋍' => 'erg',
+ '㋎' => 'eV',
+ '㋏' => 'LTD',
+ '㋐' => 'ア',
+ '㋑' => 'イ',
+ '㋒' => 'ウ',
+ '㋓' => 'エ',
+ '㋔' => 'オ',
+ '㋕' => 'カ',
+ '㋖' => 'キ',
+ '㋗' => 'ク',
+ '㋘' => 'ケ',
+ '㋙' => 'コ',
+ '㋚' => 'サ',
+ '㋛' => 'シ',
+ '㋜' => 'ス',
+ '㋝' => 'セ',
+ '㋞' => 'ソ',
+ '㋟' => 'タ',
+ '㋠' => 'チ',
+ '㋡' => 'ツ',
+ '㋢' => 'テ',
+ '㋣' => 'ト',
+ '㋤' => 'ナ',
+ '㋥' => 'ニ',
+ '㋦' => 'ヌ',
+ '㋧' => 'ネ',
+ '㋨' => 'ノ',
+ '㋩' => 'ハ',
+ '㋪' => 'ヒ',
+ '㋫' => 'フ',
+ '㋬' => 'ヘ',
+ '㋭' => 'ホ',
+ '㋮' => 'マ',
+ '㋯' => 'ミ',
+ '㋰' => 'ム',
+ '㋱' => 'メ',
+ '㋲' => 'モ',
+ '㋳' => 'ヤ',
+ '㋴' => 'ユ',
+ '㋵' => 'ヨ',
+ '㋶' => 'ラ',
+ '㋷' => 'リ',
+ '㋸' => 'ル',
+ '㋹' => 'レ',
+ '㋺' => 'ロ',
+ '㋻' => 'ワ',
+ '㋼' => 'ヰ',
+ '㋽' => 'ヱ',
+ '㋾' => 'ヲ',
+ '㋿' => '令和',
+ '㌀' => 'アパート',
+ '㌁' => 'アルファ',
+ '㌂' => 'アンペア',
+ '㌃' => 'アール',
+ '㌄' => 'イニング',
+ '㌅' => 'インチ',
+ '㌆' => 'ウォン',
+ '㌇' => 'エスクード',
+ '㌈' => 'エーカー',
+ '㌉' => 'オンス',
+ '㌊' => 'オーム',
+ '㌋' => 'カイリ',
+ '㌌' => 'カラット',
+ '㌍' => 'カロリー',
+ '㌎' => 'ガロン',
+ '㌏' => 'ガンマ',
+ '㌐' => 'ギガ',
+ '㌑' => 'ギニー',
+ '㌒' => 'キュリー',
+ '㌓' => 'ギルダー',
+ '㌔' => 'キロ',
+ '㌕' => 'キログラム',
+ '㌖' => 'キロメートル',
+ '㌗' => 'キロワット',
+ '㌘' => 'グラム',
+ '㌙' => 'グラムトン',
+ '㌚' => 'クルゼイロ',
+ '㌛' => 'クローネ',
+ '㌜' => 'ケース',
+ '㌝' => 'コルナ',
+ '㌞' => 'コーポ',
+ '㌟' => 'サイクル',
+ '㌠' => 'サンチーム',
+ '㌡' => 'シリング',
+ '㌢' => 'センチ',
+ '㌣' => 'セント',
+ '㌤' => 'ダース',
+ '㌥' => 'デシ',
+ '㌦' => 'ドル',
+ '㌧' => 'トン',
+ '㌨' => 'ナノ',
+ '㌩' => 'ノット',
+ '㌪' => 'ハイツ',
+ '㌫' => 'パーセント',
+ '㌬' => 'パーツ',
+ '㌭' => 'バーレル',
+ '㌮' => 'ピアストル',
+ '㌯' => 'ピクル',
+ '㌰' => 'ピコ',
+ '㌱' => 'ビル',
+ '㌲' => 'ファラッド',
+ '㌳' => 'フィート',
+ '㌴' => 'ブッシェル',
+ '㌵' => 'フラン',
+ '㌶' => 'ヘクタール',
+ '㌷' => 'ペソ',
+ '㌸' => 'ペニヒ',
+ '㌹' => 'ヘルツ',
+ '㌺' => 'ペンス',
+ '㌻' => 'ページ',
+ '㌼' => 'ベータ',
+ '㌽' => 'ポイント',
+ '㌾' => 'ボルト',
+ '㌿' => 'ホン',
+ '㍀' => 'ポンド',
+ '㍁' => 'ホール',
+ '㍂' => 'ホーン',
+ '㍃' => 'マイクロ',
+ '㍄' => 'マイル',
+ '㍅' => 'マッハ',
+ '㍆' => 'マルク',
+ '㍇' => 'マンション',
+ '㍈' => 'ミクロン',
+ '㍉' => 'ミリ',
+ '㍊' => 'ミリバール',
+ '㍋' => 'メガ',
+ '㍌' => 'メガトン',
+ '㍍' => 'メートル',
+ '㍎' => 'ヤード',
+ '㍏' => 'ヤール',
+ '㍐' => 'ユアン',
+ '㍑' => 'リットル',
+ '㍒' => 'リラ',
+ '㍓' => 'ルピー',
+ '㍔' => 'ルーブル',
+ '㍕' => 'レム',
+ '㍖' => 'レントゲン',
+ '㍗' => 'ワット',
+ '㍘' => '0点',
+ '㍙' => '1点',
+ '㍚' => '2点',
+ '㍛' => '3点',
+ '㍜' => '4点',
+ '㍝' => '5点',
+ '㍞' => '6点',
+ '㍟' => '7点',
+ '㍠' => '8点',
+ '㍡' => '9点',
+ '㍢' => '10点',
+ '㍣' => '11点',
+ '㍤' => '12点',
+ '㍥' => '13点',
+ '㍦' => '14点',
+ '㍧' => '15点',
+ '㍨' => '16点',
+ '㍩' => '17点',
+ '㍪' => '18点',
+ '㍫' => '19点',
+ '㍬' => '20点',
+ '㍭' => '21点',
+ '㍮' => '22点',
+ '㍯' => '23点',
+ '㍰' => '24点',
+ '㍱' => 'hPa',
+ '㍲' => 'da',
+ '㍳' => 'AU',
+ '㍴' => 'bar',
+ '㍵' => 'oV',
+ '㍶' => 'pc',
+ '㍷' => 'dm',
+ '㍸' => 'dm2',
+ '㍹' => 'dm3',
+ '㍺' => 'IU',
+ '㍻' => '平成',
+ '㍼' => '昭和',
+ '㍽' => '大正',
+ '㍾' => '明治',
+ '㍿' => '株式会社',
+ '㎀' => 'pA',
+ '㎁' => 'nA',
+ '㎂' => 'μA',
+ '㎃' => 'mA',
+ '㎄' => 'kA',
+ '㎅' => 'KB',
+ '㎆' => 'MB',
+ '㎇' => 'GB',
+ '㎈' => 'cal',
+ '㎉' => 'kcal',
+ '㎊' => 'pF',
+ '㎋' => 'nF',
+ '㎌' => 'μF',
+ '㎍' => 'μg',
+ '㎎' => 'mg',
+ '㎏' => 'kg',
+ '㎐' => 'Hz',
+ '㎑' => 'kHz',
+ '㎒' => 'MHz',
+ '㎓' => 'GHz',
+ '㎔' => 'THz',
+ '㎕' => 'μl',
+ '㎖' => 'ml',
+ '㎗' => 'dl',
+ '㎘' => 'kl',
+ '㎙' => 'fm',
+ '㎚' => 'nm',
+ '㎛' => 'μm',
+ '㎜' => 'mm',
+ '㎝' => 'cm',
+ '㎞' => 'km',
+ '㎟' => 'mm2',
+ '㎠' => 'cm2',
+ '㎡' => 'm2',
+ '㎢' => 'km2',
+ '㎣' => 'mm3',
+ '㎤' => 'cm3',
+ '㎥' => 'm3',
+ '㎦' => 'km3',
+ '㎧' => 'm∕s',
+ '㎨' => 'm∕s2',
+ '㎩' => 'Pa',
+ '㎪' => 'kPa',
+ '㎫' => 'MPa',
+ '㎬' => 'GPa',
+ '㎭' => 'rad',
+ '㎮' => 'rad∕s',
+ '㎯' => 'rad∕s2',
+ '㎰' => 'ps',
+ '㎱' => 'ns',
+ '㎲' => 'μs',
+ '㎳' => 'ms',
+ '㎴' => 'pV',
+ '㎵' => 'nV',
+ '㎶' => 'μV',
+ '㎷' => 'mV',
+ '㎸' => 'kV',
+ '㎹' => 'MV',
+ '㎺' => 'pW',
+ '㎻' => 'nW',
+ '㎼' => 'μW',
+ '㎽' => 'mW',
+ '㎾' => 'kW',
+ '㎿' => 'MW',
+ '㏀' => 'kΩ',
+ '㏁' => 'MΩ',
+ '㏂' => 'a.m.',
+ '㏃' => 'Bq',
+ '㏄' => 'cc',
+ '㏅' => 'cd',
+ '㏆' => 'C∕kg',
+ '㏇' => 'Co.',
+ '㏈' => 'dB',
+ '㏉' => 'Gy',
+ '㏊' => 'ha',
+ '㏋' => 'HP',
+ '㏌' => 'in',
+ '㏍' => 'KK',
+ '㏎' => 'KM',
+ '㏏' => 'kt',
+ '㏐' => 'lm',
+ '㏑' => 'ln',
+ '㏒' => 'log',
+ '㏓' => 'lx',
+ '㏔' => 'mb',
+ '㏕' => 'mil',
+ '㏖' => 'mol',
+ '㏗' => 'PH',
+ '㏘' => 'p.m.',
+ '㏙' => 'PPM',
+ '㏚' => 'PR',
+ '㏛' => 'sr',
+ '㏜' => 'Sv',
+ '㏝' => 'Wb',
+ '㏞' => 'V∕m',
+ '㏟' => 'A∕m',
+ '㏠' => '1日',
+ '㏡' => '2日',
+ '㏢' => '3日',
+ '㏣' => '4日',
+ '㏤' => '5日',
+ '㏥' => '6日',
+ '㏦' => '7日',
+ '㏧' => '8日',
+ '㏨' => '9日',
+ '㏩' => '10日',
+ '㏪' => '11日',
+ '㏫' => '12日',
+ '㏬' => '13日',
+ '㏭' => '14日',
+ '㏮' => '15日',
+ '㏯' => '16日',
+ '㏰' => '17日',
+ '㏱' => '18日',
+ '㏲' => '19日',
+ '㏳' => '20日',
+ '㏴' => '21日',
+ '㏵' => '22日',
+ '㏶' => '23日',
+ '㏷' => '24日',
+ '㏸' => '25日',
+ '㏹' => '26日',
+ '㏺' => '27日',
+ '㏻' => '28日',
+ '㏼' => '29日',
+ '㏽' => '30日',
+ '㏾' => '31日',
+ '㏿' => 'gal',
+ 'ꚜ' => 'ъ',
+ 'ꚝ' => 'ь',
+ 'ꝰ' => 'ꝯ',
+ 'ꟸ' => 'Ħ',
+ 'ꟹ' => 'œ',
+ 'ꭜ' => 'ꜧ',
+ 'ꭝ' => 'ꬷ',
+ 'ꭞ' => 'ɫ',
+ 'ꭟ' => 'ꭒ',
+ 'ꭩ' => 'ʍ',
+ 'ff' => 'ff',
+ 'fi' => 'fi',
+ 'fl' => 'fl',
+ 'ffi' => 'ffi',
+ 'ffl' => 'ffl',
+ 'ſt' => 'st',
+ 'st' => 'st',
+ 'ﬓ' => 'մն',
+ 'ﬔ' => 'մե',
+ 'ﬕ' => 'մի',
+ 'ﬖ' => 'վն',
+ 'ﬗ' => 'մխ',
+ 'ﬠ' => 'ע',
+ 'ﬡ' => 'א',
+ 'ﬢ' => 'ד',
+ 'ﬣ' => 'ה',
+ 'ﬤ' => 'כ',
+ 'ﬥ' => 'ל',
+ 'ﬦ' => 'ם',
+ 'ﬧ' => 'ר',
+ 'ﬨ' => 'ת',
+ '﬩' => '+',
+ 'ﭏ' => 'אל',
+ 'ﭐ' => 'ٱ',
+ 'ﭑ' => 'ٱ',
+ 'ﭒ' => 'ٻ',
+ 'ﭓ' => 'ٻ',
+ 'ﭔ' => 'ٻ',
+ 'ﭕ' => 'ٻ',
+ 'ﭖ' => 'پ',
+ 'ﭗ' => 'پ',
+ 'ﭘ' => 'پ',
+ 'ﭙ' => 'پ',
+ 'ﭚ' => 'ڀ',
+ 'ﭛ' => 'ڀ',
+ 'ﭜ' => 'ڀ',
+ 'ﭝ' => 'ڀ',
+ 'ﭞ' => 'ٺ',
+ 'ﭟ' => 'ٺ',
+ 'ﭠ' => 'ٺ',
+ 'ﭡ' => 'ٺ',
+ 'ﭢ' => 'ٿ',
+ 'ﭣ' => 'ٿ',
+ 'ﭤ' => 'ٿ',
+ 'ﭥ' => 'ٿ',
+ 'ﭦ' => 'ٹ',
+ 'ﭧ' => 'ٹ',
+ 'ﭨ' => 'ٹ',
+ 'ﭩ' => 'ٹ',
+ 'ﭪ' => 'ڤ',
+ 'ﭫ' => 'ڤ',
+ 'ﭬ' => 'ڤ',
+ 'ﭭ' => 'ڤ',
+ 'ﭮ' => 'ڦ',
+ 'ﭯ' => 'ڦ',
+ 'ﭰ' => 'ڦ',
+ 'ﭱ' => 'ڦ',
+ 'ﭲ' => 'ڄ',
+ 'ﭳ' => 'ڄ',
+ 'ﭴ' => 'ڄ',
+ 'ﭵ' => 'ڄ',
+ 'ﭶ' => 'ڃ',
+ 'ﭷ' => 'ڃ',
+ 'ﭸ' => 'ڃ',
+ 'ﭹ' => 'ڃ',
+ 'ﭺ' => 'چ',
+ 'ﭻ' => 'چ',
+ 'ﭼ' => 'چ',
+ 'ﭽ' => 'چ',
+ 'ﭾ' => 'ڇ',
+ 'ﭿ' => 'ڇ',
+ 'ﮀ' => 'ڇ',
+ 'ﮁ' => 'ڇ',
+ 'ﮂ' => 'ڍ',
+ 'ﮃ' => 'ڍ',
+ 'ﮄ' => 'ڌ',
+ 'ﮅ' => 'ڌ',
+ 'ﮆ' => 'ڎ',
+ 'ﮇ' => 'ڎ',
+ 'ﮈ' => 'ڈ',
+ 'ﮉ' => 'ڈ',
+ 'ﮊ' => 'ژ',
+ 'ﮋ' => 'ژ',
+ 'ﮌ' => 'ڑ',
+ 'ﮍ' => 'ڑ',
+ 'ﮎ' => 'ک',
+ 'ﮏ' => 'ک',
+ 'ﮐ' => 'ک',
+ 'ﮑ' => 'ک',
+ 'ﮒ' => 'گ',
+ 'ﮓ' => 'گ',
+ 'ﮔ' => 'گ',
+ 'ﮕ' => 'گ',
+ 'ﮖ' => 'ڳ',
+ 'ﮗ' => 'ڳ',
+ 'ﮘ' => 'ڳ',
+ 'ﮙ' => 'ڳ',
+ 'ﮚ' => 'ڱ',
+ 'ﮛ' => 'ڱ',
+ 'ﮜ' => 'ڱ',
+ 'ﮝ' => 'ڱ',
+ 'ﮞ' => 'ں',
+ 'ﮟ' => 'ں',
+ 'ﮠ' => 'ڻ',
+ 'ﮡ' => 'ڻ',
+ 'ﮢ' => 'ڻ',
+ 'ﮣ' => 'ڻ',
+ 'ﮤ' => 'ۀ',
+ 'ﮥ' => 'ۀ',
+ 'ﮦ' => 'ہ',
+ 'ﮧ' => 'ہ',
+ 'ﮨ' => 'ہ',
+ 'ﮩ' => 'ہ',
+ 'ﮪ' => 'ھ',
+ 'ﮫ' => 'ھ',
+ 'ﮬ' => 'ھ',
+ 'ﮭ' => 'ھ',
+ 'ﮮ' => 'ے',
+ 'ﮯ' => 'ے',
+ 'ﮰ' => 'ۓ',
+ 'ﮱ' => 'ۓ',
+ 'ﯓ' => 'ڭ',
+ 'ﯔ' => 'ڭ',
+ 'ﯕ' => 'ڭ',
+ 'ﯖ' => 'ڭ',
+ 'ﯗ' => 'ۇ',
+ 'ﯘ' => 'ۇ',
+ 'ﯙ' => 'ۆ',
+ 'ﯚ' => 'ۆ',
+ 'ﯛ' => 'ۈ',
+ 'ﯜ' => 'ۈ',
+ 'ﯝ' => 'ۇٴ',
+ 'ﯞ' => 'ۋ',
+ 'ﯟ' => 'ۋ',
+ 'ﯠ' => 'ۅ',
+ 'ﯡ' => 'ۅ',
+ 'ﯢ' => 'ۉ',
+ 'ﯣ' => 'ۉ',
+ 'ﯤ' => 'ې',
+ 'ﯥ' => 'ې',
+ 'ﯦ' => 'ې',
+ 'ﯧ' => 'ې',
+ 'ﯨ' => 'ى',
+ 'ﯩ' => 'ى',
+ 'ﯪ' => 'ئا',
+ 'ﯫ' => 'ئا',
+ 'ﯬ' => 'ئە',
+ 'ﯭ' => 'ئە',
+ 'ﯮ' => 'ئو',
+ 'ﯯ' => 'ئو',
+ 'ﯰ' => 'ئۇ',
+ 'ﯱ' => 'ئۇ',
+ 'ﯲ' => 'ئۆ',
+ 'ﯳ' => 'ئۆ',
+ 'ﯴ' => 'ئۈ',
+ 'ﯵ' => 'ئۈ',
+ 'ﯶ' => 'ئې',
+ 'ﯷ' => 'ئې',
+ 'ﯸ' => 'ئې',
+ 'ﯹ' => 'ئى',
+ 'ﯺ' => 'ئى',
+ 'ﯻ' => 'ئى',
+ 'ﯼ' => 'ی',
+ 'ﯽ' => 'ی',
+ 'ﯾ' => 'ی',
+ 'ﯿ' => 'ی',
+ 'ﰀ' => 'ئج',
+ 'ﰁ' => 'ئح',
+ 'ﰂ' => 'ئم',
+ 'ﰃ' => 'ئى',
+ 'ﰄ' => 'ئي',
+ 'ﰅ' => 'بج',
+ 'ﰆ' => 'بح',
+ 'ﰇ' => 'بخ',
+ 'ﰈ' => 'بم',
+ 'ﰉ' => 'بى',
+ 'ﰊ' => 'بي',
+ 'ﰋ' => 'تج',
+ 'ﰌ' => 'تح',
+ 'ﰍ' => 'تخ',
+ 'ﰎ' => 'تم',
+ 'ﰏ' => 'تى',
+ 'ﰐ' => 'تي',
+ 'ﰑ' => 'ثج',
+ 'ﰒ' => 'ثم',
+ 'ﰓ' => 'ثى',
+ 'ﰔ' => 'ثي',
+ 'ﰕ' => 'جح',
+ 'ﰖ' => 'جم',
+ 'ﰗ' => 'حج',
+ 'ﰘ' => 'حم',
+ 'ﰙ' => 'خج',
+ 'ﰚ' => 'خح',
+ 'ﰛ' => 'خم',
+ 'ﰜ' => 'سج',
+ 'ﰝ' => 'سح',
+ 'ﰞ' => 'سخ',
+ 'ﰟ' => 'سم',
+ 'ﰠ' => 'صح',
+ 'ﰡ' => 'صم',
+ 'ﰢ' => 'ضج',
+ 'ﰣ' => 'ضح',
+ 'ﰤ' => 'ضخ',
+ 'ﰥ' => 'ضم',
+ 'ﰦ' => 'طح',
+ 'ﰧ' => 'طم',
+ 'ﰨ' => 'ظم',
+ 'ﰩ' => 'عج',
+ 'ﰪ' => 'عم',
+ 'ﰫ' => 'غج',
+ 'ﰬ' => 'غم',
+ 'ﰭ' => 'فج',
+ 'ﰮ' => 'فح',
+ 'ﰯ' => 'فخ',
+ 'ﰰ' => 'فم',
+ 'ﰱ' => 'فى',
+ 'ﰲ' => 'في',
+ 'ﰳ' => 'قح',
+ 'ﰴ' => 'قم',
+ 'ﰵ' => 'قى',
+ 'ﰶ' => 'قي',
+ 'ﰷ' => 'كا',
+ 'ﰸ' => 'كج',
+ 'ﰹ' => 'كح',
+ 'ﰺ' => 'كخ',
+ 'ﰻ' => 'كل',
+ 'ﰼ' => 'كم',
+ 'ﰽ' => 'كى',
+ 'ﰾ' => 'كي',
+ 'ﰿ' => 'لج',
+ 'ﱀ' => 'لح',
+ 'ﱁ' => 'لخ',
+ 'ﱂ' => 'لم',
+ 'ﱃ' => 'لى',
+ 'ﱄ' => 'لي',
+ 'ﱅ' => 'مج',
+ 'ﱆ' => 'مح',
+ 'ﱇ' => 'مخ',
+ 'ﱈ' => 'مم',
+ 'ﱉ' => 'مى',
+ 'ﱊ' => 'مي',
+ 'ﱋ' => 'نج',
+ 'ﱌ' => 'نح',
+ 'ﱍ' => 'نخ',
+ 'ﱎ' => 'نم',
+ 'ﱏ' => 'نى',
+ 'ﱐ' => 'ني',
+ 'ﱑ' => 'هج',
+ 'ﱒ' => 'هم',
+ 'ﱓ' => 'هى',
+ 'ﱔ' => 'هي',
+ 'ﱕ' => 'يج',
+ 'ﱖ' => 'يح',
+ 'ﱗ' => 'يخ',
+ 'ﱘ' => 'يم',
+ 'ﱙ' => 'يى',
+ 'ﱚ' => 'يي',
+ 'ﱛ' => 'ذٰ',
+ 'ﱜ' => 'رٰ',
+ 'ﱝ' => 'ىٰ',
+ 'ﱞ' => ' ٌّ',
+ 'ﱟ' => ' ٍّ',
+ 'ﱠ' => ' َّ',
+ 'ﱡ' => ' ُّ',
+ 'ﱢ' => ' ِّ',
+ 'ﱣ' => ' ّٰ',
+ 'ﱤ' => 'ئر',
+ 'ﱥ' => 'ئز',
+ 'ﱦ' => 'ئم',
+ 'ﱧ' => 'ئن',
+ 'ﱨ' => 'ئى',
+ 'ﱩ' => 'ئي',
+ 'ﱪ' => 'بر',
+ 'ﱫ' => 'بز',
+ 'ﱬ' => 'بم',
+ 'ﱭ' => 'بن',
+ 'ﱮ' => 'بى',
+ 'ﱯ' => 'بي',
+ 'ﱰ' => 'تر',
+ 'ﱱ' => 'تز',
+ 'ﱲ' => 'تم',
+ 'ﱳ' => 'تن',
+ 'ﱴ' => 'تى',
+ 'ﱵ' => 'تي',
+ 'ﱶ' => 'ثر',
+ 'ﱷ' => 'ثز',
+ 'ﱸ' => 'ثم',
+ 'ﱹ' => 'ثن',
+ 'ﱺ' => 'ثى',
+ 'ﱻ' => 'ثي',
+ 'ﱼ' => 'فى',
+ 'ﱽ' => 'في',
+ 'ﱾ' => 'قى',
+ 'ﱿ' => 'قي',
+ 'ﲀ' => 'كا',
+ 'ﲁ' => 'كل',
+ 'ﲂ' => 'كم',
+ 'ﲃ' => 'كى',
+ 'ﲄ' => 'كي',
+ 'ﲅ' => 'لم',
+ 'ﲆ' => 'لى',
+ 'ﲇ' => 'لي',
+ 'ﲈ' => 'ما',
+ 'ﲉ' => 'مم',
+ 'ﲊ' => 'نر',
+ 'ﲋ' => 'نز',
+ 'ﲌ' => 'نم',
+ 'ﲍ' => 'نن',
+ 'ﲎ' => 'نى',
+ 'ﲏ' => 'ني',
+ 'ﲐ' => 'ىٰ',
+ 'ﲑ' => 'ير',
+ 'ﲒ' => 'يز',
+ 'ﲓ' => 'يم',
+ 'ﲔ' => 'ين',
+ 'ﲕ' => 'يى',
+ 'ﲖ' => 'يي',
+ 'ﲗ' => 'ئج',
+ 'ﲘ' => 'ئح',
+ 'ﲙ' => 'ئخ',
+ 'ﲚ' => 'ئم',
+ 'ﲛ' => 'ئه',
+ 'ﲜ' => 'بج',
+ 'ﲝ' => 'بح',
+ 'ﲞ' => 'بخ',
+ 'ﲟ' => 'بم',
+ 'ﲠ' => 'به',
+ 'ﲡ' => 'تج',
+ 'ﲢ' => 'تح',
+ 'ﲣ' => 'تخ',
+ 'ﲤ' => 'تم',
+ 'ﲥ' => 'ته',
+ 'ﲦ' => 'ثم',
+ 'ﲧ' => 'جح',
+ 'ﲨ' => 'جم',
+ 'ﲩ' => 'حج',
+ 'ﲪ' => 'حم',
+ 'ﲫ' => 'خج',
+ 'ﲬ' => 'خم',
+ 'ﲭ' => 'سج',
+ 'ﲮ' => 'سح',
+ 'ﲯ' => 'سخ',
+ 'ﲰ' => 'سم',
+ 'ﲱ' => 'صح',
+ 'ﲲ' => 'صخ',
+ 'ﲳ' => 'صم',
+ 'ﲴ' => 'ضج',
+ 'ﲵ' => 'ضح',
+ 'ﲶ' => 'ضخ',
+ 'ﲷ' => 'ضم',
+ 'ﲸ' => 'طح',
+ 'ﲹ' => 'ظم',
+ 'ﲺ' => 'عج',
+ 'ﲻ' => 'عم',
+ 'ﲼ' => 'غج',
+ 'ﲽ' => 'غم',
+ 'ﲾ' => 'فج',
+ 'ﲿ' => 'فح',
+ 'ﳀ' => 'فخ',
+ 'ﳁ' => 'فم',
+ 'ﳂ' => 'قح',
+ 'ﳃ' => 'قم',
+ 'ﳄ' => 'كج',
+ 'ﳅ' => 'كح',
+ 'ﳆ' => 'كخ',
+ 'ﳇ' => 'كل',
+ 'ﳈ' => 'كم',
+ 'ﳉ' => 'لج',
+ 'ﳊ' => 'لح',
+ 'ﳋ' => 'لخ',
+ 'ﳌ' => 'لم',
+ 'ﳍ' => 'له',
+ 'ﳎ' => 'مج',
+ 'ﳏ' => 'مح',
+ 'ﳐ' => 'مخ',
+ 'ﳑ' => 'مم',
+ 'ﳒ' => 'نج',
+ 'ﳓ' => 'نح',
+ 'ﳔ' => 'نخ',
+ 'ﳕ' => 'نم',
+ 'ﳖ' => 'نه',
+ 'ﳗ' => 'هج',
+ 'ﳘ' => 'هم',
+ 'ﳙ' => 'هٰ',
+ 'ﳚ' => 'يج',
+ 'ﳛ' => 'يح',
+ 'ﳜ' => 'يخ',
+ 'ﳝ' => 'يم',
+ 'ﳞ' => 'يه',
+ 'ﳟ' => 'ئم',
+ 'ﳠ' => 'ئه',
+ 'ﳡ' => 'بم',
+ 'ﳢ' => 'به',
+ 'ﳣ' => 'تم',
+ 'ﳤ' => 'ته',
+ 'ﳥ' => 'ثم',
+ 'ﳦ' => 'ثه',
+ 'ﳧ' => 'سم',
+ 'ﳨ' => 'سه',
+ 'ﳩ' => 'شم',
+ 'ﳪ' => 'شه',
+ 'ﳫ' => 'كل',
+ 'ﳬ' => 'كم',
+ 'ﳭ' => 'لم',
+ 'ﳮ' => 'نم',
+ 'ﳯ' => 'نه',
+ 'ﳰ' => 'يم',
+ 'ﳱ' => 'يه',
+ 'ﳲ' => 'ـَّ',
+ 'ﳳ' => 'ـُّ',
+ 'ﳴ' => 'ـِّ',
+ 'ﳵ' => 'طى',
+ 'ﳶ' => 'طي',
+ 'ﳷ' => 'عى',
+ 'ﳸ' => 'عي',
+ 'ﳹ' => 'غى',
+ 'ﳺ' => 'غي',
+ 'ﳻ' => 'سى',
+ 'ﳼ' => 'سي',
+ 'ﳽ' => 'شى',
+ 'ﳾ' => 'شي',
+ 'ﳿ' => 'حى',
+ 'ﴀ' => 'حي',
+ 'ﴁ' => 'جى',
+ 'ﴂ' => 'جي',
+ 'ﴃ' => 'خى',
+ 'ﴄ' => 'خي',
+ 'ﴅ' => 'صى',
+ 'ﴆ' => 'صي',
+ 'ﴇ' => 'ضى',
+ 'ﴈ' => 'ضي',
+ 'ﴉ' => 'شج',
+ 'ﴊ' => 'شح',
+ 'ﴋ' => 'شخ',
+ 'ﴌ' => 'شم',
+ 'ﴍ' => 'شر',
+ 'ﴎ' => 'سر',
+ 'ﴏ' => 'صر',
+ 'ﴐ' => 'ضر',
+ 'ﴑ' => 'طى',
+ 'ﴒ' => 'طي',
+ 'ﴓ' => 'عى',
+ 'ﴔ' => 'عي',
+ 'ﴕ' => 'غى',
+ 'ﴖ' => 'غي',
+ 'ﴗ' => 'سى',
+ 'ﴘ' => 'سي',
+ 'ﴙ' => 'شى',
+ 'ﴚ' => 'شي',
+ 'ﴛ' => 'حى',
+ 'ﴜ' => 'حي',
+ 'ﴝ' => 'جى',
+ 'ﴞ' => 'جي',
+ 'ﴟ' => 'خى',
+ 'ﴠ' => 'خي',
+ 'ﴡ' => 'صى',
+ 'ﴢ' => 'صي',
+ 'ﴣ' => 'ضى',
+ 'ﴤ' => 'ضي',
+ 'ﴥ' => 'شج',
+ 'ﴦ' => 'شح',
+ 'ﴧ' => 'شخ',
+ 'ﴨ' => 'شم',
+ 'ﴩ' => 'شر',
+ 'ﴪ' => 'سر',
+ 'ﴫ' => 'صر',
+ 'ﴬ' => 'ضر',
+ 'ﴭ' => 'شج',
+ 'ﴮ' => 'شح',
+ 'ﴯ' => 'شخ',
+ 'ﴰ' => 'شم',
+ 'ﴱ' => 'سه',
+ 'ﴲ' => 'شه',
+ 'ﴳ' => 'طم',
+ 'ﴴ' => 'سج',
+ 'ﴵ' => 'سح',
+ 'ﴶ' => 'سخ',
+ 'ﴷ' => 'شج',
+ 'ﴸ' => 'شح',
+ 'ﴹ' => 'شخ',
+ 'ﴺ' => 'طم',
+ 'ﴻ' => 'ظم',
+ 'ﴼ' => 'اً',
+ 'ﴽ' => 'اً',
+ 'ﵐ' => 'تجم',
+ 'ﵑ' => 'تحج',
+ 'ﵒ' => 'تحج',
+ 'ﵓ' => 'تحم',
+ 'ﵔ' => 'تخم',
+ 'ﵕ' => 'تمج',
+ 'ﵖ' => 'تمح',
+ 'ﵗ' => 'تمخ',
+ 'ﵘ' => 'جمح',
+ 'ﵙ' => 'جمح',
+ 'ﵚ' => 'حمي',
+ 'ﵛ' => 'حمى',
+ 'ﵜ' => 'سحج',
+ 'ﵝ' => 'سجح',
+ 'ﵞ' => 'سجى',
+ 'ﵟ' => 'سمح',
+ 'ﵠ' => 'سمح',
+ 'ﵡ' => 'سمج',
+ 'ﵢ' => 'سمم',
+ 'ﵣ' => 'سمم',
+ 'ﵤ' => 'صحح',
+ 'ﵥ' => 'صحح',
+ 'ﵦ' => 'صمم',
+ 'ﵧ' => 'شحم',
+ 'ﵨ' => 'شحم',
+ 'ﵩ' => 'شجي',
+ 'ﵪ' => 'شمخ',
+ 'ﵫ' => 'شمخ',
+ 'ﵬ' => 'شمم',
+ 'ﵭ' => 'شمم',
+ 'ﵮ' => 'ضحى',
+ 'ﵯ' => 'ضخم',
+ 'ﵰ' => 'ضخم',
+ 'ﵱ' => 'طمح',
+ 'ﵲ' => 'طمح',
+ 'ﵳ' => 'طمم',
+ 'ﵴ' => 'طمي',
+ 'ﵵ' => 'عجم',
+ 'ﵶ' => 'عمم',
+ 'ﵷ' => 'عمم',
+ 'ﵸ' => 'عمى',
+ 'ﵹ' => 'غمم',
+ 'ﵺ' => 'غمي',
+ 'ﵻ' => 'غمى',
+ 'ﵼ' => 'فخم',
+ 'ﵽ' => 'فخم',
+ 'ﵾ' => 'قمح',
+ 'ﵿ' => 'قمم',
+ 'ﶀ' => 'لحم',
+ 'ﶁ' => 'لحي',
+ 'ﶂ' => 'لحى',
+ 'ﶃ' => 'لجج',
+ 'ﶄ' => 'لجج',
+ 'ﶅ' => 'لخم',
+ 'ﶆ' => 'لخم',
+ 'ﶇ' => 'لمح',
+ 'ﶈ' => 'لمح',
+ 'ﶉ' => 'محج',
+ 'ﶊ' => 'محم',
+ 'ﶋ' => 'محي',
+ 'ﶌ' => 'مجح',
+ 'ﶍ' => 'مجم',
+ 'ﶎ' => 'مخج',
+ 'ﶏ' => 'مخم',
+ 'ﶒ' => 'مجخ',
+ 'ﶓ' => 'همج',
+ 'ﶔ' => 'همم',
+ 'ﶕ' => 'نحم',
+ 'ﶖ' => 'نحى',
+ 'ﶗ' => 'نجم',
+ 'ﶘ' => 'نجم',
+ 'ﶙ' => 'نجى',
+ 'ﶚ' => 'نمي',
+ 'ﶛ' => 'نمى',
+ 'ﶜ' => 'يمم',
+ 'ﶝ' => 'يمم',
+ 'ﶞ' => 'بخي',
+ 'ﶟ' => 'تجي',
+ 'ﶠ' => 'تجى',
+ 'ﶡ' => 'تخي',
+ 'ﶢ' => 'تخى',
+ 'ﶣ' => 'تمي',
+ 'ﶤ' => 'تمى',
+ 'ﶥ' => 'جمي',
+ 'ﶦ' => 'جحى',
+ 'ﶧ' => 'جمى',
+ 'ﶨ' => 'سخى',
+ 'ﶩ' => 'صحي',
+ 'ﶪ' => 'شحي',
+ 'ﶫ' => 'ضحي',
+ 'ﶬ' => 'لجي',
+ 'ﶭ' => 'لمي',
+ 'ﶮ' => 'يحي',
+ 'ﶯ' => 'يجي',
+ 'ﶰ' => 'يمي',
+ 'ﶱ' => 'ممي',
+ 'ﶲ' => 'قمي',
+ 'ﶳ' => 'نحي',
+ 'ﶴ' => 'قمح',
+ 'ﶵ' => 'لحم',
+ 'ﶶ' => 'عمي',
+ 'ﶷ' => 'كمي',
+ 'ﶸ' => 'نجح',
+ 'ﶹ' => 'مخي',
+ 'ﶺ' => 'لجم',
+ 'ﶻ' => 'كمم',
+ 'ﶼ' => 'لجم',
+ 'ﶽ' => 'نجح',
+ 'ﶾ' => 'جحي',
+ 'ﶿ' => 'حجي',
+ 'ﷀ' => 'مجي',
+ 'ﷁ' => 'فمي',
+ 'ﷂ' => 'بحي',
+ 'ﷃ' => 'كمم',
+ 'ﷄ' => 'عجم',
+ 'ﷅ' => 'صمم',
+ 'ﷆ' => 'سخي',
+ 'ﷇ' => 'نجي',
+ 'ﷰ' => 'صلے',
+ 'ﷱ' => 'قلے',
+ 'ﷲ' => 'الله',
+ 'ﷳ' => 'اكبر',
+ 'ﷴ' => 'محمد',
+ 'ﷵ' => 'صلعم',
+ 'ﷶ' => 'رسول',
+ 'ﷷ' => 'عليه',
+ 'ﷸ' => 'وسلم',
+ 'ﷹ' => 'صلى',
+ 'ﷺ' => 'صلى الله عليه وسلم',
+ 'ﷻ' => 'جل جلاله',
+ '﷼' => 'ریال',
+ '︐' => ',',
+ '︑' => '、',
+ '︒' => '。',
+ '︓' => ':',
+ '︔' => ';',
+ '︕' => '!',
+ '︖' => '?',
+ '︗' => '〖',
+ '︘' => '〗',
+ '︙' => '...',
+ '︰' => '..',
+ '︱' => '—',
+ '︲' => '–',
+ '︳' => '_',
+ '︴' => '_',
+ '︵' => '(',
+ '︶' => ')',
+ '︷' => '{',
+ '︸' => '}',
+ '︹' => '〔',
+ '︺' => '〕',
+ '︻' => '【',
+ '︼' => '】',
+ '︽' => '《',
+ '︾' => '》',
+ '︿' => '〈',
+ '﹀' => '〉',
+ '﹁' => '「',
+ '﹂' => '」',
+ '﹃' => '『',
+ '﹄' => '』',
+ '﹇' => '[',
+ '﹈' => ']',
+ '﹉' => ' ̅',
+ '﹊' => ' ̅',
+ '﹋' => ' ̅',
+ '﹌' => ' ̅',
+ '﹍' => '_',
+ '﹎' => '_',
+ '﹏' => '_',
+ '﹐' => ',',
+ '﹑' => '、',
+ '﹒' => '.',
+ '﹔' => ';',
+ '﹕' => ':',
+ '﹖' => '?',
+ '﹗' => '!',
+ '﹘' => '—',
+ '﹙' => '(',
+ '﹚' => ')',
+ '﹛' => '{',
+ '﹜' => '}',
+ '﹝' => '〔',
+ '﹞' => '〕',
+ '﹟' => '#',
+ '﹠' => '&',
+ '﹡' => '*',
+ '﹢' => '+',
+ '﹣' => '-',
+ '﹤' => '<',
+ '﹥' => '>',
+ '﹦' => '=',
+ '﹨' => '\\',
+ '﹩' => '$',
+ '﹪' => '%',
+ '﹫' => '@',
+ 'ﹰ' => ' ً',
+ 'ﹱ' => 'ـً',
+ 'ﹲ' => ' ٌ',
+ 'ﹴ' => ' ٍ',
+ 'ﹶ' => ' َ',
+ 'ﹷ' => 'ـَ',
+ 'ﹸ' => ' ُ',
+ 'ﹹ' => 'ـُ',
+ 'ﹺ' => ' ِ',
+ 'ﹻ' => 'ـِ',
+ 'ﹼ' => ' ّ',
+ 'ﹽ' => 'ـّ',
+ 'ﹾ' => ' ْ',
+ 'ﹿ' => 'ـْ',
+ 'ﺀ' => 'ء',
+ 'ﺁ' => 'آ',
+ 'ﺂ' => 'آ',
+ 'ﺃ' => 'أ',
+ 'ﺄ' => 'أ',
+ 'ﺅ' => 'ؤ',
+ 'ﺆ' => 'ؤ',
+ 'ﺇ' => 'إ',
+ 'ﺈ' => 'إ',
+ 'ﺉ' => 'ئ',
+ 'ﺊ' => 'ئ',
+ 'ﺋ' => 'ئ',
+ 'ﺌ' => 'ئ',
+ 'ﺍ' => 'ا',
+ 'ﺎ' => 'ا',
+ 'ﺏ' => 'ب',
+ 'ﺐ' => 'ب',
+ 'ﺑ' => 'ب',
+ 'ﺒ' => 'ب',
+ 'ﺓ' => 'ة',
+ 'ﺔ' => 'ة',
+ 'ﺕ' => 'ت',
+ 'ﺖ' => 'ت',
+ 'ﺗ' => 'ت',
+ 'ﺘ' => 'ت',
+ 'ﺙ' => 'ث',
+ 'ﺚ' => 'ث',
+ 'ﺛ' => 'ث',
+ 'ﺜ' => 'ث',
+ 'ﺝ' => 'ج',
+ 'ﺞ' => 'ج',
+ 'ﺟ' => 'ج',
+ 'ﺠ' => 'ج',
+ 'ﺡ' => 'ح',
+ 'ﺢ' => 'ح',
+ 'ﺣ' => 'ح',
+ 'ﺤ' => 'ح',
+ 'ﺥ' => 'خ',
+ 'ﺦ' => 'خ',
+ 'ﺧ' => 'خ',
+ 'ﺨ' => 'خ',
+ 'ﺩ' => 'د',
+ 'ﺪ' => 'د',
+ 'ﺫ' => 'ذ',
+ 'ﺬ' => 'ذ',
+ 'ﺭ' => 'ر',
+ 'ﺮ' => 'ر',
+ 'ﺯ' => 'ز',
+ 'ﺰ' => 'ز',
+ 'ﺱ' => 'س',
+ 'ﺲ' => 'س',
+ 'ﺳ' => 'س',
+ 'ﺴ' => 'س',
+ 'ﺵ' => 'ش',
+ 'ﺶ' => 'ش',
+ 'ﺷ' => 'ش',
+ 'ﺸ' => 'ش',
+ 'ﺹ' => 'ص',
+ 'ﺺ' => 'ص',
+ 'ﺻ' => 'ص',
+ 'ﺼ' => 'ص',
+ 'ﺽ' => 'ض',
+ 'ﺾ' => 'ض',
+ 'ﺿ' => 'ض',
+ 'ﻀ' => 'ض',
+ 'ﻁ' => 'ط',
+ 'ﻂ' => 'ط',
+ 'ﻃ' => 'ط',
+ 'ﻄ' => 'ط',
+ 'ﻅ' => 'ظ',
+ 'ﻆ' => 'ظ',
+ 'ﻇ' => 'ظ',
+ 'ﻈ' => 'ظ',
+ 'ﻉ' => 'ع',
+ 'ﻊ' => 'ع',
+ 'ﻋ' => 'ع',
+ 'ﻌ' => 'ع',
+ 'ﻍ' => 'غ',
+ 'ﻎ' => 'غ',
+ 'ﻏ' => 'غ',
+ 'ﻐ' => 'غ',
+ 'ﻑ' => 'ف',
+ 'ﻒ' => 'ف',
+ 'ﻓ' => 'ف',
+ 'ﻔ' => 'ف',
+ 'ﻕ' => 'ق',
+ 'ﻖ' => 'ق',
+ 'ﻗ' => 'ق',
+ 'ﻘ' => 'ق',
+ 'ﻙ' => 'ك',
+ 'ﻚ' => 'ك',
+ 'ﻛ' => 'ك',
+ 'ﻜ' => 'ك',
+ 'ﻝ' => 'ل',
+ 'ﻞ' => 'ل',
+ 'ﻟ' => 'ل',
+ 'ﻠ' => 'ل',
+ 'ﻡ' => 'م',
+ 'ﻢ' => 'م',
+ 'ﻣ' => 'م',
+ 'ﻤ' => 'م',
+ 'ﻥ' => 'ن',
+ 'ﻦ' => 'ن',
+ 'ﻧ' => 'ن',
+ 'ﻨ' => 'ن',
+ 'ﻩ' => 'ه',
+ 'ﻪ' => 'ه',
+ 'ﻫ' => 'ه',
+ 'ﻬ' => 'ه',
+ 'ﻭ' => 'و',
+ 'ﻮ' => 'و',
+ 'ﻯ' => 'ى',
+ 'ﻰ' => 'ى',
+ 'ﻱ' => 'ي',
+ 'ﻲ' => 'ي',
+ 'ﻳ' => 'ي',
+ 'ﻴ' => 'ي',
+ 'ﻵ' => 'لآ',
+ 'ﻶ' => 'لآ',
+ 'ﻷ' => 'لأ',
+ 'ﻸ' => 'لأ',
+ 'ﻹ' => 'لإ',
+ 'ﻺ' => 'لإ',
+ 'ﻻ' => 'لا',
+ 'ﻼ' => 'لا',
+ '!' => '!',
+ '"' => '"',
+ '#' => '#',
+ '$' => '$',
+ '%' => '%',
+ '&' => '&',
+ ''' => '\'',
+ '(' => '(',
+ ')' => ')',
+ '*' => '*',
+ '+' => '+',
+ ',' => ',',
+ '-' => '-',
+ '.' => '.',
+ '/' => '/',
+ '0' => '0',
+ '1' => '1',
+ '2' => '2',
+ '3' => '3',
+ '4' => '4',
+ '5' => '5',
+ '6' => '6',
+ '7' => '7',
+ '8' => '8',
+ '9' => '9',
+ ':' => ':',
+ ';' => ';',
+ '<' => '<',
+ '=' => '=',
+ '>' => '>',
+ '?' => '?',
+ '@' => '@',
+ 'A' => 'A',
+ 'B' => 'B',
+ 'C' => 'C',
+ 'D' => 'D',
+ 'E' => 'E',
+ 'F' => 'F',
+ 'G' => 'G',
+ 'H' => 'H',
+ 'I' => 'I',
+ 'J' => 'J',
+ 'K' => 'K',
+ 'L' => 'L',
+ 'M' => 'M',
+ 'N' => 'N',
+ 'O' => 'O',
+ 'P' => 'P',
+ 'Q' => 'Q',
+ 'R' => 'R',
+ 'S' => 'S',
+ 'T' => 'T',
+ 'U' => 'U',
+ 'V' => 'V',
+ 'W' => 'W',
+ 'X' => 'X',
+ 'Y' => 'Y',
+ 'Z' => 'Z',
+ '[' => '[',
+ '\' => '\\',
+ ']' => ']',
+ '^' => '^',
+ '_' => '_',
+ '`' => '`',
+ 'a' => 'a',
+ 'b' => 'b',
+ 'c' => 'c',
+ 'd' => 'd',
+ 'e' => 'e',
+ 'f' => 'f',
+ 'g' => 'g',
+ 'h' => 'h',
+ 'i' => 'i',
+ 'j' => 'j',
+ 'k' => 'k',
+ 'l' => 'l',
+ 'm' => 'm',
+ 'n' => 'n',
+ 'o' => 'o',
+ 'p' => 'p',
+ 'q' => 'q',
+ 'r' => 'r',
+ 's' => 's',
+ 't' => 't',
+ 'u' => 'u',
+ 'v' => 'v',
+ 'w' => 'w',
+ 'x' => 'x',
+ 'y' => 'y',
+ 'z' => 'z',
+ '{' => '{',
+ '|' => '|',
+ '}' => '}',
+ '~' => '~',
+ '⦅' => '⦅',
+ '⦆' => '⦆',
+ '。' => '。',
+ '「' => '「',
+ '」' => '」',
+ '、' => '、',
+ '・' => '・',
+ 'ヲ' => 'ヲ',
+ 'ァ' => 'ァ',
+ 'ィ' => 'ィ',
+ 'ゥ' => 'ゥ',
+ 'ェ' => 'ェ',
+ 'ォ' => 'ォ',
+ 'ャ' => 'ャ',
+ 'ュ' => 'ュ',
+ 'ョ' => 'ョ',
+ 'ッ' => 'ッ',
+ 'ー' => 'ー',
+ 'ア' => 'ア',
+ 'イ' => 'イ',
+ 'ウ' => 'ウ',
+ 'エ' => 'エ',
+ 'オ' => 'オ',
+ 'カ' => 'カ',
+ 'キ' => 'キ',
+ 'ク' => 'ク',
+ 'ケ' => 'ケ',
+ 'コ' => 'コ',
+ 'サ' => 'サ',
+ 'シ' => 'シ',
+ 'ス' => 'ス',
+ 'セ' => 'セ',
+ 'ソ' => 'ソ',
+ 'タ' => 'タ',
+ 'チ' => 'チ',
+ 'ツ' => 'ツ',
+ 'テ' => 'テ',
+ 'ト' => 'ト',
+ 'ナ' => 'ナ',
+ 'ニ' => 'ニ',
+ 'ヌ' => 'ヌ',
+ 'ネ' => 'ネ',
+ 'ノ' => 'ノ',
+ 'ハ' => 'ハ',
+ 'ヒ' => 'ヒ',
+ 'フ' => 'フ',
+ 'ヘ' => 'ヘ',
+ 'ホ' => 'ホ',
+ 'マ' => 'マ',
+ 'ミ' => 'ミ',
+ 'ム' => 'ム',
+ 'メ' => 'メ',
+ 'モ' => 'モ',
+ 'ヤ' => 'ヤ',
+ 'ユ' => 'ユ',
+ 'ヨ' => 'ヨ',
+ 'ラ' => 'ラ',
+ 'リ' => 'リ',
+ 'ル' => 'ル',
+ 'レ' => 'レ',
+ 'ロ' => 'ロ',
+ 'ワ' => 'ワ',
+ 'ン' => 'ン',
+ '゙' => '゙',
+ '゚' => '゚',
+ 'ᅠ' => 'ᅠ',
+ 'ᄀ' => 'ᄀ',
+ 'ᄁ' => 'ᄁ',
+ 'ᆪ' => 'ᆪ',
+ 'ᄂ' => 'ᄂ',
+ 'ᆬ' => 'ᆬ',
+ 'ᆭ' => 'ᆭ',
+ 'ᄃ' => 'ᄃ',
+ 'ᄄ' => 'ᄄ',
+ 'ᄅ' => 'ᄅ',
+ 'ᆰ' => 'ᆰ',
+ 'ᆱ' => 'ᆱ',
+ 'ᆲ' => 'ᆲ',
+ 'ᆳ' => 'ᆳ',
+ 'ᆴ' => 'ᆴ',
+ 'ᆵ' => 'ᆵ',
+ 'ᄚ' => 'ᄚ',
+ 'ᄆ' => 'ᄆ',
+ 'ᄇ' => 'ᄇ',
+ 'ᄈ' => 'ᄈ',
+ 'ᄡ' => 'ᄡ',
+ 'ᄉ' => 'ᄉ',
+ 'ᄊ' => 'ᄊ',
+ 'ᄋ' => 'ᄋ',
+ 'ᄌ' => 'ᄌ',
+ 'ᄍ' => 'ᄍ',
+ 'ᄎ' => 'ᄎ',
+ 'ᄏ' => 'ᄏ',
+ 'ᄐ' => 'ᄐ',
+ 'ᄑ' => 'ᄑ',
+ 'ᄒ' => 'ᄒ',
+ 'ᅡ' => 'ᅡ',
+ 'ᅢ' => 'ᅢ',
+ 'ᅣ' => 'ᅣ',
+ 'ᅤ' => 'ᅤ',
+ 'ᅥ' => 'ᅥ',
+ 'ᅦ' => 'ᅦ',
+ 'ᅧ' => 'ᅧ',
+ 'ᅨ' => 'ᅨ',
+ 'ᅩ' => 'ᅩ',
+ 'ᅪ' => 'ᅪ',
+ 'ᅫ' => 'ᅫ',
+ 'ᅬ' => 'ᅬ',
+ 'ᅭ' => 'ᅭ',
+ 'ᅮ' => 'ᅮ',
+ 'ᅯ' => 'ᅯ',
+ 'ᅰ' => 'ᅰ',
+ 'ᅱ' => 'ᅱ',
+ 'ᅲ' => 'ᅲ',
+ 'ᅳ' => 'ᅳ',
+ 'ᅴ' => 'ᅴ',
+ 'ᅵ' => 'ᅵ',
+ '¢' => '¢',
+ '£' => '£',
+ '¬' => '¬',
+ ' ̄' => ' ̄',
+ '¦' => '¦',
+ '¥' => '¥',
+ '₩' => '₩',
+ '│' => '│',
+ '←' => '←',
+ '↑' => '↑',
+ '→' => '→',
+ '↓' => '↓',
+ '■' => '■',
+ '○' => '○',
+ '𝐀' => 'A',
+ '𝐁' => 'B',
+ '𝐂' => 'C',
+ '𝐃' => 'D',
+ '𝐄' => 'E',
+ '𝐅' => 'F',
+ '𝐆' => 'G',
+ '𝐇' => 'H',
+ '𝐈' => 'I',
+ '𝐉' => 'J',
+ '𝐊' => 'K',
+ '𝐋' => 'L',
+ '𝐌' => 'M',
+ '𝐍' => 'N',
+ '𝐎' => 'O',
+ '𝐏' => 'P',
+ '𝐐' => 'Q',
+ '𝐑' => 'R',
+ '𝐒' => 'S',
+ '𝐓' => 'T',
+ '𝐔' => 'U',
+ '𝐕' => 'V',
+ '𝐖' => 'W',
+ '𝐗' => 'X',
+ '𝐘' => 'Y',
+ '𝐙' => 'Z',
+ '𝐚' => 'a',
+ '𝐛' => 'b',
+ '𝐜' => 'c',
+ '𝐝' => 'd',
+ '𝐞' => 'e',
+ '𝐟' => 'f',
+ '𝐠' => 'g',
+ '𝐡' => 'h',
+ '𝐢' => 'i',
+ '𝐣' => 'j',
+ '𝐤' => 'k',
+ '𝐥' => 'l',
+ '𝐦' => 'm',
+ '𝐧' => 'n',
+ '𝐨' => 'o',
+ '𝐩' => 'p',
+ '𝐪' => 'q',
+ '𝐫' => 'r',
+ '𝐬' => 's',
+ '𝐭' => 't',
+ '𝐮' => 'u',
+ '𝐯' => 'v',
+ '𝐰' => 'w',
+ '𝐱' => 'x',
+ '𝐲' => 'y',
+ '𝐳' => 'z',
+ '𝐴' => 'A',
+ '𝐵' => 'B',
+ '𝐶' => 'C',
+ '𝐷' => 'D',
+ '𝐸' => 'E',
+ '𝐹' => 'F',
+ '𝐺' => 'G',
+ '𝐻' => 'H',
+ '𝐼' => 'I',
+ '𝐽' => 'J',
+ '𝐾' => 'K',
+ '𝐿' => 'L',
+ '𝑀' => 'M',
+ '𝑁' => 'N',
+ '𝑂' => 'O',
+ '𝑃' => 'P',
+ '𝑄' => 'Q',
+ '𝑅' => 'R',
+ '𝑆' => 'S',
+ '𝑇' => 'T',
+ '𝑈' => 'U',
+ '𝑉' => 'V',
+ '𝑊' => 'W',
+ '𝑋' => 'X',
+ '𝑌' => 'Y',
+ '𝑍' => 'Z',
+ '𝑎' => 'a',
+ '𝑏' => 'b',
+ '𝑐' => 'c',
+ '𝑑' => 'd',
+ '𝑒' => 'e',
+ '𝑓' => 'f',
+ '𝑔' => 'g',
+ '𝑖' => 'i',
+ '𝑗' => 'j',
+ '𝑘' => 'k',
+ '𝑙' => 'l',
+ '𝑚' => 'm',
+ '𝑛' => 'n',
+ '𝑜' => 'o',
+ '𝑝' => 'p',
+ '𝑞' => 'q',
+ '𝑟' => 'r',
+ '𝑠' => 's',
+ '𝑡' => 't',
+ '𝑢' => 'u',
+ '𝑣' => 'v',
+ '𝑤' => 'w',
+ '𝑥' => 'x',
+ '𝑦' => 'y',
+ '𝑧' => 'z',
+ '𝑨' => 'A',
+ '𝑩' => 'B',
+ '𝑪' => 'C',
+ '𝑫' => 'D',
+ '𝑬' => 'E',
+ '𝑭' => 'F',
+ '𝑮' => 'G',
+ '𝑯' => 'H',
+ '𝑰' => 'I',
+ '𝑱' => 'J',
+ '𝑲' => 'K',
+ '𝑳' => 'L',
+ '𝑴' => 'M',
+ '𝑵' => 'N',
+ '𝑶' => 'O',
+ '𝑷' => 'P',
+ '𝑸' => 'Q',
+ '𝑹' => 'R',
+ '𝑺' => 'S',
+ '𝑻' => 'T',
+ '𝑼' => 'U',
+ '𝑽' => 'V',
+ '𝑾' => 'W',
+ '𝑿' => 'X',
+ '𝒀' => 'Y',
+ '𝒁' => 'Z',
+ '𝒂' => 'a',
+ '𝒃' => 'b',
+ '𝒄' => 'c',
+ '𝒅' => 'd',
+ '𝒆' => 'e',
+ '𝒇' => 'f',
+ '𝒈' => 'g',
+ '𝒉' => 'h',
+ '𝒊' => 'i',
+ '𝒋' => 'j',
+ '𝒌' => 'k',
+ '𝒍' => 'l',
+ '𝒎' => 'm',
+ '𝒏' => 'n',
+ '𝒐' => 'o',
+ '𝒑' => 'p',
+ '𝒒' => 'q',
+ '𝒓' => 'r',
+ '𝒔' => 's',
+ '𝒕' => 't',
+ '𝒖' => 'u',
+ '𝒗' => 'v',
+ '𝒘' => 'w',
+ '𝒙' => 'x',
+ '𝒚' => 'y',
+ '𝒛' => 'z',
+ '𝒜' => 'A',
+ '𝒞' => 'C',
+ '𝒟' => 'D',
+ '𝒢' => 'G',
+ '𝒥' => 'J',
+ '𝒦' => 'K',
+ '𝒩' => 'N',
+ '𝒪' => 'O',
+ '𝒫' => 'P',
+ '𝒬' => 'Q',
+ '𝒮' => 'S',
+ '𝒯' => 'T',
+ '𝒰' => 'U',
+ '𝒱' => 'V',
+ '𝒲' => 'W',
+ '𝒳' => 'X',
+ '𝒴' => 'Y',
+ '𝒵' => 'Z',
+ '𝒶' => 'a',
+ '𝒷' => 'b',
+ '𝒸' => 'c',
+ '𝒹' => 'd',
+ '𝒻' => 'f',
+ '𝒽' => 'h',
+ '𝒾' => 'i',
+ '𝒿' => 'j',
+ '𝓀' => 'k',
+ '𝓁' => 'l',
+ '𝓂' => 'm',
+ '𝓃' => 'n',
+ '𝓅' => 'p',
+ '𝓆' => 'q',
+ '𝓇' => 'r',
+ '𝓈' => 's',
+ '𝓉' => 't',
+ '𝓊' => 'u',
+ '𝓋' => 'v',
+ '𝓌' => 'w',
+ '𝓍' => 'x',
+ '𝓎' => 'y',
+ '𝓏' => 'z',
+ '𝓐' => 'A',
+ '𝓑' => 'B',
+ '𝓒' => 'C',
+ '𝓓' => 'D',
+ '𝓔' => 'E',
+ '𝓕' => 'F',
+ '𝓖' => 'G',
+ '𝓗' => 'H',
+ '𝓘' => 'I',
+ '𝓙' => 'J',
+ '𝓚' => 'K',
+ '𝓛' => 'L',
+ '𝓜' => 'M',
+ '𝓝' => 'N',
+ '𝓞' => 'O',
+ '𝓟' => 'P',
+ '𝓠' => 'Q',
+ '𝓡' => 'R',
+ '𝓢' => 'S',
+ '𝓣' => 'T',
+ '𝓤' => 'U',
+ '𝓥' => 'V',
+ '𝓦' => 'W',
+ '𝓧' => 'X',
+ '𝓨' => 'Y',
+ '𝓩' => 'Z',
+ '𝓪' => 'a',
+ '𝓫' => 'b',
+ '𝓬' => 'c',
+ '𝓭' => 'd',
+ '𝓮' => 'e',
+ '𝓯' => 'f',
+ '𝓰' => 'g',
+ '𝓱' => 'h',
+ '𝓲' => 'i',
+ '𝓳' => 'j',
+ '𝓴' => 'k',
+ '𝓵' => 'l',
+ '𝓶' => 'm',
+ '𝓷' => 'n',
+ '𝓸' => 'o',
+ '𝓹' => 'p',
+ '𝓺' => 'q',
+ '𝓻' => 'r',
+ '𝓼' => 's',
+ '𝓽' => 't',
+ '𝓾' => 'u',
+ '𝓿' => 'v',
+ '𝔀' => 'w',
+ '𝔁' => 'x',
+ '𝔂' => 'y',
+ '𝔃' => 'z',
+ '𝔄' => 'A',
+ '𝔅' => 'B',
+ '𝔇' => 'D',
+ '𝔈' => 'E',
+ '𝔉' => 'F',
+ '𝔊' => 'G',
+ '𝔍' => 'J',
+ '𝔎' => 'K',
+ '𝔏' => 'L',
+ '𝔐' => 'M',
+ '𝔑' => 'N',
+ '𝔒' => 'O',
+ '𝔓' => 'P',
+ '𝔔' => 'Q',
+ '𝔖' => 'S',
+ '𝔗' => 'T',
+ '𝔘' => 'U',
+ '𝔙' => 'V',
+ '𝔚' => 'W',
+ '𝔛' => 'X',
+ '𝔜' => 'Y',
+ '𝔞' => 'a',
+ '𝔟' => 'b',
+ '𝔠' => 'c',
+ '𝔡' => 'd',
+ '𝔢' => 'e',
+ '𝔣' => 'f',
+ '𝔤' => 'g',
+ '𝔥' => 'h',
+ '𝔦' => 'i',
+ '𝔧' => 'j',
+ '𝔨' => 'k',
+ '𝔩' => 'l',
+ '𝔪' => 'm',
+ '𝔫' => 'n',
+ '𝔬' => 'o',
+ '𝔭' => 'p',
+ '𝔮' => 'q',
+ '𝔯' => 'r',
+ '𝔰' => 's',
+ '𝔱' => 't',
+ '𝔲' => 'u',
+ '𝔳' => 'v',
+ '𝔴' => 'w',
+ '𝔵' => 'x',
+ '𝔶' => 'y',
+ '𝔷' => 'z',
+ '𝔸' => 'A',
+ '𝔹' => 'B',
+ '𝔻' => 'D',
+ '𝔼' => 'E',
+ '𝔽' => 'F',
+ '𝔾' => 'G',
+ '𝕀' => 'I',
+ '𝕁' => 'J',
+ '𝕂' => 'K',
+ '𝕃' => 'L',
+ '𝕄' => 'M',
+ '𝕆' => 'O',
+ '𝕊' => 'S',
+ '𝕋' => 'T',
+ '𝕌' => 'U',
+ '𝕍' => 'V',
+ '𝕎' => 'W',
+ '𝕏' => 'X',
+ '𝕐' => 'Y',
+ '𝕒' => 'a',
+ '𝕓' => 'b',
+ '𝕔' => 'c',
+ '𝕕' => 'd',
+ '𝕖' => 'e',
+ '𝕗' => 'f',
+ '𝕘' => 'g',
+ '𝕙' => 'h',
+ '𝕚' => 'i',
+ '𝕛' => 'j',
+ '𝕜' => 'k',
+ '𝕝' => 'l',
+ '𝕞' => 'm',
+ '𝕟' => 'n',
+ '𝕠' => 'o',
+ '𝕡' => 'p',
+ '𝕢' => 'q',
+ '𝕣' => 'r',
+ '𝕤' => 's',
+ '𝕥' => 't',
+ '𝕦' => 'u',
+ '𝕧' => 'v',
+ '𝕨' => 'w',
+ '𝕩' => 'x',
+ '𝕪' => 'y',
+ '𝕫' => 'z',
+ '𝕬' => 'A',
+ '𝕭' => 'B',
+ '𝕮' => 'C',
+ '𝕯' => 'D',
+ '𝕰' => 'E',
+ '𝕱' => 'F',
+ '𝕲' => 'G',
+ '𝕳' => 'H',
+ '𝕴' => 'I',
+ '𝕵' => 'J',
+ '𝕶' => 'K',
+ '𝕷' => 'L',
+ '𝕸' => 'M',
+ '𝕹' => 'N',
+ '𝕺' => 'O',
+ '𝕻' => 'P',
+ '𝕼' => 'Q',
+ '𝕽' => 'R',
+ '𝕾' => 'S',
+ '𝕿' => 'T',
+ '𝖀' => 'U',
+ '𝖁' => 'V',
+ '𝖂' => 'W',
+ '𝖃' => 'X',
+ '𝖄' => 'Y',
+ '𝖅' => 'Z',
+ '𝖆' => 'a',
+ '𝖇' => 'b',
+ '𝖈' => 'c',
+ '𝖉' => 'd',
+ '𝖊' => 'e',
+ '𝖋' => 'f',
+ '𝖌' => 'g',
+ '𝖍' => 'h',
+ '𝖎' => 'i',
+ '𝖏' => 'j',
+ '𝖐' => 'k',
+ '𝖑' => 'l',
+ '𝖒' => 'm',
+ '𝖓' => 'n',
+ '𝖔' => 'o',
+ '𝖕' => 'p',
+ '𝖖' => 'q',
+ '𝖗' => 'r',
+ '𝖘' => 's',
+ '𝖙' => 't',
+ '𝖚' => 'u',
+ '𝖛' => 'v',
+ '𝖜' => 'w',
+ '𝖝' => 'x',
+ '𝖞' => 'y',
+ '𝖟' => 'z',
+ '𝖠' => 'A',
+ '𝖡' => 'B',
+ '𝖢' => 'C',
+ '𝖣' => 'D',
+ '𝖤' => 'E',
+ '𝖥' => 'F',
+ '𝖦' => 'G',
+ '𝖧' => 'H',
+ '𝖨' => 'I',
+ '𝖩' => 'J',
+ '𝖪' => 'K',
+ '𝖫' => 'L',
+ '𝖬' => 'M',
+ '𝖭' => 'N',
+ '𝖮' => 'O',
+ '𝖯' => 'P',
+ '𝖰' => 'Q',
+ '𝖱' => 'R',
+ '𝖲' => 'S',
+ '𝖳' => 'T',
+ '𝖴' => 'U',
+ '𝖵' => 'V',
+ '𝖶' => 'W',
+ '𝖷' => 'X',
+ '𝖸' => 'Y',
+ '𝖹' => 'Z',
+ '𝖺' => 'a',
+ '𝖻' => 'b',
+ '𝖼' => 'c',
+ '𝖽' => 'd',
+ '𝖾' => 'e',
+ '𝖿' => 'f',
+ '𝗀' => 'g',
+ '𝗁' => 'h',
+ '𝗂' => 'i',
+ '𝗃' => 'j',
+ '𝗄' => 'k',
+ '𝗅' => 'l',
+ '𝗆' => 'm',
+ '𝗇' => 'n',
+ '𝗈' => 'o',
+ '𝗉' => 'p',
+ '𝗊' => 'q',
+ '𝗋' => 'r',
+ '𝗌' => 's',
+ '𝗍' => 't',
+ '𝗎' => 'u',
+ '𝗏' => 'v',
+ '𝗐' => 'w',
+ '𝗑' => 'x',
+ '𝗒' => 'y',
+ '𝗓' => 'z',
+ '𝗔' => 'A',
+ '𝗕' => 'B',
+ '𝗖' => 'C',
+ '𝗗' => 'D',
+ '𝗘' => 'E',
+ '𝗙' => 'F',
+ '𝗚' => 'G',
+ '𝗛' => 'H',
+ '𝗜' => 'I',
+ '𝗝' => 'J',
+ '𝗞' => 'K',
+ '𝗟' => 'L',
+ '𝗠' => 'M',
+ '𝗡' => 'N',
+ '𝗢' => 'O',
+ '𝗣' => 'P',
+ '𝗤' => 'Q',
+ '𝗥' => 'R',
+ '𝗦' => 'S',
+ '𝗧' => 'T',
+ '𝗨' => 'U',
+ '𝗩' => 'V',
+ '𝗪' => 'W',
+ '𝗫' => 'X',
+ '𝗬' => 'Y',
+ '𝗭' => 'Z',
+ '𝗮' => 'a',
+ '𝗯' => 'b',
+ '𝗰' => 'c',
+ '𝗱' => 'd',
+ '𝗲' => 'e',
+ '𝗳' => 'f',
+ '𝗴' => 'g',
+ '𝗵' => 'h',
+ '𝗶' => 'i',
+ '𝗷' => 'j',
+ '𝗸' => 'k',
+ '𝗹' => 'l',
+ '𝗺' => 'm',
+ '𝗻' => 'n',
+ '𝗼' => 'o',
+ '𝗽' => 'p',
+ '𝗾' => 'q',
+ '𝗿' => 'r',
+ '𝘀' => 's',
+ '𝘁' => 't',
+ '𝘂' => 'u',
+ '𝘃' => 'v',
+ '𝘄' => 'w',
+ '𝘅' => 'x',
+ '𝘆' => 'y',
+ '𝘇' => 'z',
+ '𝘈' => 'A',
+ '𝘉' => 'B',
+ '𝘊' => 'C',
+ '𝘋' => 'D',
+ '𝘌' => 'E',
+ '𝘍' => 'F',
+ '𝘎' => 'G',
+ '𝘏' => 'H',
+ '𝘐' => 'I',
+ '𝘑' => 'J',
+ '𝘒' => 'K',
+ '𝘓' => 'L',
+ '𝘔' => 'M',
+ '𝘕' => 'N',
+ '𝘖' => 'O',
+ '𝘗' => 'P',
+ '𝘘' => 'Q',
+ '𝘙' => 'R',
+ '𝘚' => 'S',
+ '𝘛' => 'T',
+ '𝘜' => 'U',
+ '𝘝' => 'V',
+ '𝘞' => 'W',
+ '𝘟' => 'X',
+ '𝘠' => 'Y',
+ '𝘡' => 'Z',
+ '𝘢' => 'a',
+ '𝘣' => 'b',
+ '𝘤' => 'c',
+ '𝘥' => 'd',
+ '𝘦' => 'e',
+ '𝘧' => 'f',
+ '𝘨' => 'g',
+ '𝘩' => 'h',
+ '𝘪' => 'i',
+ '𝘫' => 'j',
+ '𝘬' => 'k',
+ '𝘭' => 'l',
+ '𝘮' => 'm',
+ '𝘯' => 'n',
+ '𝘰' => 'o',
+ '𝘱' => 'p',
+ '𝘲' => 'q',
+ '𝘳' => 'r',
+ '𝘴' => 's',
+ '𝘵' => 't',
+ '𝘶' => 'u',
+ '𝘷' => 'v',
+ '𝘸' => 'w',
+ '𝘹' => 'x',
+ '𝘺' => 'y',
+ '𝘻' => 'z',
+ '𝘼' => 'A',
+ '𝘽' => 'B',
+ '𝘾' => 'C',
+ '𝘿' => 'D',
+ '𝙀' => 'E',
+ '𝙁' => 'F',
+ '𝙂' => 'G',
+ '𝙃' => 'H',
+ '𝙄' => 'I',
+ '𝙅' => 'J',
+ '𝙆' => 'K',
+ '𝙇' => 'L',
+ '𝙈' => 'M',
+ '𝙉' => 'N',
+ '𝙊' => 'O',
+ '𝙋' => 'P',
+ '𝙌' => 'Q',
+ '𝙍' => 'R',
+ '𝙎' => 'S',
+ '𝙏' => 'T',
+ '𝙐' => 'U',
+ '𝙑' => 'V',
+ '𝙒' => 'W',
+ '𝙓' => 'X',
+ '𝙔' => 'Y',
+ '𝙕' => 'Z',
+ '𝙖' => 'a',
+ '𝙗' => 'b',
+ '𝙘' => 'c',
+ '𝙙' => 'd',
+ '𝙚' => 'e',
+ '𝙛' => 'f',
+ '𝙜' => 'g',
+ '𝙝' => 'h',
+ '𝙞' => 'i',
+ '𝙟' => 'j',
+ '𝙠' => 'k',
+ '𝙡' => 'l',
+ '𝙢' => 'm',
+ '𝙣' => 'n',
+ '𝙤' => 'o',
+ '𝙥' => 'p',
+ '𝙦' => 'q',
+ '𝙧' => 'r',
+ '𝙨' => 's',
+ '𝙩' => 't',
+ '𝙪' => 'u',
+ '𝙫' => 'v',
+ '𝙬' => 'w',
+ '𝙭' => 'x',
+ '𝙮' => 'y',
+ '𝙯' => 'z',
+ '𝙰' => 'A',
+ '𝙱' => 'B',
+ '𝙲' => 'C',
+ '𝙳' => 'D',
+ '𝙴' => 'E',
+ '𝙵' => 'F',
+ '𝙶' => 'G',
+ '𝙷' => 'H',
+ '𝙸' => 'I',
+ '𝙹' => 'J',
+ '𝙺' => 'K',
+ '𝙻' => 'L',
+ '𝙼' => 'M',
+ '𝙽' => 'N',
+ '𝙾' => 'O',
+ '𝙿' => 'P',
+ '𝚀' => 'Q',
+ '𝚁' => 'R',
+ '𝚂' => 'S',
+ '𝚃' => 'T',
+ '𝚄' => 'U',
+ '𝚅' => 'V',
+ '𝚆' => 'W',
+ '𝚇' => 'X',
+ '𝚈' => 'Y',
+ '𝚉' => 'Z',
+ '𝚊' => 'a',
+ '𝚋' => 'b',
+ '𝚌' => 'c',
+ '𝚍' => 'd',
+ '𝚎' => 'e',
+ '𝚏' => 'f',
+ '𝚐' => 'g',
+ '𝚑' => 'h',
+ '𝚒' => 'i',
+ '𝚓' => 'j',
+ '𝚔' => 'k',
+ '𝚕' => 'l',
+ '𝚖' => 'm',
+ '𝚗' => 'n',
+ '𝚘' => 'o',
+ '𝚙' => 'p',
+ '𝚚' => 'q',
+ '𝚛' => 'r',
+ '𝚜' => 's',
+ '𝚝' => 't',
+ '𝚞' => 'u',
+ '𝚟' => 'v',
+ '𝚠' => 'w',
+ '𝚡' => 'x',
+ '𝚢' => 'y',
+ '𝚣' => 'z',
+ '𝚤' => 'ı',
+ '𝚥' => 'ȷ',
+ '𝚨' => 'Α',
+ '𝚩' => 'Β',
+ '𝚪' => 'Γ',
+ '𝚫' => 'Δ',
+ '𝚬' => 'Ε',
+ '𝚭' => 'Ζ',
+ '𝚮' => 'Η',
+ '𝚯' => 'Θ',
+ '𝚰' => 'Ι',
+ '𝚱' => 'Κ',
+ '𝚲' => 'Λ',
+ '𝚳' => 'Μ',
+ '𝚴' => 'Ν',
+ '𝚵' => 'Ξ',
+ '𝚶' => 'Ο',
+ '𝚷' => 'Π',
+ '𝚸' => 'Ρ',
+ '𝚹' => 'Θ',
+ '𝚺' => 'Σ',
+ '𝚻' => 'Τ',
+ '𝚼' => 'Υ',
+ '𝚽' => 'Φ',
+ '𝚾' => 'Χ',
+ '𝚿' => 'Ψ',
+ '𝛀' => 'Ω',
+ '𝛁' => '∇',
+ '𝛂' => 'α',
+ '𝛃' => 'β',
+ '𝛄' => 'γ',
+ '𝛅' => 'δ',
+ '𝛆' => 'ε',
+ '𝛇' => 'ζ',
+ '𝛈' => 'η',
+ '𝛉' => 'θ',
+ '𝛊' => 'ι',
+ '𝛋' => 'κ',
+ '𝛌' => 'λ',
+ '𝛍' => 'μ',
+ '𝛎' => 'ν',
+ '𝛏' => 'ξ',
+ '𝛐' => 'ο',
+ '𝛑' => 'π',
+ '𝛒' => 'ρ',
+ '𝛓' => 'ς',
+ '𝛔' => 'σ',
+ '𝛕' => 'τ',
+ '𝛖' => 'υ',
+ '𝛗' => 'φ',
+ '𝛘' => 'χ',
+ '𝛙' => 'ψ',
+ '𝛚' => 'ω',
+ '𝛛' => '∂',
+ '𝛜' => 'ε',
+ '𝛝' => 'θ',
+ '𝛞' => 'κ',
+ '𝛟' => 'φ',
+ '𝛠' => 'ρ',
+ '𝛡' => 'π',
+ '𝛢' => 'Α',
+ '𝛣' => 'Β',
+ '𝛤' => 'Γ',
+ '𝛥' => 'Δ',
+ '𝛦' => 'Ε',
+ '𝛧' => 'Ζ',
+ '𝛨' => 'Η',
+ '𝛩' => 'Θ',
+ '𝛪' => 'Ι',
+ '𝛫' => 'Κ',
+ '𝛬' => 'Λ',
+ '𝛭' => 'Μ',
+ '𝛮' => 'Ν',
+ '𝛯' => 'Ξ',
+ '𝛰' => 'Ο',
+ '𝛱' => 'Π',
+ '𝛲' => 'Ρ',
+ '𝛳' => 'Θ',
+ '𝛴' => 'Σ',
+ '𝛵' => 'Τ',
+ '𝛶' => 'Υ',
+ '𝛷' => 'Φ',
+ '𝛸' => 'Χ',
+ '𝛹' => 'Ψ',
+ '𝛺' => 'Ω',
+ '𝛻' => '∇',
+ '𝛼' => 'α',
+ '𝛽' => 'β',
+ '𝛾' => 'γ',
+ '𝛿' => 'δ',
+ '𝜀' => 'ε',
+ '𝜁' => 'ζ',
+ '𝜂' => 'η',
+ '𝜃' => 'θ',
+ '𝜄' => 'ι',
+ '𝜅' => 'κ',
+ '𝜆' => 'λ',
+ '𝜇' => 'μ',
+ '𝜈' => 'ν',
+ '𝜉' => 'ξ',
+ '𝜊' => 'ο',
+ '𝜋' => 'π',
+ '𝜌' => 'ρ',
+ '𝜍' => 'ς',
+ '𝜎' => 'σ',
+ '𝜏' => 'τ',
+ '𝜐' => 'υ',
+ '𝜑' => 'φ',
+ '𝜒' => 'χ',
+ '𝜓' => 'ψ',
+ '𝜔' => 'ω',
+ '𝜕' => '∂',
+ '𝜖' => 'ε',
+ '𝜗' => 'θ',
+ '𝜘' => 'κ',
+ '𝜙' => 'φ',
+ '𝜚' => 'ρ',
+ '𝜛' => 'π',
+ '𝜜' => 'Α',
+ '𝜝' => 'Β',
+ '𝜞' => 'Γ',
+ '𝜟' => 'Δ',
+ '𝜠' => 'Ε',
+ '𝜡' => 'Ζ',
+ '𝜢' => 'Η',
+ '𝜣' => 'Θ',
+ '𝜤' => 'Ι',
+ '𝜥' => 'Κ',
+ '𝜦' => 'Λ',
+ '𝜧' => 'Μ',
+ '𝜨' => 'Ν',
+ '𝜩' => 'Ξ',
+ '𝜪' => 'Ο',
+ '𝜫' => 'Π',
+ '𝜬' => 'Ρ',
+ '𝜭' => 'Θ',
+ '𝜮' => 'Σ',
+ '𝜯' => 'Τ',
+ '𝜰' => 'Υ',
+ '𝜱' => 'Φ',
+ '𝜲' => 'Χ',
+ '𝜳' => 'Ψ',
+ '𝜴' => 'Ω',
+ '𝜵' => '∇',
+ '𝜶' => 'α',
+ '𝜷' => 'β',
+ '𝜸' => 'γ',
+ '𝜹' => 'δ',
+ '𝜺' => 'ε',
+ '𝜻' => 'ζ',
+ '𝜼' => 'η',
+ '𝜽' => 'θ',
+ '𝜾' => 'ι',
+ '𝜿' => 'κ',
+ '𝝀' => 'λ',
+ '𝝁' => 'μ',
+ '𝝂' => 'ν',
+ '𝝃' => 'ξ',
+ '𝝄' => 'ο',
+ '𝝅' => 'π',
+ '𝝆' => 'ρ',
+ '𝝇' => 'ς',
+ '𝝈' => 'σ',
+ '𝝉' => 'τ',
+ '𝝊' => 'υ',
+ '𝝋' => 'φ',
+ '𝝌' => 'χ',
+ '𝝍' => 'ψ',
+ '𝝎' => 'ω',
+ '𝝏' => '∂',
+ '𝝐' => 'ε',
+ '𝝑' => 'θ',
+ '𝝒' => 'κ',
+ '𝝓' => 'φ',
+ '𝝔' => 'ρ',
+ '𝝕' => 'π',
+ '𝝖' => 'Α',
+ '𝝗' => 'Β',
+ '𝝘' => 'Γ',
+ '𝝙' => 'Δ',
+ '𝝚' => 'Ε',
+ '𝝛' => 'Ζ',
+ '𝝜' => 'Η',
+ '𝝝' => 'Θ',
+ '𝝞' => 'Ι',
+ '𝝟' => 'Κ',
+ '𝝠' => 'Λ',
+ '𝝡' => 'Μ',
+ '𝝢' => 'Ν',
+ '𝝣' => 'Ξ',
+ '𝝤' => 'Ο',
+ '𝝥' => 'Π',
+ '𝝦' => 'Ρ',
+ '𝝧' => 'Θ',
+ '𝝨' => 'Σ',
+ '𝝩' => 'Τ',
+ '𝝪' => 'Υ',
+ '𝝫' => 'Φ',
+ '𝝬' => 'Χ',
+ '𝝭' => 'Ψ',
+ '𝝮' => 'Ω',
+ '𝝯' => '∇',
+ '𝝰' => 'α',
+ '𝝱' => 'β',
+ '𝝲' => 'γ',
+ '𝝳' => 'δ',
+ '𝝴' => 'ε',
+ '𝝵' => 'ζ',
+ '𝝶' => 'η',
+ '𝝷' => 'θ',
+ '𝝸' => 'ι',
+ '𝝹' => 'κ',
+ '𝝺' => 'λ',
+ '𝝻' => 'μ',
+ '𝝼' => 'ν',
+ '𝝽' => 'ξ',
+ '𝝾' => 'ο',
+ '𝝿' => 'π',
+ '𝞀' => 'ρ',
+ '𝞁' => 'ς',
+ '𝞂' => 'σ',
+ '𝞃' => 'τ',
+ '𝞄' => 'υ',
+ '𝞅' => 'φ',
+ '𝞆' => 'χ',
+ '𝞇' => 'ψ',
+ '𝞈' => 'ω',
+ '𝞉' => '∂',
+ '𝞊' => 'ε',
+ '𝞋' => 'θ',
+ '𝞌' => 'κ',
+ '𝞍' => 'φ',
+ '𝞎' => 'ρ',
+ '𝞏' => 'π',
+ '𝞐' => 'Α',
+ '𝞑' => 'Β',
+ '𝞒' => 'Γ',
+ '𝞓' => 'Δ',
+ '𝞔' => 'Ε',
+ '𝞕' => 'Ζ',
+ '𝞖' => 'Η',
+ '𝞗' => 'Θ',
+ '𝞘' => 'Ι',
+ '𝞙' => 'Κ',
+ '𝞚' => 'Λ',
+ '𝞛' => 'Μ',
+ '𝞜' => 'Ν',
+ '𝞝' => 'Ξ',
+ '𝞞' => 'Ο',
+ '𝞟' => 'Π',
+ '𝞠' => 'Ρ',
+ '𝞡' => 'Θ',
+ '𝞢' => 'Σ',
+ '𝞣' => 'Τ',
+ '𝞤' => 'Υ',
+ '𝞥' => 'Φ',
+ '𝞦' => 'Χ',
+ '𝞧' => 'Ψ',
+ '𝞨' => 'Ω',
+ '𝞩' => '∇',
+ '𝞪' => 'α',
+ '𝞫' => 'β',
+ '𝞬' => 'γ',
+ '𝞭' => 'δ',
+ '𝞮' => 'ε',
+ '𝞯' => 'ζ',
+ '𝞰' => 'η',
+ '𝞱' => 'θ',
+ '𝞲' => 'ι',
+ '𝞳' => 'κ',
+ '𝞴' => 'λ',
+ '𝞵' => 'μ',
+ '𝞶' => 'ν',
+ '𝞷' => 'ξ',
+ '𝞸' => 'ο',
+ '𝞹' => 'π',
+ '𝞺' => 'ρ',
+ '𝞻' => 'ς',
+ '𝞼' => 'σ',
+ '𝞽' => 'τ',
+ '𝞾' => 'υ',
+ '𝞿' => 'φ',
+ '𝟀' => 'χ',
+ '𝟁' => 'ψ',
+ '𝟂' => 'ω',
+ '𝟃' => '∂',
+ '𝟄' => 'ε',
+ '𝟅' => 'θ',
+ '𝟆' => 'κ',
+ '𝟇' => 'φ',
+ '𝟈' => 'ρ',
+ '𝟉' => 'π',
+ '𝟊' => 'Ϝ',
+ '𝟋' => 'ϝ',
+ '𝟎' => '0',
+ '𝟏' => '1',
+ '𝟐' => '2',
+ '𝟑' => '3',
+ '𝟒' => '4',
+ '𝟓' => '5',
+ '𝟔' => '6',
+ '𝟕' => '7',
+ '𝟖' => '8',
+ '𝟗' => '9',
+ '𝟘' => '0',
+ '𝟙' => '1',
+ '𝟚' => '2',
+ '𝟛' => '3',
+ '𝟜' => '4',
+ '𝟝' => '5',
+ '𝟞' => '6',
+ '𝟟' => '7',
+ '𝟠' => '8',
+ '𝟡' => '9',
+ '𝟢' => '0',
+ '𝟣' => '1',
+ '𝟤' => '2',
+ '𝟥' => '3',
+ '𝟦' => '4',
+ '𝟧' => '5',
+ '𝟨' => '6',
+ '𝟩' => '7',
+ '𝟪' => '8',
+ '𝟫' => '9',
+ '𝟬' => '0',
+ '𝟭' => '1',
+ '𝟮' => '2',
+ '𝟯' => '3',
+ '𝟰' => '4',
+ '𝟱' => '5',
+ '𝟲' => '6',
+ '𝟳' => '7',
+ '𝟴' => '8',
+ '𝟵' => '9',
+ '𝟶' => '0',
+ '𝟷' => '1',
+ '𝟸' => '2',
+ '𝟹' => '3',
+ '𝟺' => '4',
+ '𝟻' => '5',
+ '𝟼' => '6',
+ '𝟽' => '7',
+ '𝟾' => '8',
+ '𝟿' => '9',
+ '𞸀' => 'ا',
+ '𞸁' => 'ب',
+ '𞸂' => 'ج',
+ '𞸃' => 'د',
+ '𞸅' => 'و',
+ '𞸆' => 'ز',
+ '𞸇' => 'ح',
+ '𞸈' => 'ط',
+ '𞸉' => 'ي',
+ '𞸊' => 'ك',
+ '𞸋' => 'ل',
+ '𞸌' => 'م',
+ '𞸍' => 'ن',
+ '𞸎' => 'س',
+ '𞸏' => 'ع',
+ '𞸐' => 'ف',
+ '𞸑' => 'ص',
+ '𞸒' => 'ق',
+ '𞸓' => 'ر',
+ '𞸔' => 'ش',
+ '𞸕' => 'ت',
+ '𞸖' => 'ث',
+ '𞸗' => 'خ',
+ '𞸘' => 'ذ',
+ '𞸙' => 'ض',
+ '𞸚' => 'ظ',
+ '𞸛' => 'غ',
+ '𞸜' => 'ٮ',
+ '𞸝' => 'ں',
+ '𞸞' => 'ڡ',
+ '𞸟' => 'ٯ',
+ '𞸡' => 'ب',
+ '𞸢' => 'ج',
+ '𞸤' => 'ه',
+ '𞸧' => 'ح',
+ '𞸩' => 'ي',
+ '𞸪' => 'ك',
+ '𞸫' => 'ل',
+ '𞸬' => 'م',
+ '𞸭' => 'ن',
+ '𞸮' => 'س',
+ '𞸯' => 'ع',
+ '𞸰' => 'ف',
+ '𞸱' => 'ص',
+ '𞸲' => 'ق',
+ '𞸴' => 'ش',
+ '𞸵' => 'ت',
+ '𞸶' => 'ث',
+ '𞸷' => 'خ',
+ '𞸹' => 'ض',
+ '𞸻' => 'غ',
+ '𞹂' => 'ج',
+ '𞹇' => 'ح',
+ '𞹉' => 'ي',
+ '𞹋' => 'ل',
+ '𞹍' => 'ن',
+ '𞹎' => 'س',
+ '𞹏' => 'ع',
+ '𞹑' => 'ص',
+ '𞹒' => 'ق',
+ '𞹔' => 'ش',
+ '𞹗' => 'خ',
+ '𞹙' => 'ض',
+ '𞹛' => 'غ',
+ '𞹝' => 'ں',
+ '𞹟' => 'ٯ',
+ '𞹡' => 'ب',
+ '𞹢' => 'ج',
+ '𞹤' => 'ه',
+ '𞹧' => 'ح',
+ '𞹨' => 'ط',
+ '𞹩' => 'ي',
+ '𞹪' => 'ك',
+ '𞹬' => 'م',
+ '𞹭' => 'ن',
+ '𞹮' => 'س',
+ '𞹯' => 'ع',
+ '𞹰' => 'ف',
+ '𞹱' => 'ص',
+ '𞹲' => 'ق',
+ '𞹴' => 'ش',
+ '𞹵' => 'ت',
+ '𞹶' => 'ث',
+ '𞹷' => 'خ',
+ '𞹹' => 'ض',
+ '𞹺' => 'ظ',
+ '𞹻' => 'غ',
+ '𞹼' => 'ٮ',
+ '𞹾' => 'ڡ',
+ '𞺀' => 'ا',
+ '𞺁' => 'ب',
+ '𞺂' => 'ج',
+ '𞺃' => 'د',
+ '𞺄' => 'ه',
+ '𞺅' => 'و',
+ '𞺆' => 'ز',
+ '𞺇' => 'ح',
+ '𞺈' => 'ط',
+ '𞺉' => 'ي',
+ '𞺋' => 'ل',
+ '𞺌' => 'م',
+ '𞺍' => 'ن',
+ '𞺎' => 'س',
+ '𞺏' => 'ع',
+ '𞺐' => 'ف',
+ '𞺑' => 'ص',
+ '𞺒' => 'ق',
+ '𞺓' => 'ر',
+ '𞺔' => 'ش',
+ '𞺕' => 'ت',
+ '𞺖' => 'ث',
+ '𞺗' => 'خ',
+ '𞺘' => 'ذ',
+ '𞺙' => 'ض',
+ '𞺚' => 'ظ',
+ '𞺛' => 'غ',
+ '𞺡' => 'ب',
+ '𞺢' => 'ج',
+ '𞺣' => 'د',
+ '𞺥' => 'و',
+ '𞺦' => 'ز',
+ '𞺧' => 'ح',
+ '𞺨' => 'ط',
+ '𞺩' => 'ي',
+ '𞺫' => 'ل',
+ '𞺬' => 'م',
+ '𞺭' => 'ن',
+ '𞺮' => 'س',
+ '𞺯' => 'ع',
+ '𞺰' => 'ف',
+ '𞺱' => 'ص',
+ '𞺲' => 'ق',
+ '𞺳' => 'ر',
+ '𞺴' => 'ش',
+ '𞺵' => 'ت',
+ '𞺶' => 'ث',
+ '𞺷' => 'خ',
+ '𞺸' => 'ذ',
+ '𞺹' => 'ض',
+ '𞺺' => 'ظ',
+ '𞺻' => 'غ',
+ '🄀' => '0.',
+ '🄁' => '0,',
+ '🄂' => '1,',
+ '🄃' => '2,',
+ '🄄' => '3,',
+ '🄅' => '4,',
+ '🄆' => '5,',
+ '🄇' => '6,',
+ '🄈' => '7,',
+ '🄉' => '8,',
+ '🄊' => '9,',
+ '🄐' => '(A)',
+ '🄑' => '(B)',
+ '🄒' => '(C)',
+ '🄓' => '(D)',
+ '🄔' => '(E)',
+ '🄕' => '(F)',
+ '🄖' => '(G)',
+ '🄗' => '(H)',
+ '🄘' => '(I)',
+ '🄙' => '(J)',
+ '🄚' => '(K)',
+ '🄛' => '(L)',
+ '🄜' => '(M)',
+ '🄝' => '(N)',
+ '🄞' => '(O)',
+ '🄟' => '(P)',
+ '🄠' => '(Q)',
+ '🄡' => '(R)',
+ '🄢' => '(S)',
+ '🄣' => '(T)',
+ '🄤' => '(U)',
+ '🄥' => '(V)',
+ '🄦' => '(W)',
+ '🄧' => '(X)',
+ '🄨' => '(Y)',
+ '🄩' => '(Z)',
+ '🄪' => '〔S〕',
+ '🄫' => 'C',
+ '🄬' => 'R',
+ '🄭' => 'CD',
+ '🄮' => 'WZ',
+ '🄰' => 'A',
+ '🄱' => 'B',
+ '🄲' => 'C',
+ '🄳' => 'D',
+ '🄴' => 'E',
+ '🄵' => 'F',
+ '🄶' => 'G',
+ '🄷' => 'H',
+ '🄸' => 'I',
+ '🄹' => 'J',
+ '🄺' => 'K',
+ '🄻' => 'L',
+ '🄼' => 'M',
+ '🄽' => 'N',
+ '🄾' => 'O',
+ '🄿' => 'P',
+ '🅀' => 'Q',
+ '🅁' => 'R',
+ '🅂' => 'S',
+ '🅃' => 'T',
+ '🅄' => 'U',
+ '🅅' => 'V',
+ '🅆' => 'W',
+ '🅇' => 'X',
+ '🅈' => 'Y',
+ '🅉' => 'Z',
+ '🅊' => 'HV',
+ '🅋' => 'MV',
+ '🅌' => 'SD',
+ '🅍' => 'SS',
+ '🅎' => 'PPV',
+ '🅏' => 'WC',
+ '🅪' => 'MC',
+ '🅫' => 'MD',
+ '🅬' => 'MR',
+ '🆐' => 'DJ',
+ '🈀' => 'ほか',
+ '🈁' => 'ココ',
+ '🈂' => 'サ',
+ '🈐' => '手',
+ '🈑' => '字',
+ '🈒' => '双',
+ '🈓' => 'デ',
+ '🈔' => '二',
+ '🈕' => '多',
+ '🈖' => '解',
+ '🈗' => '天',
+ '🈘' => '交',
+ '🈙' => '映',
+ '🈚' => '無',
+ '🈛' => '料',
+ '🈜' => '前',
+ '🈝' => '後',
+ '🈞' => '再',
+ '🈟' => '新',
+ '🈠' => '初',
+ '🈡' => '終',
+ '🈢' => '生',
+ '🈣' => '販',
+ '🈤' => '声',
+ '🈥' => '吹',
+ '🈦' => '演',
+ '🈧' => '投',
+ '🈨' => '捕',
+ '🈩' => '一',
+ '🈪' => '三',
+ '🈫' => '遊',
+ '🈬' => '左',
+ '🈭' => '中',
+ '🈮' => '右',
+ '🈯' => '指',
+ '🈰' => '走',
+ '🈱' => '打',
+ '🈲' => '禁',
+ '🈳' => '空',
+ '🈴' => '合',
+ '🈵' => '満',
+ '🈶' => '有',
+ '🈷' => '月',
+ '🈸' => '申',
+ '🈹' => '割',
+ '🈺' => '営',
+ '🈻' => '配',
+ '🉀' => '〔本〕',
+ '🉁' => '〔三〕',
+ '🉂' => '〔二〕',
+ '🉃' => '〔安〕',
+ '🉄' => '〔点〕',
+ '🉅' => '〔打〕',
+ '🉆' => '〔盗〕',
+ '🉇' => '〔勝〕',
+ '🉈' => '〔敗〕',
+ '🉐' => '得',
+ '🉑' => '可',
+ '🯰' => '0',
+ '🯱' => '1',
+ '🯲' => '2',
+ '🯳' => '3',
+ '🯴' => '4',
+ '🯵' => '5',
+ '🯶' => '6',
+ '🯷' => '7',
+ '🯸' => '8',
+ '🯹' => '9',
+);
diff --git a/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/bootstrap.php b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/bootstrap.php
new file mode 100644
index 000000000000..3608e5c05d6d
--- /dev/null
+++ b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/bootstrap.php
@@ -0,0 +1,23 @@
+
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+use Symfony\Polyfill\Intl\Normalizer as p;
+
+if (\PHP_VERSION_ID >= 80000) {
+ return require __DIR__.'/bootstrap80.php';
+}
+
+if (!function_exists('normalizer_is_normalized')) {
+ function normalizer_is_normalized($string, $form = p\Normalizer::FORM_C) { return p\Normalizer::isNormalized($string, $form); }
+}
+if (!function_exists('normalizer_normalize')) {
+ function normalizer_normalize($string, $form = p\Normalizer::FORM_C) { return p\Normalizer::normalize($string, $form); }
+}
diff --git a/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/bootstrap80.php b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/bootstrap80.php
new file mode 100644
index 000000000000..e36d1a947700
--- /dev/null
+++ b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/bootstrap80.php
@@ -0,0 +1,19 @@
+
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+use Symfony\Polyfill\Intl\Normalizer as p;
+
+if (!function_exists('normalizer_is_normalized')) {
+ function normalizer_is_normalized(?string $string, ?int $form = p\Normalizer::FORM_C): bool { return p\Normalizer::isNormalized((string) $string, (int) $form); }
+}
+if (!function_exists('normalizer_normalize')) {
+ function normalizer_normalize(?string $string, ?int $form = p\Normalizer::FORM_C): string|false { return p\Normalizer::normalize((string) $string, (int) $form); }
+}
diff --git a/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/composer.json b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/composer.json
new file mode 100644
index 000000000000..8f4cfb4dc09d
--- /dev/null
+++ b/apps/files_external/3rdparty/symfony/polyfill-intl-normalizer/composer.json
@@ -0,0 +1,39 @@
+{
+ "name": "symfony/polyfill-intl-normalizer",
+ "type": "library",
+ "description": "Symfony polyfill for intl's Normalizer class and related functions",
+ "keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "normalizer"],
+ "homepage": "https://symfony.com",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "require": {
+ "php": ">=7.1"
+ },
+ "autoload": {
+ "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" },
+ "files": [ "bootstrap.php" ],
+ "classmap": [ "Resources/stubs" ]
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "minimum-stability": "dev",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.22-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ }
+}
diff --git a/apps/files_external/3rdparty/symfony/polyfill-php72/LICENSE b/apps/files_external/3rdparty/symfony/polyfill-php72/LICENSE
new file mode 100644
index 000000000000..4cd8bdd3007d
--- /dev/null
+++ b/apps/files_external/3rdparty/symfony/polyfill-php72/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2015-2019 Fabien Potencier
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is furnished
+to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/apps/files_external/3rdparty/symfony/polyfill-php72/Php72.php b/apps/files_external/3rdparty/symfony/polyfill-php72/Php72.php
new file mode 100644
index 000000000000..2b706d42be92
--- /dev/null
+++ b/apps/files_external/3rdparty/symfony/polyfill-php72/Php72.php
@@ -0,0 +1,217 @@
+
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+namespace Symfony\Polyfill\Php72;
+
+/**
+ * @author Nicolas Grekas
+ * @author Dariusz Rumiński